From b1ef870149d60e257c69c7d83cb5dfc3f1a76005 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 24 Sep 2003 11:27:34 +0000 Subject: [PATCH] [patch] Update port: audio/xmms-cdread Fix for work with xmms-1.2.8 PR: ports/56735 Submitted by: Sergey V. Belov --- audio/xmms-cdread/Makefile | 2 +- audio/xmms-cdread/files/patch-playlist.c | 10 ++++++++++ audio/xmms-cdread/pkg-descr | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 audio/xmms-cdread/files/patch-playlist.c 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 +Mountainer: Sergey V. Belov (aka Argail)