Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143487 - media-sound/vorbis-tools doesn't build vcut
Summary: media-sound/vorbis-tools doesn't build vcut
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2006-08-10 11:44 UTC by Ben de Groot (RETIRED)
Modified: 2006-11-15 13:57 UTC (History)
1 user (show)

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


Attachments
ebuild patch for 1.1.1-r2 (ebuild_1.1.1-r2.diff,1.38 KB, patch)
2006-11-13 02:30 UTC, Alessio Cassibba (X-Drum)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ben de Groot (RETIRED) gentoo-dev 2006-08-10 11:44:20 UTC
The current vorbis-tools ebuild doesn't build and install vcut, a tool to cut ogg-vorbis files. Configure doesn't enable this by default, so we need to add it in the ebuild. If you want, you could make it into a use flag. But this addition works for me:

	myconf="${myconf} --enable-vcut"

Just before the econf line.
Comment 1 Alessio Cassibba (X-Drum) 2006-11-13 02:07:01 UTC
(In reply to comment #0)
> The current vorbis-tools ebuild doesn't build and install vcut, a tool to cut
> ogg-vorbis files.
which version of vorbis-tools are you using?
vorbis-tools-1.0.1 currently builds and installs the vcut tool
Comment 2 Alessio Cassibba (X-Drum) 2006-11-13 02:30:16 UTC
Created attachment 101815 [details, diff]
ebuild patch for 1.1.1-r2

vorbis-tools 1.1.1-r2 is not building the vcut tool by default
adding "enable-vcut"
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-11-15 13:57:47 UTC
Thanks, fixed now (as I told you on IRC, I didn't use your patch Alessio :) ).