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 279ce64b2f..d50a270ce1 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-23883/configure.in xbmc-23883.patch/configure.in ---- xbmc-23883/configure.in 2009-10-21 08:23:00.441146464 +0200 -+++ xbmc-23883.patch/configure.in 2009-10-21 10:44:56.239147190 +0200 +diff -Naur xbmc-23998/configure.in xbmc-23998.patch/configure.in +--- xbmc-23998/configure.in 2009-10-25 09:58:44.000000000 +0100 ++++ xbmc-23998.patch/configure.in 2009-10-25 13:29:18.466661360 +0100 @@ -69,6 +69,9 @@ i*86*-linux-gnu*) ARCH="i486-linux" @@ -75,7 +75,7 @@ diff -Naur xbmc-23883/configure.in xbmc-23883.patch/configure.in + --disable-vaapi \ --enable-protocol=http \ --enable-pthreads \ - --as=/opt/local/bin/yasm \ + --cc="$CC" && @@ -1161,6 +1176,7 @@ --disable-static \ --disable-ipv6 \ diff --git a/packages/mediacenter/xbmc/patches/70_openelec_hack_1-0.1.diff b/packages/mediacenter/xbmc/patches/071-xbmc-openelec_hack_1-0.1.diff similarity index 100% rename from packages/mediacenter/xbmc/patches/70_openelec_hack_1-0.1.diff rename to packages/mediacenter/xbmc/patches/071-xbmc-openelec_hack_1-0.1.diff diff --git a/packages/mediacenter/xbmc/patches/091-xbmc-enable_yasm_in_ffmpeg-0.1.diff b/packages/mediacenter/xbmc/patches/091-xbmc-enable_yasm_in_ffmpeg-0.1.diff new file mode 100644 index 0000000000..8ad37ff7d2 --- /dev/null +++ b/packages/mediacenter/xbmc/patches/091-xbmc-enable_yasm_in_ffmpeg-0.1.diff @@ -0,0 +1,19 @@ +diff -Naur xbmc-23998/configure.in xbmc-23998.patch/configure.in +--- xbmc-23998/configure.in 2009-10-25 13:30:40.869660379 +0100 ++++ xbmc-23998.patch/configure.in 2009-10-25 13:33:30.376657368 +0100 +@@ -692,6 +692,7 @@ + fi + fi + ++AC_CHECK_PROG(HAVE_YASM,yasm,"yes","no",) + AC_CHECK_PROG(HAVE_SVNVERSION,svnversion,"yes","no",) + AC_CHECK_PROG(HAVE_GIT,git,"yes","no",) + +@@ -1177,6 +1178,7 @@ + --disable-ipv6 \ + `if test "$use_debug" = "no"; then echo --disable-debug; fi` \ + `if test "$cross_compiling" = "yes"; then echo --enable-cross-compile; fi` \ ++ `if test "$HAVE_YASM" = "yes"; then echo --enable-yasm; fi` \ + --disable-muxers \ + --disable-encoders \ + --disable-decoder=mpeg_xvmc \ diff --git a/packages/mediacenter/xbmc/patches/90-xbmc-fix_libdvdcss_autotools-0.1.diff b/packages/mediacenter/xbmc/patches/092-xbmc-fix_libdvdcss_autotools-0.1.diff similarity index 100% rename from packages/mediacenter/xbmc/patches/90-xbmc-fix_libdvdcss_autotools-0.1.diff rename to packages/mediacenter/xbmc/patches/092-xbmc-fix_libdvdcss_autotools-0.1.diff diff --git a/packages/mediacenter/xbmc/patches/pvr_initial-24008.diff b/packages/mediacenter/xbmc/patches/pvr_initial-24008.diff new file mode 100644 index 0000000000..293ce5ab1c Binary files /dev/null and b/packages/mediacenter/xbmc/patches/pvr_initial-24008.diff differ