Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65287 - [VERSION BUMP] media-sound/museseq-0.7.0.20040925
Summary: [VERSION BUMP] media-sound/museseq-0.7.0.20040925
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 All
: High enhancement
Assignee: Chris White (RETIRED)
URL: http://lmuse.sourceforge.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-25 01:37 UTC by Eric Shattow
Modified: 2004-09-27 22:20 UTC (History)
0 users

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


Attachments
v1, muse-0.7.0.20040925-gcc34_typeid_fix.patch (muse-0.7.0.20040925-gcc34_typeid_fix.patch,665 bytes, patch)
2004-09-25 01:39 UTC, Eric Shattow
Details | Diff
v1, media-sound/museseq/museseq-0.7.0.20040925.ebuild (museseq-0.7.0.20040925.ebuild,1.71 KB, text/plain)
2004-09-25 01:43 UTC, Eric Shattow
Details
v1, muse-0.7.0.20040925.tar.bz2 (muse-0.7.0.20040925.tar.bz2,1.37 MB, application/octet-stream)
2004-09-25 01:53 UTC, Eric Shattow
Details
v2, media-sound/museseq/museseq-0.7.0.20040925.ebuild (museseq-0.7.0.20040925.ebuild,1.68 KB, text/plain)
2004-09-25 03:06 UTC, Eric Shattow
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Shattow 2004-09-25 01:37:52 UTC
museseq-0.7.0 release is so horribly broken, I took the liberty of making a cvs checkout that does work well.  it compiles, runs, and record/plays midi data.  now would be a good time to test FreeST / VST integration.

this bug depends on
* testing all use flags
* baselayout /dev/rtc group reccomendations
* FreeST / VST (Bug #61300) functionality
* solution for winelib (Bug #9842) issues

reference Bug #57740, Bug #9842, Bug #61300
Comment 1 Eric Shattow 2004-09-25 01:39:39 UTC
Created attachment 40348 [details, diff]
v1, muse-0.7.0.20040925-gcc34_typeid_fix.patch

one-liner fix for gcc34 type-id error
Comment 2 Eric Shattow 2004-09-25 01:43:04 UTC
Created attachment 40349 [details]
v1, media-sound/museseq/museseq-0.7.0.20040925.ebuild

muse-0.7.0.20040925 ebuild based on a checkout from that date of lmuse.sf.net
cvs.
Comment 3 Eric Shattow 2004-09-25 01:53:20 UTC
Created attachment 40350 [details]
v1, muse-0.7.0.20040925.tar.bz2

cvs snapshot from 20040925 by Eric Shattow.

CVS SOURCE:  cvs.sf.net:/cvsroot/lmuse
co omuse
ZDATE=`date +%Y%m%d`
mv omuse/omuse muse-0.7.0-${ZDATE}
cd muse-0.7.0-${ZDATE}
aclocal-1.7 -I m4
autoheader
automake-1.7 -a -c --include-deps
autoconf
cd ..
tar jcvf muse-0.7.0-${ZDATE}.tar.bz2 muse-0.7.0-${ZDATE}

The 'omuse' appears to be "old muse" i.e. 0.7.0+ while the cvs 'muse' is now
what looks like an experimental new re-write of muse sequencer.  I compiled and
tried out both, 'omuse' looks like muse sequencer 0.7.0 and performs solidly,
fixing many of the issues that make 0.7.0 release unusable.
Comment 4 Eric Shattow 2004-09-25 02:01:34 UTC
Eric Shattow additions for MusE 0.7.0.20040925.ebuild ChangeLog

- MusE 0.7.0 release is fubar; midi record/play broken
- created cvs snapshot dated 20040925 of omuse module from lmuse cvs
- comment out unused IUSE set for visibility (Chris White)
- proper format/bracketing of DEPEND set (Chris White)
- remove COPYING from dodoc; procedures make this redundant (Chris White)
- obsolete 00_configure_remove_suidinstall.patch; fixed by cvs snapshot
- remove gcc inherit/checking; no longer implemented due to cvs snapshot
- add to postinst note; User must have access to /dev/misc/rtc device
- set S (Mr_Bones_)
- clean up some doc foolishness (Mr_Bones_)
- use_enable-ize some configure settings (Mr_Bones_)
- create muse-0.7.0.20040925-gcc34_typeid_fix.patch; trivial 1-liner
- bug #65287
Comment 5 Eric Shattow 2004-09-25 03:06:22 UTC
Created attachment 40357 [details]
v2, media-sound/museseq/museseq-0.7.0.20040925.ebuild

- remove FreeST / VST / sdk handling;  completely ripped out of cvs snapshot
- SRC_URI to use gentoo mirroring system
- more cleanups (thank you Mr_Bones_)
Comment 6 Chris White (RETIRED) gentoo-dev 2004-09-27 07:33:22 UTC
Alright, while studying for an Asian History test I'll probably have this thing
emerging tonight (emerge is kinda nice like that ;).  If it goes through, I'll
probably end up cleaning the packages up, and leave the most stable version
(for the stable users) and this snapshot (for the ~arch users).  Once again,
thanks for the ebuild submission :).  
Comment 7 Chris White (RETIRED) gentoo-dev 2004-09-27 22:20:13 UTC
Alright, ebuild is checked, nothing noticeable.  I simply changed the patch
name to make it somewhat more readable, other than that though, great ebuild :)

Compiles just nice, runtimes just nice.  Let me know if you notice anything
else along the way (patches, bumps, etc.) and thanks again for reporting :).