Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37735446
en ru br
Репозитории ALT
S:43.0-alt2
5.1: 2.28.1-alt3
3.0: 1.0.4-alt1.1
www.altlinux.org/Changes

Группа :: Видео
Пакет: totem

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: totem-2.28.0-alt-configure.patch
Скачать


--- totem-2.28.0/configure.in.alt	2009-09-21 15:11:14 +0400
+++ totem-2.28.0/configure.in	2009-09-24 14:39:02 +0400
@@ -116,36 +116,6 @@ else
 	])
 fi
 
-dnl Check for elements from gst-plugins-base
-for base_element in playbin2 ffmpegcolorspace videoscale
-do
-	AC_MSG_CHECKING([GStreamer 0.10 $base_element plugin])
-	if $gst010_inspect $base_element >/dev/null 2>/dev/null; then
-		AC_MSG_RESULT([yes])
-	else
-		AC_MSG_RESULT([no])
-		AC_MSG_ERROR([
-			Cannot find required GStreamer-0.10 plugin '$base_element'.
-			It should be part of gst-plugins-base. Please install it.
-		])
-	fi
-done
-
-dnl Check for elements from gst-plugins-good
-for good_element in gconfaudiosink gconfvideosink goom
-do
-	AC_MSG_CHECKING([GStreamer 0.10 $good_element plugin])
-	if $gst010_inspect $good_element >/dev/null 2>/dev/null; then
-		AC_MSG_RESULT([yes])
-	else
-		AC_MSG_RESULT([no])
-		AC_MSG_ERROR([
-			Cannot find required GStreamer-0.10 plugin '$good_element'.
-			It should be part of gst-plugins-good. Please install it.
-		])
-	fi
-done
-
 AC_MSG_CHECKING([Whether not to check for iso-codes])
 AC_ARG_ENABLE([iso-codes],
 	AS_HELP_STRING([--disable-iso-codes],[Whether not to check for iso-codes at build-time]),
@@ -366,8 +336,8 @@ if test "x$have_python" != "xno"; then
 	AC_SUBST([PYGTK_H2DEF])
 
 dnl	uncomment when http://bugzilla.gnome.org/show_bug.cgi?id=351072 fixed
-dnl	PKG_CHECK_EXISTS([pygobject-2.0 >= X.XX.X],
-dnl			 AC_DEFINE([PYGOBJECT_CAN_MARSHAL_GVALUE]))
+PKG_CHECK_EXISTS([pygobject-2.0 >= 2.13.2],
+	 AC_DEFINE([PYGOBJECT_CAN_MARSHAL_GVALUE], [1], [Define if pygobject can marshal GValues]))
 
 	dnl Check for -fno-strict-aliasing
 	FLAGS="-fno-strict-aliasing"
@@ -563,18 +533,6 @@ for plugin in ${used_plugins}; do
 				plugin_error_or_ignore "you need libgdata >= 0.4.0 installed for the YouTube plugin"
 				add_plugin="0"
 			fi
-
-			dnl We need the souphttpsrc element for the YouTube plugin
-			AC_MSG_CHECKING([GStreamer 0.10 souphttpsrc plugin])
-			if $gst010_inspect souphttpsrc >/dev/null 2>/dev/null; then
-				AC_MSG_RESULT([yes])
-			else
-				AC_MSG_RESULT([no])
-				AC_MSG_ERROR([
-					Cannot find required GStreamer-0.10 plugin 'souphttpsrc'.
-					It should be part of gst-plugins-good. Please install it.
-				])
-			fi
 		;;
 	esac
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin