diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-19 01:33:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-19 01:33:00 +0000 |
commit | 30a4e9d45c20a2f7c1f5f67946ed8072179b920a (patch) | |
tree | f326b83e594188dcb58e1e81ca9c5e849e563aba /audio/rhythmbox-devel/files | |
parent | ca00f87f86409fe6edfdf5a6e607e1c4ee02ebdf (diff) |
Add rhythmbox after a repo copy from net-rhythmbox. Rhythmbox is an
audio player for GNOME 2 that is a re-merge of the net-rhythmbox code plus
the original rhythmbox code.
Notes
Notes:
svn path=/head/; revision=87241
Diffstat (limited to 'audio/rhythmbox-devel/files')
4 files changed, 0 insertions, 45 deletions
diff --git a/audio/rhythmbox-devel/files/patch-lib_getline.c b/audio/rhythmbox-devel/files/patch-lib_getline.c deleted file mode 100644 index 448b0d9d0780..000000000000 --- a/audio/rhythmbox-devel/files/patch-lib_getline.c +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/getline.c.orig Fri Feb 14 20:42:13 2003 -+++ lib/getline.c Fri Feb 14 20:44:09 2003 -@@ -43,6 +43,9 @@ - - # include "getstr.h" - -+int getline (char **, size_t *, FILE *); -+int getdelim (char **, size_t *, int, FILE *); -+ - int - getline (char **lineptr, size_t *n, FILE *stream) - { diff --git a/audio/rhythmbox-devel/files/patch-library_rb-library-main-thread.c b/audio/rhythmbox-devel/files/patch-library_rb-library-main-thread.c deleted file mode 100644 index 44611505c449..000000000000 --- a/audio/rhythmbox-devel/files/patch-library_rb-library-main-thread.c +++ /dev/null @@ -1,11 +0,0 @@ ---- library/rb-library-main-thread.c.orig Sat May 17 20:56:40 2003 -+++ library/rb-library-main-thread.c Sat May 17 20:56:47 2003 -@@ -325,7 +325,7 @@ - rb_echo_area_end_task (echoarea, taskid); - g_mutex_unlock (priv->lock); - -- g_usleep (10); -+ g_usleep (10000); - } - - return NULL; diff --git a/audio/rhythmbox-devel/files/patch-library_rb-library-walker-thread.c b/audio/rhythmbox-devel/files/patch-library_rb-library-walker-thread.c deleted file mode 100644 index 1301febfd7cc..000000000000 --- a/audio/rhythmbox-devel/files/patch-library_rb-library-walker-thread.c +++ /dev/null @@ -1,11 +0,0 @@ ---- library/rb-library-walker-thread.c.orig Sun Feb 9 13:09:48 2003 -+++ library/rb-library-walker-thread.c Sat May 17 21:02:36 2003 -@@ -325,7 +325,7 @@ - - g_mutex_unlock (thread->priv->lock); - -- g_usleep (10); -+ g_usleep (10000); - } - - return NULL; diff --git a/audio/rhythmbox-devel/files/patch-library_rb-node.c b/audio/rhythmbox-devel/files/patch-library_rb-node.c deleted file mode 100644 index ec9a5c35830d..000000000000 --- a/audio/rhythmbox-devel/files/patch-library_rb-node.c +++ /dev/null @@ -1,11 +0,0 @@ ---- library/rb-node.c.orig Sun Feb 9 03:12:01 2003 -+++ library/rb-node.c Mon Apr 21 20:27:45 2003 -@@ -852,7 +861,7 @@ - int property_id) - { - GValue *ret; -- long mtime; -+ time_t mtime; - char *retval; - - g_return_val_if_fail (RB_IS_NODE (node), NULL); |