- update to xbmc-29030
This commit is contained in:
Stephan Raue 2010-04-06 03:31:50 +02:00
parent 703fc0067b
commit 6d915f84ff
16 changed files with 1 additions and 233 deletions

View File

@ -1,49 +0,0 @@
diff -Naur xbmc-28910/configure.in xbmc-28910.patch/configure.in
--- xbmc-28910/configure.in 2010-03-28 17:12:32.000000000 +0200
+++ xbmc-28910.patch/configure.in 2010-03-28 19:39:55.720627540 +0200
@@ -10,6 +10,10 @@
AM_INIT_AUTOMAKE([foreign])
AC_CANONICAL_HOST
+tolower(){
+ echo "$@" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz
+}
+
# General message strings
configure_debug="ERROR: this is a configure debug statement"
missing_library="Could not find a required library. Please see the README for your platform."
@@ -88,6 +92,18 @@
[use_debug=$enableval],
[use_debug=yes])
+AC_ARG_WITH([arch],
+ [AS_HELP_STRING([--with-arch],
+ [build with given arch passing to internal ffmpeg (default is no, needed for crosscompiling)])],
+ [use_arch=$withval],
+ [use_arch=no])
+
+AC_ARG_WITH([cpu],
+ [AS_HELP_STRING([--with-cpu],
+ [build with given cpu passing to ffmpeg (default is no)])],
+ [use_cpu=$withval],
+ [use_cpu=no])
+
AC_ARG_ENABLE([optimizations],
[AS_HELP_STRING([--enable-optimizations],
[enable optimization (default is yes)])],
@@ -791,6 +807,15 @@
fi
fi
+if test "$cross_compiling" = "yes"; then
+ final_message="$final_message\n Crosscomp.:\tYes"
+else
+ final_message="$final_message\n Crosscomp.:\tNo"
+fi
+
+final_message="$final_message\n target ARCH:\t$use_arch"
+final_message="$final_message\n target CPU:\t$use_cpu"
+
if test "$use_optimizations" = "yes"; then
final_message="$final_message\n Optimization:\tYes"
CXXFLAGS="$CXXFLAGS -O2"

View File

@ -1,14 +0,0 @@
diff -Naur xbmc-28910/configure.in xbmc-28910.patch/configure.in
--- xbmc-28910/configure.in 2010-03-28 18:08:22.992628860 +0200
+++ xbmc-28910.patch/configure.in 2010-03-28 18:09:49.166752941 +0200
@@ -1171,7 +1171,9 @@
cp pyconfig.h Include
else
./configure \
- --enable-ipv6 \
+ --host=$host_alias \
+ --build=$build_alias \
+ --disable-ipv6 \
--enable-unicode=ucs4 \
--without-cxx \
--enable-shared \

View File

@ -1,14 +0,0 @@
diff -Naur xbmc-28910/configure.in xbmc-28910.patch/configure.in
--- xbmc-28910/configure.in 2010-03-28 18:12:19.728751863 +0200
+++ xbmc-28910.patch/configure.in 2010-03-28 18:21:43.927662015 +0200
@@ -1236,6 +1236,10 @@
./configure \
--disable-static \
`if test "$use_debug" = "no"; then echo --disable-debug; fi` \
+ `if test "$cross_compiling" = "yes"; then echo --enable-cross-compile; fi` \
+ `if test "$use_arch" != "no"; then echo --arch=$use_arch; fi`\
+ `if test "$use_cpu" != "no"; then echo --cpu=$use_cpu; fi`\
+ --target-os=$(tolower $(uname -s)) \
--disable-muxers \
--enable-muxer=spdif \
--enable-muxer=adts \

View File

@ -1,12 +0,0 @@
diff -Naur xbmc-28910/configure.in xbmc-28910.patch/configure.in
--- xbmc-28910/configure.in 2010-03-28 18:24:56.419753331 +0200
+++ xbmc-28910.patch/configure.in 2010-03-28 18:25:57.248628460 +0200
@@ -1275,6 +1275,8 @@
--disable-win
else
./configure \
+ --host=$host_alias \
+ --build=$build_alias \
--disable-oss \
--disable-solaris-audio \
--disable-al-audio \

View File

@ -1,12 +0,0 @@
diff -Naur xbmc-28910/configure.in xbmc-28910.patch/configure.in
--- xbmc-28910/configure.in 2010-03-28 18:30:55.221751668 +0200
+++ xbmc-28910.patch/configure.in 2010-03-28 18:31:27.299751431 +0200
@@ -1294,6 +1294,8 @@
--with-pic
else
./configure \
+ --host=$host_alias \
+ --build=$build_alias \
--disable-doc \
--enable-static \
--with-pic

View File

@ -1,12 +0,0 @@
diff -Naur xbmc-28910/configure.in xbmc-28910.patch/configure.in
--- xbmc-28910/configure.in 2010-03-28 18:35:03.335660103 +0200
+++ xbmc-28910.patch/configure.in 2010-03-28 18:36:09.419753169 +0200
@@ -1316,6 +1316,8 @@
./configure2 \
--extra-cflags="$CFLAGS $DVDREAD_CFLAGS -fPIC -DPIC -I`pwd`/../libdvdcss/src" \
--prefix="${prefix}" --includedir="${includedir}" --libdir="${libdir}" --datadir="${datadir}" \
+ --host=$host_alias \
+ --build=$build_alias \
--enable-static \
--disable-shared \
--disable-strip \

View File

@ -1,12 +0,0 @@
diff -Naur xbmc-28910/configure.in xbmc-28910.patch/configure.in
--- xbmc-28910/configure.in 2010-03-28 18:39:54.548661415 +0200
+++ xbmc-28910.patch/configure.in 2010-03-28 18:40:31.570753522 +0200
@@ -1344,6 +1344,8 @@
--extra-cflags="$DVDREAD_CFLAGS -fPIC -DPIC -I`pwd`/../includes" \
--extra-ldflags="-L`pwd`/../libdvdread/obj" \
--with-dvdread-config="`pwd`/../libdvdread/obj/dvdread-config" \
+ --host=$host_alias \
+ --build=$build_alias \
--enable-static \
--disable-shared \
--cc="$CC"

View File

@ -1,12 +0,0 @@
diff -Naur xbmc-28910/configure.in xbmc-28910.patch/configure.in
--- xbmc-28910/configure.in 2010-03-28 18:43:26.857628415 +0200
+++ xbmc-28910.patch/configure.in 2010-03-28 18:44:02.530754199 +0200
@@ -1375,6 +1375,8 @@
--disable-al-audio
else
./configure \
+ --host=$host_alias \
+ --build=$build_alias \
--with-pic \
--disable-static \
--enable-shared \

View File

@ -1,14 +0,0 @@
diff -Naur xbmc-28910/configure.in xbmc-28910.patch/configure.in
--- xbmc-28910/configure.in 2010-03-28 18:46:17.449635092 +0200
+++ xbmc-28910.patch/configure.in 2010-03-28 18:46:54.862753477 +0200
@@ -1412,7 +1412,9 @@
./configure MACOSX_DEPLOYMENT_TARGET=10.4
else
CFLAGS="$CFLAGS -fPIC" \
- ./configure
+ ./configure \
+ --host=$host_alias \
+ --build=$build_alias
fi
], [$USE_EXTERNAL_LIBASS])

View File

@ -1,12 +0,0 @@
diff -Naur xbmc-28910/configure.in xbmc-28910.patch/configure.in
--- xbmc-28910/configure.in 2010-03-28 18:47:39.398628679 +0200
+++ xbmc-28910.patch/configure.in 2010-03-28 18:48:18.635753312 +0200
@@ -1432,6 +1432,8 @@
CFLAGS="$CFLAGS -fPIC" \
CXXFLAGS="$CXXFLAGS -fPIC" \
--prefix="${prefix}" --includedir="${includedir}" --libdir="${libdir}" --datadir="${datadir}" \
+ --host=$host_alias \
+ --build=$build_alias \
--disable-static \
--with-pic
fi

View File

@ -1,12 +0,0 @@
diff -Naur xbmc-28910/configure.in xbmc-28910.patch/configure.in
--- xbmc-28910/configure.in 2010-03-28 18:48:58.963753796 +0200
+++ xbmc-28910.patch/configure.in 2010-03-28 18:49:38.035627532 +0200
@@ -1460,6 +1460,8 @@
CFLAGS="$CFLAGS -fPIC" \
CXXFLAGS="$CXXFLAGS -fPIC" \
--prefix="${prefix}" --includedir="${includedir}" --libdir="${libdir}" --datadir="${datadir}" \
+ --host=$host_alias \
+ --build=$build_alias \
--disable-shared \
--enable-static \
--with-pic

View File

@ -1,12 +0,0 @@
diff -Naur xbmc-28910/configure.in xbmc-28910.patch/configure.in
--- xbmc-28910/configure.in 2010-03-28 18:50:17.774753500 +0200
+++ xbmc-28910.patch/configure.in 2010-03-28 18:50:47.902628564 +0200
@@ -1492,6 +1492,8 @@
CFLAGS="$CFLAGS -fPIC" \
CXXFLAGS="$CXXFLAGS -fPIC" \
--prefix="${prefix}" --includedir="${includedir}" --libdir="${libdir}" --datadir="${datadir}" \
+ --host=$host_alias \
+ --build=$build_alias \
--without-xscreensaver \
--disable-sound \
--disable-cyclone \

View File

@ -1,17 +0,0 @@
diff -Naur xbmc-28910/configure.in xbmc-28910.patch/configure.in
--- xbmc-28910/configure.in 2010-03-28 18:51:28.016629554 +0200
+++ xbmc-28910.patch/configure.in 2010-03-28 18:52:26.372628570 +0200
@@ -1509,9 +1509,11 @@
XB_CONFIG_MODULE([xbmc/cores/dvdplayer/Codecs/libbdnav/], [
if test "$host_vendor" = "apple" ; then
- ./configure --with-ssl-dir=/opt/local/include
+ ./configure --with-ssl-dir=/opt/local/include
else
- ./configure --without-openssl
+ ./configure --without-openssl \
+ --host=$host_alias \
+ --build=$build_alias
fi
], [0])

View File

@ -1,14 +0,0 @@
diff -Naur xbmc-28910/configure.in xbmc-28910.patch/configure.in
--- xbmc-28910/configure.in 2010-03-28 18:53:11.478628728 +0200
+++ xbmc-28910.patch/configure.in 2010-03-28 18:53:46.132627622 +0200
@@ -1522,7 +1522,9 @@
CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -fno-common" \
./configure MACOSX_DEPLOYMENT_TARGET=10.4 --disable-shared
else
- ./configure
+ ./configure \
+ --host=$host_alias \
+ --build=$build_alias
fi
], [0])

View File

@ -1,14 +0,0 @@
diff -Naur xbmc-28910/configure.in xbmc-28910.patch/configure.in
--- xbmc-28910/configure.in 2010-03-28 18:54:17.023663284 +0200
+++ xbmc-28910.patch/configure.in 2010-03-28 18:55:01.867627572 +0200
@@ -1552,7 +1552,9 @@
if test "$host_vendor" = "apple" ; then
./configure --disable-nls --with-libiconv-prefix=/opt/local --with-libintl-prefix=/opt/local --without-readline
else
- ./configure --disable-nls
+ ./configure --disable-nls \
+ --host=$host_alias \
+ --build=$build_alias
fi
], [0])

View File

@ -1 +1 @@
http://sources.openelec.tv/svn/xbmc-28910.tar.bz2 http://sources.openelec.tv/svn/xbmc-29030.tar.bz2