summaryrefslogtreecommitdiff
path: root/community/dvdstyler/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dvdstyler/PKGBUILD')
-rw-r--r--community/dvdstyler/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/community/dvdstyler/PKGBUILD b/community/dvdstyler/PKGBUILD
index f42f4dcc0..de376ce18 100644
--- a/community/dvdstyler/PKGBUILD
+++ b/community/dvdstyler/PKGBUILD
@@ -1,23 +1,26 @@
-# $Id: PKGBUILD 45103 2011-04-16 14:58:57Z ebelanger $
+# $Id: PKGBUILD 55752 2011-09-19 04:58:47Z ebelanger $
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=dvdstyler
-pkgver=1.8.3
+pkgver=1.8.4.3
pkgrel=1
pkgdesc="Cross-platform DVD authoring application"
arch=('i686' 'x86_64')
url="http://www.dvdstyler.de/"
license=('GPL')
-depends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'gettext' 'libexif' 'wxgtk' 'wxsvg' 'xine-ui' 'mjpegtools' 'libgnomeui')
+depends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'libexif' 'wxsvg' 'xine-ui' 'mjpegtools' 'libgnomeui')
makedepends=('zip' 'xmlto' 'docbook-xsl')
optdepends=('dvdisaster: ECC support')
options=('!makeflags')
-source=("http://downloads.sourceforge.net/dvdstyler/DVDStyler-${pkgver}.tar.bz2")
-md5sums=('69a6d0a920e780bbcf65e94041e58429')
+source=(http://downloads.sourceforge.net/dvdstyler/DVDStyler-${pkgver}.tar.bz2 dvdstyler-ffmpeg.patch)
+md5sums=('418de47c4e09a89a633b905af2a7d4fb'
+ '4f053158965b2be3ae26506470aeda58')
build() {
cd "${srcdir}/DVDStyler-${pkgver}"
+ patch -p1 -i "${srcdir}/dvdstyler-ffmpeg.patch"
+ sed -i 's/rmdir "$$t"//' docs/Makefile.in
./configure --prefix=/usr
make
}