]> git.pld-linux.org Git - packages/totem.git/blob - totem-configure.patch
- release 5
[packages/totem.git] / totem-configure.patch
1 diff -aurN totem-1.5.92.orig/configure.in totem-1.5.92/configure.in
2 --- totem-1.5.92.orig/configure.in      2006-08-22 11:00:07.000000000 +0200
3 +++ totem-1.5.92/configure.in   2006-08-22 20:04:33.000000000 +0200
4 @@ -127,38 +127,6 @@
5         dnl Check for required plugins
6         gst010_toolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-0.10`
7         gst010_inspect="$gst010_toolsdir/gst-inspect-0.10"
8 -
9 -       dnl Check for elements from gst-plugins-base
10 -       for base_element in playbin ffmpegcolorspace videoscale
11 -       do
12 -               AC_MSG_CHECKING([GStreamer 0.10 $base_element plugin])
13 -               if $gst010_inspect $base_element >/dev/null 2>/dev/null; then
14 -                       AC_MSG_RESULT([yes])
15 -               else
16 -                       AC_MSG_RESULT([no])
17 -                       AC_MSG_ERROR([
18 -                               Cannot find required GStreamer-0.10 plugin '$base_element'.
19 -                               It should be part of gst-plugins-base. Please install it.
20 -                       ])
21 -               fi
22 -       done
23 -
24 -       dnl Check for elements from gst-plugins-good
25 -       for good_element in gconfaudiosink gconfvideosink goom
26 -       do
27 -               AC_MSG_CHECKING([GStreamer 0.10 $good_element plugin])
28 -               if $gst010_inspect $good_element >/dev/null 2>/dev/null; then
29 -                       AC_MSG_RESULT([yes])
30 -               else
31 -                       AC_MSG_RESULT([no])
32 -                       AC_MSG_ERROR([
33 -                               Cannot find required GStreamer-0.10 plugin '$good_element'.
34 -                               It should be part of gst-plugins-good. Please install it.
35 -                       ])
36 -               fi
37 -       done
38 -
39 -
40  fi
41  
42  if test x$ENABLE_XINE = xno && test x$HAVE_GSTREAMER = xno; then
This page took 0.067733 seconds and 3 git commands to generate.