Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71826 - [BUMP] mp3splt-2.1
Summary: [BUMP] mp3splt-2.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-20 04:23 UTC by Dirk Dierckx
Modified: 2004-11-23 12:04 UTC (History)
1 user (show)

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


Attachments
mp3splt-2.1.ebuild (mp3splt-2.1.ebuild,557 bytes, text/plain)
2004-11-20 04:24 UTC, Dirk Dierckx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Dierckx 2004-11-20 04:23:27 UTC
I created an ebuild for version 2.1 of mp3splt (portage currently contains 1.9 and 2.0)

This ebuild also fixes some dependency issues that i've found in 2.0.
the packages depends on libmad *not* on madplay and can optionally be
compiled without oggvorbis support

Maybe this should be backported to 2.0 and 1.9?

There is one bug with this ebuild (read: with the makefiles of mp3split):
If you emerge the package without oggvorbis support it still creates a
symlink oggsplt -> mp3splt

I hope i didn't do anything wrong, it's my first try at making an ebuild.
Comment 1 Dirk Dierckx 2004-11-20 04:24:28 UTC
Created attachment 44340 [details]
mp3splt-2.1.ebuild
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-11-21 13:39:00 UTC
you need to include the copyright header on ebuilds you submit to us if they are going to be included in portage...

I bumped it using the current ebuild as a base...
Comment 3 Dirk Dierckx 2004-11-23 10:33:06 UTC
the mp3splt-2.1.ebuild as currently found in portage has broken oggvorbis support

the following line:

econf $(use_enable oggvorbis ogg) || die "econf failed"

is wrong and should be something like the lines as found in the attachment i've send (i've tested that ebuild with and without oggvorbis enabled)
 
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2004-11-23 12:04:26 UTC
ok... using that workaround...
I put a comment in the ebuild that --enable-ogg is broken, so it won't be changed in future cleanups...

Thanks