Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62391 - New ebuild: media-sound/apetag
Summary: New ebuild: media-sound/apetag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-08-31 09:07 UTC by CJ Kucera
Modified: 2004-10-07 01:29 UTC (History)
0 users

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


Attachments
apetag-1.5.ebuild (apetag-1.5.ebuild,671 bytes, text/plain)
2004-08-31 09:09 UTC, CJ Kucera
Details

Note You need to log in before you can comment on or make changes to this bug.
Description CJ Kucera 2004-08-31 09:07:35 UTC
apetag is a command-line utility to edit APE tags, generally found on Monkey's Audio or .mpc files (apparently), but I also had some mp3 files which had some embedded APE tags that I couldn't get rid of without the help of this utility.  Current version is 1.5.  Will attach the ebuild in a sec.

Reproducible: Always
Steps to Reproduce:
Comment 1 CJ Kucera 2004-08-31 09:09:50 UTC
Created attachment 38588 [details]
apetag-1.5.ebuild

Here's the ebuild.  Pretty straightforward.  No "configure" script, just "make"
- and I used dobin and dodoc instead of the "make install" step because there's
only one binary and one script.  I haven't actually tried the script out
(supposed to be used for tagging a bunch of files in the same directory).  One
change I made was that the documentation produced when running apetag with "-h"
has two typos on one line which make it look like you're supposed to use "-e"
instead of the correct "-p"...	I put a sed statement in src_unpack to correct
that cosmetic problem.
Comment 2 Christian Parpart (RETIRED) gentoo-dev 2004-10-07 01:29:44 UTC
your ebuild doesn't honor the /etc/make.conf' set CXXFLAGS.
Also, the ebuild would always install debugging enabled binaries,
which is not, what the end user wants to (I suppose).

I've added the fixed version to CVS, and though, shall be available 
next sync.