summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2010-02-15 17:16:13 +0000
committerwiz <wiz>2010-02-15 17:16:13 +0000
commit689fdb50fb918aaad883f4e61814d89e53cf0a19 (patch)
tree9d442bfd956b382e15eb2f43eca5f867eeaad7fc
parent5061ae4723617556532d1184b0000798a0a59feb (diff)
downloadpkgsrc-689fdb50fb918aaad883f4e61814d89e53cf0a19.tar.gz
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.
-rw-r--r--audio/moodbar/DESCR9
-rw-r--r--audio/moodbar/Makefile21
-rw-r--r--audio/moodbar/PLIST3
-rw-r--r--audio/moodbar/distinfo5
4 files changed, 38 insertions, 0 deletions
diff --git a/audio/moodbar/DESCR b/audio/moodbar/DESCR
new file mode 100644
index 00000000000..b5646782df6
--- /dev/null
+++ b/audio/moodbar/DESCR
@@ -0,0 +1,9 @@
+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.
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"
diff --git a/audio/moodbar/PLIST b/audio/moodbar/PLIST
new file mode 100644
index 00000000000..1a744894e31
--- /dev/null
+++ b/audio/moodbar/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/15 17:16:13 wiz Exp $
+bin/moodbar
+lib/gstreamer-0.10/libmoodbar.la
diff --git a/audio/moodbar/distinfo b/audio/moodbar/distinfo
new file mode 100644
index 00000000000..10c0c8e11e1
--- /dev/null
+++ b/audio/moodbar/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/02/15 17:16:13 wiz Exp $
+
+SHA1 (moodbar-0.1.2.tar.gz) = cd7bd8243aa432100694c5d09ab67b78bbfe1d74
+RMD160 (moodbar-0.1.2.tar.gz) = 240d9ad764bbcd95e886fd1de3169d3a0395a674
+Size (moodbar-0.1.2.tar.gz) = 327715 bytes