mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
update to gnome-dvb-daemon-0.1.7
This commit is contained in:
parent
66c5f22506
commit
042c5b415b
@ -1,122 +0,0 @@
|
|||||||
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"
|
|
@ -1 +1 @@
|
|||||||
http://download.gnome.org/sources/gnome-dvb-daemon/0.1/gnome-dvb-daemon-0.1.5.tar.bz2
|
http://download.gnome.org/sources/gnome-dvb-daemon/0.1/gnome-dvb-daemon-0.1.7.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user