summaryrefslogtreecommitdiffstats
path: root/multimedia/xmms/files
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>2000-02-10 01:38:21 +0000
committercpiazza <cpiazza@FreeBSD.org>2000-02-10 01:38:21 +0000
commitba8f5ac783014dd530f5a09efe5c02e27dddc875 (patch)
tree85147fd2cdaf94136e28e9bec090159fe530f188 /multimedia/xmms/files
parent07f92dc3574c612c28e57e660c6ce75dd7045c5c (diff)
downloadFreeBSD-ports-ba8f5ac783014dd530f5a09efe5c02e27dddc875.zip
FreeBSD-ports-ba8f5ac783014dd530f5a09efe5c02e27dddc875.tar.gz
Update to version 1.0.1
note that this version does not include mikmod support built in, but a plugin port will be added soon. PR: 16502 Submitted by: maintainer
Diffstat (limited to 'multimedia/xmms/files')
-rw-r--r--multimedia/xmms/files/patch-ab90
1 files changed, 76 insertions, 14 deletions
diff --git a/multimedia/xmms/files/patch-ab b/multimedia/xmms/files/patch-ab
index e79bff1..6737ded 100644
--- a/multimedia/xmms/files/patch-ab
+++ b/multimedia/xmms/files/patch-ab
@@ -1,14 +1,76 @@
---- Output/OSS/audio.c.orig Thu Oct 14 09:26:06 1999
-+++ Output/OSS/audio.c Tue Sep 28 16:36:45 1999
-@@ -146,10 +146,7 @@
- audio_buf_info buf_info;
- int bytes;
-
-- if (!ioctl(fd, SNDCTL_DSP_GETOSPACE, &buf_info))
-- bytes = ((buf_info.fragstotal - buf_info.fragments - 3) * buf_info.fragsize);
-- else
-- bytes = 0;
-+ bytes = 0;
-
- if (!oss_used() && bytes <= 0)
- return FALSE;
+*** Makefile.in.org Wed Feb 2 13:36:47 2000
+--- Makefile.in Wed Feb 2 13:37:01 2000
+***************
+*** 125,131 ****
+ sidplay_library = @sidplay_library@
+ xmmsdir = @xmmsdir@
+
+! SUBDIRS = libxmms xmms Output Input Effect General Visualization wmxmms gnomexmms
+
+ bin_SCRIPTS = xmms-config
+
+--- 125,131 ----
+ sidplay_library = @sidplay_library@
+ xmmsdir = @xmmsdir@
+
+! SUBDIRS = libxmms xmms Output Input Effect General Visualization wmxmms
+
+ bin_SCRIPTS = xmms-config
+
+*** Visualization/Makefile.in.org Wed Feb 2 13:37:14 2000
+--- Visualization/Makefile.in Wed Feb 2 13:37:26 2000
+***************
+*** 125,131 ****
+ sidplay_library = @sidplay_library@
+ xmmsdir = @xmmsdir@
+
+! SUBDIRS = blur_scope sanalyzer opengl_spectrum
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES =
+--- 125,131 ----
+ sidplay_library = @sidplay_library@
+ xmmsdir = @xmmsdir@
+
+! SUBDIRS = blur_scope sanalyzer
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES =
+*** Input/Makefile.in.org Wed Feb 2 13:38:23 2000
+--- Input/Makefile.in Wed Feb 2 13:38:40 2000
+***************
+*** 125,131 ****
+ sidplay_library = @sidplay_library@
+ xmmsdir = @xmmsdir@
+
+! SUBDIRS = wav mpg123 mikmod cdaudio idcin
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES =
+--- 125,131 ----
+ sidplay_library = @sidplay_library@
+ xmmsdir = @xmmsdir@
+
+! SUBDIRS = wav mpg123 cdaudio idcin
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES =
+*** Output/Makefile.in.org Wed Feb 2 13:39:06 2000
+--- Output/Makefile.in Wed Feb 2 13:39:17 2000
+***************
+*** 125,131 ****
+ sidplay_library = @sidplay_library@
+ xmmsdir = @xmmsdir@
+
+! SUBDIRS = OSS esd disk_writer
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES =
+--- 125,131 ----
+ sidplay_library = @sidplay_library@
+ xmmsdir = @xmmsdir@
+
+! SUBDIRS = OSS disk_writer
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES =
OpenPOWER on IntegriCloud