mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/xine-lib to 1.2.9-9
This commit is contained in:
parent
e9104e5cad
commit
cd1069ee9d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue