WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
82580
configure fails during gstreamer detection
https://bugs.webkit.org/show_bug.cgi?id=82580
Summary
configure fails during gstreamer detection
Landry Breuil
Reported
2012-03-29 01:02:11 PDT
Assigned to webkitgtk but that should be against 'build system' ... webkitgtk 1.8.0 fails to pass configure on OpenBSD : checking for GSTREAMER... no configure: error: Package requirements (gstreamer-0.10 >= GSTREAMER_0_10_REQUIRED_VERSION gstreamer-app-0.10 gstreamer-audio-0.10 gstreamer-fft-0.10 gstreamer-base-0.10 gstreamer-interfaces-0.10 gstreamer-pbutils-0.10 gstreamer-plugins-base-0.10 >= GSTREAMER_0_10_PLUGINS_BASE_REQUIRED_VERSION gstreamer-video-0.10) were not met: Package >= was not found in the pkg-config search path Package GSTREAMER_0_10_REQUIRED_VERSION was not found in the pkg-config search path Package GSTREAMER_0_10_PLUGINS_BASE_REQUIRED_VERSION was not found in the pkg-config search path
http://trac.webkit.org/changeset/106340
introduces a problem with variable assignation in configure : + case "$with_gstreamer" in +- 0.10) GSTREAMER_REQUIRED_VERSION=GSTREAMER_0_10_REQUIRED_VERSION +- GSTREAMER_PLUGINS_BASE_REQUIRED_VERSION=GSTREAMER_0_10_PLUGINS_BASE_REQUIRED_VERSION ++ 0.10) GSTREAMER_REQUIRED_VERSION=$GSTREAMER_0_10_REQUIRED_VERSION ++ GSTREAMER_PLUGINS_BASE_REQUIRED_VERSION=$GSTREAMER_0_10_PLUGINS_BASE_REQUIRED_VERSION That change fixes the issue for me. If it's confirmed and not yet fixed/dupe, i'll make a proper patch against configure.ac fixing the 0.11 codepath too.
Attachments
Fix gstreamer configure detection
(1.59 KB, patch)
2012-04-24 15:09 PDT
,
Landry Breuil
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Philippe Normand
Comment 1
2012-04-19 14:38:11 PDT
Interesting, I wonder why the buildbots don't bother about this issue... Will send a patch, thanks for reporting!
Philippe Normand
Comment 2
2012-04-19 14:39:09 PDT
Or feel free to send the patch, I'd be happy to review it :)
Landry Breuil
Comment 3
2012-04-24 15:09:06 PDT
Created
attachment 138659
[details]
Fix gstreamer configure detection Here you are..
WebKit Review Bot
Comment 4
2012-05-01 11:04:06 PDT
Comment on
attachment 138659
[details]
Fix gstreamer configure detection Clearing flags on attachment: 138659 Committed
r115737
: <
http://trac.webkit.org/changeset/115737
>
WebKit Review Bot
Comment 5
2012-05-01 11:04:16 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug