search for: b2da33d

Displaying 2 results from an estimated 2 matches for "b2da33d".

2007 Apr 27
0
2 commits - configure.ac
...//')] if test x"$nano" = x1 ; then diff-tree f708088f4a92e148a796ecf09540471b3e2c2762 (from ea8b755f4b18ae0aad094cf2ec08a33b84dc2083) Author: Benjamin Otte <otte@gnome.org> Date: Fri Apr 27 11:42:25 2007 +0200 release 0.4.4 diff --git a/configure.ac b/configure.ac index b2da33d..00ac614 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58]) -AC_INIT(swfdec,0.4.3.1) +AC_INIT(swfdec,0.4.4) [nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')] if test x"$nano" = x1 ; then
2007 Apr 22
0
3 commits - configure.ac libswfdec/swfdec_debug.h swfdec-gtk.pc.in swfdec.pc.in
...e <otte@gnome.org> Date: Sun Apr 22 12:45:03 2007 +0200 we require at least glib 2.4 for some queue functions There's probably an even higher version required, but I'll leave that to the bug reporters for now diff --git a/configure.ac b/configure.ac index 4a55cfc..b2da33d 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,7 @@ AC_ARG_WITH(pkg-config-path, dnl Check for essential libraries first: dnl ==================================== -GLIB_VER=2.0 +GLIB_VER=2.4 PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_VER gobject-2.0 >= $GLIB_VER, HAVE_GLIB=...