summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-05-13 05:33:01 +0000
committerSamuli Suominen <drac@gentoo.org>2008-05-13 05:33:01 +0000
commitfe6d9729cc30c2dc0199af917d5362c77525ea51 (patch)
tree9b76bf37690be1272f6b968e93aa66bc7b4c35ae /media-sound/museseq
parentwhitespace (diff)
downloadgentoo-2-fe6d9729cc30c2dc0199af917d5362c77525ea51.tar.gz
gentoo-2-fe6d9729cc30c2dc0199af917d5362c77525ea51.tar.bz2
gentoo-2-fe6d9729cc30c2dc0199af917d5362c77525ea51.zip
old
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'media-sound/museseq')
-rw-r--r--media-sound/museseq/files/museseq-0.6.2-drumport.patch11
-rw-r--r--media-sound/museseq/files/museseq-0.6.2-fPIC.patch47
-rw-r--r--media-sound/museseq/files/museseq-0.6.2-gcc34.patch114
-rw-r--r--media-sound/museseq/files/museseq-0.6.2-int2ptr.patch539
-rw-r--r--media-sound/museseq/files/museseq-0.6.2-memory.patch58
-rw-r--r--media-sound/museseq/files/museseq-0.7.2_pre5-rtctimerfix.patch12
-rw-r--r--media-sound/museseq/museseq-0.6.2-r1.ebuild103
-rw-r--r--media-sound/museseq/museseq-0.7.1.ebuild57
-rw-r--r--media-sound/museseq/museseq-0.7.2_pre5.ebuild62
9 files changed, 0 insertions, 1003 deletions
diff --git a/media-sound/museseq/files/museseq-0.6.2-drumport.patch b/media-sound/museseq/files/museseq-0.6.2-drumport.patch
deleted file mode 100644
index e60374e174c4..000000000000
--- a/media-sound/museseq/files/museseq-0.6.2-drumport.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- muse-0.6.2-orig/midithread.cpp 2004-07-11 02:36:40.102556216 +0200
-+++ muse-0.6.2/midithread.cpp 2004-07-11 03:54:11.612419232 +0200
-@@ -1015,7 +1015,7 @@
- if (track->type() == Track::DRUM) { //Map drum-notes to the drum-map values
- int instr = drumInmap[ev->pitch()];
- pitch = drumMap[instr].anote;
-- port = drumMap[instr].port;
-+ //port = drumMap[instr].port; // respect the specified output port!
- channel = drumMap[instr].channel;
- }
- else
diff --git a/media-sound/museseq/files/museseq-0.6.2-fPIC.patch b/media-sound/museseq/files/museseq-0.6.2-fPIC.patch
deleted file mode 100644
index 53c039495f0c..000000000000
--- a/media-sound/museseq/files/museseq-0.6.2-fPIC.patch
+++ /dev/null
@@ -1,47 +0,0 @@
---- widgets/Makefile.in 2004-04-16 13:38:18.525257991 +0000
-+++ widgets/Makefile.in 2004-04-16 13:39:12.334069714 +0000
-@@ -765,7 +765,7 @@
- -rm -rf ./$(DEPDIR)
-
- .cpp.o:
--@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-+@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -fPIC -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
- @am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
- @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
- @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
-@@ -798,7 +798,7 @@
- @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
-
- xml.o: $(top_srcdir)/xml.cpp
--@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT xml.o -MD -MP -MF "$(DEPDIR)/xml.Tpo" \
-+@am__fastdepCXX_TRUE@ if $(CXX) -fPIC $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT xml.o -MD -MP -MF "$(DEPDIR)/xml.Tpo" \
- @am__fastdepCXX_TRUE@ -c -o xml.o `test -f '$(top_srcdir)/xml.cpp' || echo '$(srcdir)/'`$(top_srcdir)/xml.cpp; \
- @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/xml.Tpo" "$(DEPDIR)/xml.Po"; \
- @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/xml.Tpo"; exit 1; \
-@@ -831,7 +831,7 @@
- @am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o xml.lo `test -f '$(top_srcdir)/xml.cpp' || echo '$(srcdir)/'`$(top_srcdir)/xml.cpp
-
- tempo.o: $(top_srcdir)/tempo.cpp
--@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tempo.o -MD -MP -MF "$(DEPDIR)/tempo.Tpo" \
-+@am__fastdepCXX_TRUE@ if $(CXX) -fPIC $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tempo.o -MD -MP -MF "$(DEPDIR)/tempo.Tpo" \
- @am__fastdepCXX_TRUE@ -c -o tempo.o `test -f '$(top_srcdir)/tempo.cpp' || echo '$(srcdir)/'`$(top_srcdir)/tempo.cpp; \
- @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/tempo.Tpo" "$(DEPDIR)/tempo.Po"; \
- @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/tempo.Tpo"; exit 1; \
-@@ -864,7 +864,7 @@
- @am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tempo.lo `test -f '$(top_srcdir)/tempo.cpp' || echo '$(srcdir)/'`$(top_srcdir)/tempo.cpp
-
- sig.o: $(top_srcdir)/sig.cpp
--@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sig.o -MD -MP -MF "$(DEPDIR)/sig.Tpo" \
-+@am__fastdepCXX_TRUE@ if $(CXX) -fPIC $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sig.o -MD -MP -MF "$(DEPDIR)/sig.Tpo" \
- @am__fastdepCXX_TRUE@ -c -o sig.o `test -f '$(top_srcdir)/sig.cpp' || echo '$(srcdir)/'`$(top_srcdir)/sig.cpp; \
- @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/sig.Tpo" "$(DEPDIR)/sig.Po"; \
- @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/sig.Tpo"; exit 1; \
-@@ -897,7 +897,7 @@
- @am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sig.lo `test -f '$(top_srcdir)/sig.cpp' || echo '$(srcdir)/'`$(top_srcdir)/sig.cpp
-
- pos.o: $(top_srcdir)/pos.cpp
--@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT pos.o -MD -MP -MF "$(DEPDIR)/pos.Tpo" \
-+@am__fastdepCXX_TRUE@ if $(CXX) -fPIC $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT pos.o -MD -MP -MF "$(DEPDIR)/pos.Tpo" \
- @am__fastdepCXX_TRUE@ -c -o pos.o `test -f '$(top_srcdir)/pos.cpp' || echo '$(srcdir)/'`$(top_srcdir)/pos.cpp; \
- @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/pos.Tpo" "$(DEPDIR)/pos.Po"; \
- @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/pos.Tpo"; exit 1; \
diff --git a/media-sound/museseq/files/museseq-0.6.2-gcc34.patch b/media-sound/museseq/files/museseq-0.6.2-gcc34.patch
deleted file mode 100644
index 06c372a74bba..000000000000
--- a/media-sound/museseq/files/museseq-0.6.2-gcc34.patch
+++ /dev/null
@@ -1,114 +0,0 @@
-diff -ru muse-0.6.2-orig/arranger/pcanvas.cpp muse-0.6.2/arranger/pcanvas.cpp
---- muse-0.6.2-orig/arranger/pcanvas.cpp 2004-07-11 02:36:40.000000000 +0200
-+++ muse-0.6.2/arranger/pcanvas.cpp 2004-07-11 04:23:31.686847248 +0200
-@@ -262,7 +262,7 @@
- Part* spart = npart->part();
- Track* track = npart->track();
- int dtick = newpos.x();
-- unsigned ntrack = y2pitch(item->mp().y());
-+ int ntrack = y2pitch(item->mp().y());
- Track::TrackType type = track->type();
-
- if (tracks->index(track) == ntrack && (dtick == spart->posTick())) {
-@@ -389,7 +389,7 @@
- CItem* PartCanvas::newItem(const QPoint& pos, int)
- {
- int x = sigmap.raster(pos.x(), *_raster);
-- unsigned trackIndex = y2pitch(pos.y());
-+ int trackIndex = y2pitch(pos.y());
- if (trackIndex == -1)
- return 0;
- Track* track = tracks->findIdx(trackIndex);
-@@ -1409,7 +1409,7 @@
- int x = sigmap.raster(event->pos().x(), *_raster);
- if (x < 0)
- x = 0;
-- unsigned trackNo = y2pitch(event->pos().y());
-+ int trackNo = y2pitch(event->pos().y());
- Track* track = 0;
- if (trackNo < tracks->size())
- track = tracks->findIdx(trackNo);
-
-diff -ru muse-0.6.2-orig/midiedit/dlist.cpp muse-0.6.2/midiedit/dlist.cpp
---- muse-0.6.2-orig/midiedit/dlist.cpp 2004-07-11 02:36:38.000000000 +0200
-+++ muse-0.6.2/midiedit/dlist.cpp 2004-07-11 04:16:22.592079568 +0200
-@@ -246,7 +246,7 @@
- for (int i=0; i<DRUM_MAPSIZE; i++) {
- if (drumMap[i].enote == val && &drumMap[i] != dm) {
- printf("drumMap %s, index %d had the same note!\n",drumMap[i].name.ascii(),i);
-- drumInmap[dm->enote] = i;
-+ drumInmap[(int)(dm->enote)] = i;
- printf("Setting drumInmap[%d] to point to instrument %d\n",dm->enote, i);
- drumMap[i].enote = dm->enote;
- //TODO: Set all notes on the track with pitch=val to pitch=dm->enote
-@@ -585,10 +585,10 @@
- drumMap[sPitch] = drumMap[dPitch];
- drumMap[dPitch] = dm;
- setCursor(QCursor(arrowCursor));
-- drumInmap[drumMap[sPitch].enote] = sPitch;
-- drumOutmap[drumMap[sPitch].anote] = sPitch;
-- drumInmap[drumMap[dPitch].enote] = dPitch;
-- drumOutmap[drumMap[dPitch].anote] = dPitch;
-+ drumInmap[(int)(drumMap[sPitch].enote)] = sPitch;
-+ drumOutmap[(int)(drumMap[sPitch].anote)] = sPitch;
-+ drumInmap[(int)(drumMap[dPitch].enote)] = dPitch;
-+ drumOutmap[(int)(drumMap[dPitch].anote)] = dPitch;
- currentlySelected = &drumMap[dPitch];
- emit mapChanged();
- }
-diff -ru muse-0.6.2-orig/midiedit/drummap.cpp muse-0.6.2/midiedit/drummap.cpp
---- muse-0.6.2-orig/midiedit/drummap.cpp 2004-07-11 02:36:38.000000000 +0200
-+++ muse-0.6.2/midiedit/drummap.cpp 2004-07-11 04:17:25.970444592 +0200
-@@ -174,8 +174,8 @@
- memset(drumInmap, 0, sizeof(drumInmap));
- memset(drumOutmap, 0, sizeof(drumOutmap));
- for (int i = 0; i < DRUM_MAPSIZE; ++i) {
-- drumInmap[drumMap[i].enote] = i;
-- drumOutmap[drumMap[i].anote] = i;
-+ drumInmap[(int)(drumMap[i].enote)] = i;
-+ drumOutmap[(int)(drumMap[i].anote)] = i;
- }
- }
-
-@@ -361,8 +361,8 @@
- memset(drumInmap, 0, sizeof(drumInmap));
- memset(drumOutmap, 0, sizeof(drumOutmap));
- for (int i = 0; i < DRUM_MAPSIZE; ++i) {
-- drumInmap[drumMap[i].enote] = i;
-- drumOutmap[drumMap[i].anote] = i;
-+ drumInmap[(int)(drumMap[i].enote)] = i;
-+ drumOutmap[(int)(drumMap[i].anote)] = i;
- }
- return;
- }
-diff -ru muse-0.6.2-orig/widgets/genset.cpp muse-0.6.2/widgets/genset.cpp
---- muse-0.6.2-orig/widgets/genset.cpp 2004-07-11 02:36:40.000000000 +0200
-+++ muse-0.6.2/widgets/genset.cpp 2004-07-11 04:18:34.338051136 +0200
-@@ -43,7 +43,7 @@
- }
- }
- guiRefreshSelect->setValue(guiRefresh);
-- minSliderSelect->setValue(minSlider);
-+ minSliderSelect->setValue((int)minSlider);
- minMeterSelect->setValue(minMeter);
- helpBrowser->setText(::helpBrowser);
-
-diff -ru muse-0.6.2-orig/midithread.cpp muse-0.6.2/midithread.cpp
---- muse-0.6.2-orig/midithread.cpp 2004-07-11 05:00:52.132247776 +0200
-+++ muse-0.6.2/midithread.cpp 2004-07-11 05:01:23.853425424 +0200
-@@ -1,4 +1,4 @@
--//=========================================================
-+
- // MusE
- // Linux Music Editor
- // $Id: museseq-0.6.2-gcc34.patch,v 1.1 2004/07/11 22:21:52 fvdpol Exp $
-@@ -570,7 +570,7 @@
- panic();
- break;
- case SEQM_MIDI_CTRL:
-- midiPorts[msg->port].setCtrl(msg->channel, msg->ctrl, msg->a);
-+ midiPorts[(int)msg->port].setCtrl(msg->channel, msg->ctrl, msg->a);
- break;
- case SEQM_MIDI_MASTER_VOLUME:
- for (int i = 0; i < MIDI_PORTS; ++i)
-
diff --git a/media-sound/museseq/files/museseq-0.6.2-int2ptr.patch b/media-sound/museseq/files/museseq-0.6.2-int2ptr.patch
deleted file mode 100644
index d66ac629f53d..000000000000
--- a/media-sound/museseq/files/museseq-0.6.2-int2ptr.patch
+++ /dev/null
@@ -1,539 +0,0 @@
-diff -Nur muse-0.6.2-orig/app.cpp muse-0.6.2/app.cpp
---- muse-0.6.2-orig/app.cpp 2003-11-01 19:49:06.000000000 +0000
-+++ muse-0.6.2/app.cpp 2004-06-29 00:05:35.712525381 +0000
-@@ -1190,7 +1190,7 @@
- song->setName(project.baseName());
- setCaption(QString("MusE: Song: ") + project.baseName());
- arranger->reset();
-- arranger->setMode(int(song->mtype()));
-+ arranger->setMode(long(song->mtype()));
- newSongFlag = true;
- song->dirty = false;
-
-@@ -1257,8 +1257,8 @@
- {
- PianoRoll* pianoroll = new PianoRoll(pl, this);
- pianoroll->show();
-- toplevels.push_back(Toplevel(Toplevel::PIANO_ROLL, int(pianoroll), pianoroll));
-- connect(pianoroll, SIGNAL(deleted(int)), SLOT(toplevelDeleted(int)));
-+ toplevels.push_back(Toplevel( Toplevel::PIANO_ROLL, pianoroll, pianoroll));
-+ connect(pianoroll, SIGNAL(deleted(void*)), SLOT(toplevelDeleted(long)));
- }
-
- //---------------------------------------------------------
-@@ -1277,8 +1277,8 @@
- {
- Score* scoreEditor = new Score(pl);
- scoreEditor->show();
-- toplevels.push_back(Toplevel(Toplevel::NOTEN, int(scoreEditor), scoreEditor));
-- connect(scoreEditor, SIGNAL(deleted(int)), SLOT(toplevelDeleted(int)));
-+ toplevels.push_back(Toplevel(Toplevel::NOTEN, scoreEditor, scoreEditor));
-+ connect(scoreEditor, SIGNAL(deleted(void*)), SLOT(toplevelDeleted(long)));
- }
-
- //---------------------------------------------------------
-@@ -1297,8 +1297,8 @@
- {
- ListEdit* listEditor = new ListEdit(pl);
- listEditor->show();
-- toplevels.push_back(Toplevel(Toplevel::LISTE, int(listEditor), listEditor));
-- connect(listEditor, SIGNAL(deleted(int)), SLOT(toplevelDeleted(int)));
-+ toplevels.push_back(Toplevel(Toplevel::LISTE, listEditor, listEditor));
-+ connect(listEditor, SIGNAL(deleted(void*)), SLOT(toplevelDeleted(long)));
- }
-
- //---------------------------------------------------------
-@@ -1309,8 +1309,8 @@
- {
- MasterEdit* masterEditor = new MasterEdit();
- masterEditor->show();
-- toplevels.push_back(Toplevel(Toplevel::MASTER, int(masterEditor), masterEditor));
-- connect(masterEditor, SIGNAL(deleted(int)), SLOT(toplevelDeleted(int)));
-+ toplevels.push_back(Toplevel(Toplevel::MASTER, masterEditor, masterEditor));
-+ connect(masterEditor, SIGNAL(deleted(void*)), SLOT(toplevelDeleted(long)));
- }
-
- //---------------------------------------------------------
-@@ -1321,8 +1321,8 @@
- {
- LMaster* lmaster = new LMaster();
- lmaster->show();
-- toplevels.push_back(Toplevel(Toplevel::LMASTER, int(lmaster), lmaster));
-- connect(lmaster, SIGNAL(deleted(int)), SLOT(toplevelDeleted(int)));
-+ toplevels.push_back(Toplevel(Toplevel::LMASTER, lmaster, lmaster));
-+ connect(lmaster, SIGNAL(deleted(void*)), SLOT(toplevelDeleted(long)));
- }
-
- //---------------------------------------------------------
-@@ -1341,8 +1341,8 @@
- {
- DrumEdit* drumEditor = new DrumEdit(pl, this);
- drumEditor->show();
-- toplevels.push_back(Toplevel(Toplevel::DRUM, int(drumEditor), drumEditor));
-- connect(drumEditor, SIGNAL(deleted(int)), SLOT(toplevelDeleted(int)));
-+ toplevels.push_back(Toplevel(Toplevel::DRUM, drumEditor, drumEditor));
-+ connect(drumEditor, SIGNAL(deleted(void*)), SLOT(toplevelDeleted(long)));
- }
-
- //---------------------------------------------------------
-@@ -1363,8 +1363,8 @@
- {
- WaveEdit* waveEditor = new WaveEdit(pl);
- waveEditor->show();
-- toplevels.push_back(Toplevel(Toplevel::WAVE, int(waveEditor), waveEditor));
-- connect(waveEditor, SIGNAL(deleted(int)), SLOT(toplevelDeleted(int)));
-+ toplevels.push_back(Toplevel(Toplevel::WAVE, waveEditor, waveEditor));
-+ connect(waveEditor, SIGNAL(deleted(void*)), SLOT(toplevelDeleted(long)));
- }
-
- //---------------------------------------------------------
-@@ -1375,10 +1375,10 @@
- {
- if (midiMixer == 0) {
- midiMixer = new Mixer();
-- toplevels.push_back(Toplevel(Toplevel::M_MIXER, int(midiMixer), midiMixer));
-+ toplevels.push_back(Toplevel(Toplevel::M_MIXER, midiMixer, midiMixer));
- connect(midiMixer, SIGNAL(ctrlChanged(int,int,int,int)), song, SLOT(ctrlChanged(int,int,int,int)));
- connect(midiMixer, SIGNAL(masterVolChanged(int)), song, SLOT(masterVolChanged(int)));
-- connect(midiMixer, SIGNAL(deleted(int)), SLOT(toplevelDeleted(int)));
-+ connect(midiMixer, SIGNAL(deleted(void*)), SLOT(toplevelDeleted(long)));
- }
- midiMixer->show();
- menu_functions->setItemChecked(midid1, true);
-@@ -1401,8 +1401,8 @@
- {
- if (markerView == 0) {
- markerView = new MarkerView(this);
-- toplevels.push_back(Toplevel(Toplevel::MARKER, int(markerView), markerView));
--// connect(markerView, SIGNAL(deleted(int)), SLOT(toplevelDeleted(int)));
-+ toplevels.push_back(Toplevel(Toplevel::MARKER, markerView, markerView));
-+// connect(markerView, SIGNAL(deleted(void*)), SLOT(toplevelDeleted(long)));
- }
- markerView->show();
- }
-@@ -1415,8 +1415,8 @@
- {
- if (audioMixer == 0) {
- audioMixer = new AudioMixerApp();
-- toplevels.push_back(Toplevel(Toplevel::A_MIXER, int(audioMixer), audioMixer));
-- connect(audioMixer, SIGNAL(deleted(int)), SLOT(toplevelDeleted(int)));
-+ toplevels.push_back(Toplevel(Toplevel::A_MIXER, audioMixer, audioMixer));
-+ connect(audioMixer, SIGNAL(deleted(void*)), SLOT(toplevelDeleted(long)));
- }
- audioMixer->show();
- menu_audio->setItemChecked(aid1, true);
-@@ -1430,8 +1430,8 @@
- {
- if (clipListEdit == 0) {
- clipListEdit = new ClipListEdit();
-- toplevels.push_back(Toplevel(Toplevel::CLIPLIST, int(clipListEdit), clipListEdit));
-- connect(clipListEdit, SIGNAL(deleted(int)), SLOT(toplevelDeleted(int)));
-+ toplevels.push_back(Toplevel(Toplevel::CLIPLIST, clipListEdit, clipListEdit));
-+ connect(clipListEdit, SIGNAL(deleted(void*)), SLOT(toplevelDeleted(long)));
- }
- clipListEdit->show();
- menu_audio->setItemChecked(aid2, true);
-@@ -1476,10 +1476,10 @@
- // toplevelDeleted
- //---------------------------------------------------------
-
--void MusE::toplevelDeleted(int tl)
-+void MusE::toplevelDeleted(void* tl)
- {
- for (iToplevel i = toplevels.begin(); i != toplevels.end(); ++i) {
-- if (i->object() == tl) {
-+ if ( i->object() == tl ) {
- switch(i->type()) {
- case Toplevel::M_MIXER:
- menu_functions->setItemChecked(midid1, false);
-@@ -2156,7 +2156,7 @@
- Toplevel tl = *i;
- if (tl.type() == Toplevel::WAVE) {
- TopWin* obj = tl.cobject();
-- ((WaveEdit*)(obj))->setBg(WaveEdit::configBg());
-+ reinterpret_cast<WaveEdit*>(obj)->setBg(WaveEdit::configBg());
- }
- }
- }
-@@ -2593,7 +2593,7 @@
- again:
- for (iToplevel i = toplevels.begin(); i != toplevels.end(); ++i) {
- Toplevel tl = *i;
-- int obj = tl.object();
-+ void* obj = tl.object();
- switch (tl.type()) {
- case Toplevel::A_MIXER:
- delete audioMixer;
-@@ -2611,7 +2611,7 @@
- case Toplevel::WAVE:
- case Toplevel::LMASTER:
- case Toplevel::MIXDOWN:
-- ((QWidget*)(obj))->close(true);
-+ reinterpret_cast<QWidget*>(obj)->close(true);
- goto again;
- }
- }
-diff -Nur muse-0.6.2-orig/app.h muse-0.6.2/app.h
---- muse-0.6.2-orig/app.h 2003-10-30 12:11:50.000000000 +0000
-+++ muse-0.6.2/app.h 2004-06-28 23:52:54.358355806 +0000
-@@ -227,7 +227,7 @@
- void ctrlChanged();
- void loadProjectFile(const QString&);
- void startAudioMixer();
-- void toplevelDeleted(int tl);
-+ void toplevelDeleted(void* tl);
- void loadTheme(QString);
- void setTransportHandleColor(QColor);
- void setBigTimeForegroundColor(QColor);
-diff -Nur muse-0.6.2-orig/cliplist/cliplist.cpp muse-0.6.2/cliplist/cliplist.cpp
---- muse-0.6.2-orig/cliplist/cliplist.cpp 2003-10-29 10:06:37.000000000 +0000
-+++ muse-0.6.2/cliplist/cliplist.cpp 2004-06-29 00:13:59.767149620 +0000
-@@ -184,7 +184,7 @@
-
- void ClipListEdit::closeEvent(QCloseEvent* e)
- {
-- emit deleted((int)this);
-+ emit deleted(this);
- e->accept();
- }
-
-diff -Nur muse-0.6.2-orig/cliplist/cliplist.h muse-0.6.2/cliplist/cliplist.h
---- muse-0.6.2-orig/cliplist/cliplist.h 2003-10-29 10:06:36.000000000 +0000
-+++ muse-0.6.2/cliplist/cliplist.h 2004-06-29 00:14:11.080311133 +0000
-@@ -37,7 +37,7 @@
- void clicked(QListViewItem*);
-
- signals:
-- void deleted(int);
-+ void deleted(void*);
-
- public:
- ClipListEdit();
-diff -Nur muse-0.6.2-orig/cobject.h muse-0.6.2/cobject.h
---- muse-0.6.2-orig/cobject.h 2003-10-29 10:05:10.000000000 +0000
-+++ muse-0.6.2/cobject.h 2004-06-29 00:02:30.187403540 +0000
-@@ -44,18 +44,16 @@
- , M_PATCHBAY
- #endif /* PATCHBAY */
- };
-- Toplevel(ToplevelType t, int obj, TopWin* cobj) {
-- _type = t;
-- _object = obj;
-- _cobject = cobj;
-- }
-+ // Rethink that : saving void*_object ( formerly int) and TopWin* _cobject makes no sense!
-+ Toplevel(ToplevelType t, void * obj, TopWin* cobj)
-+ : _type(t), _object(obj), _cobject(cobj){ }
- ToplevelType type() const { return _type; }
-- int object() const { return _object; }
-+ void* object() const { return _object; }
- TopWin* cobject() const { return _cobject; }
-
- private:
- ToplevelType _type;
-- int _object;
-+ void* _object;
- TopWin* _cobject;
- };
-
-diff -Nur muse-0.6.2-orig/liste/listedit.cpp muse-0.6.2/liste/listedit.cpp
---- muse-0.6.2-orig/liste/listedit.cpp 2003-10-29 10:05:22.000000000 +0000
-+++ muse-0.6.2/liste/listedit.cpp 2004-06-28 23:37:13.000000000 +0000
-@@ -139,7 +139,7 @@
-
- void ListEdit::closeEvent(QCloseEvent* e)
- {
-- emit deleted((int)this);
-+ emit deleted(this);
- e->accept();
- }
-
-diff -Nur muse-0.6.2-orig/liste/listedit.h muse-0.6.2/liste/listedit.h
---- muse-0.6.2-orig/liste/listedit.h 2003-10-29 10:05:22.000000000 +0000
-+++ muse-0.6.2/liste/listedit.h 2004-06-28 23:37:23.000000000 +0000
-@@ -58,7 +58,7 @@
- void songChanged(int);
-
- signals:
-- void deleted(int);
-+ void deleted(void*);
-
- public:
- ListEdit(PartList*);
-diff -Nur muse-0.6.2-orig/marker/markerview.cpp muse-0.6.2/marker/markerview.cpp
---- muse-0.6.2-orig/marker/markerview.cpp 2003-10-29 10:06:13.000000000 +0000
-+++ muse-0.6.2/marker/markerview.cpp 2004-06-28 23:40:45.776186926 +0000
-@@ -136,7 +136,7 @@
-
- void MarkerView::closeEvent(QCloseEvent* e)
- {
-- emit deleted((int)this);
-+ emit deleted(this);
- e->accept();
- }
-
-diff -Nur muse-0.6.2-orig/marker/markerview.h muse-0.6.2/marker/markerview.h
---- muse-0.6.2-orig/marker/markerview.h 2003-10-29 10:06:13.000000000 +0000
-+++ muse-0.6.2/marker/markerview.h 2004-06-28 23:44:51.775914379 +0000
-@@ -67,7 +67,7 @@
- void songChanged(int);
-
- signals:
-- void deleted(int);
-+ void deleted(void*);
-
- public:
- MarkerView(QWidget* parent);
-diff -Nur muse-0.6.2-orig/master/lmaster.cpp muse-0.6.2/master/lmaster.cpp
---- muse-0.6.2-orig/master/lmaster.cpp 2003-10-29 10:06:13.000000000 +0000
-+++ muse-0.6.2/master/lmaster.cpp 2004-06-29 00:12:14.582240878 +0000
-@@ -26,7 +26,7 @@
-
- void LMaster::closeEvent(QCloseEvent* e)
- {
-- emit deleted((int)this);
-+ emit deleted(this);
- e->accept();
- }
-
-diff -Nur muse-0.6.2-orig/master/lmaster.h muse-0.6.2/master/lmaster.h
---- muse-0.6.2-orig/master/lmaster.h 2003-10-29 10:06:13.000000000 +0000
-+++ muse-0.6.2/master/lmaster.h 2004-06-29 00:12:32.127391543 +0000
-@@ -41,7 +41,7 @@
- void songChanged(int);
-
- signals:
-- void deleted(int);
-+ void deleted(void*);
-
- public:
- LMaster();
-diff -Nur muse-0.6.2-orig/master/masteredit.cpp muse-0.6.2/master/masteredit.cpp
---- muse-0.6.2-orig/master/masteredit.cpp 2003-10-29 10:06:14.000000000 +0000
-+++ muse-0.6.2/master/masteredit.cpp 2004-06-29 00:12:42.339732011 +0000
-@@ -49,7 +49,7 @@
-
- void MasterEdit::closeEvent(QCloseEvent* e)
- {
-- emit deleted((int)this);
-+ emit deleted(this);
- e->accept();
- }
-
-diff -Nur muse-0.6.2-orig/master/masteredit.h muse-0.6.2/master/masteredit.h
---- muse-0.6.2-orig/master/masteredit.h 2003-10-29 10:06:13.000000000 +0000
-+++ muse-0.6.2/master/masteredit.h 2004-06-29 00:12:59.382962426 +0000
-@@ -59,7 +59,7 @@
- // void tempoChanged(double);
-
- signals:
-- void deleted(int);
-+ void deleted(void*);
-
- public:
- MasterEdit();
-diff -Nur muse-0.6.2-orig/memory.h muse-0.6.2/memory.h
---- muse-0.6.2-orig/memory.h 2003-10-29 10:05:18.000000000 +0000
-+++ muse-0.6.2/memory.h 2004-06-28 23:30:01.906496190 +0000
-@@ -50,7 +50,7 @@
- {
- int idx = ((n + sizeof(int) - 1) / sizeof(int)) - 1;
- if (idx >= dimension) {
-- printf("panic: alloc %d\n", n);
-+ printf("panic: alloc %lu\n", n);
- exit(-1);
- }
- if (head[idx] == 0)
-@@ -68,7 +68,7 @@
- {
- int idx = ((n + sizeof(int) - 1) / sizeof(int)) - 1;
- if (idx >= dimension) {
-- printf("panic: alloc %d\n", n);
-+ printf("panic: alloc %lu\n", n);
- exit(-1);
- }
- Verweis* p = static_cast<Verweis*>(b);
-diff -Nur muse-0.6.2-orig/midi.cpp muse-0.6.2/midi.cpp
---- muse-0.6.2-orig/midi.cpp 2003-11-01 18:12:52.000000000 +0000
-+++ muse-0.6.2/midi.cpp 2004-06-28 23:48:57.449826762 +0000
-@@ -522,9 +522,9 @@
- MidiEvent* event = readEvent(track);
- if (event == 0)
- break;
-- if (int(event) == -1)
-+ if (long(event) == -1)
- continue;
-- if (int(event) == -2) // error
-+ if (long(event) == -2) // error
- return true;
- if (lastchan == -1) {
- el->add(event); // kann kein channel event sein
-diff -Nur muse-0.6.2-orig/midiedit/drumedit.cpp muse-0.6.2/midiedit/drumedit.cpp
---- muse-0.6.2-orig/midiedit/drumedit.cpp 2003-10-29 10:06:08.000000000 +0000
-+++ muse-0.6.2/midiedit/drumedit.cpp 2004-06-28 23:33:26.000000000 +0000
-@@ -133,7 +133,7 @@
- _dlistWidthInit = *it; //There are only 2 values stored in the sizelist, size of dlist widget and dcanvas widget
- it++;
- _dcanvasWidthInit = *it;
-- emit deleted((int)this);
-+ emit deleted(this);
- e->accept();
- }
-
-diff -Nur muse-0.6.2-orig/midiedit/drumedit.h muse-0.6.2/midiedit/drumedit.h
---- muse-0.6.2-orig/midiedit/drumedit.h 2003-10-29 10:06:10.000000000 +0000
-+++ muse-0.6.2/midiedit/drumedit.h 2004-06-28 23:33:39.000000000 +0000
-@@ -120,7 +120,7 @@
- void dlistSelectionChanged(DrumMap*); // called by dlist
-
- signals:
-- void deleted(int);
-+ void deleted(void*);
- void keyFilterChanged(int);
-
- public:
-diff -Nur muse-0.6.2-orig/midiedit/pianoroll.cpp muse-0.6.2/midiedit/pianoroll.cpp
---- muse-0.6.2-orig/midiedit/pianoroll.cpp 2003-10-29 10:06:09.000000000 +0000
-+++ muse-0.6.2/midiedit/pianoroll.cpp 2004-06-28 23:30:56.037570909 +0000
-@@ -446,7 +446,7 @@
-
- void PianoRoll::closeEvent(QCloseEvent* e)
- {
-- emit deleted((int)this);
-+ emit deleted(this);
- e->accept();
- }
-
-diff -Nur muse-0.6.2-orig/midiedit/pianoroll.h muse-0.6.2/midiedit/pianoroll.h
---- muse-0.6.2-orig/midiedit/pianoroll.h 2003-10-29 10:06:07.000000000 +0000
-+++ muse-0.6.2/midiedit/pianoroll.h 2004-06-28 23:32:34.737301042 +0000
-@@ -108,7 +108,7 @@
- void songChanged1(int);
-
- signals:
-- void deleted(int);
-+ void deleted(void *);
-
- public:
- PianoRoll(PartList*, QWidget* parent = 0, const char* name = 0);
-diff -Nur muse-0.6.2-orig/mixer/amixer.cpp muse-0.6.2/mixer/amixer.cpp
---- muse-0.6.2-orig/mixer/amixer.cpp 2003-10-29 10:05:23.000000000 +0000
-+++ muse-0.6.2/mixer/amixer.cpp 2004-06-28 23:54:59.000000000 +0000
-@@ -753,7 +753,7 @@
-
- void AudioMixerApp::closeEvent(QCloseEvent* e)
- {
-- emit deleted((int)this);
-+ emit deleted(this);
- e->accept();
- }
-
-diff -Nur muse-0.6.2-orig/mixer/amixer.h muse-0.6.2/mixer/amixer.h
---- muse-0.6.2-orig/mixer/amixer.h 2003-10-29 10:05:24.000000000 +0000
-+++ muse-0.6.2/mixer/amixer.h 2004-06-28 23:55:11.316020930 +0000
-@@ -94,7 +94,7 @@
- void updateOutputRoute();
-
- signals:
-- void deleted(int);
-+ void deleted(void*);
-
- private slots:
- void heartBeat();
-diff -Nur muse-0.6.2-orig/mixer/mixer.cpp muse-0.6.2/mixer/mixer.cpp
---- muse-0.6.2-orig/mixer/mixer.cpp 2003-10-29 10:05:24.000000000 +0000
-+++ muse-0.6.2/mixer/mixer.cpp 2004-06-29 00:13:40.588266335 +0000
-@@ -226,7 +226,7 @@
-
- void Mixer::closeEvent(QCloseEvent* e)
- {
-- emit deleted((int)this);
-+ emit deleted(this);
- e->accept();
- }
-
-diff -Nur muse-0.6.2-orig/mixer/mixer.h muse-0.6.2/mixer/mixer.h
---- muse-0.6.2-orig/mixer/mixer.h 2003-10-29 10:05:23.000000000 +0000
-+++ muse-0.6.2/mixer/mixer.h 2004-06-29 00:13:52.681301128 +0000
-@@ -60,7 +60,7 @@
- void masterChanged(int val);
-
- signals:
-- void deleted(int);
-+ void deleted(void*);
- void ctrlChanged(int port, int chan, int ctrl, int val);
- void masterVolChanged(int val);
-
-diff -Nur muse-0.6.2-orig/score/score.cpp muse-0.6.2/score/score.cpp
---- muse-0.6.2-orig/score/score.cpp 2003-10-29 10:05:26.000000000 +0000
-+++ muse-0.6.2/score/score.cpp 2004-06-28 23:40:32.568460346 +0000
-@@ -360,7 +360,7 @@
-
- void Score::closeEvent(QCloseEvent* e)
- {
-- emit deleted((int)this);
-+ emit deleted(this);
- e->accept();
- }
-
-diff -Nur muse-0.6.2-orig/score/score.h muse-0.6.2/score/score.h
---- muse-0.6.2-orig/score/score.h 2003-10-29 10:05:24.000000000 +0000
-+++ muse-0.6.2/score/score.h 2004-06-28 23:41:15.037151699 +0000
-@@ -91,7 +91,7 @@
- signals:
- void rasterChanged(int);
- void quantChanged(int);
-- void deleted(int);
-+ void deleted(void*);
-
- public:
- Score(PartList*);
-diff -Nur muse-0.6.2-orig/synti/synth.cpp muse-0.6.2/synti/synth.cpp
---- muse-0.6.2-orig/synti/synth.cpp 2003-10-29 10:06:00.000000000 +0000
-+++ muse-0.6.2/synti/synth.cpp 2004-06-28 23:26:35.000000000 +0000
-@@ -334,7 +334,7 @@
- nsynthis = list->count();
- if (debugMsg)
- printf("%d soft synth found\n", nsynthis);
-- synthis = new (Synth*)[nsynthis];
-+ synthis = new Synth*[nsynthis];
- QFileInfoListIterator it(*list);
- QFileInfo* fi;
- int i = 0;
-diff -Nur muse-0.6.2-orig/track.cpp muse-0.6.2/track.cpp
---- muse-0.6.2-orig/track.cpp 2003-10-29 22:14:12.000000000 +0000
-+++ muse-0.6.2/track.cpp 2004-06-28 23:49:48.000000000 +0000
-@@ -95,7 +95,7 @@
-
- void Track::dump() const
- {
-- printf("Track <%s>: typ %d, parts %d sel %d\n",
-+ printf("Track <%s>: typ %d, parts %lu sel %d\n",
- _name.latin1(), _type, _parts.size(), _selected);
- }
-
-diff -Nur muse-0.6.2-orig/waveedit/waveedit.cpp muse-0.6.2/waveedit/waveedit.cpp
---- muse-0.6.2-orig/waveedit/waveedit.cpp 2003-10-29 10:06:14.000000000 +0000
-+++ muse-0.6.2/waveedit/waveedit.cpp 2004-06-29 00:13:17.236061212 +0000
-@@ -57,7 +57,7 @@
-
- void WaveEdit::closeEvent(QCloseEvent* e)
- {
-- emit deleted((int)this);
-+ emit deleted(this);
- e->accept();
- }
-
-diff -Nur muse-0.6.2-orig/waveedit/waveedit.h muse-0.6.2/waveedit/waveedit.h
---- muse-0.6.2-orig/waveedit/waveedit.h 2003-10-29 10:06:14.000000000 +0000
-+++ muse-0.6.2/waveedit/waveedit.h 2004-06-29 00:13:30.436915997 +0000
-@@ -48,7 +48,7 @@
- void soloChanged(bool flag);
-
- signals:
-- void deleted(int);
-+ void deleted(void*);
-
- public:
- WaveEdit(PartList*);
-
diff --git a/media-sound/museseq/files/museseq-0.6.2-memory.patch b/media-sound/museseq/files/museseq-0.6.2-memory.patch
deleted file mode 100644
index c111feeb11d0..000000000000
--- a/media-sound/museseq/files/museseq-0.6.2-memory.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-diff -Naur muse-0.6.2-orig/memory.cpp muse-0.6.2/memory.cpp
---- muse-0.6.2-orig/memory.cpp 2003-10-29 10:04:59.000000000 +0000
-+++ muse-0.6.2/memory.cpp 2004-06-29 18:52:16.634314333 +0000
-@@ -45,7 +45,7 @@
-
- void Pool::grow(int idx)
- {
-- int esize = (idx+1) * sizeof(int);
-+ int esize = (idx+1) * sizeof(void*); //just guessing here
-
- Chunk* n = new Chunk;
- n->next = chunks[idx];
-diff -Naur muse-0.6.2-orig/memory.h muse-0.6.2/memory.h
---- muse-0.6.2-orig/memory.h 2004-06-29 18:54:53.416816939 +0000
-+++ muse-0.6.2/memory.h 2004-06-29 18:53:55.567225085 +0000
-@@ -24,11 +24,11 @@
- Verweis* next;
- };
- struct Chunk {
-- enum { size = 4 * 1024 };
-+ enum { size = sizeof(void*) * 1024 };
- Chunk* next;
- char mem[size];
- };
-- enum { dimension = 8 };
-+ enum { dimension = 4*sizeof(void*) }; //maybe 2*sizeof(void*) was meant .. nobody knows
- Chunk* chunks[dimension];
- Verweis* head[dimension];
- Pool(Pool&);
-@@ -48,10 +48,10 @@
-
- inline void* Pool::alloc(size_t n)
- {
-- int idx = ((n + sizeof(int) - 1) / sizeof(int)) - 1;
-+ int idx = ((n + sizeof(void*) - 1) / sizeof(void*)) - 1; // what does that formular mean?
- if (idx >= dimension) {
-- printf("panic: alloc %lu\n", n);
-- exit(-1);
-+ printf("Using std-allocator %lu characters requested",n);
-+ return ::operator new(n);
- }
- if (head[idx] == 0)
- grow(idx);
-@@ -66,10 +66,10 @@
-
- inline void Pool::free(void* b, size_t n)
- {
-- int idx = ((n + sizeof(int) - 1) / sizeof(int)) - 1;
-+ int idx = ((n + sizeof(void*) - 1) / sizeof(void*)) - 1;
- if (idx >= dimension) {
-- printf("panic: alloc %lu\n", n);
-- exit(-1);
-+ printf("Using std-deallocator %lu characters to be freed",n);
-+ return ::operator delete(b);
- }
- Verweis* p = static_cast<Verweis*>(b);
- p->next = head[idx];
-
diff --git a/media-sound/museseq/files/museseq-0.7.2_pre5-rtctimerfix.patch b/media-sound/museseq/files/museseq-0.7.2_pre5-rtctimerfix.patch
deleted file mode 100644
index 2def593c2ff7..000000000000
--- a/media-sound/museseq/files/museseq-0.7.2_pre5-rtctimerfix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru muse-0.7.2pre5.orig/muse/driver/rtctimer.cpp muse-0.7.2pre5/muse/driver/rtctimer.cpp
---- muse-0.7.2pre5.orig/muse/driver/rtctimer.cpp 2006-01-13 21:07:29.000000000 +0100
-+++ muse-0.7.2pre5/muse/driver/rtctimer.cpp 2006-01-13 21:09:49.000000000 +0100
-@@ -141,7 +141,7 @@
- {
- if(TIMER_DEBUG)
- printf("getTimerTicks()\n");
-- unsigned int nn;
-+ unsigned long nn;
- if (timerFd==-1) {
- fprintf(stderr,"RtcTimer::getTimerTicks(): no RTC open to read!\n");
- return 0;
diff --git a/media-sound/museseq/museseq-0.6.2-r1.ebuild b/media-sound/museseq/museseq-0.6.2-r1.ebuild
deleted file mode 100644
index 1338c6b0d8e4..000000000000
--- a/media-sound/museseq/museseq-0.6.2-r1.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/museseq-0.6.2-r1.ebuild,v 1.15 2008/01/14 17:02:18 chainsaw Exp $
-
-IUSE="jack fluidsynth ladcca doc alsa"
-
-inherit virtualx eutils kde-functions
-
-MY_P=muse-${PV}
-DESCRIPTION="The Linux (midi) MUSic Editor (a sequencer)"
-HOMEPAGE="http://www.muse-sequencer.org/"
-SRC_URI="mirror://sourceforge/lmuse/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64 ~sparc"
-
-DEPEND="alsa? ( media-libs/alsa-lib )
- >=media-libs/libsndfile-1.0.4
- $(qt_min_version 3.1)
- ladcca? ( >=media-libs/ladcca-0.4.0 )
- jack? ( media-sound/jack-audio-connection-kit )
- fluidsynth? ( media-sound/fluidsynth )
- doc? ( app-text/openjade
- app-text/docbook-dsssl-stylesheets )"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i "s/HAVE_JACK_JACK_H/HAVE_JACK/" widgets/audioconf.cpp
- sed -i "/#include <alsa\\/asoundlib.h>/i\\#define ALSA_PCM_OLD_HW_PARAMS_API 1\\" driver/alsaaudio.cpp
- epatch "${FILESDIR}/${P}-fPIC.patch"
- epatch "${FILESDIR}/${P}-int2ptr.patch"
- epatch "${FILESDIR}/${P}-memory.patch"
- epatch "${FILESDIR}/${P}-drumport.patch"
- epatch "${FILESDIR}/${P}-gcc34.patch"
-}
-
-src_compile() {
- local myconf
- myconf="--disable-suid-build"
- use ladcca || myconf="${myconf} --disable-ladcca"
- use jack || myconf="${myconf} --disable-jack"
- use fluidsynth || myconf="${myconf} --disable-fluidsynth"
- if use doc ; then
- # bug 49381
- local stylesheets="$(echo /usr/share/sgml/docbook/dsssl-stylesheets-*)"
- myconf="${myconf} --with-docbook-stylesheets=${stylesheets}"
- fi
- Xeconf "${myconf}" || die "configure failed"
-
- ### borrowed from kde.eclass #
- #
- # fix the sandbox errors "can't writ to .kde or .qt" problems.
- # this is a fake homedir that is writeable under the sandbox,
- # so that the build process can do anything it wants with it.
- REALHOME="$HOME"
- mkdir -p "$T/fakehome/.kde"
- mkdir -p "$T/fakehome/.qt"
- export HOME="$T/fakehome"
- #addwrite "${QTDIR}/etc/settings"
- # commented this out, proper fix is need-qt 3 from
- # kde-functions.
- # Danny van Dyk <kugelfang@gentoo.org> 2004/05/26
-
- # things that should access the real homedir
- [ -d "$REALHOME/.ccache" ] && ln -sf "$REALHOME/.ccache" "$HOME/"
-
- # Allow access to /dev/dri/card*
- addpredict /dev/dri/card*
-
- emake || die
- use doc && ( cd doc ; make manual )
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc README README.softsynth SECURITY TODO
-
- mv "${D}/usr/share/muse/html" "${D}/usr/share/doc/${PF}/html"
- dosym "/usr/share/doc/${PF}/html" /usr/share/muse/html
- use doc && dohtml doc/*
-
- # Name conflict with media-sound/muse. See bug #34973
- mv "${D}/usr/bin/muse" "${D}/usr/bin/lmuse"
- if [ ! -f /usr/bin/muse -o -L /usr/bin/muse ]; then
- dosym /usr/bin/lmuse /usr/bin/muse
- fi
-}
-
-pkg_postinst() {
- elog
- elog "Muse has been installed normally. If,"
- elog "you would like to use muse with real time"
- elog "time capabilities for the sequencer then do"
- elog "chmod 4755 /usr/bin/lmuse"
- elog
- elog "Muse can use /dev/rtc if it is compiled in"
- elog "to your kernel, or available as a module."
- elog
-}
diff --git a/media-sound/museseq/museseq-0.7.1.ebuild b/media-sound/museseq/museseq-0.7.1.ebuild
deleted file mode 100644
index e1a4089553c1..000000000000
--- a/media-sound/museseq/museseq-0.7.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/museseq-0.7.1.ebuild,v 1.10 2008/01/14 17:02:18 chainsaw Exp $
-
-inherit kde-functions virtualx eutils toolchain-funcs
-
-MY_P=${P/museseq/muse}
-MY_P=${MY_P/_/}
-
-DESCRIPTION="The Linux (midi) MUSic Editor (a sequencer)"
-SRC_URI="mirror://sourceforge/lmuse/${MY_P}fixed.tar.bz2"
-HOMEPAGE="http://www.muse-sequencer.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE="alsa doc ladcca debug"
-
-DEPEND="$(qt_min_version 3.2)
- alsa? ( media-libs/alsa-lib )
- media-sound/fluidsynth
- doc? ( app-text/openjade
- app-doc/doxygen
- media-gfx/graphviz )
- dev-lang/perl
- >=media-libs/libsndfile-1.0.1
- >=media-libs/libsamplerate-0.1.0
- >=media-sound/jack-audio-connection-kit-0.98.0
- ladcca? ( >=media-libs/ladcca-0.4.0 )"
-
-src_compile() {
- cd "${WORKDIR}/${MY_P}"
- local myconf
- myconf="--disable-suid-build" # instead, use CONFIG_RTC and realtime-lsm
- use ladcca || myconf="${myconf} --disable-ladcca"
- use debug && myconf="${myconf} --enable-debug"
-
- export LD="$(tc-getLD)"
- Xeconf "${myconf}" || die "configure failed"
-
- emake || die
-}
-
-src_install() {
- cd "${WORKDIR}/${MY_P}"
- make DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS ChangeLog NEWS README SECURITY README.*
- mv "${D}/usr/bin/muse" "${D}/usr/bin/museseq"
-}
-
-pkg_postinst() {
- elog "You must have the realtime module loaded to use MusE 0.7.x"
- elog "Additionally, configure your Linux Kernel for non-generic"
- elog "Real Time Clock support enabled or loaded as a module."
- elog "User must have read/write access to /dev/misc/rtc device."
- elog "Realtime LSM: http://sourceforge.net/projects/realtime-lsm/"
-}
diff --git a/media-sound/museseq/museseq-0.7.2_pre5.ebuild b/media-sound/museseq/museseq-0.7.2_pre5.ebuild
deleted file mode 100644
index 32d5ebc0e70c..000000000000
--- a/media-sound/museseq/museseq-0.7.2_pre5.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/museseq-0.7.2_pre5.ebuild,v 1.6 2008/01/14 17:02:18 chainsaw Exp $
-
-inherit kde-functions virtualx eutils
-
-MY_P=${P/museseq/muse}
-MY_P=${MY_P/_/}
-
-DESCRIPTION="MusE is a MIDI/Audio sequencer with recording and editing capabilities"
-SRC_URI="mirror://sourceforge/lmuse/${MY_P}.tar.gz"
-HOMEPAGE="http://www.muse-sequencer.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc ladcca debug"
-
-DEPEND="$(qt_min_version 3.2)
- >=media-libs/alsa-lib-0.9.0
- media-sound/fluidsynth
- doc? ( app-text/openjade
- app-doc/doxygen
- media-gfx/graphviz )
- dev-lang/perl
- >=media-libs/libsndfile-1.0.1
- >=media-libs/libsamplerate-0.1.0
- >=media-sound/jack-audio-connection-kit-0.98.0
- ladcca? ( >=media-libs/ladcca-0.4.0 )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-rtctimerfix.patch"
-}
-
-src_compile() {
- cd "${WORKDIR}/${MY_P}"
- local myconf
- myconf="--disable-suid-build" # instead, use CONFIG_RTC and realtime-lsm
- use ladcca || myconf="${myconf} --disable-ladcca"
- use debug && myconf="${myconf} --enable-debug"
- Xeconf ${myconf} || die "configure failed"
-
- emake || die
-}
-
-src_install() {
- cd "${WORKDIR}/${MY_P}"
- make DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS ChangeLog NEWS README SECURITY README.*
- mv "${D}/usr/bin/muse" "${D}/usr/bin/museseq"
-}
-
-pkg_postinst() {
- elog "You must have the realtime module loaded to use MusE 0.7.x"
- elog "Additionally, configure your Linux Kernel for non-generic"
- elog "Real Time Clock support enabled or loaded as a module."
- elog "User must have read/write access to /dev/misc/rtc device."
- elog "Realtime LSM: http://sourceforge.net/projects/realtime-lsm/"
-}