aboutsummaryrefslogtreecommitdiff
path: root/audio/libopenspc
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 /audio/libopenspc
parent28d36c53dcedf2500807235d47ec682bf6ff0c31 (diff)
downloadports-7110dfef5bdf6193bcc010fee52212fff138dded.tar.gz
ports-7110dfef5bdf6193bcc010fee52212fff138dded.zip
Add libopenspc. A library for playing .spc (Snes audio) files.
Distfile obtained from debian ftp mirrors.
Notes
Notes: svn path=/head/; revision=225084
Diffstat (limited to 'audio/libopenspc')
-rw-r--r--audio/libopenspc/Makefile25
-rw-r--r--audio/libopenspc/distinfo3
-rw-r--r--audio/libopenspc/pkg-descr3
3 files changed, 31 insertions, 0 deletions
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.