From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 24 19:50:03 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E2E9016A404 for ; Sat, 24 Mar 2007 19:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C11D613C468 for ; Sat, 24 Mar 2007 19:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2OJo3ja006606 for ; Sat, 24 Mar 2007 19:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2OJo3Xc006605; Sat, 24 Mar 2007 19:50:03 GMT (envelope-from gnats) Resent-Date: Sat, 24 Mar 2007 19:50:03 GMT Resent-Message-Id: <200703241950.l2OJo3Xc006605@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Bechikov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D28DD16A403 for ; Sat, 24 Mar 2007 19:45:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id C359A13C480 for ; Sat, 24 Mar 2007 19:45:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l2OJjHGE021843 for ; Sat, 24 Mar 2007 19:45:17 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l2OJeGqQ021349; Sat, 24 Mar 2007 19:40:16 GMT (envelope-from nobody) Message-Id: <200703241940.l2OJeGqQ021349@www.freebsd.org> Date: Sat, 24 Mar 2007 19:40:16 GMT From: Alexander Bechikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/110773: [New Port] audio/gstreamer-plugins-moodbar (support "moods" for Amarok) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Mar 2007 19:50:04 -0000 >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 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@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 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 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: