diff options
author | James Meyer <james.meyer@operamail.com> | 2009-08-30 14:52:42 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-08-30 14:52:42 (GMT) |
commit | 39f7114420e01a1ee8cae488164ff2ab3504350a (patch) | |
tree | 7390c2303fe547544fa1ac45d8dfda2086b49ee3 /abs/extra-testing/xine-lib/PKGBUILD | |
parent | 7c38541dbbbead64f04641065ab038ed545190bd (diff) | |
parent | 3aef682afa6426e44abaceb56e510af8dcf7bd94 (diff) | |
download | linhes_pkgbuild-39f7114420e01a1ee8cae488164ff2ab3504350a.zip linhes_pkgbuild-39f7114420e01a1ee8cae488164ff2ab3504350a.tar.gz linhes_pkgbuild-39f7114420e01a1ee8cae488164ff2ab3504350a.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
* 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD:
rrdtool: add ruby dep to resolve RRD.so dependency
python-netifaces: chmod -x on info files
xulrunner: add libs to ld.so.conf in install script
perl-text-kakasi: fix kakasi dependency
pyorbit: rebuild to fix libpython2.5.so.1.0 => not found
xine-lib: upgrade to 1.1.16.3 and rebuild to fix missing shared lib references
local-website:updated link for f@h.
Folding@Home:Updates for webpage.
foldingathome:bump. gd:bump for libjpeg
foldingathome: change location to /myth/foldingathome/
shepherd: update to latest from http://www.whuffy.com/shepherd/shepherd
foldingathome: git add run script
LinHES-config mythinstall foldingathome: initial inclusion of Folding@home
Diffstat (limited to 'abs/extra-testing/xine-lib/PKGBUILD')
-rw-r--r-- | abs/extra-testing/xine-lib/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/extra-testing/xine-lib/PKGBUILD b/abs/extra-testing/xine-lib/PKGBUILD index 1cc9e2b..aa15b8f 100644 --- a/abs/extra-testing/xine-lib/PKGBUILD +++ b/abs/extra-testing/xine-lib/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Judd Vinet <jvinet@zeroflux.org> pkgname=xine-lib -pkgver=1.1.16.2 -pkgrel=3 +pkgver=1.1.16.3 +pkgrel=4 pkgdesc="A free video player for Unix" arch=('i686' 'x86_64') url="http://xinehq.de/" @@ -17,8 +17,8 @@ makedepends=('pkgconfig' 'libtool' 'imagemagick' 'smbclient' 'mesa' 'alsa-lib' options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2 xine-lib-1.1.1-configure-no-mcpu-march.patch) -md5sums=('336dd1f6266e9f943430ca6009b7aa7e' '9776df4eb54d2f1f68d8268adbc3b5c2') -sha1sums=('faa3d9207d911a535161a3cd5660aa9e6b904c28' '121a8358d7919b2e51067412373f52848290338a') +md5sums=('4f508abf088cf427a731f85634c8260d' + '9776df4eb54d2f1f68d8268adbc3b5c2') optiona=(!emptydir) build() { |