]> git.pld-linux.org Git - packages/totem.git/blob - totem-configure.patch
- updated gettext BR
[packages/totem.git] / totem-configure.patch
1 --- totem-3.8.0/configure.ac.new        2013-03-28 21:32:33.215758291 +0100
2 +++ totem-3.8.0/configure.ac    2013-03-28 21:36:08.991256002 +0100
3 @@ -134,63 +134,6 @@ BACKEND_MODULES="gstreamer-1.0 >= $GST_R
4  PKG_CHECK_MODULES(BACKEND, $BACKEND_MODULES)
5  PKG_CHECK_MODULES(BACKEND_TEST, $BACKEND_MODULES gtk+-3.0 >= $GTK_REQS)
6  
7 -dnl Check for required plugins
8 -gst10_toolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-1.0`
9 -gst10_inspect="$gst10_toolsdir/gst-inspect-1.0"
10 -
11 -dnl Give error and exit if we don't have the gst_inspect tool
12 -AC_MSG_CHECKING([GStreamer 1.0 inspection tool])
13 -if test -r "$gst10_inspect"; then
14 -       AC_MSG_RESULT([yes])
15 -else
16 -       AC_MSG_RESULT([no])
17 -       AC_MSG_ERROR([
18 -               Cannot find required GStreamer-1.0 tool 'gst-inspect-1.0'.
19 -               It should be part of gstreamer-1_0-utils. Please install it.
20 -       ])
21 -fi
22 -
23 -dnl Check for elements from gst-plugins-base
24 -dnl Set plugins which contain below elements
25 -set -- playback videoscale
26 -for base_element in playbin videoscale
27 -do
28 -       AC_MSG_CHECKING([GStreamer 1.0 $base_element element])
29 -       if $gst10_inspect $base_element >/dev/null 2>/dev/null; then
30 -               AC_MSG_RESULT([yes])
31 -       else
32 -               AC_MSG_RESULT([no])
33 -               AC_MSG_ERROR([
34 -                       Cannot find required GStreamer-1.0 plugin '$1'.
35 -                       It should be part of gst-plugins-base. Please install it.
36 -               ])
37 -
38 -       fi
39 -       shift;
40 -done
41 -
42 -dnl Check for elements from gst-plugins-good
43 -dnl Set plugins which contain below elements
44 -set -- autodetect goom scaletempo
45 -for good_element in autoaudiosink goom scaletempo
46 -do
47 -       AC_MSG_CHECKING([GStreamer 1.0 $good_element element])
48 -       if $gst10_inspect $good_element >/dev/null 2>/dev/null; then
49 -               AC_MSG_RESULT([yes])
50 -       else
51 -               AC_MSG_RESULT([no])
52 -               AC_MSG_ERROR([
53 -                       Cannot find required GStreamer-1.0 plugin '$1'.
54 -                       It should be part of gst-plugins-good. Please install it.
55 -               ])
56 -       fi
57 -       shift;
58 -done
59 -
60 -dnl Check for elements from gst-plugins-bad
61 -dnl Set plugins which contain below elements
62 -PKG_CHECK_MODULES(GST_PLUGINS_BAD, gstreamer-plugins-bad-1.0 >= 1.0.2)
63 -
64  dnl Check the smclient backend
65  AC_MSG_CHECKING([which smclient backend to use])
66  AC_ARG_WITH([smclient],
This page took 0.032766 seconds and 3 git commands to generate.