From bce247d29e4c6f3b30326d485942cc2d3614430f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 16 Sep 2013 01:45:50 -0700 Subject: Mon Sep 16 01:44:21 PDT 2013 --- community/aegisub/PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'community/aegisub/PKGBUILD') diff --git a/community/aegisub/PKGBUILD b/community/aegisub/PKGBUILD index 2cc98780c..0e6ad935b 100755 --- a/community/aegisub/PKGBUILD +++ b/community/aegisub/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 96598 2013-09-02 08:35:43Z alucryd $ +# $Id: PKGBUILD 97224 2013-09-15 13:34:01Z alucryd $ # Maintainer: Maxime Gauduin # Contributor: kozec # Contributor: Limao Luo pkgname=aegisub pkgver=3.0.4 -pkgrel=3 +pkgrel=4 pkgdesc="A general-purpose subtitle editor with ASS/SSA support" arch=('i686' 'x86_64') url="http://www.aegisub.org" license=('GPL' 'BSD') -depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 'hunspell' 'lua51' 'wxgtk2.9') +depends=('desktop-file-utils' 'ffms2' 'fftw' 'hicolor-icon-theme' 'hunspell' 'lua51' 'wxgtk2.9') makedepends=('mesa') install="${pkgname}.install" source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz" @@ -27,9 +27,7 @@ prepare() { build() { cd ${pkgname}/${pkgname} - export ACLOCAL=aclocal - export AUTOMAKE=automake - ./autogen.sh --prefix='/usr' --without-{portaudio,openal,oss} --with-wxdir='/usr/include/wx-2.9' --with-wx-config='/usr/bin/wx-config-2.9' + ./configure --prefix='/usr' --without-{portaudio,openal,oss} --with-wxdir='/usr/include/wx-2.9' --with-wx-config='/usr/bin/wx-config-2.9' make } -- cgit v1.2.3-54-g00ecf