diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-10 18:54:53 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-10 18:54:53 +0000 |
commit | 6961881944d8f4ccb2af6c550cbd5619e606e494 (patch) | |
tree | 0d3665cd0bc658c25520da0206732684e8f8527c /audio/trm | |
parent | bfe3aee668123ccb8cb695728e826c04711798ee (diff) | |
download | ports-6961881944d8f4ccb2af6c550cbd5619e606e494.tar.gz ports-6961881944d8f4ccb2af6c550cbd5619e606e494.zip |
Add trm 0.2.1, TRM generator to generate acoustic fingerprints.
PR: 51821
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
Notes
Notes:
svn path=/head/; revision=80618
Diffstat (limited to 'audio/trm')
-rw-r--r-- | audio/trm/Makefile | 32 | ||||
-rw-r--r-- | audio/trm/distinfo | 1 | ||||
-rw-r--r-- | audio/trm/pkg-descr | 8 | ||||
-rw-r--r-- | audio/trm/pkg-plist | 1 |
4 files changed, 42 insertions, 0 deletions
diff --git a/audio/trm/Makefile b/audio/trm/Makefile new file mode 100644 index 000000000000..24349e4a7c60 --- /dev/null +++ b/audio/trm/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: trm +# Date created: 5 May 2003 +# Whom: Frerich Raabe <frerich.raabe@gmx.de> +# +# $FreeBSD$ +# + +PORTNAME= trm +PORTVERSION= 0.2.1 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ + ftp://ftp.nl.musicbrainz.org/pub/musicbrainz/ \ + ftp://ftp.au.musicbrainz.org/pub/musicbrainz/ + +MAINTAINER= frerich.raabe@gmx.de +COMMENT= TRM generator to generate acoustic fingerprints + +BUILD_DEPENDS= madplay:${PORTSDIR}/audio/mad +LIB_DEPENDS= musicbrainz.2:${PORTSDIR}/audio/libmusicbrainz \ + ogg:${PORTSDIR}/audio/libogg \ + vorbis:${PORTSDIR}/audio/libvorbis \ + vorbisfile:${PORTSDIR}/audio/libvorbis + +USE_GMAKE= yes +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's,-ldl,,g' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/audio/trm/distinfo b/audio/trm/distinfo new file mode 100644 index 000000000000..fdcb9e6a51fe --- /dev/null +++ b/audio/trm/distinfo @@ -0,0 +1 @@ +MD5 (trm-0.2.1.tar.gz) = 3f7e6c30cb91429313ca1a27df47e8bc diff --git a/audio/trm/pkg-descr b/audio/trm/pkg-descr new file mode 100644 index 000000000000..e874335f1975 --- /dev/null +++ b/audio/trm/pkg-descr @@ -0,0 +1,8 @@ +The TRM Generator is a small test application that generates Relatable +TRM acoustic fingerprints. This tool is mainly designed as a test/debugging +tool for software developers, and is both an application and a developer +library. + +WWW: http://www.musicbrainz.org/products/trmgen/download.html + +- Frerich Raabe frerich.raabe@gmx.de diff --git a/audio/trm/pkg-plist b/audio/trm/pkg-plist new file mode 100644 index 000000000000..3742dd7601d3 --- /dev/null +++ b/audio/trm/pkg-plist @@ -0,0 +1 @@ +bin/trm |