diff options
author | augustss <augustss> | 1997-10-28 23:18:20 +0000 |
---|---|---|
committer | augustss <augustss> | 1997-10-28 23:18:20 +0000 |
commit | f8e906be96435c1ec9f3f8dba3ab6d8698cb08be (patch) | |
tree | cc8ee8439ae9a5d7d4a09af2bda1536118792658 /audio/splay | |
parent | 3492a1d2d3c36ad01439a85ba2bad6462bb0288d (diff) | |
download | pkgsrc-f8e906be96435c1ec9f3f8dba3ab6d8698cb08be.tar.gz |
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/splay')
-rw-r--r-- | audio/splay/Makefile | 18 | ||||
-rw-r--r-- | audio/splay/files/md5 | 1 | ||||
-rw-r--r-- | audio/splay/patches/patch-aa | 19 | ||||
-rw-r--r-- | audio/splay/patches/patch-ab | 11 | ||||
-rw-r--r-- | audio/splay/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/splay/pkg/DESCR | 14 | ||||
-rw-r--r-- | audio/splay/pkg/PLIST | 1 |
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 |