diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-04-20 19:11:30 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-04-20 19:11:30 +0000 |
commit | 6fbbc4c980ee8eb1984a650f92efa2b510c4a296 (patch) | |
tree | 66687443f91f3506d7d6241c60d5baf5371ce57a /media-sound/alsaplayer/files | |
parent | Added ~amd64 keyword. (diff) | |
download | gentoo-2-6fbbc4c980ee8eb1984a650f92efa2b510c4a296.tar.gz gentoo-2-6fbbc4c980ee8eb1984a650f92efa2b510c4a296.tar.bz2 gentoo-2-6fbbc4c980ee8eb1984a650f92efa2b510c4a296.zip |
added missing libsndfile dependency, fixes #89597. also changed deprecated oggvorbis to vorbis.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-sound/alsaplayer/files')
-rw-r--r-- | media-sound/alsaplayer/files/digest-alsaplayer-0.99.75-r1 | 1 | ||||
-rw-r--r-- | media-sound/alsaplayer/files/gcc.patch | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/media-sound/alsaplayer/files/digest-alsaplayer-0.99.75-r1 b/media-sound/alsaplayer/files/digest-alsaplayer-0.99.75-r1 deleted file mode 100644 index ffc5e6840824..000000000000 --- a/media-sound/alsaplayer/files/digest-alsaplayer-0.99.75-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 353b57058e05aa5f0c01f93fc049c650 alsaplayer-0.99.75.tar.bz2 635893 diff --git a/media-sound/alsaplayer/files/gcc.patch b/media-sound/alsaplayer/files/gcc.patch deleted file mode 100644 index 0d26bcc656b1..000000000000 --- a/media-sound/alsaplayer/files/gcc.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -ruN interface/gtk/PlaylistWindow.cpp interface.new/gtk/PlaylistWindow.cpp ---- interface/gtk/PlaylistWindow.cpp 2003-09-26 16:00:26.000000000 +0900 -+++ interface.new/gtk/PlaylistWindow.cpp 2003-09-26 16:02:12.000000000 +0900 -@@ -22,6 +22,7 @@ - #include <unistd.h> - #include <pthread.h> - #include <sys/stat.h> -+#include <assert.h> - #include <gtk/gtk.h> - #include <gdk/gdkkeysyms.h> - #include <gtk/gtkdnd.h> -diff -ruN interface/gtk/gtk_interface.cpp interface.new/gtk/gtk_interface.cpp ---- interface/gtk/gtk_interface.cpp 2003-09-26 16:00:35.000000000 +0900 -+++ interface.new/gtk/gtk_interface.cpp 2003-09-26 16:02:04.000000000 +0900 -@@ -22,6 +22,7 @@ - #include "alsaplayer_error.h" - #include <unistd.h> - #include <sys/types.h> -+#include <assert.h> - //#define NEW_SCALE - //#define SUBSECOND_DISPLAY - |