After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753618 - Remove --with-gstreamer-api option that no longer valid in gstreamer-vaapi
Remove --with-gstreamer-api option that no longer valid in gstreamer-vaapi
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
0.6.0
Other Linux
: Normal minor
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 750547 754843
 
 
Reported: 2015-08-14 11:41 UTC by Lim Siew Hoon
Modified: 2015-09-10 15:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove --with-gstreamer-api option in debian.upstream/rules (904 bytes, patch)
2015-08-14 11:41 UTC, Lim Siew Hoon
committed Details | Review

Description Lim Siew Hoon 2015-08-14 11:41:58 UTC
Created attachment 309255 [details] [review]
Remove --with-gstreamer-api option in debian.upstream/rules

--with-gstreamer-api option no longer valid in gstreamer-vaapi configure.ac.
But the debian.upstream/rules file still have this option.

Look on configure.ac, GST_API_VERSION is using autodetect to assign the value. 
This option should be no longer needed. 

Check with remove out it from debian.upstream/rules, still can compile and install gstreamer-vaapi without any issue.

Attached patch to clean up this --with-gstreamer-api option.
Comment 1 sreerenj 2015-08-21 07:57:18 UTC
Review of attachment 309255 [details] [review]:

::: debian.upstream/rules
@@ +20,3 @@
 # Allow HTML documentation build
 indep_conf_flags = \
+	--with-html-dir=\$${prefix}/share/doc/$(DEB_SOURCE_PACKAGE)

Then you doesn't need to find the GST_API_VERSION inside debian.upstream/rules too :)
Line No: 8 & 9...
Comment 2 Víctor Manuel Jáquez Leal 2015-08-25 16:12:15 UTC
Comment on attachment 309255 [details] [review]
Remove --with-gstreamer-api option in debian.upstream/rules

This patch was commited with the modifications requested by Sree.