From owner-svn-ports-all@freebsd.org Thu Feb 15 08:51:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38B62F08DD8; Thu, 15 Feb 2018 08:51:06 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DFF5F6A75B; Thu, 15 Feb 2018 08:51:05 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C0AA51C888; Thu, 15 Feb 2018 08:51:05 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1F8p50Q079516; Thu, 15 Feb 2018 08:51:05 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1F8p5v7079512; Thu, 15 Feb 2018 08:51:05 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201802150851.w1F8p5v7079512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 15 Feb 2018 08:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461868 - in head/audio: . moodbar X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/audio: . moodbar X-SVN-Commit-Revision: 461868 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2018 08:51:06 -0000 Author: jhale Date: Thu Feb 15 08:51:05 2018 New Revision: 461868 URL: https://svnweb.freebsd.org/changeset/ports/461868 Log: New port: audio/moodbar Moodbar is a stand-alone moodbar file generator. These files can be used by audio players to display a visual representation or "mood" of an audio track. The original moodbar generator developed for Amarok has become abandonware. This is a new implementation based on GStreamer 1.x. WWW: https://github.com/exaile/moodbar Added: head/audio/moodbar/ head/audio/moodbar/Makefile (contents, props changed) head/audio/moodbar/distinfo (contents, props changed) head/audio/moodbar/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu Feb 15 08:50:44 2018 (r461867) +++ head/audio/Makefile Thu Feb 15 08:51:05 2018 (r461868) @@ -511,6 +511,7 @@ SUBDIR += mma SUBDIR += moc SUBDIR += modplugplay + SUBDIR += moodbar SUBDIR += moony-lv2 SUBDIR += mous SUBDIR += mp-player Added: head/audio/moodbar/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/moodbar/Makefile Thu Feb 15 08:51:05 2018 (r461868) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= moodbar +PORTVERSION= 0.0.1.20171217 +CATEGORIES= audio + +MAINTAINER= jhale@FreeBSD.org +COMMENT= Generates mood files from audio files + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libfftw3.so:math/fftw3 + +USES= compiler:c++14-lang meson pkgconfig + +USE_GITHUB= yes +GH_ACCOUNT= exaile +GH_TAGNAME= 5d31ce4 + +USE_GNOME= glib20 +USE_GSTREAMER1= yes good ogg vorbis + +PLIST_FILES= bin/moodbar + +.include Added: head/audio/moodbar/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/moodbar/distinfo Thu Feb 15 08:51:05 2018 (r461868) @@ -0,0 +1,3 @@ +TIMESTAMP = 1518629139 +SHA256 (exaile-moodbar-0.0.1.20171217-5d31ce4_GH0.tar.gz) = e7b5b90baf5505f0846062757825467f5dd25500c3d0dc3303de3fe342273dae +SIZE (exaile-moodbar-0.0.1.20171217-5d31ce4_GH0.tar.gz) = 23772 Added: head/audio/moodbar/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/moodbar/pkg-descr Thu Feb 15 08:51:05 2018 (r461868) @@ -0,0 +1,8 @@ +Moodbar is a stand-alone moodbar file generator. These files can +be used by audio players to display a visual representation or +"mood" of an audio track. + +The original moodbar generator developed for Amarok has become +abandonware. This is a new implementation based on GStreamer 1.x. + +WWW: https://github.com/exaile/moodbar