diff options
author | David Thiel <lx@FreeBSD.org> | 2007-04-09 21:15:05 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2007-04-09 21:15:05 +0000 |
commit | f6213a8e2c0ecd901a5dc8bfd6ee1bf66d1e9dee (patch) | |
tree | 7be3d8c77c7ceaa01c2e2ba367385c08119e16ba /audio/gstreamer-plugins-moodbar | |
parent | 28232193a82f4dba06e0e54147f1bf354990beee (diff) | |
download | ports-f6213a8e2c0ecd901a5dc8bfd6ee1bf66d1e9dee.tar.gz ports-f6213a8e2c0ecd901a5dc8bfd6ee1bf66d1e9dee.zip |
Notes
Diffstat (limited to 'audio/gstreamer-plugins-moodbar')
-rw-r--r-- | audio/gstreamer-plugins-moodbar/Makefile | 64 | ||||
-rw-r--r-- | audio/gstreamer-plugins-moodbar/distinfo | 3 | ||||
-rw-r--r-- | audio/gstreamer-plugins-moodbar/pkg-descr | 9 | ||||
-rw-r--r-- | audio/gstreamer-plugins-moodbar/pkg-message | 6 | ||||
-rw-r--r-- | audio/gstreamer-plugins-moodbar/pkg-plist | 4 |
5 files changed, 86 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-moodbar/Makefile b/audio/gstreamer-plugins-moodbar/Makefile new file mode 100644 index 000000000000..23e1583cd1b0 --- /dev/null +++ b/audio/gstreamer-plugins-moodbar/Makefile @@ -0,0 +1,64 @@ +# New ports collection makefile for: gstreamer-plugins-moodbar +# Date created: Sat Mar 24 17:20:02 YEKT 2007 +# Whom: Alexandr Bechikov <goo@t72.ru> +# +# $FreeBSD$ +# + +PORTNAME= gstreamer-plugins-moodbar +PORTVERSION= 0.1.2 +CATEGORIES= audio +MASTER_SITES= http://pwsp.net/~qbob/ +DISTNAME= moodbar-0.1.2 + +MAINTAINER= ports@FreeBSD.org +COMMENT= Shows the "moods" of audio tracks in Amarok + +RUN_DEPENDS= amarok>=1.4.4:${PORTSDIR}/audio/amarok +LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float + +USE_GSTREAMER= yes good +USE_GMAKE= yes +USE_AUTOTOOLS= libtool:15 +USE_LDCONFIG= yes + +OPTIONS= MP3 "mp3 files support" on \ + OGG "ogg files support" on \ + FLAC "flac files support" off \ + MP4 "mp4 files support" off \ + MUSEPACK "musepack files support" off \ + WMA "wma files support" off + +CONFIGURE_ARGS+=--with-plugindir=${PREFIX}/lib/gstreamer-${GST_VERSION} +PLIST_SUB+= VERSION="${GST_VERSION}" + +.include <bsd.port.pre.mk> + +.if defined(WITH_MP3) +USE_GSTREAMER+= mad +.endif + +.if defined(WITH_OGG) +USE_GSTREAMER+= vorbis ogg +.endif + +.if defined(WITH_FLAC) +USE_GSTREAMER+= flac +.endif + +.if defined(WITH_MP4) +USE_GSTREAMER+= faad bad +.endif + +.if defined(WITH_MUSEPACK) +USE_GSTREAMER+= musepack +.endif + +.if defined(WITH_WMA) +USE_GSTREAMER+= ffmpeg +.endif + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.post.mk> diff --git a/audio/gstreamer-plugins-moodbar/distinfo b/audio/gstreamer-plugins-moodbar/distinfo new file mode 100644 index 000000000000..563a1a1a8e47 --- /dev/null +++ b/audio/gstreamer-plugins-moodbar/distinfo @@ -0,0 +1,3 @@ +MD5 (moodbar-0.1.2.tar.gz) = 28c8eb65e83b30f71b84be4fab949360 +SHA256 (moodbar-0.1.2.tar.gz) = 3d53627c3d979636e98bbe1e745ed79e98f1238148ba4f8379819f9083b3d9c4 +SIZE (moodbar-0.1.2.tar.gz) = 327715 diff --git a/audio/gstreamer-plugins-moodbar/pkg-descr b/audio/gstreamer-plugins-moodbar/pkg-descr new file mode 100644 index 000000000000..411a636923dd --- /dev/null +++ b/audio/gstreamer-plugins-moodbar/pkg-descr @@ -0,0 +1,9 @@ + +From the Amarok wiki: +The moodbar officially returns as of Amarok 1.4.4! It shows +you the "mood" of a track, which you can then use to figure +out when something interesting happens in the song. + +http://amarok.kde.org/wiki/Moodbar + +WWW: http://pwsp.net/~qbob/ diff --git a/audio/gstreamer-plugins-moodbar/pkg-message b/audio/gstreamer-plugins-moodbar/pkg-message new file mode 100644 index 000000000000..d346392b1b83 --- /dev/null +++ b/audio/gstreamer-plugins-moodbar/pkg-message @@ -0,0 +1,6 @@ +=============================================================================== + +To enable the moodbar in Amarok, activate it in the Configuration +(Settings -> Configure Amarok -> General -> Components -> Use Moods). + +=============================================================================== diff --git a/audio/gstreamer-plugins-moodbar/pkg-plist b/audio/gstreamer-plugins-moodbar/pkg-plist new file mode 100644 index 000000000000..26341c2f42be --- /dev/null +++ b/audio/gstreamer-plugins-moodbar/pkg-plist @@ -0,0 +1,4 @@ +bin/moodbar +lib/gstreamer-%%VERSION%%/libmoodbar.a +lib/gstreamer-%%VERSION%%/libmoodbar.la +lib/gstreamer-%%VERSION%%/libmoodbar.so |