summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing
diff options
context:
space:
mode:
authorNathan Harris <nharris@eoimaging.com>2009-07-21 18:45:21 (GMT)
committerNathan Harris <nharris@eoimaging.com>2009-07-21 18:45:21 (GMT)
commit10b3d6ce15587ae4baf8bb40ae5d67c033b440f2 (patch)
tree8e60d7eb168b5f32e77a712e61f323daf96e2fa4 /abs/extra-testing
parentd8c54ac018b091575f654c8400c2701ccdfb0600 (diff)
downloadlinhes_pkgbuild-10b3d6ce15587ae4baf8bb40ae5d67c033b440f2.zip
linhes_pkgbuild-10b3d6ce15587ae4baf8bb40ae5d67c033b440f2.tar.gz
linhes_pkgbuild-10b3d6ce15587ae4baf8bb40ae5d67c033b440f2.tar.bz2
xbmc-svn: updated to 21748
Diffstat (limited to 'abs/extra-testing')
-rw-r--r--abs/extra-testing/community/xbmc-svn/PKGBUILD13
-rw-r--r--abs/extra-testing/community/xbmc-svn/libcurl-not-in-lib64.patch4
2 files changed, 9 insertions, 8 deletions
diff --git a/abs/extra-testing/community/xbmc-svn/PKGBUILD b/abs/extra-testing/community/xbmc-svn/PKGBUILD
index baaa112..45d6671 100644
--- a/abs/extra-testing/community/xbmc-svn/PKGBUILD
+++ b/abs/extra-testing/community/xbmc-svn/PKGBUILD
@@ -5,8 +5,8 @@
# for his xbmc-vdpau-vdr PKGBUILD at https://archvdr.svn.sourceforge.net/svnroot/archvdr/trunk/archvdr/xbmc-vdpau-vdr/PKGBUILD
pkgname=xbmc-svn
-pkgver=21337
-pkgrel=2
+pkgver=21748
+pkgrel=1
pkgdesc="XBMC Media Center from SVN (linuxport branch)"
provides=('xbmc')
conflicts=('xbmc' 'xbmc-smoothvideo' 'xbmc-vdpau')
@@ -17,7 +17,7 @@ depends=('alsa-lib' 'curl' 'enca' 'faac' 'freetype2' 'fribidi' 'gawk' 'glew'
'hal' 'jasper' 'libgl' 'libjpeg>=6b-5' 'libmad' 'libmysqlclient'
'libxinerama' 'libxrandr' 'lzo2' 'sdl_image' 'sdl_mixer' 'sqlite3'
'tre' 'unzip' 'libcdio' 'libsamplerate' 'python' 'avahi' 'libmad'
- 'a52dec' 'libdca' 'faad2' 'libmpeg2' 'libvorbis' 'libogg'
+ 'a52dec' 'libdca' 'faad2' 'libmpeg2' 'libvorbis' 'libogg' 'libmms'
'libmpcdec' 'flac' 'wavpack' 'xorg-utils')
makedepends=('subversion' 'autoconf' 'automake' 'boost' 'cmake' 'gcc' 'gperf'
'libtool>=2.2.6a-1' 'make' 'nasm' 'patch' 'pkgconfig' 'zip' 'flex' 'bison')
@@ -30,13 +30,13 @@ source=('libcurl-not-in-lib64.patch'
'Lircmap.xml')
noextract=('libcurl-not-in-lib64.patch'
'Lircmap.xml')
-md5sums=('ac1244a5b4aad0e7d59e86a0d318df1b'
+md5sums=('c5e808703d0c9e392e1c2837fea1a5ef'
'3f93186f1ea4aad73011d00754c7265a')
options=(!makeflags)
build() {
-
+
_svntrunk=http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC
_svnmod=XBMC
_prefix=/usr
@@ -90,8 +90,9 @@ build() {
--disable-external-libass \
--disable-external-python \
--disable-external-ffmpeg \
+ --disable-pulse \
--disable-debug || return 1
-
+
# Fix false negative detections of realloc that happens some times
msg "Fixing false negative detections of realloc"
if grep -q 'HAVE_REALLOC 0' config.h; then
diff --git a/abs/extra-testing/community/xbmc-svn/libcurl-not-in-lib64.patch b/abs/extra-testing/community/xbmc-svn/libcurl-not-in-lib64.patch
index 54402ab..0bfbc4c 100644
--- a/abs/extra-testing/community/xbmc-svn/libcurl-not-in-lib64.patch
+++ b/abs/extra-testing/community/xbmc-svn/libcurl-not-in-lib64.patch
@@ -1,8 +1,8 @@
Index: Makefile.include.in
===================================================================
---- Makefile.include.in (revision 20149)
+--- Makefile.include.in (revision 21447)
+++ Makefile.include.in (working copy)
-@@ -30,7 +30,7 @@
+@@ -25,7 +25,7 @@
ifeq (linux,$(findstring linux, $(ARCH)))
ifeq ($(ARCH), x86_64-linux)