summaryrefslogtreecommitdiff
path: root/community/dvdstyler/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-30 23:14:36 +0000
committerroot <root@rshg054.dnsready.net>2011-10-30 23:14:36 +0000
commitf935ebf41c626e4832f86c5f3f7ed1cc35128f6b (patch)
tree47a2300dc31ddb01a11ad22b0a515de26f752c18 /community/dvdstyler/PKGBUILD
parent4fd31f219f19dfc2168702cef9421eaaccd9b3e6 (diff)
Sun Oct 30 23:14:36 UTC 2011
Diffstat (limited to 'community/dvdstyler/PKGBUILD')
-rw-r--r--community/dvdstyler/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/community/dvdstyler/PKGBUILD b/community/dvdstyler/PKGBUILD
index de376ce18..7ffd429be 100644
--- a/community/dvdstyler/PKGBUILD
+++ b/community/dvdstyler/PKGBUILD
@@ -1,25 +1,23 @@
-# $Id: PKGBUILD 55752 2011-09-19 04:58:47Z ebelanger $
+# $Id: PKGBUILD 57524 2011-10-30 04:00:55Z ebelanger $
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=dvdstyler
-pkgver=1.8.4.3
+pkgver=2.0
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' 'libexif' 'wxsvg' 'xine-ui' 'mjpegtools' 'libgnomeui')
+depends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' '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 dvdstyler-ffmpeg.patch)
-md5sums=('418de47c4e09a89a633b905af2a7d4fb'
- '4f053158965b2be3ae26506470aeda58')
+source=(http://downloads.sourceforge.net/dvdstyler/DVDStyler-${pkgver}.tar.bz2)
+sha1sums=('21bb4e25c851e70cdd3ce37f3e319c71e78f74a6')
build() {
cd "${srcdir}/DVDStyler-${pkgver}"
- patch -p1 -i "${srcdir}/dvdstyler-ffmpeg.patch"
sed -i 's/rmdir "$$t"//' docs/Makefile.in
./configure --prefix=/usr
make