summaryrefslogtreecommitdiff
path: root/extra/xine-lib/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xine-lib/PKGBUILD')
-rw-r--r--extra/xine-lib/PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/extra/xine-lib/PKGBUILD b/extra/xine-lib/PKGBUILD
index 9b32a7176..46c21bb73 100644
--- a/extra/xine-lib/PKGBUILD
+++ b/extra/xine-lib/PKGBUILD
@@ -31,17 +31,12 @@ optdepends+=('wavpack: for using the wavpack plugin' \
'gnome-vfs: for using the gnome-vfs plugin')
[ "$CARCH" = "mips64el" ] || optdepends+=('libvdpau: for using the VDPAU plugin')
options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz accel_vaapi.h
- 0001-fix-non-x86-build.patch)
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz accel_vaapi.h)
sha1sums=('6f9ef4ba75688659052d21448d46527db2b77e57'
- '08ed9947ef919c71c87151baa8fc0ce7d8f72050'
- '5f1a34c7bafa7ea96c0e4e14fbf6e31e53fe41e0')
+ '08ed9947ef919c71c87151baa8fc0ce7d8f72050')
prepare() {
cp accel_vaapi.h ${pkgname}-${pkgver}/src/xine-engine/
-
- cd ${pkgname}-${pkgver}
- patch -Np1 -i ${srcdir}/0001-fix-non-x86-build.patch
}
build() {