diff options
author | petef <petef@FreeBSD.org> | 2003-05-11 02:54:53 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-11 02:54:53 +0800 |
commit | 2d6a934951be5df24ea2d29e2ab236d2d8f3bb39 (patch) | |
tree | 82c4969599d91231f324ffeceaded3851624aa70 /audio/trm | |
parent | 32e53d3a1fff750d0eb1a3a6a308b27bf96692b6 (diff) | |
download | freebsd-ports-gnome-2d6a934951be5df24ea2d29e2ab236d2d8f3bb39.tar.gz freebsd-ports-gnome-2d6a934951be5df24ea2d29e2ab236d2d8f3bb39.tar.zst freebsd-ports-gnome-2d6a934951be5df24ea2d29e2ab236d2d8f3bb39.zip |
Add trm 0.2.1, TRM generator to generate acoustic fingerprints.
PR: 51821
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
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 |