Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46656 - media-libs/sdl-mixer: doesn't install playmus
Summary: media-libs/sdl-mixer: doesn't install playmus
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-02 19:29 UTC by Gerry
Modified: 2014-08-04 11:17 UTC (History)
0 users

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


Attachments
sdl-mixer-1.2.11.ebuild.patch (sdl-mixer-1.2.11.ebuild.patch,992 bytes, patch)
2010-01-27 09:59 UTC, Peter Volkov (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gerry 2004-04-02 19:29:56 UTC
The sdl-mixer ebuild doesn't install playmus (or playwave, for that matter).

Reproducible: Always
Steps to Reproduce:
1. emerge sdl-mixer

Actual Results:  
playmus/playwave wasn't installed

Expected Results:  
install playmus
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-04-02 23:11:40 UTC
Why do you think they should be installed?  They're both listed under noinst_PROGRAMS in the Makefile.  Looks to me like the upstream author doesn't
intend for them to be installed.
Comment 2 Gerry 2004-04-03 06:50:34 UTC
Oh, okay. Didn't notice that, sorry. I just remembered it used to be there when I installed it some time before (this might have been in another distro or from source), and it's been useful from time to time. Doesn't take up much space either.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2004-04-04 12:51:22 UTC
Gerry -  I'm going to mark this as WONTFIX because I don't think we want to support executables that the upstream author didn't deem install-worthy.  If you really feel you need playmus and playwave you can modify the ebuild and put it in a local overlay.  Feel free to attach a modified ebuild to this bug after I close it for other people to use if they're interested in playmus and playwave.
Comment 4 Peter Volkov (RETIRED) gentoo-dev 2010-01-27 09:50:40 UTC
Actually this tools are useful, e.g. to test that libmikmod does not crash (like in bug 300525 suggested). What do you think about USE=playtools? In any case if we don't install them we should not build them too.
Comment 5 Peter Volkov (RETIRED) gentoo-dev 2010-01-27 09:59:01 UTC
Created attachment 217571 [details, diff]
sdl-mixer-1.2.11.ebuild.patch

This patch + description into metadata.xml fixes this problem:
 <flag name='playtools'>Install playwave and playmus tools (usefull for testing)</flag>

Could you review and commit or give me ok to commit.
Comment 6 Tupone Alfredo gentoo-dev 2011-12-09 21:17:41 UTC
Fixed. Thanks for report