summaryrefslogtreecommitdiff
path: root/audio/splay
diff options
context:
space:
mode:
authoraugustss <augustss@pkgsrc.org>1997-10-28 23:18:20 +0000
committeraugustss <augustss@pkgsrc.org>1997-10-28 23:18:20 +0000
commit4daa64a62986fd842753a48935d3c8adf6758d93 (patch)
treecc8ee8439ae9a5d7d4a09af2bda1536118792658 /audio/splay
parent4434fa54eccf4fa0896d9f01cd93c91ab718ec2c (diff)
downloadpkgsrc-4daa64a62986fd842753a48935d3c8adf6758d93.tar.gz
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/splay')
-rw-r--r--audio/splay/Makefile18
-rw-r--r--audio/splay/files/md51
-rw-r--r--audio/splay/patches/patch-aa19
-rw-r--r--audio/splay/patches/patch-ab11
-rw-r--r--audio/splay/pkg/COMMENT1
-rw-r--r--audio/splay/pkg/DESCR14
-rw-r--r--audio/splay/pkg/PLIST1
7 files changed, 65 insertions, 0 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile
new file mode 100644
index 00000000000..53d0c4a2594
--- /dev/null
+++ b/audio/splay/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: splay
+# Version required: 0.3
+# Date created: 1 Apr 1997
+# Whom: junker@jazz.snu.ac.kr
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/28 23:19:05 augustss Exp $
+#
+
+DISTNAME= splay-0.5
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= apps/sound/players/
+
+MAINTAINER= junker@jazz.snu.ac.kr
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/audio/splay/files/md5 b/audio/splay/files/md5
new file mode 100644
index 00000000000..2563a9b3a0d
--- /dev/null
+++ b/audio/splay/files/md5
@@ -0,0 +1 @@
+MD5 (splay-0.5.tar.gz) = 6c98edfb97961c4f89c6a4b8e9aac405
diff --git a/audio/splay/patches/patch-aa b/audio/splay/patches/patch-aa
new file mode 100644
index 00000000000..253006d4b40
--- /dev/null
+++ b/audio/splay/patches/patch-aa
@@ -0,0 +1,19 @@
+*** mpegsound/rawplayer.cc Thu Mar 27 22:18:47 1997
+--- mpegsound/rawplayer.cc Tue Apr 1 19:33:46 1997
+***************
+*** 8,14 ****
+
+ #include <fcntl.h>
+ #include <sys/ioctl.h>
+! #include <sys/soundcard.h>
+
+ #include "mpegsound.h"
+
+--- 8,14 ----
+
+ #include <fcntl.h>
+ #include <sys/ioctl.h>
+! #include <machine/soundcard.h>
+
+ #include "mpegsound.h"
+
diff --git a/audio/splay/patches/patch-ab b/audio/splay/patches/patch-ab
new file mode 100644
index 00000000000..cce91b282d0
--- /dev/null
+++ b/audio/splay/patches/patch-ab
@@ -0,0 +1,11 @@
+--- src/cmd/cmd.cc.orig Sat Aug 9 16:31:03 1997
++++ src/cmd/cmd.cc Sat Aug 9 16:31:15 1997
+@@ -15,7 +15,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/ioctl.h>
+-#include <sys/soundcard.h>
++#include <machine/soundcard.h>
+
+ #include <mpegsound.h>
+
diff --git a/audio/splay/pkg/COMMENT b/audio/splay/pkg/COMMENT
new file mode 100644
index 00000000000..d757aaf70be
--- /dev/null
+++ b/audio/splay/pkg/COMMENT
@@ -0,0 +1 @@
+An audio player/decoder that decodes MPEG Layer I,II,III and WAV files.
diff --git a/audio/splay/pkg/DESCR b/audio/splay/pkg/DESCR
new file mode 100644
index 00000000000..614ef9bd715
--- /dev/null
+++ b/audio/splay/pkg/DESCR
@@ -0,0 +1,14 @@
+splay-0.3
+---------
+
+Splay program uses the MPEG/Wave Sound library to play sound files in
+several formats, notably the MPEG audio and Wave format. This early version
+has only limited functionally and a simplistic user interface.
+
+This program have NO WARRANTY.
+You can use this program under GPL.
+You can use these libraries under Library GPL.
+
+* This version of splay was not compiled with pthread library.
+--
+Port by Choi Jun Ho <junker@jazz.snu.ac.kr>
diff --git a/audio/splay/pkg/PLIST b/audio/splay/pkg/PLIST
new file mode 100644
index 00000000000..df1c853561d
--- /dev/null
+++ b/audio/splay/pkg/PLIST
@@ -0,0 +1 @@
+bin/splay