From 8a24d8d6837acba283c55724acfeea6e1bd6b771 Mon Sep 17 00:00:00 2001 From: Nathan Harris Date: Thu, 31 Dec 2009 17:07:19 -0500 Subject: xbmc: moved out of community in prep for update --- abs/extra-testing/community/xbmc/ChangeLog | 64 ------- abs/extra-testing/community/xbmc/PKGBUILD | 118 ------------- abs/extra-testing/community/xbmc/xbmc.install | 9 - abs/extra-testing/xbmc/Lircmap.xml | 233 ++++++++++++++++++++++++++ abs/extra-testing/xbmc/PKGBUILD | 86 ++++++++++ abs/extra-testing/xbmc/__changelog | 1 + abs/extra-testing/xbmc/xbmc.install | 7 + 7 files changed, 327 insertions(+), 191 deletions(-) delete mode 100644 abs/extra-testing/community/xbmc/ChangeLog delete mode 100644 abs/extra-testing/community/xbmc/PKGBUILD delete mode 100644 abs/extra-testing/community/xbmc/xbmc.install create mode 100644 abs/extra-testing/xbmc/Lircmap.xml create mode 100644 abs/extra-testing/xbmc/PKGBUILD create mode 100644 abs/extra-testing/xbmc/__changelog create mode 100644 abs/extra-testing/xbmc/xbmc.install diff --git a/abs/extra-testing/community/xbmc/ChangeLog b/abs/extra-testing/community/xbmc/ChangeLog deleted file mode 100644 index 59f2370..0000000 --- a/abs/extra-testing/community/xbmc/ChangeLog +++ /dev/null @@ -1,64 +0,0 @@ -2009-03-07 [vEX] - - * 8.10-10 : - Try and fix some autoconf issues (thanks Gentoo ebuild). - -2009-02-08 [vEX] - - * 8.10-9 : - Replace some libtool 'ltmain.sh' scripts with the one from libtool - installed with Arch. - Make sure XBMCTex isn't linked to OpenGL libraries or it will segfault - on systems using the nvidia driver. - -2009-01-30 [vEX] - - * 8.10-8 : - Fix some include's so that gcc 4.3.x is happy, shouldn't complain about - undefined '::realloc' anymore. - Remove Mac OS X specific files. - -2009-01-25 [vEX] - - * 8.10-7 : - Moved libcdio, pmount, smbclient and unrar to optdepends. - Removed unneeded dependency on sdl_gfx. - Removed dependency on libpng as sdl_image depends on it. - -2008-12-14 [vEX] - - * 8.10-6 : - Added libpng to dependency list. - Added gawk to dependency list. - Removed '--disable-mms' and '--enable-halmount' configure flags as they - are not mentioned as supported in the configure script. - -2008-12-06 [vEX] - - * 8.10-5 : - Added libmad to the dependency list. - Streamripper 1.64.0+ does not include tre anymore, removed streamripper - and added tre instead. - Removed subversion from makedepends. - -2008-12-06 [vEX] - - * 8.10-4 : - Fix permissions for some more scripts, ffmpeg/texi2doc.pl should not - fail any longer. - -2008-12-05 [vEX] - - * 8.10-3 : - Added lirc to the optdepends array. - -2008-11-26 [vEX] - - * 8.10-2 : - Added install file which informs users that a display depth of at - least 24-bit is required. - -2008-11-17 [vEX] - - * 8.10-1 : - Initial package, based on previous work by Zeqadious. diff --git a/abs/extra-testing/community/xbmc/PKGBUILD b/abs/extra-testing/community/xbmc/PKGBUILD deleted file mode 100644 index 950d704..0000000 --- a/abs/extra-testing/community/xbmc/PKGBUILD +++ /dev/null @@ -1,118 +0,0 @@ -# Contributor: [vEX] -# Contributor: Zeqadious - -pkgname=xbmc -pkgver=8.10 -pkgrel=10 -pkgdesc="XBMC Media Center" -arch=('i686' 'x86_64') -url="http://xbmc.org" -license=('GPL' 'custom') -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' 'x-server') -makedepends=('autoconf' 'automake' 'boost' 'cmake' 'gcc' 'gperf' - 'libtool>=2.2.6a-1' 'make' 'nasm' 'patch' 'pkgconfig' 'zip') -optdepends=('libcdio: optical disc support' - 'lirc: remote controller support' - 'pmount: mount removable devices as normal user' - 'smbclient: access windows shares' - 'unrar: access compressed files without unpacking them') -install=("${pkgname}.install") -source=("http://downloads.sourceforge.net/${pkgname}/XBMC-${pkgver}.src.tar.gz") -md5sums=('2d20d255a211223eaa47f1c6bcf4be8e') - -build() { - cd "${srcdir}/XBMC" - - # Remove Mac OS X specific files - rm -rf system/python/lib-osx/ - rm system/players/dvdplayer/*-osx* - - # Fix permissions for the configure scripts - find -type f -name "configure"|xargs chmod a+x || return 1 - - # Fix other permissions - find -type f -name "*.pl"|xargs chmod a+x || return 1 - - # Make it gcc 4.3.x compatible - sed '92i#include ' -i guilib/system.h || return 1 - - # Clean up the configure files and make sure they support C++. - for file in `find . -type f -name configure.in -or -name configure.ac`; do - echo 'AC_PROG_CXX' >> "${file}" - sed -e '/AM_PATH_XMMS/ c\echo' \ - -e '/AM_PATH_SDL2/ c\echo' \ - -i ${file} || return 1 - done - sed -e 's/test_libFLAC++//g' \ - -i "${srcdir}/XBMC/xbmc/cores/paplayer/flac-1.2.1/src/Makefile.am" || return 1 - - # Fix some autoconf issues - touch ${srcdir}/XBMC/xbmc/cores/dvdplayer/Codecs/libmad/{NEWS,AUTHORS,ChangeLog} || return 1 - touch ${srcdir}/XBMC/xbmc/visualizations/Goom/goom2k4-0/ylwrap || return 1 - touch ${srcdir}/XBMC/xbmc/lib/libid3tag/libid3tag/{NEWS,README,AUTHORS,ChangeLog} || return 1 - for dir in \ - . \ - xbmc/cores/dvdplayer/Codecs/libDVDCSS \ - xbmc/cores/dvdplayer/Codecs/libdts \ - xbmc/cores/dvdplayer/Codecs/libdvdnav \ - xbmc/cores/dvdplayer/Codecs/libfaad2 \ - xbmc/cores/dvdplayer/Codecs/libmad \ - xbmc/cores/dvdplayer/Codecs/libmpeg2 \ - xbmc/cores/paplayer/flac-1.2.1 \ - xbmc/cores/paplayer/vorbisfile/libvorbis \ - xbmc/cores/paplayer/vorbisfile/ogg \ - xbmc/visualizations/Goom/goom2k4-0 \ - xbmc/lib/libass \ - xbmc/lib/libid3tag/libid3tag - do - autoreconf --install "${srcdir}/XBMC/${dir}" || return 1 - done - - cd "${srcdir}/XBMC/" - - # Configure XBMC - ./configure --prefix=/usr \ - --disable-debug || return 1 - - # Fix false negative detections of realloc that happens some times - if grep -q 'HAVE_REALLOC 0' config.h; then - sed -e 's|#define HAVE_REALLOC 0|#define HAVE_REALLOC 1|' \ - -e 's|#define realloc rpl_realloc|/* #define realloc rpl_realloc */|' \ - -i config.h || return 1 - fi - - # XBMCTex will segfault on systems with nvidia instaleld if linked to OpenGL - sed -e 's/-lGLU -lGLEW -lGL//' \ - -i ${srcdir}/XBMC/tools/XBMCTex/Makefile - - # Now (finally) build - make || return 1 - make prefix=${pkgdir}/usr install || return 1 - - # Fix the shell script - sed -i '4iexport SDL_AUDIODRIVER=alsa' ${pkgdir}/usr/bin/xbmc - - # Xrandr - install -Dm755 ${srcdir}/XBMC/xbmc-xrandr \ - ${pkgdir}/usr/share/xbmc/xbmc-xrandr || return 1 - - # Menu item - install -Dm644 ${srcdir}/XBMC/tools/Linux/xbmc.desktop \ - ${pkgdir}/usr/share/applications/xbmc.desktop || return 1 - install -Dm644 ${srcdir}/XBMC/tools/Linux/xbmc.png \ - ${pkgdir}/usr/share/pixmaps/xbmc.png || return 1 - - # XBMCTex - install -Dm755 ${srcdir}/XBMC/tools/XBMCTex/XBMCTex \ - ${pkgdir}/usr/share/xbmc/tools/xbmctex || return 1 - - # License(s) - install -dm755 ${pkgdir}/usr/share/licenses/${pkgname} - for licensef in LICENSE.GPL README.linux copying.txt; do - mv ${pkgdir}/usr/share/xbmc/${licensef} \ - ${pkgdir}/usr/share/licenses/${pkgname} || return 1 - done -} diff --git a/abs/extra-testing/community/xbmc/xbmc.install b/abs/extra-testing/community/xbmc/xbmc.install deleted file mode 100644 index 9316bc8..0000000 --- a/abs/extra-testing/community/xbmc/xbmc.install +++ /dev/null @@ -1,9 +0,0 @@ -post_install() { - echo ">> If XBMC won't start, but just segfaults, double check your X.Org config" - echo ">> so that your display depth is at least 24-bit. Eg: change " - echo ">> \"DefaultDepth 16\" under the \"Screen\" section so it says 24 instead" - echo ">> of 16." - /bin/true -} - -# vim:set ts=2 sw=2 et: diff --git a/abs/extra-testing/xbmc/Lircmap.xml b/abs/extra-testing/xbmc/Lircmap.xml new file mode 100644 index 0000000..600567f --- /dev/null +++ b/abs/extra-testing/xbmc/Lircmap.xml @@ -0,0 +1,233 @@ + + + + + + + + + + + + + Pause + Stop + Forward + Rewind + Left + Right + Up + Down + + ChanUp + ChanDown + Back + PreviousMenu + Play + More + Skip + Replay + Teletext + Home + Record + VolUp + VolDown + Mute + Power + Videos + Music + Pictures + TV + One + Two + Three + Four + Five + Six + Seven + Eight + Nine + Zero + Red + Green + Yellow + Blue + + + + Pause + Stop + Forward + Rewind + Left + Right + Up + Down + + ChanUp + ChanDown + Back + PreviousMenu + Play + More + Skip + Replay + Teletext + Home + Record + VolUp + VolDown + Mute + Power + Videos + Music + Pictures + TV + One + Two + Three + Four + Five + Six + Seven + Eight + Nine + Zero + Red + Green + Yellow + Blue + + + + PLAY + PAUSE + STOP + FORWARD + REVERSE + LEFT + RIGHT + UP + DOWN + + BACK + MENU + TITLE + INFO + SKIP+ + SKIP- + DISPLAY + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 0 + + + + PLAY + PAUSE + STOP + FORWARD + REVERSE + LEFT + RIGHT + UP + DOWN + + BACK + MENU + TITLE + INFO + SKIP+ + SKIP- + DISPLAY + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 0 + + + + Play + pause + Stop + FForward + Rewind + Vol-Rew + Vol+FF + Chan+Play + Chan-Stop + channel+ + channel- + + undo + Menu + L + Info + next + Fullscreen + Record + vol+ + vol- + Mute + Power + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 0 + + + + PLAY + PAUSE + STOP + >> + << + LEFT + RIGHT + UP + DOWN + CH_UP + CH_DOWN + + EXIT + MENU + RED + GREEN + >>| + YELLOW + RECORD + VOL_UP + VOL_DOWN + MUTE + POWER + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 0 + + diff --git a/abs/extra-testing/xbmc/PKGBUILD b/abs/extra-testing/xbmc/PKGBUILD new file mode 100644 index 0000000..81755b3 --- /dev/null +++ b/abs/extra-testing/xbmc/PKGBUILD @@ -0,0 +1,86 @@ +# Contributor: [vEX] +# Contributor: Zeqadious + +pkgname=xbmc +pkgver=9.11 +pkgrel=2 +pkgdesc="XBMC Media Center" +arch=('i686' 'x86_64') +url="http://xbmc.org" +license=('GPL' 'custom') +conflicts=('xbmc-svn') +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' 'x-server' 'libcdio' 'wavpack' 'libmpeg2' 'a52dec' + 'smbclient' 'faad2' 'libsamplerate' 'libmms' 'xorg-utils') +makedepends=('autoconf' 'automake' 'boost' 'cmake' 'gcc' 'gperf' + 'libtool>=2.2.6a-1' 'make' 'nasm' 'patch' 'pkgconfig' 'zip' + 'libvdpau') +optdepends=('libcdio: optical disc support' + 'lirc: remote controller support' + 'pmount: mount removable devices as normal user' + 'smbclient: access windows shares' + 'unrar: access compressed files without unpacking them') +install=("${pkgname}.install") +options=(force) +source=("http://downloads.sourceforge.net/project/xbmc/XBMC%20Source%20Code/Camelot%20-%20$pkgver/xbmc-${pkgver/_/-}.tar.gz" \ + 'Lircmap.xml') +md5sums=('9a68ac1e2f44a54cc3803fcdb1265767') + +build() { + cd "${srcdir}/xbmc-${pkgver/_/-}" + _xbmcprefix=/opt/xbmc + + if [ $NOEXTRACT -ne 1 ]; then +# if true; then + ./bootstrap + ./configure --prefix=${_xbmcprefix} \ + --enable-vdpau \ + --disable-pulse \ + --disable-avahi \ + --enable-external-liba52 \ + --enable-external-libdts \ + --enable-external-libmpeg2 \ + --enable-external-libogg \ + --enable-external-libwavpack \ + --disable-external-libass \ + --disable-external-ffmpeg \ + --disable-external-python \ + --disable-debug || return 1 + fi + + make || return 1 + make prefix=${pkgdir}${_xbmcprefix} install || return 1 + + # Fix the shell script + sed -i '3iexport SDL_AUDIODRIVER=alsa' ${pkgdir}${_xbmcprefix}/bin/xbmc + + # Menu item + install -Dm644 ${srcdir}/xbmc-${pkgver/_/-}/tools/Linux/xbmc.desktop \ + ${pkgdir}/usr/share/applications/xbmc.desktop || return 1 + install -Dm644 ${srcdir}/xbmc-${pkgver/_/-}/tools/Linux/xbmc.png \ + ${pkgdir}/usr/share/pixmaps/xbmc.png || return 1 + + # XBMCTex +# install -Dm755 ${srcdir}/xbmc-${pkgver/_/-}/tools/XBMCTex/XBMCTex \ +# ${pkgdir}${_xbmcprefix}/share/xbmc/tools/xbmctex || return 1 + + # License(s) + install -dm755 ${pkgdir}/usr/share/licenses/${pkgname} + for licensef in LICENSE.GPL README.linux copying.txt; do + mv ${pkgdir}${_xbmcprefix}/share/xbmc/${licensef} \ + ${pkgdir}/usr/share/licenses/${pkgname} || return 1 + done + + # profile.d + mkdir -p $pkgdir/etc/profile.d/ && \ + echo "export PATH=\$PATH:${_xbmcprefix}/bin" >$pkgdir/etc/profile.d/xbmc.sh && \ + chmod 0755 $pkgdir/etc/profile.d/xbmc.sh || return 1 + + # fix .desktop + sed -i 's#Exec=xbmc#Exec=/opt/xbmc/bin/xbmc#' $pkgdir/opt/xbmc/share/xsessions/XBMC.desktop $pkgdir/usr/share/applications/xbmc.desktop + + # Use custom Lircmap to support StreamZap remote + cp ${srcdir}/Lircmap.xml ${pkgdir}${_xbmcprefix}/share/xbmc/system/Lircmap.xml +} diff --git a/abs/extra-testing/xbmc/__changelog b/abs/extra-testing/xbmc/__changelog new file mode 100644 index 0000000..bbf1705 --- /dev/null +++ b/abs/extra-testing/xbmc/__changelog @@ -0,0 +1 @@ +Added Lircmap.xml to PKGBUILD to support MCE2 and StreamZap remotes diff --git a/abs/extra-testing/xbmc/xbmc.install b/abs/extra-testing/xbmc/xbmc.install new file mode 100644 index 0000000..eb4e9d4 --- /dev/null +++ b/abs/extra-testing/xbmc/xbmc.install @@ -0,0 +1,7 @@ +post_install() { + echo ">> If XBMC won't start, but just segfaults, double check your X.Org config" + echo ">> so that your display depth is at least 24-bit. Eg: change " + echo ">> \"DefaultDepth 16\" under the \"Screen\" section so it says 24 instead" + echo ">> of 16." + /bin/true +} -- cgit v0.12