pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/trm Initial import of trm, a utility for creatin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0a8e33819bc8
branches: trunk
changeset: 467944:0a8e33819bc8
user: chris <chris%pkgsrc.org@localhost>
date: Mon Feb 09 00:17:05 2004 +0000
description:
Initial import of trm, a utility for creating accoustic signatures for use
with musicbrainz.
diffstat:
audio/trm/DESCR | 5 +++++
audio/trm/Makefile | 22 ++++++++++++++++++++++
audio/trm/PLIST | 2 ++
audio/trm/distinfo | 5 +++++
audio/trm/patches/patch-aa | 13 +++++++++++++
5 files changed, 47 insertions(+), 0 deletions(-)
diffs (67 lines):
diff -r 29fe1ae036a2 -r 0a8e33819bc8 audio/trm/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/trm/DESCR Mon Feb 09 00:17:05 2004 +0000
@@ -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 -r 29fe1ae036a2 -r 0a8e33819bc8 audio/trm/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/trm/Makefile Mon Feb 09 00:17:05 2004 +0000
@@ -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@localhost
+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 -r 29fe1ae036a2 -r 0a8e33819bc8 audio/trm/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/trm/PLIST Mon Feb 09 00:17:05 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/09 00:17:06 chris Exp $
+bin/trm
diff -r 29fe1ae036a2 -r 0a8e33819bc8 audio/trm/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/trm/distinfo Mon Feb 09 00:17:05 2004 +0000
@@ -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 -r 29fe1ae036a2 -r 0a8e33819bc8 audio/trm/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/trm/patches/patch-aa Mon Feb 09 00:17:05 2004 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index