summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2007-01-07 22:22:35 +0000
committerTony Vroon <chainsaw@gentoo.org>2007-01-07 22:22:35 +0000
commit2155c4b45f32203ca703db1a909c3b19592f6cd4 (patch)
treebf9ca2b2e974ba46511d801e335fa217304c8f24 /media-sound/audacious/files
parentDeveloper releases are not appreciated by the community. Use an overlay if yo... (diff)
downloadgentoo-2-2155c4b45f32203ca703db1a909c3b19592f6cd4.tar.gz
gentoo-2-2155c4b45f32203ca703db1a909c3b19592f6cd4.tar.bz2
gentoo-2-2155c4b45f32203ca703db1a909c3b19592f6cd4.zip
Developer releases are not appreciated by the community. Use an overlay if you want them. Closes bug #160761. Also clean up old ebuilds.
(Portage version: 2.1.2_rc4-r6) (Signed Manifest commit)
Diffstat (limited to 'media-sound/audacious/files')
-rw-r--r--media-sound/audacious/files/1.3.0_alpha1-avoid-decoder-selection-deadlock.patch46
-rw-r--r--media-sound/audacious/files/digest-audacious-1.1.06
-rw-r--r--media-sound/audacious/files/digest-audacious-1.1.16
-rw-r--r--media-sound/audacious/files/digest-audacious-1.1.1-r16
-rw-r--r--media-sound/audacious/files/digest-audacious-1.3.0_alpha1-r16
5 files changed, 0 insertions, 70 deletions
diff --git a/media-sound/audacious/files/1.3.0_alpha1-avoid-decoder-selection-deadlock.patch b/media-sound/audacious/files/1.3.0_alpha1-avoid-decoder-selection-deadlock.patch
deleted file mode 100644
index 5f689e5ade10..000000000000
--- a/media-sound/audacious/files/1.3.0_alpha1-avoid-decoder-selection-deadlock.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-Index: audacious/playlist.c
-===================================================================
---- audacious/playlist.c (revision 3572)
-+++ audacious/playlist.c (working copy)
-@@ -2456,6 +2456,13 @@
- playlist_get_info_scan_active = FALSE;
- g_mutex_unlock(mutex_scan);
- }
-+ else /* not on_demand and not on_load...
-+ NOTE: this shouldn't happen anymore, sanity check in bmp_config_load now */
-+ {
-+ g_mutex_lock(mutex_scan);
-+ playlist_get_info_scan_active = FALSE;
-+ g_mutex_unlock(mutex_scan);
-+ }
-
- if (update_playlistwin) {
- playlistwin_update_list(playlist);
-Index: audacious/ui_main.c
-===================================================================
---- audacious/ui_main.c (revision 3572)
-+++ audacious/ui_main.c (working copy)
-@@ -3867,7 +3867,7 @@
- void
- action_play_file( void )
- {
-- util_run_filebrowser(NO_PLAY_BUTTON);
-+ util_run_filebrowser(PLAY_BUTTON);
- }
-
- void
-Index: audacious/main.c
-===================================================================
---- audacious/main.c (revision 3572)
-+++ audacious/main.c (working copy)
-@@ -604,6 +604,10 @@
-
- if (!cfg.session_uri_base)
- cfg.session_uri_base = g_strdup("");
-+
-+ /* at least one of these should be true */
-+ if ((!cfg.get_info_on_demand) && (!cfg.get_info_on_load))
-+ cfg.get_info_on_demand = TRUE;
- }
-
-
diff --git a/media-sound/audacious/files/digest-audacious-1.1.0 b/media-sound/audacious/files/digest-audacious-1.1.0
deleted file mode 100644
index 108b33375937..000000000000
--- a/media-sound/audacious/files/digest-audacious-1.1.0
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 8a4402580dc1971195e94b18f3f55110 audacious-1.1.0.tgz 3365149
-RMD160 5825caacd093dabadd16d1f37d7225490e1ce1c9 audacious-1.1.0.tgz 3365149
-SHA256 ac2fcba9020d4ae38c578d9494f99761cddd153b0281570b538d7d3a6af6a4f8 audacious-1.1.0.tgz 3365149
-MD5 41eababfa8bad11e9e34e467cdfb86be gentoo_ice-xmms-0.2.tar.bz2 51839
-RMD160 11439cbebf8c6dc5745c8593a79e88303d094544 gentoo_ice-xmms-0.2.tar.bz2 51839
-SHA256 d1be63368b76f4a8b1d5b0e955cd7a77177f56a7f0b828c6603d8fd2836422b1 gentoo_ice-xmms-0.2.tar.bz2 51839
diff --git a/media-sound/audacious/files/digest-audacious-1.1.1 b/media-sound/audacious/files/digest-audacious-1.1.1
deleted file mode 100644
index eefccb991588..000000000000
--- a/media-sound/audacious/files/digest-audacious-1.1.1
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 e9108f71725cf8336f7b965424c285f8 audacious-1.1.1.tgz 3387162
-RMD160 852a2af9ad71fcb9480f32d0581c4864aeaece17 audacious-1.1.1.tgz 3387162
-SHA256 11f0079bfedb01ff7248c32065cca7706d0eba75dd3035a0770ed9c42b94b887 audacious-1.1.1.tgz 3387162
-MD5 41eababfa8bad11e9e34e467cdfb86be gentoo_ice-xmms-0.2.tar.bz2 51839
-RMD160 11439cbebf8c6dc5745c8593a79e88303d094544 gentoo_ice-xmms-0.2.tar.bz2 51839
-SHA256 d1be63368b76f4a8b1d5b0e955cd7a77177f56a7f0b828c6603d8fd2836422b1 gentoo_ice-xmms-0.2.tar.bz2 51839
diff --git a/media-sound/audacious/files/digest-audacious-1.1.1-r1 b/media-sound/audacious/files/digest-audacious-1.1.1-r1
deleted file mode 100644
index eefccb991588..000000000000
--- a/media-sound/audacious/files/digest-audacious-1.1.1-r1
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 e9108f71725cf8336f7b965424c285f8 audacious-1.1.1.tgz 3387162
-RMD160 852a2af9ad71fcb9480f32d0581c4864aeaece17 audacious-1.1.1.tgz 3387162
-SHA256 11f0079bfedb01ff7248c32065cca7706d0eba75dd3035a0770ed9c42b94b887 audacious-1.1.1.tgz 3387162
-MD5 41eababfa8bad11e9e34e467cdfb86be gentoo_ice-xmms-0.2.tar.bz2 51839
-RMD160 11439cbebf8c6dc5745c8593a79e88303d094544 gentoo_ice-xmms-0.2.tar.bz2 51839
-SHA256 d1be63368b76f4a8b1d5b0e955cd7a77177f56a7f0b828c6603d8fd2836422b1 gentoo_ice-xmms-0.2.tar.bz2 51839
diff --git a/media-sound/audacious/files/digest-audacious-1.3.0_alpha1-r1 b/media-sound/audacious/files/digest-audacious-1.3.0_alpha1-r1
deleted file mode 100644
index 285723a315dd..000000000000
--- a/media-sound/audacious/files/digest-audacious-1.3.0_alpha1-r1
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 037ddc1b36d104af4979b599ba01c32c audacious-1.3.0-alpha1.tgz 1791152
-RMD160 1f12cc2c4def13148b3f5cc233b4663ae2eacc26 audacious-1.3.0-alpha1.tgz 1791152
-SHA256 1dbabe4a6c676194fb3235930e13c5a6e34eb50baf6dff99416a3f9bdf5afdd8 audacious-1.3.0-alpha1.tgz 1791152
-MD5 41eababfa8bad11e9e34e467cdfb86be gentoo_ice-xmms-0.2.tar.bz2 51839
-RMD160 11439cbebf8c6dc5745c8593a79e88303d094544 gentoo_ice-xmms-0.2.tar.bz2 51839
-SHA256 d1be63368b76f4a8b1d5b0e955cd7a77177f56a7f0b828c6603d8fd2836422b1 gentoo_ice-xmms-0.2.tar.bz2 51839