diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/trm/DESCR | 5 | ||||
-rw-r--r-- | audio/trm/Makefile | 22 | ||||
-rw-r--r-- | audio/trm/PLIST | 2 | ||||
-rw-r--r-- | audio/trm/distinfo | 5 | ||||
-rw-r--r-- | audio/trm/patches/patch-aa | 13 |
5 files changed, 47 insertions, 0 deletions
diff --git a/audio/trm/DESCR b/audio/trm/DESCR new file mode 100644 index 00000000000..016d5fb6b6d --- /dev/null +++ b/audio/trm/DESCR @@ -0,0 +1,5 @@ +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. +The developer library provides developers with the functionality to generate +TRM ids from Wav, MP3, and Ogg Vorbis files. diff --git a/audio/trm/Makefile b/audio/trm/Makefile new file mode 100644 index 00000000000..612ef5ebbf6 --- /dev/null +++ b/audio/trm/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/09 00:17:05 chris Exp $ + +DISTNAME= trm-0.2.1 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ + +MAINTAINER= chris@NetBSD.org +HOMEPAGE= http://www.musicbrainz.org/products/trmgen/download.html +COMMENT= Accoustic signature generator + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +GNU_CONFIGURE= YES + +.include "../../audio/libmad/buildlink3.mk" +.include "../../audio/musicbrainz/buildlink3.mk" +.include "../../audio/libogg/buildlink3.mk" +.include "../../audio/libvorbis/buildlink3.mk" +.include "../../audio/id3lib/buildlink3.mk" +.include "../../mk/bsd.prefs.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/trm/PLIST b/audio/trm/PLIST new file mode 100644 index 00000000000..eb96903b55f --- /dev/null +++ b/audio/trm/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/09 00:17:06 chris Exp $ +bin/trm diff --git a/audio/trm/distinfo b/audio/trm/distinfo new file mode 100644 index 00000000000..5cb15e15d36 --- /dev/null +++ b/audio/trm/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/09 00:17:06 chris Exp $ + +SHA1 (trm-0.2.1.tar.gz) = ea032c38ca83266026e0c10919749814282994e9 +Size (trm-0.2.1.tar.gz) = 131349 bytes +SHA1 (patch-aa) = 1480923a665709778abd63af37cd85ff5f492e1e diff --git a/audio/trm/patches/patch-aa b/audio/trm/patches/patch-aa new file mode 100644 index 00000000000..59e6909ba42 --- /dev/null +++ b/audio/trm/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/02/09 00:17:06 chris Exp $ + +--- configure.orig 2004-02-07 22:39:42.000000000 +0000 ++++ configure 2004-02-07 22:39:57.000000000 +0000 +@@ -3192,7 +3192,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lmusicbrainz -ldl $LIBS" ++LIBS="-lmusicbrainz $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + #include "confdefs.h" |