aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2009-01-01 21:11:55 +0800
committerkwm <kwm@FreeBSD.org>2009-01-01 21:11:55 +0800
commite98181913a1c657cfcdd93799c2b3e308c546604 (patch)
tree99fdb78c420a21b6eaeab8df365020019dca7855
parent28e418c131b364e62d3448cb87d17c8cb97cac33 (diff)
downloadfreebsd-ports-gnome-e98181913a1c657cfcdd93799c2b3e308c546604.tar.gz
freebsd-ports-gnome-e98181913a1c657cfcdd93799c2b3e308c546604.tar.zst
freebsd-ports-gnome-e98181913a1c657cfcdd93799c2b3e308c546604.zip
Add libopenspc. A library for playing .spc (Snes audio) files.
Distfile obtained from debian ftp mirrors.
-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.
d>-0/+13 * - Update to 2.53.0madpilot2016-03-143-5/+8 * Update to 2.52.0madpilot2016-02-283-4/+9 * Fix strange build issue related to xdg-utils.madpilot2016-02-141-1/+4 * - Fix shebangsamdmi32016-02-091-1/+3 * Update to 2.50.1madpilot2016-02-035-14/+22 * Update poppler to 0.40.0. [1]kwm2016-01-221-0/+1 * Update to 2.48.0madpilot2016-01-063-4/+7 * Add missing BUILD_DEPENDS.madpilot2016-01-061-1/+4 * - Update to 2.46.0madpilot2015-12-1410-151/+340 * Fix packaging for some edge cases.madpilot2015-10-071-1/+2 * Update librsvg2 to 2.40.10.kwm2015-08-291-1/+2 * Update poppler to 0.34.0. [1]kwm2015-08-031-1/+1 * Update icu to 55.1bapt2015-04-241-1/+1 * Update poppler to 0.30.0 [1].kwm2015-02-031-1/+1 * - Enable the qt_hack component. It requires private qt headers, somadpilot2015-02-014-27/+12 * Update ImageMagick to 6.9.0.4.kwm2015-01-191-2/+2 * - Fix .desktop entries [1]madpilot2015-01-182-8/+35 * There is no traces of lshal without the calibre source codebapt2014-12-281-3/+2 * Takemadpilot2014-12-161-1/+1 * Bump PORTREVISION after graphics/poppler update to 0.26.3makc2014-11-251-0/+1 * Remove * from LIB_DEPENDS lines and specify the default library namekwm2014-11-071-1/+1 * - Update to 1.48.0madpilot2014-09-293-281/+7 * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1