Bug 179822

Summary: support gstreamer 0.10 from rhythmbox 0.9.3
Product: [Fedora] Fedora Reporter: sangu <sangu.fedora>
Component: rhythmboxAssignee: Christopher Aillon <caillon>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: johnp
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.9.3.1-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-06 15:28:32 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:29:53 UTC
Description of problem:
support gstreamer 0.10 from rhythmbox 0.9.3
rpm -q --requires rhythmbox | grep gst
libgstbase-0.10.so.0
libgstreamer-0.10.so.0

wrong rhythmbox.spec
http://cvs.fedora.redhat.com/viewcvs/devel/rhythmbox/rhythmbox.spec?rev=1.48&view=auto
[...]
BuildRequires: gstreamer08-plugins-devel >= 0.8.1 <--- wrong 
[...]

add below
BuildRequires: gstreamer-plugins-base-devel > 0.10.2
BuildRequires: gstreamer-devel > 0.10.2

Version-Release number of selected component (if applicable):
0.9.3-2

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Christopher Aillon 2006-02-03 23:19:45 UTC
Hardly a blocker, but ok...