1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

[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>
This commit is contained in:
Edwin Groothuis 2003-09-24 11:27:34 +00:00
parent 1aa6b2c7fa
commit b1ef870149
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89195
3 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -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)
{

View File

@ -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>