[Gstreamer-bugs] [Bug 131270] Changed - shout2 autodetection patch

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sat Mar 6 03:04:17 PST 2004


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=131270

Changed by bugs at leroutier.net.

--- shadow/131270	Tue Feb 24 10:10:44 2004
+++ shadow/131270.tmp.22779	Sat Mar  6 06:04:17 2004
@@ -46,6 +46,56 @@
 
 can you add a patch for all those other libs too please ? Then I can
 commit them.
 
 thanks
 Thomas
+
+------- Additional Comments From bugs at leroutier.net  2004-03-06 06:04 -------
+first, sorry for the late answer
+
+it seems libpng detection already uses pkg-config.
+'shout2'
+'freetype2' detectection used AC_CHECK_FT2 from freetype2.m4
+'ogg' detection used XIPH_PATH_OGG from ogg.m4
+'alsa' used AM_PATH_ALSA
+'esound' used AM_PATH_ESD
+
+'audiofile' and mad/id3tag use a bastard detection routine using first
+pkg-config then audiofile-config/lib+header check as a fall-back.
+(really needed or is a clean-up prefered ?)
+
+more to come
+
+
+checking for freetype2 >= 2.0.9... yes
+checking FT2_CFLAGS... -I/usr/include/freetype2
+checking FT2_LIBS... -lfreetype -lz
+
+checking for ogg >= 1.0... yes
+checking OGG_CFLAGS...
+checking OGG_LIBS... -logg
+
+checking for alsa >= 0.9.1... yes
+checking ALSA_CFLAGS... -I/usr/include/alsa
+checking ALSA_LIBS... -lasound -lm -ldl -lpthread
+
+checking for esound >= 0.2.12... yes
+checking ESD_CFLAGS...
+checking ESD_LIBS... -lesd -laudiofile -lm
+
+checking for shout >= 2.0... Package shout was not found in the
+pkg-config search path.
+Perhaps you should add the directory containing `shout.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'shout' found
+configure: *** These plugins will not be built: shout2send
+
+(i don't have it installed anymore)
+
+perhaps after this patch the following m4/ files should go away :
+freetype2, ogg, gst-alsa, esd, gst-shout2.
+libdv.m4 seems unused
+
+some detection only used one variable (XXX_CFLAGS) to store both
+CFLAGS and LIBS, as pkg-config separate them, some Makefile.in would
+need some love after this patch. (OGG is an example of such a beast)




More information about the Gstreamer-bugs mailing list