From 1a7335f86b8c1187d10d47e67f364c442bf1442b Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Mon, 11 Feb 2013 16:10:47 +0100 Subject: [PATCH 1/3] Enable taskstats in the htop build (we enable taskstats for powertop and perf anyway) --- packages/debug/htop/build | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/debug/htop/build b/packages/debug/htop/build index a45764a479..047ff25c14 100755 --- a/packages/debug/htop/build +++ b/packages/debug/htop/build @@ -34,7 +34,6 @@ ac_cv_func_realloc_0_nonnull=yes \ --localstatedir=/var \ --enable-cgroup \ --disable-vserver \ - --disable-taskstats \ --disable-unicode \ --disable-native-affinity \ --disable-hwloc \ From 304f24dcbc563d64079bb1ce8d14a869ff7638ba Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Thu, 28 Feb 2013 14:29:20 +0200 Subject: [PATCH 2/3] linux: add patch to fix video artifacts with TT-3600 s2 usb closes #1957 --- ...ix-video-artifacts-with-tt-3600-s2-usb.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/linux/patches/3.7.10/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch diff --git a/packages/linux/patches/3.7.10/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch b/packages/linux/patches/3.7.10/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch new file mode 100644 index 0000000000..7aaabc48c0 --- /dev/null +++ b/packages/linux/patches/3.7.10/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch @@ -0,0 +1,17 @@ +diff -Naur linux-3.7.9/drivers/media/usb/dvb-usb/pctv452e.c linux-3.7.9.patch/drivers/media/usb/dvb-usb/pctv452e.c +--- linux-3.7.9/drivers/media/usb/dvb-usb/pctv452e.c 2013-01-11 18:19:28.000000000 +0100 ++++ linux-3.7.9.patch/drivers/media/usb/dvb-usb/pctv452e.c 2013-01-16 10:35:01.131342123 +0100 +@@ -995,11 +995,11 @@ + /* parameter for the MPEG2-data transfer */ + .stream = { + .type = USB_ISOC, +- .count = 7, ++ .count = 4, + .endpoint = 0x02, + .u = { + .isoc = { +- .framesperurb = 4, ++ .framesperurb = 64, + .framesize = 940, + .interval = 1 + } From 4f7ad1833fda521e3b1e71d658aa9328de81d291 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Thu, 28 Feb 2013 16:29:24 +0200 Subject: [PATCH 3/3] vdr: clean up build depends --- packages/3rdparty/multimedia/vdr/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/3rdparty/multimedia/vdr/meta b/packages/3rdparty/multimedia/vdr/meta index ca4a90f071..5734d817f5 100644 --- a/packages/3rdparty/multimedia/vdr/meta +++ b/packages/3rdparty/multimedia/vdr/meta @@ -27,7 +27,7 @@ PKG_LICENSE="GPL" PKG_SITE="http://www.tvdr.de" PKG_URL="ftp://ftp.tvdr.de/vdr/Developer/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_DEPENDS="fontconfig freetype libcap" -PKG_BUILD_DEPENDS="toolchain gettext fontconfig freetype fribidi libcap libjpeg-turbo bzip2 libXfont expat" +PKG_BUILD_DEPENDS="toolchain fontconfig freetype libcap libjpeg-turbo bzip2" PKG_PRIORITY="optional" PKG_SECTION="multimedia" PKG_SHORTDESC="vdr: A powerful DVB TV application"