summaryrefslogtreecommitdiffstats
path: root/audio/replay/files
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-10-28 16:01:04 +0000
committervanilla <vanilla@FreeBSD.org>1998-10-28 16:01:04 +0000
commit568c9d9138bd7e01e647cebf61c2b3352d502b67 (patch)
treea21c5ac7911a8df4db994c90ed6ab6f3967d22fa /audio/replay/files
parente6c0e9689cb21439960b8e7e79768fe3fb6c1e08 (diff)
downloadFreeBSD-ports-568c9d9138bd7e01e647cebf61c2b3352d502b67.zip
FreeBSD-ports-568c9d9138bd7e01e647cebf61c2b3352d502b67.tar.gz
Import replay, it's another gtk-base mp3 player.
Diffstat (limited to 'audio/replay/files')
-rw-r--r--audio/replay/files/patch-aa11
-rw-r--r--audio/replay/files/patch-ab40
-rw-r--r--audio/replay/files/patch-ac11
-rw-r--r--audio/replay/files/patch-ad12
4 files changed, 74 insertions, 0 deletions
diff --git a/audio/replay/files/patch-aa b/audio/replay/files/patch-aa
new file mode 100644
index 0000000..dadd271
--- /dev/null
+++ b/audio/replay/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Wed Oct 28 00:22:43 1998
++++ Makefile.in Wed Oct 28 00:23:24 1998
+@@ -3,7 +3,7 @@
+ #DEBUG = -DDEBUG
+
+ # Make sure the path is correct!
+-GTK-CONFIG = "gtk-config"
++GTK-CONFIG = "gtk11-config"
+
+ # ---- @OS_TYPE@/@ARCH_TYPE@ ----
+
diff --git a/audio/replay/files/patch-ab b/audio/replay/files/patch-ab
new file mode 100644
index 0000000..c1b6e17
--- /dev/null
+++ b/audio/replay/files/patch-ab
@@ -0,0 +1,40 @@
+--- audioIO_Linux.c.orig Sat Oct 24 22:22:41 1998
++++ audioIO_Linux.c Wed Oct 28 01:27:43 1998
+@@ -26,7 +26,7 @@
+
+ /* optimal fragment size */
+
+-#ifndef OS_FreeBSD
++#ifndef OS_BSD
+ int AUSIZ = 0;
+ #endif
+
+@@ -44,7 +44,7 @@
+ void
+ audioOpen(int frequency, int stereo, int volume)
+ {
+- #ifdef OS_FreeBSD
++ #ifdef OS_BSD
+ int temp;
+ #endif
+ int supportedMixers, play_format=AFMT_S16_LE;
+@@ -83,7 +83,7 @@
+ if (volume != -1)
+ audioSetVolume(volume);
+
+-#ifdef OS_FreeBSD
++#ifdef OS_BSD
+ temp = AUSIZ;
+ if (ioctl(audio_fd, SNDCTL_DSP_GETBLKSIZE, &temp) == -1)
+ #else
+--- buffer.c.orig Wed Oct 28 01:26:57 1998
++++ buffer.c Wed Oct 28 01:27:05 1998
+@@ -31,7 +31,7 @@
+ #include "audio.h"
+
+ #ifndef OS_SunOS
+-#ifndef OS_FreeBSD
++#ifndef OS_BSD
+ extern int AUSIZ;
+ #endif
+ #endif
diff --git a/audio/replay/files/patch-ac b/audio/replay/files/patch-ac
new file mode 100644
index 0000000..1284ecc
--- /dev/null
+++ b/audio/replay/files/patch-ac
@@ -0,0 +1,11 @@
+--- replay.c.orig Wed Oct 28 01:34:31 1998
++++ replay.c Wed Oct 28 01:34:46 1998
+@@ -1163,7 +1163,7 @@
+ DPRINT("\tglobbing: ");
+ DPRINT(buffer2);
+ DPRINT("\n");
+- if (glob(buffer2, GLOB_ERR, NULL, &match) == GLOB_NOMATCH) {
++ if (glob(buffer2, GLOB_ERR, NULL, &match) == GLOB_NOCHECK) {
+ DPRINT("\tmatched nothing\n");
+ return;
+ }
diff --git a/audio/replay/files/patch-ad b/audio/replay/files/patch-ad
new file mode 100644
index 0000000..43c8cec
--- /dev/null
+++ b/audio/replay/files/patch-ad
@@ -0,0 +1,12 @@
+--- audioIO_esd.c.orig Wed Oct 28 21:38:30 1998
++++ audioIO_esd.c Wed Oct 28 21:39:01 1998
+@@ -19,7 +19,9 @@
+
+ /* declare these static to effectively isolate the audio device */
+
++#ifndef OS_BSD
+ int AUSIZ=0;
++#endif
+ static int audio_fd;
+
+ /* audioOpen() */
OpenPOWER on IntegriCloud