1 # Maintainer: Alucryd <alucryd at gmail dot com>
2 # Contributor: G_Syme <demichan at mail dot upb dot de>
6 pkgdesc="A general-purpose subtitle editor with ASS/SSA support"
8 url="http://www.aegisub.net"
10 depends=('ffmpegsource2-svn' 'lua' 'wxgtk-2.9>=2.9.2' 'hunspell' 'libass' 'fftw' 'hicolor-icon-theme')
11 makedepends=('imagemagick' 'subversion' 'intltool')
13 conflicts=('aegisub' 'aegisub-bin' 'aegisub-stable-svn')
16 _svntrunk=http://svn.aegisub.org/trunk/aegisub/
22 msg "Connecting to SVN server...."
23 if [[ -d "$_svnmod/.svn" ]]; then
24 (cd "$_svnmod" && svn up -r "$pkgver")
26 svn co "$_svntrunk" --config-dir ./ -r "$pkgver" "$_svnmod"
28 msg "SVN checkout done or server timeout"
31 ./autogen.sh --prefix=/usr --without-{portaudio,openal,oss,libpulse} --with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
36 cd "${srcdir}/$_svnmod"
37 make DESTDIR="$pkgdir" install