Add trm 0.2.1, TRM generator to generate acoustic fingerprints.
PR: 51821 Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
This commit is contained in:
parent
bfe3aee668
commit
6961881944
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80618
5 changed files with 43 additions and 0 deletions
|
@ -289,6 +289,7 @@
|
|||
SUBDIR += toolame
|
||||
SUBDIR += tosha
|
||||
SUBDIR += tracker
|
||||
SUBDIR += trm
|
||||
SUBDIR += trommler
|
||||
SUBDIR += umix
|
||||
SUBDIR += vorbis-tools
|
||||
|
|
32
audio/trm/Makefile
Normal file
32
audio/trm/Makefile
Normal file
|
@ -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>
|
1
audio/trm/distinfo
Normal file
1
audio/trm/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (trm-0.2.1.tar.gz) = 3f7e6c30cb91429313ca1a27df47e8bc
|
8
audio/trm/pkg-descr
Normal file
8
audio/trm/pkg-descr
Normal file
|
@ -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
|
1
audio/trm/pkg-plist
Normal file
1
audio/trm/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/trm
|
Loading…
Reference in a new issue