ports/110773: [New Port] audio/gstreamer-plugins-moodbar (support "moods" for Amarok)

Alexander Bechikov goo at t72.ru
Sat Mar 24 19:50:04 UTC 2007


>Number:         110773
>Category:       ports
>Synopsis:       [New Port] audio/gstreamer-plugins-moodbar (support "moods" for Amarok)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 24 19:50:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Bechikov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
>Description:
>From README:
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).


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	gstreamer-plugins-moodbar
#	gstreamer-plugins-moodbar/Makefile
#	gstreamer-plugins-moodbar/distinfo
#	gstreamer-plugins-moodbar/pkg-descr
#	gstreamer-plugins-moodbar/pkg-plist
#	gstreamer-plugins-moodbar/pkg-message
#
echo c - gstreamer-plugins-moodbar
mkdir -p gstreamer-plugins-moodbar > /dev/null 2>&1
echo x - gstreamer-plugins-moodbar/Makefile
sed 's/^X//' >gstreamer-plugins-moodbar/Makefile << 'END-of-gstreamer-plugins-moodbar/Makefile'
X# New ports collection makefile for:	moodbar
X# Date created:			Sat Mar 24 17:20:02 YEKT 2007
X# Whom:				Alexandr Bechikov <goo at t72.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gstreamer-plugins-moodbar
XPORTVERSION=	0.1.2
XCATEGORIES=	audio kde
XMASTER_SITES=	http://pwsp.net/~qbob/
XDISTNAME=	moodbar-0.1.2
X
XMAINTAINER=	ports at FreeBSD.org
XCOMMENT=	Shows the "moods" of audio tracks in Amarok
X
XRUN_DEPENDS=    amarok-1.4.4:${PORTSDIR}/audio/amarok
XLIB_DEPENDS=	fftw3f:${PORTSDIR}/math/fftw3-float
X
XUSE_GSTREAMER=	yes good
XUSE_GMAKE=	yes
XUSE_AUTOTOOLS=	libtool:15
X
XOPTIONS=	MP3 "mp3 files support" on \
X		OGG "ogg files support" on \
X		FLAC "flac files support" off \
X		MP4 "mp4 files support" off \
X		MUSEPACK "musepack files support" off \
X		WMA "wma files support" off
X
XCONFIGURE_ARGS+=--with-plugindir=${PREFIX}/lib/gstreamer-${GST_VERSION}
XPLIST_SUB+=	VERSION="${GST_VERSION}"
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_MP3)
XUSE_GSTREAMER+=	mad
X.endif
X
X.if defined(WITH_OGG)
XUSE_GSTREAMER+=	vorbis ogg
X.endif
X
X.if defined(WITH_FLAC)
XUSE_GSTREAMER+=	flac
X.endif
X
X.if defined(WITH_MP4)
XUSE_GSTREAMER+=	faad bad
X.endif
X
X.if defined(WITH_MUSEPACK)
XUSE_GSTREAMER+=	musepack
X.endif
X
X.if defined(WITH_WMA)
XUSE_GSTREAMER+=	ffmpeg
X.endif
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.post.mk>
END-of-gstreamer-plugins-moodbar/Makefile
echo x - gstreamer-plugins-moodbar/distinfo
sed 's/^X//' >gstreamer-plugins-moodbar/distinfo << 'END-of-gstreamer-plugins-moodbar/distinfo'
XMD5 (moodbar-0.1.2.tar.gz) = 28c8eb65e83b30f71b84be4fab949360
XSHA256 (moodbar-0.1.2.tar.gz) = 3d53627c3d979636e98bbe1e745ed79e98f1238148ba4f8379819f9083b3d9c4
XSIZE (moodbar-0.1.2.tar.gz) = 327715
END-of-gstreamer-plugins-moodbar/distinfo
echo x - gstreamer-plugins-moodbar/pkg-descr
sed 's/^X//' >gstreamer-plugins-moodbar/pkg-descr << 'END-of-gstreamer-plugins-moodbar/pkg-descr'
X
XFrom the Amarok wiki:
XThe moodbar officially returns as of Amarok 1.4.4! It shows
Xyou the "mood" of a track, which you can then use to figure
Xout when something interesting happens in the song.
X
Xhttp://amarok.kde.org/wiki/Moodbar
X
XWWW: http://pwsp.net/~qbob/
END-of-gstreamer-plugins-moodbar/pkg-descr
echo x - gstreamer-plugins-moodbar/pkg-plist
sed 's/^X//' >gstreamer-plugins-moodbar/pkg-plist << 'END-of-gstreamer-plugins-moodbar/pkg-plist'
Xbin/moodbar
Xlib/gstreamer-%%VERSION%%/libmoodbar.a
Xlib/gstreamer-%%VERSION%%/libmoodbar.la
Xlib/gstreamer-%%VERSION%%/libmoodbar.so
END-of-gstreamer-plugins-moodbar/pkg-plist
echo x - gstreamer-plugins-moodbar/pkg-message
sed 's/^X//' >gstreamer-plugins-moodbar/pkg-message << 'END-of-gstreamer-plugins-moodbar/pkg-message'
X===============================================================================
X
XTo enable the moodbar in Amarok, activate it in the Configuration
X(Settings -> Configure Amarok -> General -> Components -> Use Moods).
X
X===============================================================================
END-of-gstreamer-plugins-moodbar/pkg-message
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list