diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-01-05 21:01:03 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-01-05 21:01:03 (GMT) |
commit | 49ab28afad2848c5d7b73e59b5cd9424846af240 (patch) | |
tree | 17a4e7c0d24a5038a8f0e8b56201302f20181643 /abs/extra | |
parent | 80078cb3fcc7ea8d2656b80f50853cb80e4ac027 (diff) | |
parent | c50c191b426d92cfdfb43c4e3f15f942760f0931 (diff) | |
download | linhes_pkgbuild-49ab28afad2848c5d7b73e59b5cd9424846af240.zip linhes_pkgbuild-49ab28afad2848c5d7b73e59b5cd9424846af240.tar.gz linhes_pkgbuild-49ab28afad2848c5d7b73e59b5cd9424846af240.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra')
-rw-r--r-- | abs/extra/glew/PKGBUILD | 3 | ||||
-rw-r--r-- | abs/extra/xbmc/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/extra/xbmc/__changelog | 1 |
3 files changed, 3 insertions, 5 deletions
diff --git a/abs/extra/glew/PKGBUILD b/abs/extra/glew/PKGBUILD index 389b4d4..291abce 100644 --- a/abs/extra/glew/PKGBUILD +++ b/abs/extra/glew/PKGBUILD @@ -1,4 +1,4 @@ -# $Id$ +# $Id: PKGBUILD 98297 2010-11-06 17:51:38Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: SleepyDog @@ -26,4 +26,3 @@ package() { } # vim: set noexpandtab tabstop=8 shiftwidth=8 textwidth=132 autoindent - diff --git a/abs/extra/xbmc/PKGBUILD b/abs/extra/xbmc/PKGBUILD index 13ca0c9..214b609 100644 --- a/abs/extra/xbmc/PKGBUILD +++ b/abs/extra/xbmc/PKGBUILD @@ -11,7 +11,7 @@ _prefix=/usr pkgname=xbmc pkgver=10.0 -pkgrel=3 +pkgrel=4 pkgdesc="XBMC Media Center" arch=('i686' 'x86_64') url="http://xbmc.org" @@ -20,7 +20,7 @@ depends=( 'bzip2' 'curl' 'enca' 'faac' 'faad2' 'fontconfig' 'fribidi' 'glew' 'jasper' 'libcdio' 'libgl' 'libmad' 'libmms' 'libmpeg2' 'libmysqlclient' 'libsamplerate' 'libxinerama' 'libxrandr' 'libxtst' 'lzo2' 'sdl_image' 'sdl_mixer' - 'smbclient' 'wavpack' 'mesa' 'xorg-utils' 'libmicrohttpd' + 'smbclient' 'wavpack' 'mesa-demos' 'xorg-utils' 'libmicrohttpd' 'libssh' 'libva' 'libmodplug' 'rtmpdump') if [ "$_ext_python" != "disable" ]; then depends=( '${depends[@]}' 'python2' ) diff --git a/abs/extra/xbmc/__changelog b/abs/extra/xbmc/__changelog deleted file mode 100644 index b2533c9..0000000 --- a/abs/extra/xbmc/__changelog +++ /dev/null @@ -1 +0,0 @@ -1/2/11 - chw - change mesa-demo dep to just mesa (since we are still on 7.9). |