search for: glib_genmarsh

Displaying 8 results from an estimated 8 matches for "glib_genmarsh".

Did you mean: glib_genmarshal
2007 Apr 22
0
3 commits - configure.ac libswfdec/swfdec_debug.h swfdec-gtk.pc.in swfdec.pc.in
....ac b/configure.ac index eafc8fb..4a55cfc 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,7 @@ if test "$HAVE_GLIB" = "no"; then fi AC_SUBST(GLIB_LIBS) AC_SUBST(GLIB_CFLAGS) -AC_SUBST(GLIB_REQUIRES) +AC_SUBST(GLIB_VER) dnl FIXME: detect these executables correctly GLIB_GENMARSHAL=glib-genmarshal AC_SUBST(GLIB_GENMARSHAL) @@ -92,17 +92,17 @@ AC_ARG_ENABLE(gtk, dnl dnl GTK: We want this for swfdec-gtk dnl -GTK_REQUIRES=2.8.0 -AC_SUBST(GTK_REQUIRES) +GTK_VER=2.8.0 +AC_SUBST(GTK_VER) if test "$enable_gtk" = "yes"; then - PKG_CHECK_MODULES(GTK, gtk+-2...
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
...ink 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 required to build swfdec]) -fi dnl FIXME: detect these executables correctly GLIB_GENMARSHAL=glib-genmarshal AC_SUBST(GLIB_GENMARSHAL) diff --git a/libswfdec-gtk/Makefile.am b/libswfdec-gtk/Makefile.am index b04b40f..5aa9af5 100644 --- a/libswfdec-gtk/Makefile.am +++ b/libswfdec-gtk/Makefile.am @@ -22,12 +22,12 @@ noinst_HEADERS = \ libswfdec_gtk_ at SWFDEC_MAJORMINOR@_la_CFLAGS = \...
2023 Mar 21
1
where is glib-devl x86-64?
I dunno. I guess it could be. Went to the Gimp site and saw that glib-devel was mentioned there. My tired old brain is a bit confused by this, since most other -devel packages put -devel following the program/package name, and gimp doesn't. I'll give that a try, though, to see if it takes care of my issue. Thanks! On Tue, Mar 21, 2023 at 2:32?AM Simon Matter <simon.matter at
2023 Mar 21
3
where is glib-devl x86-64?
...2* > > -rw-r--r--. 1 root root 444 May 16 2022 /usr/lib64/pkgconfig/glib-2.0.pc > > > > cat /usr/lib64/pkgconfig/glib-2.0.pc: > > > > prefix=/usr > > libdir=${prefix}/lib64 > > includedir=${prefix}/include > > > > bindir=${prefix}/bin > > glib_genmarshal=${bindir}/glib-genmarshal > > gobject_query=${bindir}/gobject-query > > glib_mkenums=${bindir}/glib-mkenums > > > > Name: GLib > > Description: C Utility Library > > Version: 2.68.4 > > Requires.private: libpcre >= 8.31, sysprof-capture-4 >= 3.38....
2007 Aug 15
0
Branch 'vivi' - 13 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_debugger.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_types.h vivified/core vivified/ui
...ified_core_la_SOURCES) \ ) >> xgen-vfl \ - && (cmp -s xgen-vfl swfdec_asnative.h || cp xgen-vfl vivi_function_list.h) \ + && (cmp -s xgen-vfl vivi_asnative.h || cp xgen-vfl vivi_function_list.h) \ && rm -f xgen-vfl + +vivi_marshal.h: vivi_marshal.list Makefile + $(GLIB_GENMARSHAL) --prefix=vivi_marshal $(srcdir)/vivi_marshal.list --header >> xgen-vmh \ + && (cmp -s xgen-vmh vivi_marshal.h || cp xgen-vmh vivi_marshal.h) \ + && rm -f xgen-vmh + +vivi_marshal.c: vivi_marshal.list vivi_marshal.h Makefile + (echo "#include \"vivi_marshal.h\&quot...
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
...ink 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 required to build swfdec]) +fi dnl FIXME: detect these executables correctly GLIB_GENMARSHAL=glib-genmarshal AC_SUBST(GLIB_GENMARSHAL) diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index e06d866..930a5d8 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -9,8 +9,8 @@ trace_SOURCES = \ noinst_HEADERS = \ swfdec_interaction.h -trace_CFLAGS = $(GLOBAL_C...
2007 Jul 26
0
17 commits - doc/swfdec-sections.txt libswfdec/compiler.c libswfdec/.gitignore libswfdec/Makefile.am libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_strings.c
..._MAJORMINOR@_la_SOURCES) \ + && echo " { 0, 0, NULL }" \ + && echo "};") >> xgen-san \ + && (cmp -s xgen-san swfdec_asnative.h || cp xgen-san swfdec_asnative.h) \ + && rm -f xgen-san + swfdec_marshal.h: swfdec_marshal.list Makefile $(GLIB_GENMARSHAL) --prefix=swfdec_marshal $(srcdir)/swfdec_marshal.list --header >> xgen-smh \ && (cmp -s xgen-smh swfdec_marshal.h || cp xgen-smh swfdec_marshal.h) \ diff --git a/libswfdec/swfdec_as_strings.c b/libswfdec/swfdec_as_strings.c index 5ec2d1f..ba43ff1 100644 --- a/libswfdec/swfdec_as_...
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
...ified_core_la_SOURCES) \ ) >> xgen-vfl \ - && (cmp -s xgen-vfl swfdec_asnative.h || cp xgen-vfl vivi_function_list.h) \ + && (cmp -s xgen-vfl vivi_asnative.h || cp xgen-vfl vivi_function_list.h) \ && rm -f xgen-vfl + +vivi_marshal.h: vivi_marshal.list Makefile + $(GLIB_GENMARSHAL) --prefix=vivi_marshal $(srcdir)/vivi_marshal.list --header >> xgen-vmh \ + && (cmp -s xgen-vmh vivi_marshal.h || cp xgen-vmh vivi_marshal.h) \ + && rm -f xgen-vmh + +vivi_marshal.c: vivi_marshal.list vivi_marshal.h Makefile + (echo "#include \"vivi_marshal.h\&quot...