summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-03-03 12:08:07 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-03-03 12:08:07 +0000
commit7a3fb0e916250a9f65fee6b0953595cf61eb316e (patch)
tree59f223cc99f8f84fd65f81b995a4b525c1e00cfd /media-sound/muse
parentFix multi-line strings. vorbis is required. Fixes bug #32933. (Manifest rec... (diff)
downloadgentoo-2-7a3fb0e916250a9f65fee6b0953595cf61eb316e.tar.gz
gentoo-2-7a3fb0e916250a9f65fee6b0953595cf61eb316e.tar.bz2
gentoo-2-7a3fb0e916250a9f65fee6b0953595cf61eb316e.zip
Removed cvs in patch.
Diffstat (limited to 'media-sound/muse')
-rw-r--r--media-sound/muse/files/muse-0.8.1-strings.patch19
1 files changed, 6 insertions, 13 deletions
diff --git a/media-sound/muse/files/muse-0.8.1-strings.patch b/media-sound/muse/files/muse-0.8.1-strings.patch
index 100b49cbfda3..f41cc904653c 100644
--- a/media-sound/muse/files/muse-0.8.1-strings.patch
+++ b/media-sound/muse/files/muse-0.8.1-strings.patch
@@ -1,5 +1,6 @@
---- gtkgui/listpack.cpp 2003-03-28 18:27:34.000000000 +0100
-+++ gtkgui/listpack.cpp 2003-09-30 11:56:50.000000000 +0200
+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;
@@ -11,17 +12,9 @@
/**list = g_list_append(*list, (void *) item);*/
*list = g_list_insert(*list, (void *) item, pos-1);
return true;
---- ncursesgui/about.cpp 2002-05-30 08:56:45.000000000 -0500
-+++ ncursesgui/about.cpp 2003-08-15 11:12:11.000000000 -0500
-@@ -15,7 +15,7 @@
- * this source code; if not, write to:
- * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
-- * $Id: muse-0.8.1-strings.patch,v 1.1 2004/03/03 11:58:36 eradicator Exp $
-+ * $Id: muse-0.8.1-strings.patch,v 1.1 2004/03/03 11:58:36 eradicator Exp $
- *
- */
-
+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];