diff --git a/packages/mediacenter/xbmc/patches/010_xbmc-crosscompile_add_host_and_build_to_configures-0.1.diff b/packages/mediacenter/xbmc/patches/010_xbmc-crosscompile_add_host_and_build_to_configures-0.1.diff index b8916255f5..e4f3bf911c 100644 --- a/packages/mediacenter/xbmc/patches/010_xbmc-crosscompile_add_host_and_build_to_configures-0.1.diff +++ b/packages/mediacenter/xbmc/patches/010_xbmc-crosscompile_add_host_and_build_to_configures-0.1.diff @@ -1,6 +1,6 @@ -diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in ---- xbmc-25357/configure.in 2009-12-06 08:29:35.464423866 +0100 -+++ xbmc-25357.patch/configure.in 2009-12-06 08:45:30.766423896 +0100 +diff -Naur xbmc-25850/configure.in xbmc-25850.patch/configure.in +--- xbmc-25850/configure.in 2009-12-19 13:34:46.000000000 +0100 ++++ xbmc-25850.patch/configure.in 2009-12-19 16:29:54.133125479 +0100 @@ -69,6 +69,9 @@ i*86*-linux-gnu*) ARCH="i486-linux" @@ -11,7 +11,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in x86_64-*-linux-gnu*) ARCH="x86_64-linux" ;; -@@ -1071,6 +1074,8 @@ +@@ -1093,6 +1096,8 @@ XB_CONFIG_MODULE([xbmc/lib/libPython/Python], [ if test "$host_vendor" = "apple" ; then ./configure \ @@ -20,7 +20,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --enable-ipv6 \ --enable-unicode=ucs4 \ --without-cxx \ -@@ -1093,6 +1098,8 @@ +@@ -1115,6 +1120,8 @@ cp pyconfig.h Include else ./configure \ @@ -29,7 +29,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --enable-ipv6 \ --enable-unicode=ucs4 \ --without-cxx \ -@@ -1110,6 +1117,8 @@ +@@ -1132,6 +1139,8 @@ if test "$host_vendor" = "apple" ; then CFLAGS="-fPIC -fno-common -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" \ ./configure MACOSX_DEPLOYMENT_TARGET=10.4 -C \ @@ -38,7 +38,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --with-pic \ --disable-asm-optimizations \ --disable-xmms-plugin \ -@@ -1124,7 +1133,9 @@ +@@ -1146,7 +1155,9 @@ XB_CONFIG_MODULE([xbmc/cores/paplayer/vorbisfile/libvorbis], [ if test "$host_vendor" = "apple" ; then CFLAGS="-fPIC -fno-common -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" \ @@ -49,7 +49,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in else true fi -@@ -1133,7 +1144,9 @@ +@@ -1155,7 +1166,9 @@ XB_CONFIG_MODULE([xbmc/cores/paplayer/vorbisfile/ogg], [ if test "$host_vendor" = "apple" ; then CFLAGS="-fPIC -fno-common -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" \ @@ -60,7 +60,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in else true fi -@@ -1146,6 +1159,7 @@ +@@ -1168,6 +1181,7 @@ --disable-amd3dnow \ --disable-static \ `if test "$use_debug" = "no"; then echo --disable-debug; fi` \ @@ -68,7 +68,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --disable-muxers \ --disable-encoders \ --disable-devices \ -@@ -1172,6 +1186,7 @@ +@@ -1194,6 +1208,7 @@ --disable-static \ --disable-ipv6 \ `if test "$use_debug" = "no"; then echo --disable-debug; fi` \ @@ -76,7 +76,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --disable-muxers \ --disable-encoders \ --disable-decoder=mpeg_xvmc \ -@@ -1184,6 +1199,7 @@ +@@ -1206,6 +1221,7 @@ --enable-postproc \ --enable-gpl \ `if test "$use_vdpau" = "yes"; then echo --enable-vdpau; fi` \ @@ -84,7 +84,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --enable-libfaad \ --enable-protocol=http \ --enable-pthreads \ -@@ -1197,12 +1213,16 @@ +@@ -1219,12 +1235,16 @@ CFLAGS="-fPIC -fno-common -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" \ LDFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" \ ./configure \ @@ -101,7 +101,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --disable-oss \ --disable-solaris-audio \ --disable-al-audio \ -@@ -1215,11 +1235,15 @@ +@@ -1237,11 +1257,15 @@ if test "$host_vendor" = "apple" ; then ./configure MACOSX_DEPLOYMENT_TARGET=10.4 \ CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" \ @@ -117,7 +117,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --disable-doc \ --enable-static \ --with-pic -@@ -1230,6 +1254,8 @@ +@@ -1252,6 +1276,8 @@ if test "$host_vendor" = "apple" ; then ./configure2 MACOSX_DEPLOYMENT_TARGET=10.4 \ --extra-cflags="$DVDREAD_CFLAGS -D__DARWIN__ -fPIC -DPIC -fno-common -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -I`pwd`/../libdvdcss/src" \ @@ -126,7 +126,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --enable-static \ --disable-shared \ --cc="$CC" && -@@ -1239,6 +1265,8 @@ +@@ -1261,6 +1287,8 @@ else ./configure2 \ --extra-cflags="$DVDREAD_CFLAGS -fPIC -DPIC -I`pwd`/../libdvdcss/src" \ @@ -135,7 +135,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --enable-static \ --disable-shared \ --cc="$CC" && -@@ -1254,6 +1282,8 @@ +@@ -1276,6 +1304,8 @@ ./configure2 MACOSX_DEPLOYMENT_TARGET=10.4 \ --extra-cflags="$DVDREAD_CFLAGS -fPIC -DPIC -fno-common -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -I`pwd`/../includes" \ --extra-ldflags="-L`pwd`/../libdvdread/obj" \ @@ -144,7 +144,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --with-dvdread-config="`pwd`/../libdvdread/obj/dvdread-config" \ --enable-static \ --disable-shared \ -@@ -1262,6 +1292,8 @@ +@@ -1284,6 +1314,8 @@ ./configure2 \ --extra-cflags="$DVDREAD_CFLAGS -fPIC -DPIC -I`pwd`/../includes" \ --extra-ldflags="-L`pwd`/../libdvdread/obj" \ @@ -153,7 +153,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --with-dvdread-config="`pwd`/../libdvdread/obj/dvdread-config" \ --enable-static \ --disable-shared \ -@@ -1273,6 +1305,8 @@ +@@ -1295,6 +1327,8 @@ if test "$host_vendor" = "apple" ; then CFLAGS="-O3 -fPIC -fno-common -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" \ ./configure MACOSX_DEPLOYMENT_TARGET=10.4 \ @@ -162,7 +162,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --with-pic \ --with-mp4v2 else -@@ -1284,6 +1318,8 @@ +@@ -1306,6 +1340,8 @@ if test "$host_vendor" = "apple" ; then CFLAGS="-fPIC -fno-common -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" \ ./configure MACOSX_DEPLOYMENT_TARGET=10.4 \ @@ -171,7 +171,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --with-pic \ --disable-static \ --enable-shared \ -@@ -1293,6 +1329,8 @@ +@@ -1315,6 +1351,8 @@ --disable-al-audio else ./configure \ @@ -180,7 +180,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --with-pic \ --disable-static \ --enable-shared \ -@@ -1308,6 +1346,8 @@ +@@ -1330,6 +1368,8 @@ if test "$host_vendor" = "apple" ; then CFLAGS="-fPIC -fno-common -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" \ ./configure MACOSX_DEPLOYMENT_TARGET=10.4 \ @@ -189,7 +189,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --with-pic \ --disable-static \ --enable-shared \ -@@ -1316,6 +1356,8 @@ +@@ -1338,6 +1378,8 @@ --without-x else ./configure \ @@ -198,7 +198,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --with-pic \ --disable-static \ --enable-shared \ -@@ -1329,6 +1371,8 @@ +@@ -1351,6 +1393,8 @@ if test "$host_vendor" = "apple" ; then CFLAGS="-fno-common -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" \ ./configure MACOSX_DEPLOYMENT_TARGET=10.4 \ @@ -207,7 +207,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --with-pic else true -@@ -1339,17 +1383,23 @@ +@@ -1361,17 +1405,23 @@ if test "$host_vendor" = "apple" ; then export MACOSX_DEPLOYMENT_TARGET=10.4 CFLAGS="-fPIC -fno-common -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" \ @@ -234,7 +234,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in fi ], [$USE_EXTERNAL_LIBASS]) -@@ -1358,12 +1408,16 @@ +@@ -1380,12 +1430,16 @@ CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -fno-common" \ CPPFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -fno-common" \ ./configure MACOSX_DEPLOYMENT_TARGET=10.4 \ @@ -251,24 +251,16 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --disable-static \ --disable-debugging \ --with-pic -@@ -1383,12 +1437,16 @@ - ./configure \ - CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" \ - CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4"\ -+ --host=$host_alias \ -+ --build=$build_alias \ - --disable-shared \ - --enable-static \ - --with-pic - - else +@@ -1403,6 +1457,8 @@ + XB_CONFIG_MODULE([xbmc/visualizations/Goom/goom2k4-0],[ + if test "$host_vendor" != "apple" ; then ./configure \ + --host=$host_alias \ + --build=$build_alias \ --disable-shared \ --enable-static \ --with-pic -@@ -1403,6 +1461,8 @@ +@@ -1417,6 +1473,8 @@ CXXFLAGS="-fPIC -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" \ LDFLAGS="-L/opt/local/lib" \ LIBS="-lz" \ @@ -277,7 +269,7 @@ diff -Naur xbmc-25357/configure.in xbmc-25357.patch/configure.in --x-includes=/usr/X11/include --x-libraries=/usr/X11/lib \ --without-xscreensaver \ --disable-sound \ -@@ -1418,6 +1478,8 @@ +@@ -1432,6 +1490,8 @@ ./configure \ CFLAGS="-fPIC" \ CXXFLAGS="-fPIC" \ diff --git a/packages/mediacenter/xbmc/url b/packages/mediacenter/xbmc/url index 71516d6542..e301807c39 100644 --- a/packages/mediacenter/xbmc/url +++ b/packages/mediacenter/xbmc/url @@ -1 +1 @@ -http://sources.openelec.tv/svn/xbmc-25729.tar.bz2 \ No newline at end of file +http://sources.openelec.tv/svn/xbmc-25850.tar.bz2