[gstreamer-bugs] [Bug 588783] [gst-inspect] Add RPM provides output

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jul 29 05:41:47 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=588783

  GStreamer | gstreamer (core) | Ver: git




------- Comment #16 from Tim-Philipp Müller  2009-07-29 12:41 UTC -------
> RPM provides can only do full string matching.

You mean you can't even query/filter for all packages where the provides string
contains e.g. 'gstreamer-0.10'? So you can only say 'give me all packages where
the provides string is exactly $this'? If that is the case, you would need to
extend or fix RPM IMHO. It would be enough to be able to query for a provides
string prefix for example, which could be done by a 'dumb' filter, and the
resulting strings could then be processed by something smarter.

Can that current system of yours handle additional fields - e.g. what do you do
when you get video/mpeg,systemstream=false,mpegversion=2,foo=bar where field
foo is unexpected and your system doesn't know about whether it's relevant or
strippable? Can you still find the line with
video/mpeg,systemstream=false,mpegversion=2? (decodebin/playbin would match
those as compatible)


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=588783.




More information about the Gstreamer-bugs mailing list