extra/xine-lib to 1.2.2-1

This commit is contained in:
Kevin Mihelich 2012-07-09 17:04:15 -04:00
parent 4e930f4a4e
commit de0d7c7a22

View file

@ -4,11 +4,9 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org> # ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - disabled vdpau # - disabled vdpau
plugrel=1
pkgname=xine-lib pkgname=xine-lib
pkgver=1.2.1 pkgver=1.2.2
pkgrel=2 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"
@ -35,7 +33,7 @@ optdepends=('imagemagick: for using the imagemagick plugin' \
'gnome-vfs: for using the gnome-vfs plugin') 'gnome-vfs: for using the gnome-vfs plugin')
options=('!libtool') options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz) source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
sha1sums=('ebb2648456504ff4ce08c34de258d3125832bb94') sha1sums=('a349cbb0b72256bb262377796a022dcf63829b4c')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"