mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/xine-lib to 1.2.4-1
This commit is contained in:
parent
d2554c0392
commit
09d590935c
1 changed files with 6 additions and 6 deletions
|
@ -5,8 +5,8 @@
|
||||||
# - disabled vdpau
|
# - disabled vdpau
|
||||||
|
|
||||||
pkgname=xine-lib
|
pkgname=xine-lib
|
||||||
pkgver=1.2.3
|
pkgver=1.2.4
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc="A multimedia playback engine"
|
pkgdesc="A multimedia playback engine"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.xine-project.org"
|
url="http://www.xine-project.org"
|
||||||
|
@ -30,11 +30,11 @@ optdepends=('imagemagick: for using the imagemagick plugin' \
|
||||||
'libmpcdec: for using the musepack plugin' \
|
'libmpcdec: for using the musepack plugin' \
|
||||||
'libcaca: for using the caca plugin' \
|
'libcaca: for using the caca plugin' \
|
||||||
'libbluray: for using the bluray plugin' \
|
'libbluray: for using the bluray plugin' \
|
||||||
'gnome-vfs: for using the gnome-vfs plugin')
|
'gnome-vfs: for using the gnome-vfs plugin' \
|
||||||
|
'smbclient: for using the samba plugin')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz accel_vaapi.h)
|
source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
|
||||||
sha1sums=('6f9ef4ba75688659052d21448d46527db2b77e57'
|
sha1sums=('32267c5fcaa1439a5fbf7606d27dc4fafba9e504')
|
||||||
'08ed9947ef919c71c87151baa8fc0ce7d8f72050')
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cp accel_vaapi.h ${pkgname}-${pkgver}/src/xine-engine/
|
cp accel_vaapi.h ${pkgname}-${pkgver}/src/xine-engine/
|
||||||
|
|
Loading…
Reference in a new issue