diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-11 21:20:51 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-11 21:20:51 +0800 |
commit | 285578b136803a3d69539d0f0b5ac4cda6cbbf2b (patch) | |
tree | 01d40511006dd4dd8bbd61e594013e78aaec91d2 /audio/gnome-media/files | |
parent | 378a8bfa16c9d5cbd25564d28bffac4bb0250e01 (diff) | |
download | marcuscom-ports-285578b136803a3d69539d0f0b5ac4cda6cbbf2b.tar marcuscom-ports-285578b136803a3d69539d0f0b5ac4cda6cbbf2b.tar.gz marcuscom-ports-285578b136803a3d69539d0f0b5ac4cda6cbbf2b.tar.bz2 marcuscom-ports-285578b136803a3d69539d0f0b5ac4cda6cbbf2b.tar.lz marcuscom-ports-285578b136803a3d69539d0f0b5ac4cda6cbbf2b.tar.xz marcuscom-ports-285578b136803a3d69539d0f0b5ac4cda6cbbf2b.tar.zst marcuscom-ports-285578b136803a3d69539d0f0b5ac4cda6cbbf2b.zip |
Update to 2.1.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@62 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnome-media/files')
-rw-r--r-- | audio/gnome-media/files/patch-ad | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/audio/gnome-media/files/patch-ad b/audio/gnome-media/files/patch-ad index 9dc4efce4..f49a888a5 100644 --- a/audio/gnome-media/files/patch-ad +++ b/audio/gnome-media/files/patch-ad @@ -1,5 +1,5 @@ ---- gmix/gmix.c.orig Tue May 7 00:43:15 2002 -+++ gmix/gmix.c Tue May 7 00:47:38 2002 +--- gmix/gmix.c.orig Tue Oct 8 19:40:43 2002 ++++ gmix/gmix.c Fri Oct 11 09:20:13 2002 @@ -60,7 +60,7 @@ #ifdef HAVE_LINUX_SOUNDCARD_H #include <linux/soundcard.h> @@ -9,21 +9,7 @@ #endif #endif -@@ -569,12 +569,7 @@ - /* - * open the mixer-device - */ -- if (num == 0) { -- sprintf (device_name, "/dev/mixer"); -- } else { -- sprintf (device_name, "/dev/mixer%i", num); -- } -- -+ sprintf(device_name, "/dev/mixer%i", num); - new_device->fd = open (device_name, O_RDWR, 0); - - if (new_device->fd < 0) { -@@ -689,6 +684,7 @@ +@@ -722,6 +722,7 @@ cnt = 0; devices = NULL; @@ -31,7 +17,7 @@ device_by_name = g_hash_table_new (g_str_hash, g_str_equal); do { -@@ -697,9 +693,8 @@ +@@ -730,9 +731,8 @@ devices = g_list_append (devices, new_device); g_hash_table_insert (device_by_name, new_device->info.name, new_device); } |