diff options
author | root <root@rshg054.dnsready.net> | 2012-06-16 00:01:25 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-16 00:01:25 +0000 |
commit | 94fa10f3a918892a08707aa27eb32a83a4959879 (patch) | |
tree | 27111dcbae78f85f5016ac49dd08eff5f7e976c0 /staging | |
parent | 0f99ce5b4d8585285835a277dcbdaf1493d00635 (diff) |
Sat Jun 16 00:01:25 UTC 2012
Diffstat (limited to 'staging')
-rw-r--r-- | staging/xine-lib/PKGBUILD | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/staging/xine-lib/PKGBUILD b/staging/xine-lib/PKGBUILD index d84e13b7a..08f2aea37 100644 --- a/staging/xine-lib/PKGBUILD +++ b/staging/xine-lib/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 160700 2012-06-04 01:22:50Z eric $ +# $Id: PKGBUILD 161814 2012-06-15 00:59:07Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=xine-lib -pkgver=1.2.1 -pkgrel=3 +pkgver=1.2.2 +pkgrel=1 pkgdesc="A multimedia playback engine" arch=('i686' 'x86_64') url="http://www.xine-project.org" @@ -30,14 +30,11 @@ optdepends=('imagemagick: for using the imagemagick plugin' \ 'gnome-vfs: for using the gnome-vfs plugin' \ 'libvdpau: for using the VDPAU plugin') options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz - xine-lib-1.2.1-ffmpeg.patch) -sha1sums=('ebb2648456504ff4ce08c34de258d3125832bb94' - '179558f72566574e52f3a79231aac25968f18ff0') +source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz) +sha1sums=('a349cbb0b72256bb262377796a022dcf63829b4c') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i "${srcdir}/xine-lib-1.2.1-ffmpeg.patch" ./configure --prefix=/usr --with-wavpack --enable-vdpau --disable-optimizations make } |