diff options
author | root <root@rshg054.dnsready.net> | 2013-09-25 03:11:54 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-25 03:11:54 -0700 |
commit | 839df58b3e0710d90fb09388ab2797d47caa79ec (patch) | |
tree | cc4d4a94d633bcb9691ab9026432e042898d46c2 /extra/xine-lib/PKGBUILD | |
parent | edb4c972d5d23fcff220b7d3c33d3202bcb16af3 (diff) |
Wed Sep 25 03:02:22 PDT 2013
Diffstat (limited to 'extra/xine-lib/PKGBUILD')
-rw-r--r-- | extra/xine-lib/PKGBUILD | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/extra/xine-lib/PKGBUILD b/extra/xine-lib/PKGBUILD index 8d6809fee..ac6c1347f 100644 --- a/extra/xine-lib/PKGBUILD +++ b/extra/xine-lib/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 193690 2013-08-28 00:06:11Z eric $ +# $Id: PKGBUILD 195056 2013-09-24 20:09:11Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=xine-lib -pkgver=1.2.3 -pkgrel=4 +pkgver=1.2.4 +pkgrel=1 pkgdesc="A multimedia playback engine" arch=('i686' 'x86_64') url="http://www.xine-project.org" @@ -28,15 +28,11 @@ optdepends=('imagemagick: for using the imagemagick plugin' \ 'libcaca: for using the caca plugin' \ 'libbluray: for using the bluray plugin' \ 'gnome-vfs: for using the gnome-vfs plugin' \ - 'libvdpau: for using the VDPAU plugin') + 'libvdpau: for using the VDPAU plugin' \ + 'smbclient: for using the samba plugin') options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz accel_vaapi.h) -sha1sums=('6f9ef4ba75688659052d21448d46527db2b77e57' - '08ed9947ef919c71c87151baa8fc0ce7d8f72050') - -prepare() { - cp accel_vaapi.h ${pkgname}-${pkgver}/src/xine-engine/ -} +source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz) +sha1sums=('32267c5fcaa1439a5fbf7606d27dc4fafba9e504') build() { cd ${pkgname}-${pkgver} |