- update to xbmc-25357
This commit is contained in:
Stephan Raue 2009-12-06 09:10:12 +01:00
parent e93bae5640
commit 733fdbc6fc
2 changed files with 23 additions and 31 deletions

View File

@ -1,6 +1,6 @@
diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--- xbmc-24229/configure.in 2009-11-03 10:52:38.476400434 +0100
+++ xbmc-24229.patch/configure.in 2009-11-03 12:09:00.994396891 +0100
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
@@ -69,6 +69,9 @@
i*86*-linux-gnu*)
ARCH="i486-linux"
@ -68,15 +68,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--disable-muxers \
--disable-encoders \
--disable-devices \
@@ -1157,6 +1171,7 @@
--disable-decoder=mpeg_xvmc \
--enable-postproc \
--enable-gpl \
+ --disable-vaapi \
--enable-protocol=http \
--enable-pthreads \
--cc="$CC" &&
@@ -1170,6 +1185,7 @@
@@ -1172,6 +1186,7 @@
--disable-static \
--disable-ipv6 \
`if test "$use_debug" = "no"; then echo --disable-debug; fi` \
@ -84,7 +76,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--disable-muxers \
--disable-encoders \
--disable-decoder=mpeg_xvmc \
@@ -1181,6 +1197,7 @@
@@ -1184,6 +1199,7 @@
--enable-postproc \
--enable-gpl \
`if test "$use_vdpau" = "yes"; then echo --enable-vdpau; fi` \
@ -92,7 +84,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--enable-libfaad \
--enable-protocol=http \
--enable-pthreads \
@@ -1194,12 +1211,16 @@
@@ -1197,12 +1213,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 \
@ -109,7 +101,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--disable-oss \
--disable-solaris-audio \
--disable-al-audio \
@@ -1212,11 +1233,15 @@
@@ -1215,11 +1235,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" \
@ -125,7 +117,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--disable-doc \
--enable-static \
--with-pic
@@ -1227,6 +1252,8 @@
@@ -1230,6 +1254,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" \
@ -134,7 +126,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--enable-static \
--disable-shared \
--cc="$CC" &&
@@ -1236,6 +1263,8 @@
@@ -1239,6 +1265,8 @@
else
./configure2 \
--extra-cflags="$DVDREAD_CFLAGS -fPIC -DPIC -I`pwd`/../libdvdcss/src" \
@ -143,7 +135,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--enable-static \
--disable-shared \
--cc="$CC" &&
@@ -1251,6 +1280,8 @@
@@ -1254,6 +1282,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" \
@ -152,7 +144,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--with-dvdread-config="`pwd`/../libdvdread/obj/dvdread-config" \
--enable-static \
--disable-shared \
@@ -1259,6 +1290,8 @@
@@ -1262,6 +1292,8 @@
./configure2 \
--extra-cflags="$DVDREAD_CFLAGS -fPIC -DPIC -I`pwd`/../includes" \
--extra-ldflags="-L`pwd`/../libdvdread/obj" \
@ -161,7 +153,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--with-dvdread-config="`pwd`/../libdvdread/obj/dvdread-config" \
--enable-static \
--disable-shared \
@@ -1270,6 +1303,8 @@
@@ -1273,6 +1305,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 \
@ -170,7 +162,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--with-pic \
--with-mp4v2
else
@@ -1281,6 +1316,8 @@
@@ -1284,6 +1318,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 \
@ -179,7 +171,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--with-pic \
--disable-static \
--enable-shared \
@@ -1290,6 +1327,8 @@
@@ -1293,6 +1329,8 @@
--disable-al-audio
else
./configure \
@ -188,7 +180,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--with-pic \
--disable-static \
--enable-shared \
@@ -1305,6 +1344,8 @@
@@ -1308,6 +1346,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 \
@ -197,7 +189,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--with-pic \
--disable-static \
--enable-shared \
@@ -1313,6 +1354,8 @@
@@ -1316,6 +1356,8 @@
--without-x
else
./configure \
@ -206,7 +198,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--with-pic \
--disable-static \
--enable-shared \
@@ -1326,6 +1369,8 @@
@@ -1329,6 +1371,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 \
@ -215,7 +207,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--with-pic
else
true
@@ -1336,17 +1381,23 @@
@@ -1339,17 +1383,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" \
@ -242,7 +234,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
fi
], [$USE_EXTERNAL_LIBASS])
@@ -1355,12 +1406,16 @@
@@ -1358,12 +1408,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 \
@ -259,7 +251,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--disable-static \
--disable-debugging \
--with-pic
@@ -1380,12 +1435,16 @@
@@ -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"\
@ -276,7 +268,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--disable-shared \
--enable-static \
--with-pic
@@ -1400,6 +1459,8 @@
@@ -1403,6 +1461,8 @@
CXXFLAGS="-fPIC -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" \
LDFLAGS="-L/opt/local/lib" \
LIBS="-lz" \
@ -285,7 +277,7 @@ diff -Naur xbmc-24229/configure.in xbmc-24229.patch/configure.in
--x-includes=/usr/X11/include --x-libraries=/usr/X11/lib \
--without-xscreensaver \
--disable-sound \
@@ -1415,6 +1476,8 @@
@@ -1418,6 +1478,8 @@
./configure \
CFLAGS="-fPIC" \
CXXFLAGS="-fPIC" \

View File

@ -1 +1 @@
http://sources.openelec.tv/svn/xbmc-25244.tar.bz2
http://sources.openelec.tv/svn/xbmc-25357.tar.bz2