diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-29 11:08:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-29 11:08:56 +0000 |
commit | d24174cdb7bb2919af32284c39e04088a031eb59 (patch) | |
tree | 2c9cd68aee00212ee36e91f7ba0d93c472f78e9c /audio | |
parent | 20563fbf7cd91cdfd9d1d7a91cb19bb844a1224a (diff) | |
download | ports-d24174cdb7bb2919af32284c39e04088a031eb59.tar.gz ports-d24174cdb7bb2919af32284c39e04088a031eb59.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/arss/Makefile | 33 | ||||
-rw-r--r-- | audio/arss/distinfo | 3 | ||||
-rw-r--r-- | audio/arss/pkg-descr | 10 |
4 files changed, 47 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index eeb5cd7a52c7..101533f71bdf 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -37,6 +37,7 @@ SUBDIR += aqualung SUBDIR += ardour SUBDIR += ario + SUBDIR += arss SUBDIR += arts SUBDIR += artswrapper SUBDIR += ascd diff --git a/audio/arss/Makefile b/audio/arss/Makefile new file mode 100644 index 000000000000..51fb6b5bda77 --- /dev/null +++ b/audio/arss/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: arss +# Date created: 2009-12-26 +# Whom: Timothy Beyer <beyert@cs.ucr.edu> +# +# $FreeBSD$ +# + +PORTNAME= arss +PORTVERSION= 0.2.3 +CATEGORIES= audio +MASTER_SITES= SF +DISTNAME= ${PORTNAME}-${PORTVERSION}-src + +MAINTAINER= beyert@cs.ucr.edu +COMMENT= Additive Image Synthesizer (convert audio to images, images to audio) + +LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 + +WRKSRC= ${WRKDIR}/${DISTNAME}/src + +USE_CMAKE= yes +USE_LDCONFIG= ${PREFIX}/lib +CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include +CMAKE_C_FLAGS= ${CFLAGS} + +PLIST_FILES= bin/arss + +.include <bsd.port.pre.mk> + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/arss ${PREFIX}/bin + +.include <bsd.port.post.mk> diff --git a/audio/arss/distinfo b/audio/arss/distinfo new file mode 100644 index 000000000000..6ce0ef75c340 --- /dev/null +++ b/audio/arss/distinfo @@ -0,0 +1,3 @@ +MD5 (arss-0.2.3-src.tar.gz) = 7a349ac00dd2732e70043254b4183255 +SHA256 (arss-0.2.3-src.tar.gz) = e2faca8b8a3902226353c4053cd9ab71595eec6ead657b5b44c14b4bef52b2b2 +SIZE (arss-0.2.3-src.tar.gz) = 17597 diff --git a/audio/arss/pkg-descr b/audio/arss/pkg-descr new file mode 100644 index 000000000000..4a3fd6c49040 --- /dev/null +++ b/audio/arss/pkg-descr @@ -0,0 +1,10 @@ +The Analysis & Resynthesis Sound Spectrograph (formerly known as the Analysis & +Reconstruction Sound Engine), or ARSS, is a program that analyses a sound file +into a spectrogram and is able to synthesise this spectrogram, or any other +user-created image, back into a sound. + +ARSS is now superseded by Photosounder, which makes use of most of the +techniques offered by ARSS in a simple to use and powerful graphical user +interface and built in editor. + +WWW: http://arss.sourceforge.net/ |