From 0475ea909682e53aa59dce6d74f9dd1da3e1b43d Mon Sep 17 00:00:00 2001 From: Gregor Fuis Date: Sun, 19 Aug 2012 12:36:25 +0200 Subject: [PATCH 1/8] xbmc: add patch - linuxrenderer: delete texture targets on reconfigure --- ...elete_texture_targets_on_reconfigure.patch | 29 +++++++++++++++++++ ...elete_texture_targets_on_reconfigure.patch | 29 +++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 packages/mediacenter/xbmc/patches/xbmc-11.0.1-902.12-linuxrenderer_delete_texture_targets_on_reconfigure.patch create mode 100644 packages/mediacenter/xbmc/patches/xbmc-pvr-11.0.1-902.12-linuxrenderer_delete_texture_targets_on_reconfigure.patch diff --git a/packages/mediacenter/xbmc/patches/xbmc-11.0.1-902.12-linuxrenderer_delete_texture_targets_on_reconfigure.patch b/packages/mediacenter/xbmc/patches/xbmc-11.0.1-902.12-linuxrenderer_delete_texture_targets_on_reconfigure.patch new file mode 100644 index 0000000000..5f4ae3111c --- /dev/null +++ b/packages/mediacenter/xbmc/patches/xbmc-11.0.1-902.12-linuxrenderer_delete_texture_targets_on_reconfigure.patch @@ -0,0 +1,29 @@ +From 9687cc6b6f90fb40e39060eff9e4d8283254b770 Mon Sep 17 00:00:00 2001 +From: xbmc +Date: Fri, 13 Jul 2012 18:57:37 +0200 +Subject: [PATCH] linuxrenderer: delete texture targets on reconfigure + +--- + xbmc/cores/VideoRenderers/LinuxRendererGL.cpp | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/xbmc/cores/VideoRenderers/LinuxRendererGL.cpp b/xbmc/cores/VideoRenderers/LinuxRendererGL.cpp +index 7c46cfd..85fc50c 100644 +--- a/xbmc/cores/VideoRenderers/LinuxRendererGL.cpp ++++ b/xbmc/cores/VideoRenderers/LinuxRendererGL.cpp +@@ -261,6 +261,12 @@ bool CLinuxRendererGL::ValidateRenderTarget() + else + CLog::Log(LOGNOTICE,"Using GL_TEXTURE_2D"); + ++ // function pointer for texture might change in ++ // call to LoadShaders ++ glFinish(); ++ for (int i = 0 ; i < m_NumYV12Buffers ; i++) ++ (this->*m_textureDelete)(i); ++ + // create the yuv textures + LoadShaders(); + +-- +1.7.10 + diff --git a/packages/mediacenter/xbmc/patches/xbmc-pvr-11.0.1-902.12-linuxrenderer_delete_texture_targets_on_reconfigure.patch b/packages/mediacenter/xbmc/patches/xbmc-pvr-11.0.1-902.12-linuxrenderer_delete_texture_targets_on_reconfigure.patch new file mode 100644 index 0000000000..5f4ae3111c --- /dev/null +++ b/packages/mediacenter/xbmc/patches/xbmc-pvr-11.0.1-902.12-linuxrenderer_delete_texture_targets_on_reconfigure.patch @@ -0,0 +1,29 @@ +From 9687cc6b6f90fb40e39060eff9e4d8283254b770 Mon Sep 17 00:00:00 2001 +From: xbmc +Date: Fri, 13 Jul 2012 18:57:37 +0200 +Subject: [PATCH] linuxrenderer: delete texture targets on reconfigure + +--- + xbmc/cores/VideoRenderers/LinuxRendererGL.cpp | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/xbmc/cores/VideoRenderers/LinuxRendererGL.cpp b/xbmc/cores/VideoRenderers/LinuxRendererGL.cpp +index 7c46cfd..85fc50c 100644 +--- a/xbmc/cores/VideoRenderers/LinuxRendererGL.cpp ++++ b/xbmc/cores/VideoRenderers/LinuxRendererGL.cpp +@@ -261,6 +261,12 @@ bool CLinuxRendererGL::ValidateRenderTarget() + else + CLog::Log(LOGNOTICE,"Using GL_TEXTURE_2D"); + ++ // function pointer for texture might change in ++ // call to LoadShaders ++ glFinish(); ++ for (int i = 0 ; i < m_NumYV12Buffers ; i++) ++ (this->*m_textureDelete)(i); ++ + // create the yuv textures + LoadShaders(); + +-- +1.7.10 + From 78cb032bb9716a58b559834688e8bd892e13d386 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 21 Aug 2012 20:30:10 +0200 Subject: [PATCH 2/8] xf86-video-fglrx: update to xf86-video-fglrx-12.8 Signed-off-by: Stephan Raue --- packages/x11/driver/xf86-video-fglrx/meta | 4 ++-- packages/x11/driver/xf86-video-fglrx/unpack | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/packages/x11/driver/xf86-video-fglrx/meta b/packages/x11/driver/xf86-video-fglrx/meta index 2e695b7a03..8b486517f8 100644 --- a/packages/x11/driver/xf86-video-fglrx/meta +++ b/packages/x11/driver/xf86-video-fglrx/meta @@ -19,12 +19,12 @@ ################################################################################ PKG_NAME="xf86-video-fglrx" -PKG_VERSION="12.6" +PKG_VERSION="12.8" PKG_REV="1" PKG_ARCH="i386 x86_64" PKG_LICENSE="nonfree" PKG_SITE="http://www.ati.com/" -PKG_URL="http://www2.ati.com/drivers/linux/amd-driver-installer-`echo $PKG_VERSION | sed 's/\./-/'`-x86.x86_64.run" +PKG_URL="http://www2.ati.com/drivers/linux/amd-driver-installer-`echo $PKG_VERSION | sed 's/\./-/'`-x86.x86_64.zip" PKG_DEPENDS="linux libX11 libXinerama libXcomposite" PKG_BUILD_DEPENDS="toolchain util-macros libX11 libXinerama libXcomposite linux" PKG_PRIORITY="optional" diff --git a/packages/x11/driver/xf86-video-fglrx/unpack b/packages/x11/driver/xf86-video-fglrx/unpack index 1f79207257..505888bc86 100755 --- a/packages/x11/driver/xf86-video-fglrx/unpack +++ b/packages/x11/driver/xf86-video-fglrx/unpack @@ -24,10 +24,13 @@ require_eglibc $1 -ATI_PKG="`echo $PKG_URL | sed 's%.*/\(.*\)$%\1%'`" +ZIP_PKG="`echo $PKG_URL | sed 's%.*/\(.*\)$%\1%'`" [ -d $PKG_BUILD ] && rm -rf $PKG_BUILD -sh $SOURCES/$1/$ATI_PKG --extract $BUILD/$PKG_NAME-$PKG_VERSION +mkdir -p $BUILD/${PKG_NAME}-${PKG_VERSION} + unzip $SOURCES/$1/$ZIP_PKG -d $BUILD/${PKG_NAME}-${PKG_VERSION} >/dev/null 2>&1 + ATI_PKG=`ls -d $BUILD/${PKG_NAME}-${PKG_VERSION}/amd-driver-installer-*.run` + sh $ATI_PKG --extract $BUILD/$PKG_NAME-$PKG_VERSION echo "### Applying upstream patches ###" From feceb445a21b58516a7b40e6e1d414c03a5df6b2 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 21 Aug 2012 20:30:35 +0200 Subject: [PATCH 3/8] xf86-video-fglrx-legacy: download from vendor site Signed-off-by: Stephan Raue --- packages/x11/driver/xf86-video-fglrx-legacy/meta | 4 ++-- packages/x11/driver/xf86-video-fglrx-legacy/unpack | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/packages/x11/driver/xf86-video-fglrx-legacy/meta b/packages/x11/driver/xf86-video-fglrx-legacy/meta index 25f68aeb01..dde68c8832 100644 --- a/packages/x11/driver/xf86-video-fglrx-legacy/meta +++ b/packages/x11/driver/xf86-video-fglrx-legacy/meta @@ -19,12 +19,12 @@ ################################################################################ PKG_NAME="xf86-video-fglrx-legacy" -PKG_VERSION="12.6.final" +PKG_VERSION="12.6" PKG_REV="1" PKG_ARCH="i386 x86_64" PKG_LICENSE="nonfree" PKG_SITE="http://www.ati.com/" -PKG_URL="$DISTRO_SRC/amd-driver-installer-$PKG_VERSION-legacy-x86.x86_64.run" +PKG_URL="http://www2.ati.com/drivers/legacy/`echo $PKG_VERSION | sed 's/\./-/'`/amd-driver-installer-${PKG_VERSION}-legacy-x86.x86_64.zip" PKG_DEPENDS="linux libX11 libXinerama libXcomposite" PKG_BUILD_DEPENDS="toolchain util-macros libX11 libXinerama libXcomposite linux" PKG_PRIORITY="optional" diff --git a/packages/x11/driver/xf86-video-fglrx-legacy/unpack b/packages/x11/driver/xf86-video-fglrx-legacy/unpack index 1f79207257..505888bc86 100755 --- a/packages/x11/driver/xf86-video-fglrx-legacy/unpack +++ b/packages/x11/driver/xf86-video-fglrx-legacy/unpack @@ -24,10 +24,13 @@ require_eglibc $1 -ATI_PKG="`echo $PKG_URL | sed 's%.*/\(.*\)$%\1%'`" +ZIP_PKG="`echo $PKG_URL | sed 's%.*/\(.*\)$%\1%'`" [ -d $PKG_BUILD ] && rm -rf $PKG_BUILD -sh $SOURCES/$1/$ATI_PKG --extract $BUILD/$PKG_NAME-$PKG_VERSION +mkdir -p $BUILD/${PKG_NAME}-${PKG_VERSION} + unzip $SOURCES/$1/$ZIP_PKG -d $BUILD/${PKG_NAME}-${PKG_VERSION} >/dev/null 2>&1 + ATI_PKG=`ls -d $BUILD/${PKG_NAME}-${PKG_VERSION}/amd-driver-installer-*.run` + sh $ATI_PKG --extract $BUILD/$PKG_NAME-$PKG_VERSION echo "### Applying upstream patches ###" From de0d6de550417afbeb879ff5e0f872cb754e61aa Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 21 Aug 2012 20:31:15 +0200 Subject: [PATCH 4/8] xf86-video-intel: update to xf86-video-intel-2.20.4 Signed-off-by: Stephan Raue --- packages/x11/driver/xf86-video-intel/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/x11/driver/xf86-video-intel/meta b/packages/x11/driver/xf86-video-intel/meta index ee44e547d4..0621216fbb 100644 --- a/packages/x11/driver/xf86-video-intel/meta +++ b/packages/x11/driver/xf86-video-intel/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="xf86-video-intel" -PKG_VERSION="2.20.3" +PKG_VERSION="2.20.4" PKG_REV="1" PKG_ARCH="i386 x86_64" PKG_LICENSE="OSS" From cdb494acdbaf78e29d39aeeee78ee356db577d97 Mon Sep 17 00:00:00 2001 From: CJxD Date: Wed, 22 Aug 2012 02:05:30 +0200 Subject: [PATCH 5/8] Update TBS drivers version --- packages/linux-drivers/linux-tbs-drivers/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/linux-drivers/linux-tbs-drivers/meta b/packages/linux-drivers/linux-tbs-drivers/meta index ba3eecd359..4a19b81683 100644 --- a/packages/linux-drivers/linux-tbs-drivers/meta +++ b/packages/linux-drivers/linux-tbs-drivers/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="linux-tbs-drivers" -PKG_VERSION="120709" +PKG_VERSION="120814" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" From f41540f15f76754a2657f4185f1a1311c5d9a797 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 22 Aug 2012 11:48:06 +0200 Subject: [PATCH 6/8] openssh: Specify privilege separation sandbox to avoid wrong autodetection, thanks to 'Vpeter' and 'Susis_Strolch' Signed-off-by: Stephan Raue --- packages/network/openssh/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network/openssh/build b/packages/network/openssh/build index bac842429c..3104251f57 100755 --- a/packages/network/openssh/build +++ b/packages/network/openssh/build @@ -26,13 +26,13 @@ export LD="$TARGET_CC" export LDFLAGS="$TARGET_CFLAGS $TARGET_LDFLAGS" cd $PKG_BUILD -#ac_cv_have_space_for_dirent_d_name=yes \ ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ --prefix=/usr \ --sysconfdir=/etc \ --disable-strip \ --disable-lastlog \ + --with-sandbox=rlimit \ --disable-utmp \ --disable-utmpx \ --disable-wtmp \ From c165759199a4aa9855f0e730cf7f9da0cc5f2d8b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 22 Aug 2012 13:08:36 +0200 Subject: [PATCH 7/8] linux: update to linux-3.2.28 Signed-off-by: Stephan Raue --- packages/linux/meta | 2 +- ...0_crosscompile.patch => linux-3.2.28-000_crosscompile.patch} | 0 ..._dev_console.patch => linux-3.2.28-003-no_dev_console.patch} | 0 ...atch => linux-3.2.28-004_lower_undefined_mode_timeout.patch} | 0 ...006_enable_utf8.patch => linux-3.2.28-006_enable_utf8.patch} | 0 ...e_floppy_die.patch => linux-3.2.28-007_die_floppy_die.patch} | 0 ... => linux-3.2.28-009_disable_i8042_check_on_apple_mac.patch} | 0 ...0.1.patch => linux-3.2.28-052-aureal_remote_quirk-0.1.patch} | 0 ...e-0.1.patch => linux-3.2.28-053-spinelplus-remote-0.1.patch} | 0 ...voton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch} | 0 ...Formosa-IR606.patch => linux-3.2.28-056-Formosa-IR606.patch} | 0 ...-media-ati_remote-allow-specifying-a-default-keymap-s.patch} | 0 ...-media-ati_remote-add-support-for-Medion-X10-Digitain.patch} | 0 ...-media-ati_remote-add-keymap-for-Medion-X10-OR2x-remo.patch} | 0 ...-media-ati_remote-add-regular-up-down-buttons-to-Medi.patch} | 0 ...patch => linux-3.2.28-071-silence_i915_agp-module-0.1.patch} | 0 ...drm_cea_modes.patch => linux-3.2.28-081-drm_cea_modes.patch} | 0 ....patch => linux-3.2.28-201-add_Anysee_T2C_support-0.1.patch} | 0 ...0.1.patch => linux-3.2.28-202-add_HVR930C_support-0.1.patch} | 0 ...ch => linux-3.2.28-203-stb0899_enable_low_symbol_rate.patch} | 0 ... linux-3.2.28-204-add_Formosa_eHome_Infrared_Receiver.patch} | 0 ..._support.patch => linux-3.2.28-210-add_DVBSky_support.patch} | 0 ...port.patch => linux-3.2.28-211-add_TeVii_s471_support.patch} | 0 ....patch => linux-3.2.28-212-mantis_stb0899_faster_lock.patch} | 0 ...s2_usb_r2.patch => linux-3.2.28-213-cinergy_s2_usb_r2.patch} | 0 ....0_support.patch => linux-3.2.28-251-acpi-5.0_support.patch} | 0 ...f23da7f.patch => linux-3.2.28-601-RPi_support-f23da7f.patch} | 0 ..._bluetooth.patch => linux-3.2.28-901_broken_bluetooth.patch} | 0 ...920_add_rtl8168.patch => linux-3.2.28-920_add_rtl8168.patch} | 0 ...ux-3.2.28-990-xc5000_add_support_for_get_if_frequency.patch} | 0 30 files changed, 1 insertion(+), 1 deletion(-) rename packages/linux/patches/{linux-3.2.27-000_crosscompile.patch => linux-3.2.28-000_crosscompile.patch} (100%) rename packages/linux/patches/{linux-3.2.27-003-no_dev_console.patch => linux-3.2.28-003-no_dev_console.patch} (100%) rename packages/linux/patches/{linux-3.2.27-004_lower_undefined_mode_timeout.patch => linux-3.2.28-004_lower_undefined_mode_timeout.patch} (100%) rename packages/linux/patches/{linux-3.2.27-006_enable_utf8.patch => linux-3.2.28-006_enable_utf8.patch} (100%) rename packages/linux/patches/{linux-3.2.27-007_die_floppy_die.patch => linux-3.2.28-007_die_floppy_die.patch} (100%) rename packages/linux/patches/{linux-3.2.27-009_disable_i8042_check_on_apple_mac.patch => linux-3.2.28-009_disable_i8042_check_on_apple_mac.patch} (100%) rename packages/linux/patches/{linux-3.2.27-052-aureal_remote_quirk-0.1.patch => linux-3.2.28-052-aureal_remote_quirk-0.1.patch} (100%) rename packages/linux/patches/{linux-3.2.27-053-spinelplus-remote-0.1.patch => linux-3.2.28-053-spinelplus-remote-0.1.patch} (100%) rename packages/linux/patches/{linux-3.2.27-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch => linux-3.2.28-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch} (100%) rename packages/linux/patches/{linux-3.2.27-056-Formosa-IR606.patch => linux-3.2.28-056-Formosa-IR606.patch} (100%) rename packages/linux/patches/{linux-3.2.27-057.01-media-ati_remote-allow-specifying-a-default-keymap-s.patch => linux-3.2.28-057.01-media-ati_remote-allow-specifying-a-default-keymap-s.patch} (100%) rename packages/linux/patches/{linux-3.2.27-057.02-media-ati_remote-add-support-for-Medion-X10-Digitain.patch => linux-3.2.28-057.02-media-ati_remote-add-support-for-Medion-X10-Digitain.patch} (100%) rename packages/linux/patches/{linux-3.2.27-057.03-media-ati_remote-add-keymap-for-Medion-X10-OR2x-remo.patch => linux-3.2.28-057.03-media-ati_remote-add-keymap-for-Medion-X10-OR2x-remo.patch} (100%) rename packages/linux/patches/{linux-3.2.27-057.04-media-ati_remote-add-regular-up-down-buttons-to-Medi.patch => linux-3.2.28-057.04-media-ati_remote-add-regular-up-down-buttons-to-Medi.patch} (100%) rename packages/linux/patches/{linux-3.2.27-071-silence_i915_agp-module-0.1.patch => linux-3.2.28-071-silence_i915_agp-module-0.1.patch} (100%) rename packages/linux/patches/{linux-3.2.27-081-drm_cea_modes.patch => linux-3.2.28-081-drm_cea_modes.patch} (100%) rename packages/linux/patches/{linux-3.2.27-201-add_Anysee_T2C_support-0.1.patch => linux-3.2.28-201-add_Anysee_T2C_support-0.1.patch} (100%) rename packages/linux/patches/{linux-3.2.27-202-add_HVR930C_support-0.1.patch => linux-3.2.28-202-add_HVR930C_support-0.1.patch} (100%) rename packages/linux/patches/{linux-3.2.27-203-stb0899_enable_low_symbol_rate.patch => linux-3.2.28-203-stb0899_enable_low_symbol_rate.patch} (100%) rename packages/linux/patches/{linux-3.2.27-204-add_Formosa_eHome_Infrared_Receiver.patch => linux-3.2.28-204-add_Formosa_eHome_Infrared_Receiver.patch} (100%) rename packages/linux/patches/{linux-3.2.27-210-add_DVBSky_support.patch => linux-3.2.28-210-add_DVBSky_support.patch} (100%) rename packages/linux/patches/{linux-3.2.27-211-add_TeVii_s471_support.patch => linux-3.2.28-211-add_TeVii_s471_support.patch} (100%) rename packages/linux/patches/{linux-3.2.27-212-mantis_stb0899_faster_lock.patch => linux-3.2.28-212-mantis_stb0899_faster_lock.patch} (100%) rename packages/linux/patches/{linux-3.2.27-213-cinergy_s2_usb_r2.patch => linux-3.2.28-213-cinergy_s2_usb_r2.patch} (100%) rename packages/linux/patches/{linux-3.2.27-251-acpi-5.0_support.patch => linux-3.2.28-251-acpi-5.0_support.patch} (100%) rename packages/linux/patches/{linux-3.2.27-601-RPi_support-f23da7f.patch => linux-3.2.28-601-RPi_support-f23da7f.patch} (100%) rename packages/linux/patches/{linux-3.2.27-901_broken_bluetooth.patch => linux-3.2.28-901_broken_bluetooth.patch} (100%) rename packages/linux/patches/{linux-3.2.27-920_add_rtl8168.patch => linux-3.2.28-920_add_rtl8168.patch} (100%) rename packages/linux/patches/{linux-3.2.27-990-xc5000_add_support_for_get_if_frequency.patch => linux-3.2.28-990-xc5000_add_support_for_get_if_frequency.patch} (100%) diff --git a/packages/linux/meta b/packages/linux/meta index e0c4fa5729..205b8f2515 100644 --- a/packages/linux/meta +++ b/packages/linux/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="linux" -PKG_VERSION="3.2.27" +PKG_VERSION="3.2.28" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/linux/patches/linux-3.2.27-000_crosscompile.patch b/packages/linux/patches/linux-3.2.28-000_crosscompile.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-000_crosscompile.patch rename to packages/linux/patches/linux-3.2.28-000_crosscompile.patch diff --git a/packages/linux/patches/linux-3.2.27-003-no_dev_console.patch b/packages/linux/patches/linux-3.2.28-003-no_dev_console.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-003-no_dev_console.patch rename to packages/linux/patches/linux-3.2.28-003-no_dev_console.patch diff --git a/packages/linux/patches/linux-3.2.27-004_lower_undefined_mode_timeout.patch b/packages/linux/patches/linux-3.2.28-004_lower_undefined_mode_timeout.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-004_lower_undefined_mode_timeout.patch rename to packages/linux/patches/linux-3.2.28-004_lower_undefined_mode_timeout.patch diff --git a/packages/linux/patches/linux-3.2.27-006_enable_utf8.patch b/packages/linux/patches/linux-3.2.28-006_enable_utf8.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-006_enable_utf8.patch rename to packages/linux/patches/linux-3.2.28-006_enable_utf8.patch diff --git a/packages/linux/patches/linux-3.2.27-007_die_floppy_die.patch b/packages/linux/patches/linux-3.2.28-007_die_floppy_die.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-007_die_floppy_die.patch rename to packages/linux/patches/linux-3.2.28-007_die_floppy_die.patch diff --git a/packages/linux/patches/linux-3.2.27-009_disable_i8042_check_on_apple_mac.patch b/packages/linux/patches/linux-3.2.28-009_disable_i8042_check_on_apple_mac.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-009_disable_i8042_check_on_apple_mac.patch rename to packages/linux/patches/linux-3.2.28-009_disable_i8042_check_on_apple_mac.patch diff --git a/packages/linux/patches/linux-3.2.27-052-aureal_remote_quirk-0.1.patch b/packages/linux/patches/linux-3.2.28-052-aureal_remote_quirk-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-052-aureal_remote_quirk-0.1.patch rename to packages/linux/patches/linux-3.2.28-052-aureal_remote_quirk-0.1.patch diff --git a/packages/linux/patches/linux-3.2.27-053-spinelplus-remote-0.1.patch b/packages/linux/patches/linux-3.2.28-053-spinelplus-remote-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-053-spinelplus-remote-0.1.patch rename to packages/linux/patches/linux-3.2.28-053-spinelplus-remote-0.1.patch diff --git a/packages/linux/patches/linux-3.2.27-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch b/packages/linux/patches/linux-3.2.28-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch rename to packages/linux/patches/linux-3.2.28-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch diff --git a/packages/linux/patches/linux-3.2.27-056-Formosa-IR606.patch b/packages/linux/patches/linux-3.2.28-056-Formosa-IR606.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-056-Formosa-IR606.patch rename to packages/linux/patches/linux-3.2.28-056-Formosa-IR606.patch diff --git a/packages/linux/patches/linux-3.2.27-057.01-media-ati_remote-allow-specifying-a-default-keymap-s.patch b/packages/linux/patches/linux-3.2.28-057.01-media-ati_remote-allow-specifying-a-default-keymap-s.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-057.01-media-ati_remote-allow-specifying-a-default-keymap-s.patch rename to packages/linux/patches/linux-3.2.28-057.01-media-ati_remote-allow-specifying-a-default-keymap-s.patch diff --git a/packages/linux/patches/linux-3.2.27-057.02-media-ati_remote-add-support-for-Medion-X10-Digitain.patch b/packages/linux/patches/linux-3.2.28-057.02-media-ati_remote-add-support-for-Medion-X10-Digitain.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-057.02-media-ati_remote-add-support-for-Medion-X10-Digitain.patch rename to packages/linux/patches/linux-3.2.28-057.02-media-ati_remote-add-support-for-Medion-X10-Digitain.patch diff --git a/packages/linux/patches/linux-3.2.27-057.03-media-ati_remote-add-keymap-for-Medion-X10-OR2x-remo.patch b/packages/linux/patches/linux-3.2.28-057.03-media-ati_remote-add-keymap-for-Medion-X10-OR2x-remo.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-057.03-media-ati_remote-add-keymap-for-Medion-X10-OR2x-remo.patch rename to packages/linux/patches/linux-3.2.28-057.03-media-ati_remote-add-keymap-for-Medion-X10-OR2x-remo.patch diff --git a/packages/linux/patches/linux-3.2.27-057.04-media-ati_remote-add-regular-up-down-buttons-to-Medi.patch b/packages/linux/patches/linux-3.2.28-057.04-media-ati_remote-add-regular-up-down-buttons-to-Medi.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-057.04-media-ati_remote-add-regular-up-down-buttons-to-Medi.patch rename to packages/linux/patches/linux-3.2.28-057.04-media-ati_remote-add-regular-up-down-buttons-to-Medi.patch diff --git a/packages/linux/patches/linux-3.2.27-071-silence_i915_agp-module-0.1.patch b/packages/linux/patches/linux-3.2.28-071-silence_i915_agp-module-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-071-silence_i915_agp-module-0.1.patch rename to packages/linux/patches/linux-3.2.28-071-silence_i915_agp-module-0.1.patch diff --git a/packages/linux/patches/linux-3.2.27-081-drm_cea_modes.patch b/packages/linux/patches/linux-3.2.28-081-drm_cea_modes.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-081-drm_cea_modes.patch rename to packages/linux/patches/linux-3.2.28-081-drm_cea_modes.patch diff --git a/packages/linux/patches/linux-3.2.27-201-add_Anysee_T2C_support-0.1.patch b/packages/linux/patches/linux-3.2.28-201-add_Anysee_T2C_support-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-201-add_Anysee_T2C_support-0.1.patch rename to packages/linux/patches/linux-3.2.28-201-add_Anysee_T2C_support-0.1.patch diff --git a/packages/linux/patches/linux-3.2.27-202-add_HVR930C_support-0.1.patch b/packages/linux/patches/linux-3.2.28-202-add_HVR930C_support-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-202-add_HVR930C_support-0.1.patch rename to packages/linux/patches/linux-3.2.28-202-add_HVR930C_support-0.1.patch diff --git a/packages/linux/patches/linux-3.2.27-203-stb0899_enable_low_symbol_rate.patch b/packages/linux/patches/linux-3.2.28-203-stb0899_enable_low_symbol_rate.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-203-stb0899_enable_low_symbol_rate.patch rename to packages/linux/patches/linux-3.2.28-203-stb0899_enable_low_symbol_rate.patch diff --git a/packages/linux/patches/linux-3.2.27-204-add_Formosa_eHome_Infrared_Receiver.patch b/packages/linux/patches/linux-3.2.28-204-add_Formosa_eHome_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-204-add_Formosa_eHome_Infrared_Receiver.patch rename to packages/linux/patches/linux-3.2.28-204-add_Formosa_eHome_Infrared_Receiver.patch diff --git a/packages/linux/patches/linux-3.2.27-210-add_DVBSky_support.patch b/packages/linux/patches/linux-3.2.28-210-add_DVBSky_support.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-210-add_DVBSky_support.patch rename to packages/linux/patches/linux-3.2.28-210-add_DVBSky_support.patch diff --git a/packages/linux/patches/linux-3.2.27-211-add_TeVii_s471_support.patch b/packages/linux/patches/linux-3.2.28-211-add_TeVii_s471_support.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-211-add_TeVii_s471_support.patch rename to packages/linux/patches/linux-3.2.28-211-add_TeVii_s471_support.patch diff --git a/packages/linux/patches/linux-3.2.27-212-mantis_stb0899_faster_lock.patch b/packages/linux/patches/linux-3.2.28-212-mantis_stb0899_faster_lock.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-212-mantis_stb0899_faster_lock.patch rename to packages/linux/patches/linux-3.2.28-212-mantis_stb0899_faster_lock.patch diff --git a/packages/linux/patches/linux-3.2.27-213-cinergy_s2_usb_r2.patch b/packages/linux/patches/linux-3.2.28-213-cinergy_s2_usb_r2.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-213-cinergy_s2_usb_r2.patch rename to packages/linux/patches/linux-3.2.28-213-cinergy_s2_usb_r2.patch diff --git a/packages/linux/patches/linux-3.2.27-251-acpi-5.0_support.patch b/packages/linux/patches/linux-3.2.28-251-acpi-5.0_support.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-251-acpi-5.0_support.patch rename to packages/linux/patches/linux-3.2.28-251-acpi-5.0_support.patch diff --git a/packages/linux/patches/linux-3.2.27-601-RPi_support-f23da7f.patch b/packages/linux/patches/linux-3.2.28-601-RPi_support-f23da7f.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-601-RPi_support-f23da7f.patch rename to packages/linux/patches/linux-3.2.28-601-RPi_support-f23da7f.patch diff --git a/packages/linux/patches/linux-3.2.27-901_broken_bluetooth.patch b/packages/linux/patches/linux-3.2.28-901_broken_bluetooth.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-901_broken_bluetooth.patch rename to packages/linux/patches/linux-3.2.28-901_broken_bluetooth.patch diff --git a/packages/linux/patches/linux-3.2.27-920_add_rtl8168.patch b/packages/linux/patches/linux-3.2.28-920_add_rtl8168.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-920_add_rtl8168.patch rename to packages/linux/patches/linux-3.2.28-920_add_rtl8168.patch diff --git a/packages/linux/patches/linux-3.2.27-990-xc5000_add_support_for_get_if_frequency.patch b/packages/linux/patches/linux-3.2.28-990-xc5000_add_support_for_get_if_frequency.patch similarity index 100% rename from packages/linux/patches/linux-3.2.27-990-xc5000_add_support_for_get_if_frequency.patch rename to packages/linux/patches/linux-3.2.28-990-xc5000_add_support_for_get_if_frequency.patch From e17a470e18cbd0c6438582dd2a860d2039aa5ead Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 22 Aug 2012 13:24:56 +0200 Subject: [PATCH 8/8] xbmc: remove broken default addons, this fixes #1118 Signed-off-by: Stephan Raue --- packages/mediacenter/xbmc/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/mediacenter/xbmc/install b/packages/mediacenter/xbmc/install index 49c30ab180..31b716c5d0 100755 --- a/packages/mediacenter/xbmc/install +++ b/packages/mediacenter/xbmc/install @@ -64,6 +64,10 @@ rm -rf $ROOT/$INSTALL/usr/share/xbmc/addons/visualization.dxspectrum rm -rf $ROOT/$INSTALL/usr/share/xbmc/addons/visualization.itunes rm -rf $ROOT/$INSTALL/usr/share/xbmc/addons/visualization.milkdrop +# remove broken addons + rm -rf $ROOT/$INSTALL/usr/share/xbmc/addons/metadata.*.allmusic.com + rm -rf $ROOT/$INSTALL/usr/share/xbmc/addons/metadata.yahoomusic.com + # overriding Splash image mkdir -p $INSTALL/usr/share/xbmc/media rm -rf $INSTALL/usr/share/xbmc/media/Splash.png