summaryrefslogtreecommitdiff
path: root/audio/xmms/files/patch-ab
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-02-10 01:38:21 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-02-10 01:38:21 +0000
commitc99bef64de74f3134272c72b858c9700aedfb98f (patch)
tree5875cda706eaf4d5bec9743aafd1dcbcf2a639d1 /audio/xmms/files/patch-ab
parentBuild with NEWGCC (diff)
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
Notes
Notes: svn path=/head/; revision=25627
Diffstat (limited to 'audio/xmms/files/patch-ab')
-rw-r--r--audio/xmms/files/patch-ab90
1 files changed, 76 insertions, 14 deletions
diff --git a/audio/xmms/files/patch-ab b/audio/xmms/files/patch-ab
index e79bff12547d..6737dede0961 100644
--- a/audio/xmms/files/patch-ab
+++ b/audio/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 =