summaryrefslogtreecommitdiff
path: root/community/aegisub/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-16 01:45:50 -0700
committerroot <root@rshg054.dnsready.net>2013-09-16 01:45:50 -0700
commitbce247d29e4c6f3b30326d485942cc2d3614430f (patch)
tree01e32a818b790f0fa25a4d0f6e2b5a37e73af3de /community/aegisub/PKGBUILD
parentc779760082085ee8f0e33d528811450e260867e0 (diff)
Mon Sep 16 01:44:21 PDT 2013
Diffstat (limited to 'community/aegisub/PKGBUILD')
-rwxr-xr-xcommunity/aegisub/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
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 <alucryd@gmail.com>
# Contributor: kozec <kozec@kozec.com>
# Contributor: Limao Luo <luolimao+AUR@gmail.com>
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
}