]> git.pld-linux.org Git - packages/totem.git/blame - totem-configure.patch
- merged from DEVEL
[packages/totem.git] / totem-configure.patch
CommitLineData
2a1cdc8f
PZ
1--- totem-2.27.1/configure.in~ 2009-05-06 19:28:37.000000000 +0200
2+++ totem-2.27.1/configure.in 2009-05-28 13:04:36.295330882 +0200
3@@ -97,52 +97,6 @@
4 AC_SUBST(GST_LIBS)
5 EXTRA_BACKEND_LIBS="-lgstinterfaces-$GST_MAJORMINOR -lgstvideo-$GST_MAJORMINOR -lgstaudio-$GST_MAJORMINOR -lgstpbutils-$GST_MAJORMINOR"
6
7-dnl Check for required plugins
8-gst010_toolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-0.10`
9-gst010_inspect="$gst010_toolsdir/gst-inspect-0.10"
e3951f3f 10-
2a1cdc8f
PZ
11-dnl Give error and exit if we don't have the gst_inspect tool
12-AC_MSG_CHECKING([GStreamer 0.10 inspection tool])
13-if test -r "$gst010_inspect"; then
14- AC_MSG_RESULT([yes])
15-else
16- AC_MSG_RESULT([no])
17- AC_MSG_ERROR([
18- Cannot find required GStreamer-0.10 tool 'gst-inspect-0.10'.
19- It should be part of gstreamer-0_10-utils. Please install it.
20- ])
21-fi
e3951f3f 22-
2a1cdc8f
PZ
23-dnl Check for elements from gst-plugins-base
24-for base_element in playbin2 ffmpegcolorspace videoscale
25-do
26- AC_MSG_CHECKING([GStreamer 0.10 $base_element plugin])
27- if $gst010_inspect $base_element >/dev/null 2>/dev/null; then
e3951f3f
PZ
28- AC_MSG_RESULT([yes])
29- else
30- AC_MSG_RESULT([no])
31- AC_MSG_ERROR([
2a1cdc8f
PZ
32- Cannot find required GStreamer-0.10 plugin '$base_element'.
33- It should be part of gst-plugins-base. Please install it.
e3951f3f
PZ
34- ])
35- fi
2a1cdc8f 36-done
70cb7b8b 37-
2a1cdc8f
PZ
38-dnl Check for elements from gst-plugins-good
39-for good_element in gconfaudiosink gconfvideosink goom
40-do
41- AC_MSG_CHECKING([GStreamer 0.10 $good_element plugin])
42- if $gst010_inspect $good_element >/dev/null 2>/dev/null; then
43- AC_MSG_RESULT([yes])
44- else
45- AC_MSG_RESULT([no])
46- AC_MSG_ERROR([
47- Cannot find required GStreamer-0.10 plugin '$good_element'.
48- It should be part of gst-plugins-good. Please install it.
49- ])
50- fi
51-done
89948db4 52-
2a1cdc8f
PZ
53 AC_MSG_CHECKING([Whether not to check for iso-codes])
54 AC_ARG_ENABLE([iso-codes],
55 AS_HELP_STRING([--disable-iso-codes],[Whether not to check for iso-codes at build-time]),
56--- totem-2.27.1/configure.in~ 2009-05-28 13:09:53.905040655 +0200
57+++ totem-2.27.1/configure.in 2009-05-28 13:11:19.125023987 +0200
58@@ -515,17 +515,6 @@
59 add_plugin="0"
60 fi
61
62- dnl We need the souphttpsrc element for the YouTube plugin
63- AC_MSG_CHECKING([GStreamer 0.10 souphttpsrc plugin])
64- if $gst010_inspect souphttpsrc >/dev/null 2>/dev/null; then
65- AC_MSG_RESULT([yes])
66- else
67- AC_MSG_RESULT([no])
68- AC_MSG_ERROR([
69- Cannot find required GStreamer-0.10 plugin 'souphttpsrc'.
70- It should be part of gst-plugins-good. Please install it.
71- ])
72- fi
73 ;;
74 esac
d0863e6e 75
This page took 0.077766 seconds and 4 git commands to generate.