mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 19:47:13 +08:00
Fix xine compilation
This commit is contained in:
parent
04ca2b2ba7
commit
7f70535bbe
@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=xine-lib
|
||||
pkgver=1.1.19
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A multimedia playback engine"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.xine-project.org"
|
||||
@ -22,13 +22,16 @@ optdepends=('imagemagick: for using the imagemagick plugin' 'smbclient: for usin
|
||||
'jack: for using the jack plugin' 'vcdimager: for using the vcd plugin')
|
||||
options=('!libtool')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2
|
||||
xine-lib-1.1.1-configure-no-mcpu-march.patch)
|
||||
md5sums=('a410a0f0617e1d6309f0cbe907f73f8a' '9776df4eb54d2f1f68d8268adbc3b5c2')
|
||||
sha1sums=('5afcc28c5cf2bdaab99d951960f6587797e1e5a0' '121a8358d7919b2e51067412373f52848290338a')
|
||||
xine-lib-1.1.1-configure-no-mcpu-march.patch xine-lib-1.1.19-xvmc.patch)
|
||||
md5sums=('a410a0f0617e1d6309f0cbe907f73f8a' '9776df4eb54d2f1f68d8268adbc3b5c2'\
|
||||
'8662fb124870b1dd7effe4ff5e2a2e3d')
|
||||
sha1sums=('5afcc28c5cf2bdaab99d951960f6587797e1e5a0' '121a8358d7919b2e51067412373f52848290338a'\
|
||||
'920bf27e6e3523dfe4cc9c802ff713e9688a3f34')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
patch -p0 < ../xine-lib-1.1.1-configure-no-mcpu-march.patch || return 1
|
||||
patch -p0 < ../xine-lib-1.1.19-xvmc.patch
|
||||
|
||||
libtoolize --force --copy || return 1
|
||||
aclocal -I m4 || return 1
|
||||
|
Loading…
Reference in New Issue
Block a user