diff --git a/packages/python/multimedia/gnome-dvb-daemon/gnome-dvb-daemon-0.1.5_remove_gst-modules-check.diff b/packages/python/multimedia/gnome-dvb-daemon/gnome-dvb-daemon-0.1.5_remove_gst-modules-check.diff new file mode 100644 index 0000000000..7eed6efa6c --- /dev/null +++ b/packages/python/multimedia/gnome-dvb-daemon/gnome-dvb-daemon-0.1.5_remove_gst-modules-check.diff @@ -0,0 +1,122 @@ +diff -Naur gnome-dvb-daemon-0.1.5/configure gnome-dvb-daemon-0.1.5.patch/configure +--- gnome-dvb-daemon-0.1.5/configure 2009-03-02 22:02:29.000000000 +0100 ++++ gnome-dvb-daemon-0.1.5.patch/configure 2009-05-05 11:16:41.563804667 +0200 +@@ -13934,118 +13934,6 @@ + + + +- gst010_toolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-0.10` +- GST_INSPECT="$gst010_toolsdir/gst-inspect-0.10" +- +- { echo "$as_me:$LINENO: checking GStreamer 0.10 inspection tool" >&5 +-echo $ECHO_N "checking GStreamer 0.10 inspection tool... $ECHO_C" >&6; } +- if test -r "$GST_INSPECT"; then +- { echo "$as_me:$LINENO: result: yes" >&5 +-echo "${ECHO_T}yes" >&6; } +- +- else +- { echo "$as_me:$LINENO: result: no" >&5 +-echo "${ECHO_T}no" >&6; } +- { { echo "$as_me:$LINENO: error: +-Cannot find required GStreamer-0.10 tool 'gst-inspect-0.10'. +-It should be part of gstreamer-0_10-utils. Please install it. +- " >&5 +-echo "$as_me: error: +-Cannot find required GStreamer-0.10 tool 'gst-inspect-0.10'. +-It should be part of gstreamer-0_10-utils. Please install it. +- " >&2;} +- { (exit 1); exit 1; }; } +- fi +- +- +- base_element="mpegtsparse" +- +- { echo "$as_me:$LINENO: checking GStreamer 0.10 $base_element plugin" >&5 +-echo $ECHO_N "checking GStreamer 0.10 $base_element plugin... $ECHO_C" >&6; } +- if $GST_INSPECT $base_element >/dev/null 2>/dev/null; then +- { echo "$as_me:$LINENO: result: yes" >&5 +-echo "${ECHO_T}yes" >&6; } +- else +- { echo "$as_me:$LINENO: result: no" >&5 +-echo "${ECHO_T}no" >&6; } +- { { echo "$as_me:$LINENO: error: +-Cannot find required GStreamer-0.10 plugin '$base_element'. +-It should be part of gst-plugins-bad. Please install it. +- " >&5 +-echo "$as_me: error: +-Cannot find required GStreamer-0.10 plugin '$base_element'. +-It should be part of gst-plugins-bad. Please install it. +- " >&2;} +- { (exit 1); exit 1; }; } +- fi +- +- +- base_element="dvbbasebin" +- +- { echo "$as_me:$LINENO: checking GStreamer 0.10 $base_element plugin" >&5 +-echo $ECHO_N "checking GStreamer 0.10 $base_element plugin... $ECHO_C" >&6; } +- if $GST_INSPECT $base_element >/dev/null 2>/dev/null; then +- { echo "$as_me:$LINENO: result: yes" >&5 +-echo "${ECHO_T}yes" >&6; } +- else +- { echo "$as_me:$LINENO: result: no" >&5 +-echo "${ECHO_T}no" >&6; } +- { { echo "$as_me:$LINENO: error: +-Cannot find required GStreamer-0.10 plugin '$base_element'. +-It should be part of gst-plugins-bad. Please install it. +- " >&5 +-echo "$as_me: error: +-Cannot find required GStreamer-0.10 plugin '$base_element'. +-It should be part of gst-plugins-bad. Please install it. +- " >&2;} +- { (exit 1); exit 1; }; } +- fi +- +- +- base_element="dvbsrc" +- +- { echo "$as_me:$LINENO: checking GStreamer 0.10 $base_element plugin" >&5 +-echo $ECHO_N "checking GStreamer 0.10 $base_element plugin... $ECHO_C" >&6; } +- if $GST_INSPECT $base_element >/dev/null 2>/dev/null; then +- { echo "$as_me:$LINENO: result: yes" >&5 +-echo "${ECHO_T}yes" >&6; } +- else +- { echo "$as_me:$LINENO: result: no" >&5 +-echo "${ECHO_T}no" >&6; } +- { { echo "$as_me:$LINENO: error: +-Cannot find required GStreamer-0.10 plugin '$base_element'. +-It should be part of gst-plugins-bad. Please install it. +- " >&5 +-echo "$as_me: error: +-Cannot find required GStreamer-0.10 plugin '$base_element'. +-It should be part of gst-plugins-bad. Please install it. +- " >&2;} +- { (exit 1); exit 1; }; } +- fi +- +- +- base_element="rtpmp2tpay" +- +- { echo "$as_me:$LINENO: checking GStreamer 0.10 $base_element plugin" >&5 +-echo $ECHO_N "checking GStreamer 0.10 $base_element plugin... $ECHO_C" >&6; } +- if $GST_INSPECT $base_element >/dev/null 2>/dev/null; then +- { echo "$as_me:$LINENO: result: yes" >&5 +-echo "${ECHO_T}yes" >&6; } +- else +- { echo "$as_me:$LINENO: result: no" >&5 +-echo "${ECHO_T}no" >&6; } +- { { echo "$as_me:$LINENO: error: +-Cannot find required GStreamer-0.10 plugin '$base_element'. +-It should be part of gst-plugins-good. Please install it. +- " >&5 +-echo "$as_me: error: +-Cannot find required GStreamer-0.10 plugin '$base_element'. +-It should be part of gst-plugins-good. Please install it. +- " >&2;} +- { (exit 1); exit 1; }; } +- fi +- +- + # Check whether --enable-totem-plugin was given. + if test "${enable_totem_plugin+set}" = set; then + enableval=$enable_totem_plugin; enable_totem="yes" diff --git a/packages/python/sysutils/pymetar/patches/10_pymetar-dont_include_some_files.diff b/packages/python/sysutils/pymetar/patches/10_pymetar-dont_include_some_files.diff new file mode 100644 index 0000000000..2d038f0300 --- /dev/null +++ b/packages/python/sysutils/pymetar/patches/10_pymetar-dont_include_some_files.diff @@ -0,0 +1,10 @@ +diff -Naur pymetar-0.15/setup.py pymetar-0.15.patch/setup.py +--- pymetar-0.15/setup.py 2009-06-28 18:39:44.000000000 +0200 ++++ pymetar-0.15.patch/setup.py 2009-07-19 12:35:02.850182624 +0200 +@@ -27,5 +27,5 @@ + py_modules=["pymetar"], + scripts = [ "bin/weather.py" ], + data_files = [("share/doc/pymetar-%s/"%pymetar.__version__, +- ['README', 'COPYING', 'THANKS', 'TODO', 'bin/example.py', 'librarydoc.txt'])] ++ ['README', 'COPYING', 'THANKS', 'librarydoc.txt'])] + )