Bug 179826
| Summary: | sound-juicer-2.13.4-1 uses gst 0.10.x. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | sangu <sangu.fedora> |
| Component: | sound-juicer | Assignee: | Christopher Aillon <caillon> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | alex, dravet, johnp |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 2.13.4-3 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-07 19:34:04 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 150221 | ||
|
Description
sangu
2006-02-03 07:50:16 UTC
anther wrong line.
[...]
Requires: gstreamer08 >= %{gstreamer_version}
[...]
modify like this.
Requires: gstreamer >= %{gstreamer_version}
Hardly a blocker, but ok... Thank you for updating sound-juicer to use gstreamer 0.10. Can you please update the dependency from gstreamer-plugins to gstreamer-plugins-base? Thanks, *** Bug 180069 has been marked as a duplicate of this bug. *** I think this is now fixed in rawhide. sound-juicer depends on gstreamer (0.10) which, in turn, depends on gstreamer-plugins-base and gstreamer-plugins-good. Bit strange (it normally works the other way around), but it works (at least it upgrades fine and runs, haven't ripped anything yet). (In reply to comment #5) > I think this is now fixed in rawhide. sound-juicer depends on gstreamer (0.10) > which, in turn, depends on gstreamer-plugins-base and gstreamer-plugins-good. Forgot to say: hence no explicit Requires on any gstreamer-plugins-* package is required, only a Requires on gstreamer. At least that's how the gstreamer spec file appears to be setup now. Fixed in rawhide |