diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-24 11:27:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-24 11:27:34 +0000 |
commit | b1ef870149d60e257c69c7d83cb5dfc3f1a76005 (patch) | |
tree | 733ce9304ff1417fc01869d903f2ce1cf708332a /audio/xmms-cdread | |
parent | 1aa6b2c7fad6346eebb4d9ab7a525b5f8beb1c98 (diff) |
Notes
Diffstat (limited to 'audio/xmms-cdread')
-rw-r--r-- | audio/xmms-cdread/Makefile | 2 | ||||
-rw-r--r-- | audio/xmms-cdread/files/patch-playlist.c | 10 | ||||
-rw-r--r-- | audio/xmms-cdread/pkg-descr | 4 |
3 files changed, 13 insertions, 3 deletions
diff --git a/audio/xmms-cdread/Makefile b/audio/xmms-cdread/Makefile index d0bcf0e58313..0c5f1f176552 100644 --- a/audio/xmms-cdread/Makefile +++ b/audio/xmms-cdread/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.14a CATEGORIES= audio MASTER_SITES= ftp://ftp.stack.nl/pub/users/willem/ -MAINTAINER= argail@csite.ru +MAINTAINER= argail@visit.ru COMMENT= A XMMS input plugin for read AudioCD via IDE bus BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms diff --git a/audio/xmms-cdread/files/patch-playlist.c b/audio/xmms-cdread/files/patch-playlist.c new file mode 100644 index 000000000000..4d46bd5e3adc --- /dev/null +++ b/audio/xmms-cdread/files/patch-playlist.c @@ -0,0 +1,10 @@ +--- playlist.c.orig Sun Jun 3 18:58:51 2001 ++++ playlist.c Mon Sep 8 19:46:59 2003 +@@ -161,7 +161,6 @@ + pthread_mutex_unlock(&playlist_mutex); + + playlistwin_update_list(); +- if (regen_shuffle) playlist_generate_shuffle_list(); + if (set_info_text) mainwin_set_info_text(); + if (restart_playing) + { diff --git a/audio/xmms-cdread/pkg-descr b/audio/xmms-cdread/pkg-descr index 734f6f232ead..b9c4b37aba38 100644 --- a/audio/xmms-cdread/pkg-descr +++ b/audio/xmms-cdread/pkg-descr @@ -3,5 +3,5 @@ read the CDDA (audio) discs as data via IDE bus, provides more quality sound and allowing XMMS to use that for visualization. -- Sergey V. Belov (aka Argail) -argail@visit.ru +Author: Willem Monsuwe <willem@stack.nl> +Mountainer: Sergey V. Belov (aka Argail) <argail@visit.ru> |