aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2009-01-01 13:11:55 +0000
committerKoop Mast <kwm@FreeBSD.org>2009-01-01 13:11:55 +0000
commit7110dfef5bdf6193bcc010fee52212fff138dded (patch)
treeba165f68347ab9d331dbe5c9327007e0e9448b69
parent28d36c53dcedf2500807235d47ec682bf6ff0c31 (diff)
Notes
-rw-r--r--audio/Makefile1
-rw-r--r--audio/libopenspc/Makefile25
-rw-r--r--audio/libopenspc/distinfo3
-rw-r--r--audio/libopenspc/pkg-descr3
4 files changed, 32 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 3af23a466580..920fb9445430 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -370,6 +370,7 @@
SUBDIR += libofa
SUBDIR += libogg
SUBDIR += liboggz
+ SUBDIR += libopenspc
SUBDIR += libsamplerate
SUBDIR += libshout
SUBDIR += libshout2
diff --git a/audio/libopenspc/Makefile b/audio/libopenspc/Makefile
new file mode 100644
index 000000000000..1fe026b2ff84
--- /dev/null
+++ b/audio/libopenspc/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: libopenspc
+# Date created: 01 Jan 2009
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libopenspc
+PORTVERSION= 0.3.99a
+CATEGORIES= audio
+MASTER_SITES= MASTER_SITE_LOCAL
+MASTER_SITE_SUBDIR= kwm
+
+MAINTAINER= kwm@FreeBSD.org
+COMMENT= Library for playing SPC (SNES audio) files
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+ONLY_FOR_ARCHS= i386
+
+PLIST_FILES= include/openspc.h lib/libopenspc.a lib/libopenspc.la \
+ lib/libopenspc.so lib/libopenspc.so.0 \
+
+.include <bsd.port.mk>
diff --git a/audio/libopenspc/distinfo b/audio/libopenspc/distinfo
new file mode 100644
index 000000000000..d8fd64cad24e
--- /dev/null
+++ b/audio/libopenspc/distinfo
@@ -0,0 +1,3 @@
+MD5 (libopenspc-0.3.99a.tar.gz) = d7a1a5e6923f2dc4c7655fd13d777988
+SHA256 (libopenspc-0.3.99a.tar.gz) = 24e1cd4ae39e80a6d033bd7ad8d05e70ac17e2f7127961a06947b34ca48f8c49
+SIZE (libopenspc-0.3.99a.tar.gz) = 358491
diff --git a/audio/libopenspc/pkg-descr b/audio/libopenspc/pkg-descr
new file mode 100644
index 000000000000..d63452c1bd11
--- /dev/null
+++ b/audio/libopenspc/pkg-descr
@@ -0,0 +1,3 @@
+libopenspc provides a library that allows for the emulated playback of SPC
+files, which are SNES audio files. It uses the SNEeSe emulator sound core for
+accurate playback.