summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2009-06-17 19:43:12 +0000
committerTony Vroon <chainsaw@gentoo.org>2009-06-17 19:43:12 +0000
commitf167bd45358b6514cdca129a3025a81395086d3e (patch)
treeab59774280d81ad8d02d297a2c5506076b42309e /media-sound/audacious/files
parentVersion bump. (diff)
downloadgentoo-2-f167bd45358b6514cdca129a3025a81395086d3e.tar.gz
gentoo-2-f167bd45358b6514cdca129a3025a81395086d3e.tar.bz2
gentoo-2-f167bd45358b6514cdca129a3025a81395086d3e.zip
Remove old ebuilds.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/audacious/files')
-rw-r--r--media-sound/audacious/files/1.1.1-ffwma-asm.diff13
-rw-r--r--media-sound/audacious/files/1.1.1-remove-15instrument-magic.diff23
-rw-r--r--media-sound/audacious/files/1.1.2-fix-playlist-transparency.patch24
-rw-r--r--media-sound/audacious/files/1.1.2-robust-resume.patch21
4 files changed, 0 insertions, 81 deletions
diff --git a/media-sound/audacious/files/1.1.1-ffwma-asm.diff b/media-sound/audacious/files/1.1.1-ffwma-asm.diff
deleted file mode 100644
index d3abc2cbc0ee..000000000000
--- a/media-sound/audacious/files/1.1.1-ffwma-asm.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: Plugins/Input/wma/libffwma/fft.c
-===================================================================
---- Plugins/Input/wma/libffwma/fft.c (revision 1937)
-+++ Plugins/Input/wma/libffwma/fft.c (working copy)
-@@ -105,7 +105,7 @@
- } else {
- canjump = 1;
-
-- asm volatile ("mtspr 256, %0\n\t"
-+ __asm__ volatile ("mtspr 256, %0\n\t"
- "vand %%v0, %%v0, %%v0"
- :
- : "r" (-1));
diff --git a/media-sound/audacious/files/1.1.1-remove-15instrument-magic.diff b/media-sound/audacious/files/1.1.1-remove-15instrument-magic.diff
deleted file mode 100644
index 2e1650224f3d..000000000000
--- a/media-sound/audacious/files/1.1.1-remove-15instrument-magic.diff
+++ /dev/null
@@ -1,23 +0,0 @@
---- trunk/Plugins/Input/modplug/modplugbmp.h 2006/04/11 21:33:16 965
-+++ trunk/Plugins/Input/modplug/modplugbmp.h 2006/08/06 13:24:06 1936
-@@ -31,7 +31,6 @@
- #define MOD_MAGIC_OKTALYZER8X (unsigned char [4]) { 0x4F, 0x4B, 0x54, 0x41 } // "OKTA" - Atari oktalyzer 8 channel
- #define MOD_MAGIC_TAKETRACKER16 (unsigned char [4]) { 0x31, 0x36, 0x43, 0x4E } // "16CN" - Taketracker 16 channel
- #define MOD_MAGIC_TAKETRACKER32 (unsigned char [4]) { 0x33, 0x32, 0x43, 0x4E } // "32CN" - Taketracker 32 channel
--#define MOD_MAGIC_15INSTRUMENT (unsigned char [4]) { 0x20, 0x20, 0x20, 0x20 } // " " - 15-instrument 4 channel
-
- #define S3M_MAGIC (unsigned char [4]) { 0x53, 0x43, 0x52, 0x4D } /* This is the SCRM string at offset 44 to 47 in the S3M header */
-
---- trunk/Plugins/Input/modplug/modplugbmp.cpp 2006/04/11 21:33:16 965
-+++ trunk/Plugins/Input/modplug/modplugbmp.cpp 2006/08/06 13:24:06 1936
-@@ -192,10 +192,6 @@
- vfs_fclose(file);
- return 1;
- }
-- if (!memcmp(magic, MOD_MAGIC_15INSTRUMENT, 4)) {
-- vfs_fclose(file);
-- return 1;
-- }
- } /* end of if(mModProps.mGrabAmigaMOD) */
-
- /* We didn't find the magic bytes, fall back to extension check */
diff --git a/media-sound/audacious/files/1.1.2-fix-playlist-transparency.patch b/media-sound/audacious/files/1.1.2-fix-playlist-transparency.patch
deleted file mode 100644
index 8389bee82cd4..000000000000
--- a/media-sound/audacious/files/1.1.2-fix-playlist-transparency.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Index: trunk/audacious/widgets/playlist_list.c
-===================================================================
---- audacious/playlist_list.c (revision 2158)
-+++ audacious/playlist_list.c (revision 2159)
-@@ -108,10 +108,16 @@
-
- gdk_error_trap_pop();
-
-- shade_gdkimage_generic(gdk_drawable_get_visual(GDK_WINDOW(playlistwin->window)),
-- ximg, ximg->bpl, w, h, 60, 60, 60, shade_color->pixel);
-+ if (GDK_IS_IMAGE(ximg))
-+ {
-+ shade_gdkimage_generic(gdk_drawable_get_visual(GDK_WINDOW(playlistwin->window)),
-+ ximg, ximg->bpl, w, h, 60, 60, 60, shade_color->pixel);
-
-- gdk_draw_image(p, gc, ximg, 0, 0, x, y, w, h);
-+ gdk_draw_image(p, gc, ximg, 0, 0, x, y, w, h);
-+ }
-+ else {
-+ cfg.playlist_transparent = FALSE;
-+ }
-
- g_object_unref(gc);
-
diff --git a/media-sound/audacious/files/1.1.2-robust-resume.patch b/media-sound/audacious/files/1.1.2-robust-resume.patch
deleted file mode 100644
index 53e9f9b1af56..000000000000
--- a/media-sound/audacious/files/1.1.2-robust-resume.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- trunk/audacious/main.c 2006/09/08 05:26:54 2239
-+++ trunk/audacious/main.c 2006/09/10 01:04:36 2255
-@@ -1127,12 +1127,15 @@
- has_x11_connection = TRUE;
-
- if (cfg.resume_playback_on_startup) {
-- if (cfg.resume_playback_on_startup_time != -1) {
-+ if (cfg.resume_playback_on_startup_time != -1 && playlist_get_length() > 0) {
-+ int i;
- while (gtk_events_pending()) gtk_main_iteration();
- bmp_playback_initiate();
-- g_usleep(10000); /* XXX: musepack and others need this! */
-- while (!ip_data.playing)
-+ for (i = 0; i < 8; i++) {
- g_usleep(10000);
-+ if (!ip_data.playing)
-+ break;
-+ }
- bmp_playback_seek(cfg.resume_playback_on_startup_time /
- 1000);
- }