summaryrefslogtreecommitdiff
path: root/community/aegisub/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-01 01:27:51 -0700
committerroot <root@rshg054.dnsready.net>2013-07-01 01:27:51 -0700
commit545cc688f36387d9b1f29e04089a2d91a3786165 (patch)
tree993f22a6dcca9f602a03ff095b5cbefb786ab676 /community/aegisub/PKGBUILD
parent7a8005609048a38bb6b7538effb4236b49385cd5 (diff)
Mon Jul 1 01:27:49 PDT 2013
Diffstat (limited to 'community/aegisub/PKGBUILD')
-rwxr-xr-xcommunity/aegisub/PKGBUILD21
1 files changed, 6 insertions, 15 deletions
diff --git a/community/aegisub/PKGBUILD b/community/aegisub/PKGBUILD
index 3d4671472..03044338c 100755
--- a/community/aegisub/PKGBUILD
+++ b/community/aegisub/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 85317 2013-03-01 00:32:14Z alucryd $
+# $Id: PKGBUILD 93265 2013-06-30 19:01:59Z alucryd $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
# Contributor: kozec <kozec@kozec.com>
# Contributor: Limao Luo <luolimao+AUR@gmail.com>
pkgname=aegisub
-pkgver=3.0.2
-pkgrel=6
+pkgver=3.0.3
+pkgrel=1
pkgdesc="A general-purpose subtitle editor with ASS/SSA support"
arch=('i686' 'x86_64')
url="http://www.aegisub.org"
@@ -13,28 +13,19 @@ license=('GPL' 'BSD')
depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 'hunspell' 'lua51' 'wxgtk2.9' 'hicolor-icon-theme')
makedepends=('mesa')
install=aegisub.install
-source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz" 'crash-on-deatach.patch' 'lua51.patch')
-sha256sums=('68ec20cf49f513608cec400bd462ebb762d6057109968fb01d842e10e6e7fb39'
- '85e2c2a6bf091f5b4ca29a0149df8d8ca6219d98a4095f79809f2e698983bca4'
- 'ce67b143cc2949fbbd7d72862c54005030339d1c364753335acec271ca9e179d')
+source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('9623e1967ae774d8a34fae531dcf76f15ae060f864cf941d34ba3d64e1986efc')
build() {
cd "${srcdir}"/${pkgname}/${pkgname}
-# Patch
- patch -Np1 -i "${srcdir}"/crash-on-deatach.patch
- patch -Np1 -i "${srcdir}"/lua51.patch
-
-# Build
- autoreconf -ivf
- ./configure --prefix=/usr --without-{portaudio,openal,oss} --with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
+ ACLOCAL=aclocal 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
make
}
package() {
cd "${srcdir}"/${pkgname}/${pkgname}
-# Install
make DESTDIR="$pkgdir" install
# License