mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +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
|
||||
|
||||
pkgname=xine-lib
|
||||
pkgver=1.2.3
|
||||
pkgrel=4
|
||||
pkgver=1.2.4
|
||||
pkgrel=1
|
||||
pkgdesc="A multimedia playback engine"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.xine-project.org"
|
||||
|
@ -30,11 +30,11 @@ optdepends=('imagemagick: for using the imagemagick plugin' \
|
|||
'libmpcdec: for using the musepack plugin' \
|
||||
'libcaca: for using the caca 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')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz accel_vaapi.h)
|
||||
sha1sums=('6f9ef4ba75688659052d21448d46527db2b77e57'
|
||||
'08ed9947ef919c71c87151baa8fc0ce7d8f72050')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
|
||||
sha1sums=('32267c5fcaa1439a5fbf7606d27dc4fafba9e504')
|
||||
|
||||
prepare() {
|
||||
cp accel_vaapi.h ${pkgname}-${pkgver}/src/xine-engine/
|
||||
|
|
Loading…
Reference in a new issue