search for: swfdec_requir

Displaying 3 results from an estimated 3 matches for "swfdec_requir".

Did you mean: swfdec_requires
2007 Nov 15
2
2 commits - configure.ac
configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 8b3f9aca00a0d0447ba95a5ac86c56eb5894b8a8 Author: Benjamin Otte <otte at gnome.org> Date: Thu Nov 15 12:00:38 2007 +0100 back to development diff --git a/configure.ac b/configure.ac index 514f515..96ffeed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58])
2007 Dec 17
1
2 commits - configure.ac NEWS
...s.freedesktop.org/enter_bug.cgi?product=swfdec] ) +AC_INIT( swfdec-gnome, [0.5.5.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=swfdec] ) AM_INIT_AUTOMAKE(1.6) AC_CONFIG_SRCDIR([config.h.in]) @@ -44,7 +44,7 @@ dnl Required versions SWFDEC_MAJORMINOR=0.5 AC_SUBST(SWFDEC_MAJORMINOR) -SWFDEC_REQUIRED=0.5.4.1 +SWFDEC_REQUIRED=0.5.5.1 GTK_REQUIRED=2.12.0 commit 9b654df1a7362637c840ac08868d6ca3fe52ba20 Author: Benjamin Otte <otte at gnome.org> Date: Mon Dec 17 21:19:55 2007 +0100 update NEWS diff --git a/NEWS b/NEWS index b475994..406925f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +...
2007 Nov 06
0
configure.ac src/Makefile.am src/plugin.c
...yInMemory is just an optimization hint. The docs at least aren't clear on it. diff --git a/configure.ac b/configure.ac index 49a3f73..6c74a5d 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ dnl Check for essential libraries first: dnl ==================================== SWFDEC_REQUIRES=0.5.3.1 -PKG_CHECK_MODULES(SWFDEC, swfdec-gtk-$SWFDEC_MAJORMINOR = $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no) +PKG_CHECK_MODULES(SWFDEC, gmodule-2.0 swfdec-gtk-$SWFDEC_MAJORMINOR = $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no) if test "$HAVE_SWFDEC" = "no"; then...