Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100089 - k3b should use vcd useflag for dependency on vcdimager
Summary: k3b should use vcd useflag for dependency on vcdimager
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-23 20:28 UTC by Gabriel Devenyi
Modified: 2005-10-19 10:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel Devenyi 2005-07-23 20:28:22 UTC
k3b has support for creating vcds but it currently is activated by the encode 
useflag, it should use the more appropriate vcd useflag.
Comment 1 Paulo Fidalgo 2005-10-10 12:47:14 UTC
well in my humble opinion this makes some sense, and seems to be pretty easy to  
implement it...  
 
we must change only RDEPEND like this:  
 
RDEPEND="${DEPEND}  
	virtual/cdrtools  
	>=app-cdr/cdrdao-1.1.7-r3  
	media-sound/normalize  
	dvdr? ( app-cdr/dvd+rw-tools )  
	css? ( media-libs/libdvdcss )  
	encode? ( media-sound/lame  
		  media-sound/sox  
		  media-video/transcode )  
        vcd? (media-video/vcdimager )"  
  
Comment 2 Gregorio Guidi (RETIRED) gentoo-dev 2005-10-19 10:40:22 UTC
Applied in 0.12.5. Thanks.