search for: glib_ver

Displaying 7 results from an estimated 7 matches for "glib_ver".

2007 Oct 28
0
5 commits - autogen.sh configure.ac libswfdec-gtk/Makefile.am libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_player.c test/trace
...o do weird things and cause players to abort due to max-runtime being exceeded. diff --git a/configure.ac b/configure.ac index 4f164b0..5708323 100644 --- a/configure.ac +++ b/configure.ac @@ -73,20 +73,14 @@ dnl Check for essential libraries first: dnl ==================================== GLIB_VER=2.10 -PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_VER gobject-2.0 >= $GLIB_VER, +PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_VER gobject-2.0 >= $GLIB_VER gthread-2.0 >= $GLIB_VER, HAVE_GLIB=yes, HAVE_GLIB=no) if test "$HAVE_GLIB" = "no"; then - AC_MSG_ERROR([glib...
2007 Apr 22
0
3 commits - configure.ac libswfdec/swfdec_debug.h swfdec-gtk.pc.in swfdec.pc.in
...t 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=yes, HAVE_GLIB=no) if test "$HAVE_GLIB" = "no"; then diff-tree ca4b02b5852291d4bf3d11e71278229530d6e973 (from 4d296a7ca8b484a19f38855cbbf7f3a4c1638614) Author: Benjamin...
2007 Oct 12
0
4 commits - libswfdec-gtk/swfdec_gtk_loader.c
...orrect version, we might actually require 2.12 or 2.14 diff --git a/configure.ac b/configure.ac index 3aa5e4c..6abc3ff 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,7 @@ AC_ARG_WITH(pkg-config-path, dnl Check for essential libraries first: dnl ==================================== -GLIB_VER=2.4 +GLIB_VER=2.10 PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_VER gobject-2.0 >= $GLIB_VER, HAVE_GLIB=yes, HAVE_GLIB=no) if test "$HAVE_GLIB" = "no"; then
2007 Oct 11
0
10 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_buffer.c libswfdec/swfdec_movie_as_drawing.c test/image test/sound
...u Oct 11 13:46:46 2007 +0200 we require glib 2.10 diff --git a/configure.ac b/configure.ac index 3aa5e4c..6abc3ff 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,7 @@ AC_ARG_WITH(pkg-config-path, dnl Check for essential libraries first: dnl ==================================== -GLIB_VER=2.4 +GLIB_VER=2.10 PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_VER gobject-2.0 >= $GLIB_VER, HAVE_GLIB=yes, HAVE_GLIB=no) if test "$HAVE_GLIB" = "no"; then diff-tree 4c51320f643f83f3556d7e2928095a84bf6a6355 (from 7e8de82a117d33035f9dfb45894d860c2163ead3) Author: Benjami...
2007 Oct 19
0
4 commits - configure.ac data/.gitignore data/icons data/Makefile.am data/swfdec-gtk.pc.in data/swfdec.pc.in .gitignore Makefile.am player/swfplay.c swfdec-gtk.pc.in swfdec.pc.in
...ndex 0000000..2e0e0d4 --- /dev/null +++ b/data/swfdec.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/swfdec- at SWFDEC_MAJORMINOR@ + +Name: swfdec +Description: Decodes and Plays Flash files +Version: @VERSION@ +Requires: glib-2.0 >= @GLIB_VER@ gobject-2.0 >= @GLIB_VER@ liboil-0.3 cairo pangocairo +Libs: -L${libdir} -lswfdec- at SWFDEC_MAJORMINOR@ +Cflags: -I${includedir} diff --git a/swfdec-gtk.pc.in b/swfdec-gtk.pc.in deleted file mode 100644 index 39eb02e..0000000 --- a/swfdec-gtk.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefi...
2007 Apr 17
0
8 commits - configure.ac doc/Makefile.am libswfdec/jpeg libswfdec/swfdec_debug.h libswfdec/swfdec_image.c
...ure.ac +++ b/configure.ac @@ -61,10 +61,11 @@ AC_ARG_WITH(pkg-config-path, dnl Check for essential libraries first: dnl ==================================== -GLIB_REQUIRES=2.0 -PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRES gobject-2.0 >= $GLIB_REQUIRES, HAVE_GLIB=yes, HAVE_GLIB=no) +GLIB_VER=2.0 +PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_VER gobject-2.0 >= $GLIB_VER, + HAVE_GLIB=yes, HAVE_GLIB=no) if test "$HAVE_GLIB" = "no"; then - AC_MSG_ERROR([cannot find GLIB-2.0, which is required for build]) + AC_MSG_ERROR([glib-2.0 >= $GLIB_VER and gobject-2.0 &g...
2007 Jul 02
0
Branch 'as' - 24 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c
...one: foo_get_type() functions (defined with G_DEFINE_TYPE) are not threadsafe. This can lead to crashes. diff --git a/configure.ac b/configure.ac index 4d1b2ba..a6a5751 100644 --- a/configure.ac +++ b/configure.ac @@ -79,6 +79,12 @@ fi AC_SUBST(GLIB_LIBS) AC_SUBST(GLIB_CFLAGS) AC_SUBST(GLIB_VER) +dnl we detect gthread seperately for now, since we don't want to link libswfdec to it (yet) +PKG_CHECK_MODULES(GTHREAD, gthread-2.0 >= $GLIB_VER, + HAVE_GLIB=yes, HAVE_GLIB=no) +if test "$HAVE_GTHREAD" = "no"; then + AC_MSG_ERROR([gthread-2.0 >= $GLIB_VER is requir...