[arch-commits] Commit in xine-lib/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sun Mar 22 23:51:39 UTC 2020
Date: Sunday, March 22, 2020 @ 23:51:39
Author: anthraxx
Revision: 378374
upgpkg: xine-lib 1.2.10-2: dav1d 0.6.0 rebuild
Modified:
xine-lib/trunk/PKGBUILD
----------+
PKGBUILD | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-22 23:45:45 UTC (rev 378373)
+++ PKGBUILD 2020-03-22 23:51:39 UTC (rev 378374)
@@ -2,8 +2,8 @@
pkgname=xine-lib
pkgver=1.2.10
-pkgrel=1
-pkgdesc="A multimedia playback engine"
+pkgrel=2
+pkgdesc="Multimedia playback engine"
arch=('x86_64')
url="https://www.xine-project.org"
license=('LGPL' 'GPL')
@@ -10,7 +10,8 @@
depends=('libxvmc' 'ffmpeg' 'libxinerama' 'libnsl')
makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 'libdvdnav'
- 'libmpcdec' 'libcaca' 'libbluray' 'libvdpau' 'glu' 'gdk-pixbuf2')
+ 'libmpcdec' 'libcaca' 'libbluray' 'libvdpau' 'glu' 'gdk-pixbuf2'
+ 'dav1d')
optdepends=('imagemagick: for using the imagemagick plugin' \
'jack: for using the jack plugin' \
'vcdimager: for using the vcd plugin' \
@@ -29,14 +30,19 @@
'libbluray: for using the bluray plugin' \
'libvdpau: for using the VDPAU plugin' \
'smbclient: for using the samba plugin' \
+ 'dav1d: for using the dav1d decoder' \
'gdk-pixbuf2: for using the gdk-pixbuf plugin')
source=(https://downloads.sourceforge.net/project/xine/xine-lib/$pkgver/xine-lib-$pkgver.tar.xz)
-sha256sums=('9cb3f069d3c1ffb7456ea91a936a85bbb07ac2ab7be1e9d0d2c94ffe4110dc57')
+sha512sums=('1cbe033da606d67a0a59f19968b2fe1cb46eaeb32c4b4aca7b91125b7230e15bd36d1e3e39e48e6eda56e556018f9f9bf84acb0012d3dd634306e7110fdc4c5f')
+b2sums=('e1bc088814c951ff56e55b626fe1f6f34c3da744e716de369a68e6c82a5adc414b452675ad19a5f82500bade6795b54efd503de8ffe4f1e65b534317ca0a26af')
build() {
cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr --with-wavpack --enable-vdpau --with-external-dvdnav \
- --disable-optimizations
+ ./configure \
+ --prefix=/usr \
+ --with-wavpack \
+ --enable-vdpau \
+ --with-external-dvdnav
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
More information about the arch-commits
mailing list