diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-24 11:27:34 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-24 11:27:34 +0000 |
commit | 02c43536c95e1fe2f21223f71d183e40a89c63cd (patch) | |
tree | e14f064fa62dec0992722d8a0cee84e40448013e /audio/xmms-cdread | |
parent | dcb14813795f44bfa1b1cc07ca9beabad62a4a5f (diff) | |
download | FreeBSD-ports-02c43536c95e1fe2f21223f71d183e40a89c63cd.zip FreeBSD-ports-02c43536c95e1fe2f21223f71d183e40a89c63cd.tar.gz |
[patch] Update port: audio/xmms-cdread Fix for work with xmms-1.2.8
PR: ports/56735
Submitted by: Sergey V. Belov <argail@visit.ru> <argail@visit.ru>
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 d0bcf0e..0c5f1f1 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 0000000..4d46bd5 --- /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 734f6f2..b9c4b37 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> |