From 41ceb68e65f403fd08d0734c53c7f4e5f06bc265 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 15 Feb 2010 17:16:13 +0000 Subject: Initial import of moodbar-0.1.2: The Moodbar is an algorithm for creating a colorful visual representation of the contents of an audio file, giving an idea of its "mood" (this is a rather fanciful term for the simple analysis it actually does). The Moodbar was invented by Gavin Wood and Simon O'Keefe for inclusion in the Amarok music player. This package contains a GStreamer plugin with elements that are used in the moodbar analysis, and an application that actually does the analysis. --- audio/moodbar/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 audio/moodbar/Makefile (limited to 'audio/moodbar/Makefile') diff --git a/audio/moodbar/Makefile b/audio/moodbar/Makefile new file mode 100644 index 00000000000..afdf845ad7c --- /dev/null +++ b/audio/moodbar/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/15 17:16:13 wiz Exp $ +# + +DISTNAME= moodbar-0.1.2 +CATEGORIES= audio +MASTER_SITES= http://pwsp.net/~qbob/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://amarok.kde.org/wiki/Moodbar +COMMENT= Tool to show the "mood" of a track +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +.include "../../math/fftwf/buildlink3.mk" +.include "../../multimedia/gstreamer0.10/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3