extra/xine-lib to 1.2.9-9

This commit is contained in:
Kevin Mihelich 2019-04-19 23:56:55 +00:00
parent e9104e5cad
commit cd1069ee9d

View file

@ -5,7 +5,7 @@
pkgname=xine-lib
pkgver=1.2.9
pkgrel=8
pkgrel=9
pkgdesc="A multimedia playback engine"
arch=('x86_64')
url="http://www.xine-project.org"
@ -46,6 +46,7 @@ build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --with-wavpack --disable-vdpau --with-external-dvdnav \
--disable-optimizations
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}