diff options
author | kwm <kwm@FreeBSD.org> | 2009-01-01 21:11:55 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2009-01-01 21:11:55 +0800 |
commit | e98181913a1c657cfcdd93799c2b3e308c546604 (patch) | |
tree | 99fdb78c420a21b6eaeab8df365020019dca7855 | |
parent | 28e418c131b364e62d3448cb87d17c8cb97cac33 (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | audio/libopenspc/Makefile | 25 | ||||
-rw-r--r-- | audio/libopenspc/distinfo | 3 | ||||
-rw-r--r-- | audio/libopenspc/pkg-descr | 3 |
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. |