summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/muse/files')
-rw-r--r--media-sound/muse/files/digest-muse-0.7.21
-rw-r--r--media-sound/muse/files/digest-muse-0.8.1-r11
-rw-r--r--media-sound/muse/files/muse-0.8.1-strings.patch173
3 files changed, 0 insertions, 175 deletions
diff --git a/media-sound/muse/files/digest-muse-0.7.2 b/media-sound/muse/files/digest-muse-0.7.2
deleted file mode 100644
index f3b004662f99..000000000000
--- a/media-sound/muse/files/digest-muse-0.7.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dbeaf1f338fa004638ba1d719006a3ed MuSE-0.7.2.tar.gz 557168
diff --git a/media-sound/muse/files/digest-muse-0.8.1-r1 b/media-sound/muse/files/digest-muse-0.8.1-r1
deleted file mode 100644
index 57215dc55dbd..000000000000
--- a/media-sound/muse/files/digest-muse-0.8.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1ca2c62aa2db10f92ee5a864da736e34 MuSE-0.8.1.tar.gz 624750
diff --git a/media-sound/muse/files/muse-0.8.1-strings.patch b/media-sound/muse/files/muse-0.8.1-strings.patch
deleted file mode 100644
index f41cc904653c..000000000000
--- a/media-sound/muse/files/muse-0.8.1-strings.patch
+++ /dev/null
@@ -1,173 +0,0 @@
-diff -Naur MuSE-0.8.1.orig/gtkgui/listpack.cpp MuSE-0.8.1/gtkgui/listpack.cpp
---- MuSE-0.8.1.orig/gtkgui/listpack.cpp 2003-03-28 09:27:34.000000000 -0800
-+++ MuSE-0.8.1/gtkgui/listpack.cpp 2004-03-03 04:04:05.000000000 -0800
-@@ -49,9 +49,7 @@
- item->container = container;
- item->data = data;
-
-- func("list_add:: item %p item->pos = %u
-- item->container= %p item->data=%p", item, item->pos,
-- item->container, item->data);
-+ func("list_add:: item %p item->pos = %u item->container= %p item->data=%p", item, item->pos, item->container, item->data);
- /**list = g_list_append(*list, (void *) item);*/
- *list = g_list_insert(*list, (void *) item, pos-1);
- return true;
-diff -Naur MuSE-0.8.1.orig/ncursesgui/about.cpp MuSE-0.8.1/ncursesgui/about.cpp
---- MuSE-0.8.1.orig/ncursesgui/about.cpp 2002-05-30 06:56:45.000000000 -0700
-+++ MuSE-0.8.1/ncursesgui/about.cpp 2004-03-03 04:04:05.000000000 -0800
-@@ -58,81 +58,80 @@
- warning ("aboutbox::setitem()");
- char src[8192];
- snprintf (src, sizeof(src),
--"MuSE is a [ d y n e . o r g ] production! :)
--
--MuSE <-------------------------------> Multiple Streaming Engine
--MuSE is an application for the mixing, encoding, and streaming of sound:
--is an engine that can simultaniously mix up to 6 separate MP3 or OggVorbis
--audio files from the hard drive or the network, where each channel of
--audio can be dynamicly adjusted for speed and volume plus a soundcard
--line-in channel. The resulting stream can be played locally on the sound
--card and/or encoded as an mp3 network stream to an icecast or shoutcast
--server (ready to be mixed and played again by other muses... ;)
--
--MuSE has been created and is mantained by
--Denis Rojo aka jaromil <jaromil@dyne.org>
--The GTK+ graphical user interface is developed by
--nightolo <night@autistici.org>
--The ncurses user interface is developed by
--Luca Profico aka rubik <rubik@olografix.org>
--
--MuSE as it is now would have never existed without the contributions of:
--= Markus Seidl ( funda.ment.org ) for the idea of mixing and streaming
-- multiple files
--= August Black ( aug.ment.org ) for the original graphical user interface
--= SERVUS.AT for trusting this project since the beginning and supporting it
--= PUBLIC VOICE Lab ( pvl.at ) for recently giving MuSE support and new
-- horizons of use
--= Asbesto Molesto ( freaknet.org ) for the extensive testing and
-- documentation
--= Alex, Rasty and Martinez ( ! ) for the good karma
--
--also BIG THANKS to:
--lobo, voyager, void, blicero, saiborg, the freaknet medialab, the ASCII
--squat, henk, the imc-audio collective, jeff, the LOA hacklab, the TPO,
--bundes & didi, indymedia italy, neural.it, the autistici.org collective,
--mag-one, radio onda rossa and all the others i'm forgetting here!
--
--MuSE redistributes, linking statically, the following libraries:
--= libmpeg by Woo-jae Jung (now mantained by Mikael Hedin)
--= libshout by Jack Moffit, Chad Armstrong and Scott Manley
--= libcdk by Mike Glover
--
--(refer to documentation included into subdirectories for more informations)
--
--MuSE can link dinamically to the following libraries:
--= libogg, libvorbis, libvorbisfile - www.xiph.org
--= glib, libgdk, libgtk - www.gtk.org
--= liblame - www.mp3dev.org/mp3
--= libX11, libXext - www.xfree86.org
--= other common GNU libraries
--
--MuSE sourcecode also got inspirations from:
--= stream mixer code by Scott Manley
--= buffered FIFO pipe code by Charles Samuels.
--
--
--MuSE is copyright (c) 2000, 2001, 2002 by Denis Rojo aka jaromil
--MuSE's GTK+ G.U.I. is (c) 2002 by nightolo
--MuSE's ncurses console U.I is (c) 2002 by Luca Profico aka rubik
--
--
--
-----------------------------------------------------------------
--This source code is free software; you can redistribute it and/or
--modify it under the terms of the GNU Public License as published
--by the Free Software Foundation; either version 2 of the License,
--or (at your option) any later version.
--
--This source code is distributed in the hope that it will be useful,
--but WITHOUT ANY WARRANTY; without even the implied warranty of
--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--Please refer to the GNU Public License for more details.
--
--You should have received a copy of the GNU Public License along with
--this source code; if not, write to:
--Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
--");
-+"MuSE is a [ d y n e . o r g ] production! :)"
-+" "
-+"MuSE <-------------------------------> Multiple Streaming Engine"
-+"MuSE is an application for the mixing, encoding, and streaming of sound:"
-+"is an engine that can simultaniously mix up to 6 separate MP3 or OggVorbis"
-+"audio files from the hard drive or the network, where each channel of"
-+"audio can be dynamicly adjusted for speed and volume plus a soundcard"
-+"line-in channel. The resulting stream can be played locally on the sound"
-+"card and/or encoded as an mp3 network stream to an icecast or shoutcast"
-+"server (ready to be mixed and played again by other muses... ;)"
-+" "
-+"MuSE has been created and is mantained by"
-+"Denis Rojo aka jaromil <jaromil@dyne.org>"
-+"The GTK+ graphical user interface is developed by"
-+"nightolo <night@autistici.org>"
-+"The ncurses user interface is developed by"
-+"Luca Profico aka rubik <rubik@olografix.org>"
-+" "
-+"MuSE as it is now would have never existed without the contributions of:"
-+"= Markus Seidl ( funda.ment.org ) for the idea of mixing and streaming"
-+" multiple files"
-+"= August Black ( aug.ment.org ) for the original graphical user interface"
-+"= SERVUS.AT for trusting this project since the beginning and supporting it"
-+"= PUBLIC VOICE Lab ( pvl.at ) for recently giving MuSE support and new"
-+" horizons of use"
-+"= Asbesto Molesto ( freaknet.org ) for the extensive testing and "
-+" documentation"
-+"= Alex, Rasty and Martinez ( ! ) for the good karma"
-+" "
-+"also BIG THANKS to:"
-+"lobo, voyager, void, blicero, saiborg, the freaknet medialab, the ASCII"
-+"squat, henk, the imc-audio collective, jeff, the LOA hacklab, the TPO,"
-+"bundes & didi, indymedia italy, neural.it, the autistici.org collective,"
-+"mag-one, radio onda rossa and all the others i'm forgetting here!"
-+" "
-+"MuSE redistributes, linking statically, the following libraries:"
-+"= libmpeg by Woo-jae Jung (now mantained by Mikael Hedin)"
-+"= libshout by Jack Moffit, Chad Armstrong and Scott Manley"
-+"= libcdk by Mike Glover"
-+" "
-+"(refer to documentation included into subdirectories for more informations)"
-+" "
-+"MuSE can link dinamically to the following libraries:"
-+"= libogg, libvorbis, libvorbisfile - www.xiph.org"
-+"= glib, libgdk, libgtk - www.gtk.org"
-+"= liblame - www.mp3dev.org/mp3"
-+"= libX11, libXext - www.xfree86.org"
-+"= other common GNU libraries"
-+" "
-+"MuSE sourcecode also got inspirations from:"
-+"= stream mixer code by Scott Manley"
-+"= buffered FIFO pipe code by Charles Samuels."
-+" "
-+" "
-+"MuSE is copyright (c) 2000, 2001, 2002 by Denis Rojo aka jaromil"
-+"MuSE's GTK+ G.U.I. is (c) 2002 by nightolo"
-+"MuSE's ncurses console U.I is (c) 2002 by Luca Profico aka rubik"
-+" "
-+" "
-+" "
-+"---------------------------------------------------------------"
-+"This source code is free software; you can redistribute it and/or"
-+"modify it under the terms of the GNU Public License as published"
-+"by the Free Software Foundation; either version 2 of the License,"
-+"or (at your option) any later version."
-+" "
-+"This source code is distributed in the hope that it will be useful,"
-+"but WITHOUT ANY WARRANTY; without even the implied warranty of"
-+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
-+"Please refer to the GNU Public License for more details."
-+" "
-+"You should have received a copy of the GNU Public License along with"
-+"this source code; if not, write to:"
-+"Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.");
-
- item = splitstring(src);
- }