diff --git a/packages/mediacenter/service.openelec.settings/meta b/packages/mediacenter/service.openelec.settings/meta index fde639d454..5810543c7a 100644 --- a/packages/mediacenter/service.openelec.settings/meta +++ b/packages/mediacenter/service.openelec.settings/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="service.openelec.settings" -PKG_VERSION="0.2.12" +PKG_VERSION="0.2.13" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="prop." diff --git a/packages/mediacenter/xbmc/patches/12.2-68a881d/xbmc-990.29-alsa-LOGDEBUG.patch b/packages/mediacenter/xbmc/patches/12.2-68a881d/xbmc-990.29-alsa-LOGDEBUG.patch new file mode 100644 index 0000000000..52fdd3eb90 --- /dev/null +++ b/packages/mediacenter/xbmc/patches/12.2-68a881d/xbmc-990.29-alsa-LOGDEBUG.patch @@ -0,0 +1,12 @@ +diff -Naur xbmc-12.2-68a881d/xbmc/cores/AudioEngine/Sinks/AESinkALSA.cpp xbmc-12.2-68a881d.patch/xbmc/cores/AudioEngine/Sinks/AESinkALSA.cpp +--- xbmc-12.2-68a881d/xbmc/cores/AudioEngine/Sinks/AESinkALSA.cpp 2013-09-12 19:41:16.000000000 +0200 ++++ xbmc-12.2-68a881d.patch/xbmc/cores/AudioEngine/Sinks/AESinkALSA.cpp 2013-09-13 00:12:05.538128585 +0200 +@@ -1180,7 +1180,7 @@ + char *errorStr; + if (vasprintf(&errorStr, fmt, arg) >= 0) + { +- CLog::Log(LOGINFO, "CAESinkALSA - ALSA: %s:%d:(%s) %s%s%s", ++ CLog::Log(LOGDEBUG, "CAESinkALSA - ALSA: %s:%d:(%s) %s%s%s", + file, line, function, errorStr, err ? ": " : "", err ? snd_strerror(err) : ""); + free(errorStr); + } diff --git a/projects/Generic/linux/linux.i386.conf b/projects/Generic/linux/linux.i386.conf index bf57b0f36a..6425926576 100644 --- a/projects/Generic/linux/linux.i386.conf +++ b/projects/Generic/linux/linux.i386.conf @@ -3275,7 +3275,7 @@ CONFIG_UIO=y # Microsoft Hyper-V guest support # CONFIG_STAGING=y -# CONFIG_ET131X is not set +CONFIG_ET131X=y # CONFIG_SLICOSS is not set # CONFIG_USBIP_CORE is not set # CONFIG_W35UND is not set diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index c9df8c5c18..caf89a3ec5 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -3242,7 +3242,7 @@ CONFIG_UIO=y # Microsoft Hyper-V guest support # CONFIG_STAGING=y -# CONFIG_ET131X is not set +CONFIG_ET131X=y # CONFIG_SLICOSS is not set # CONFIG_USBIP_CORE is not set # CONFIG_W35UND is not set diff --git a/projects/Generic_OSS/linux/linux.i386.conf b/projects/Generic_OSS/linux/linux.i386.conf index 57bddc51dc..0bc308599b 100644 --- a/projects/Generic_OSS/linux/linux.i386.conf +++ b/projects/Generic_OSS/linux/linux.i386.conf @@ -3278,7 +3278,7 @@ CONFIG_UIO=y # Microsoft Hyper-V guest support # CONFIG_STAGING=y -# CONFIG_ET131X is not set +CONFIG_ET131X=y # CONFIG_SLICOSS is not set # CONFIG_USBIP_CORE is not set # CONFIG_W35UND is not set diff --git a/projects/Intel/linux/linux.x86_64.conf b/projects/Intel/linux/linux.x86_64.conf index 1cdf7c1126..c2ebb73f4e 100644 --- a/projects/Intel/linux/linux.x86_64.conf +++ b/projects/Intel/linux/linux.x86_64.conf @@ -3152,7 +3152,7 @@ CONFIG_RTC_DRV_CMOS=y # Microsoft Hyper-V guest support # CONFIG_STAGING=y -# CONFIG_ET131X is not set +CONFIG_ET131X=y # CONFIG_SLICOSS is not set # CONFIG_USBIP_CORE is not set # CONFIG_W35UND is not set diff --git a/projects/Virtual/linux/linux.i386.conf b/projects/Virtual/linux/linux.i386.conf index a333913296..147b0352d7 100644 --- a/projects/Virtual/linux/linux.i386.conf +++ b/projects/Virtual/linux/linux.i386.conf @@ -3277,7 +3277,7 @@ CONFIG_UIO=y # Microsoft Hyper-V guest support # CONFIG_STAGING=y -# CONFIG_ET131X is not set +CONFIG_ET131X=y # CONFIG_SLICOSS is not set # CONFIG_USBIP_CORE is not set # CONFIG_W35UND is not set diff --git a/projects/Virtual/linux/linux.x86_64.conf b/projects/Virtual/linux/linux.x86_64.conf index 68e732940a..37599944a3 100644 --- a/projects/Virtual/linux/linux.x86_64.conf +++ b/projects/Virtual/linux/linux.x86_64.conf @@ -3244,7 +3244,7 @@ CONFIG_UIO=y # Microsoft Hyper-V guest support # CONFIG_STAGING=y -# CONFIG_ET131X is not set +CONFIG_ET131X=y # CONFIG_SLICOSS is not set # CONFIG_USBIP_CORE is not set # CONFIG_W35UND is not set