! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
gstreamer version check broken
Status:
RESOLVED: FIXED

Comments

Description Christoph Wickert editbugs 2013-06-07 11:46:24 CEST
While building parole 0.5.1 I found that the gstreamer version check seems to be broken. Instead of an actual number it returns just the string "gstreamer_minimum_version":

checking for gstreamer-0.10 >= gstreamer_minimum_version... 0.10.36
checking GST_CFLAGS... -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2  
checking GST_LIBS... -pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lxml2 -lglib-2.0  
checking for x86_64-redhat-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gstreamer-base-0.10 >= gstreamer_minimum_version... 0.10.36
checking GST_BASE_CFLAGS... -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2  
checking GST_BASE_LIBS... -pthread -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lxml2 -lglib-2.0  
checking for x86_64-redhat-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gstreamer-video-0.10 >= gstreamer_minimum_version... 0.10.36
checking GST_VIDEO_CFLAGS... -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2  
checking GST_VIDEO_LIBS... -pthread -lgstvideo-0.10 -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lxml2 -lglib-2.0  
checking for x86_64-redhat-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gstreamer-pbutils-0.10 >= gstreamer_minimum_version... 0.10.36
checking GST_PBUTILS_CFLAGS... -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2  
checking GST_PBUTILS_LIBS... -pthread -lgstpbutils-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lxml2 -lglib-2.0  
checking for x86_64-redhat-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gstreamer-interfaces-0.10 >= gstreamer_minimum_version... 0.10.36
checking GST_INTERFACES_CFLAGS... -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2  
checking GST_INTERFACES_LIBS... -pthread -lgstinterfaces-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lxml2 -lglib-2.0  

Not sure if this problem was present in earlier versions, too.
Comment 1 Sean Davis editbugs 2013-06-23 14:45:24 CEST
Hey, thanks for finding this!  Fixed in master.

Bug #10155

Reported by:
Christoph Wickert
Reported on: 2013-06-07
Last modified on: 2013-06-23

People

Assignee:
Simon Steinbeiss
CC List:
1 user

Version

Version:
unspecified

Attachments

Additional information