Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7806 - media-sound/cplay-1.45.ebuild (New Package)
Summary: media-sound/cplay-1.45.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Bart Lauwers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-11 10:09 UTC by Väinö Järvelä
Modified: 2003-02-04 19:42 UTC (History)
3 users (show)

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


Attachments
cplay-1.45 (New Package) (cplay-1.45.tar.bz2,882 bytes, application/octet-stream)
2002-09-11 10:12 UTC, Väinö Järvelä
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Väinö Järvelä 2002-09-11 10:09:21 UTC
Hello,


Here is an new ebuild for Gentoo Portage. It is a curses/Python based
audio-player frontend. Supported players are: ogg123, mpg123, mpg321, splay,
madplay and mikmod.

It's my first ebuild, so please check that i got everything right. The Makefile
of the program didn't work as it should, so i used some workaround as this is a
simple program.


Regards,
V
Comment 1 Väinö Järvelä 2002-09-11 10:09:21 UTC
Hello,


Here is an new ebuild for Gentoo Portage. It is a curses/Python based
audio-player frontend. Supported players are: ogg123, mpg123, mpg321, splay,
madplay and mikmod.

It's my first ebuild, so please check that i got everything right. The Makefile
of the program didn't work as it should, so i used some workaround as this is a
simple program.


Regards,
Väinö Järvelä (Kaali)
Comment 2 Väinö Järvelä 2002-09-11 10:12:10 UTC
Created attachment 3841 [details]
cplay-1.45 (New Package)

It has the directory structure included: media-sound/cplay/...
Comment 3 jochem prins 2002-10-31 05:19:17 UTC
Hi Vaino,

i cannot download the attachment to verify your ebuild, perhaps the
mime-settings are incorrectly set? Everytime i want to download the attachment
mozilla wants to save a file called attachment.cgi.
I don't know where this error comes from, but i'll post a bugreport about it
anyway.
Comment 4 SpanKY gentoo-dev 2002-10-31 10:06:06 UTC
root@vapier root # wget -nv 
'http://bugs.gentoo.org/attachment.cgi?id=3841&action=view' 
11:05:37 URL:http://bugs.gentoo.org/attachment.cgi?id=3841&action=view [882] -> 
"attachment.cgi?id=3841&action=view" [1] 
root@vapier root # mv attachment.cgi\?id\=3841\&action\=view att.tbz2 
root@vapier root # tar -jxvf att.tbz2  
media-sound/ 
media-sound/cplay/ 
media-sound/cplay/cplay-1.45.ebuild 
media-sound/cplay/files/ 
media-sound/cplay/files/digest-cplay-1.45 
media-sound/cplay/ChangeLog 
 
Comment 5 Bart Lauwers (RETIRED) gentoo-dev 2002-12-12 16:17:18 UTC
Hi, the ebuild has been added to CVS, please allow some time for your mirror to carry this and check it out. Please report any problem here. Thanks! 
Comment 6 Bart Lauwers (RETIRED) gentoo-dev 2002-12-12 16:25:25 UTC
Oops I withdraw that last statement, I found this build complete as I checked it in, I just forgot the site was down and thus untested and broken digest... Would you happen to know a backup site for this package, the main site has been down for days and even freshmeat doesn't know of a better place to go look for it. 
Comment 7 Väinö Järvelä 2002-12-13 19:29:20 UTC
Here is a link to my own unofficial mirror:
http://personal.inet.fi/private/kaali/cplay-1.45.tar.gz
Comment 8 Bart Lauwers (RETIRED) gentoo-dev 2002-12-17 13:21:23 UTC
I've found that the homepage and source location had changed and that there is
now a 1.46 version out. I've updated the ebuild and added it to CVS. Please test
out this new ebuild for version 1.46 and report any problems here. As common
with new ebuilds this one has also been ~masked.
Comment 9 Väinö Järvelä 2002-12-18 09:00:02 UTC
Works fine.
Comment 10 Väinö Järvelä 2002-12-26 22:44:53 UTC
I just noticed that there is one hard-coded path pointing at /usr/local in
cplay. So here is the fix:


--- cplay-1.46.ebuild   2002-12-17 21:19:53.000000000 +0200
+++ cplay-1.46-r1.ebuild        2002-12-27 06:39:44.000000000 +0200
@@ -16,6 +16,7 @@ src_install () {
        make PREFIX=${D}/usr recursive-install || die
 
        dobin cplay
+       dosed "s:/usr/local:/usr:g" /usr/bin/cplay
        doman cplay.1
        dodoc ChangeLog README TODO
 }
Comment 11 Bart Lauwers (RETIRED) gentoo-dev 2003-01-03 09:36:47 UTC
I've applied this update....