Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21053 - AudioCompress-1.3 ebuild
Summary: AudioCompress-1.3 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: rob holland (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-05-15 07:51 UTC by Theofilos Intzoglou
Modified: 2003-06-03 05:54 UTC (History)
0 users

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


Attachments
AudioCompress-1.3.ebuild (AudioCompress-1.3.ebuild,911 bytes, text/plain)
2003-05-15 07:53 UTC, Theofilos Intzoglou
Details
digest-AudioCompress-1.3 (digest-AudioCompress-1.3,68 bytes, text/plain)
2003-05-15 07:54 UTC, Theofilos Intzoglou
Details
Manifest (Manifest,137 bytes, text/plain)
2003-05-15 08:04 UTC, Theofilos Intzoglou
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Theofilos Intzoglou 2003-05-15 07:51:19 UTC
The developer of xmms-compress decided to create a command-line tool to work
just like the xmms plugin did. Now both are in the package AudioCompress so I
guess this ebuild should probably go in media-sound than media-plugins. The
ebuild for the latest version and the digest are attached.
Comment 1 Theofilos Intzoglou 2003-05-15 07:53:09 UTC
Created attachment 12015 [details]
AudioCompress-1.3.ebuild
Comment 2 Theofilos Intzoglou 2003-05-15 07:54:07 UTC
Created attachment 12016 [details]
digest-AudioCompress-1.3
Comment 3 Theofilos Intzoglou 2003-05-15 08:04:12 UTC
Created attachment 12017 [details]
Manifest
Comment 4 J. Ellis (RETIRED) gentoo-dev 2003-05-15 09:01:34 UTC
if [ -n "`use xmms`" ];then
  emake || die
else
  emake AudioCompress
fi

Do you really mean to never make both? Could someone want the commandline AudioCompress but not the xmms plugin?

Would:

if [ -n "`use xmms`" ];then
	  emake || die
fi
emake AudioCompress

be better?
Comment 5 Theofilos Intzoglou 2003-05-15 11:33:04 UTC
  Well actually AudioCompress is not dependent to xmms so it could be used as well with other programs. There is an example of its use with mpg123 on the site. So someone who doesn't use xmms could choose to not compile the plugin. The change in the ebuild that you propose should work as well but why would you want to run 'make AudioCompress' after you had run 'make' which also compiles AudioCompress? I don't quite understand the point in that change. I'm still learning in every ebuild I write how to make correct use of the USE flags so forgive my ignorance :-)
  Another thing that came to my mind is that DEPEND should be changed so that AudioCompress could be emerged even if xmms isn't.
Comment 6 rob holland (RETIRED) gentoo-dev 2003-06-03 04:55:57 UTC
I'll add this shortly
Comment 7 rob holland (RETIRED) gentoo-dev 2003-06-03 05:54:45 UTC
added. thanks for submitting it :)