From 6617e104ad14db37d25d6536ba71730cbb020ab0 Mon Sep 17 00:00:00 2001 From: "Jason E. Hale" Date: Thu, 15 Feb 2018 08:51:05 +0000 Subject: [PATCH] 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 --- audio/Makefile | 1 + audio/moodbar/Makefile | 26 ++++++++++++++++++++++++++ audio/moodbar/distinfo | 3 +++ audio/moodbar/pkg-descr | 8 ++++++++ 4 files changed, 38 insertions(+) create mode 100644 audio/moodbar/Makefile create mode 100644 audio/moodbar/distinfo create mode 100644 audio/moodbar/pkg-descr diff --git a/audio/Makefile b/audio/Makefile index b7e71ad1699f..1f1b01500567 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -511,6 +511,7 @@ SUBDIR += mma SUBDIR += moc SUBDIR += modplugplay + SUBDIR += moodbar SUBDIR += moony-lv2 SUBDIR += mous SUBDIR += mp-player diff --git a/audio/moodbar/Makefile b/audio/moodbar/Makefile new file mode 100644 index 000000000000..522c6540fc83 --- /dev/null +++ b/audio/moodbar/Makefile @@ -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 diff --git a/audio/moodbar/distinfo b/audio/moodbar/distinfo new file mode 100644 index 000000000000..8c391857fd56 --- /dev/null +++ b/audio/moodbar/distinfo @@ -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 diff --git a/audio/moodbar/pkg-descr b/audio/moodbar/pkg-descr new file mode 100644 index 000000000000..c4f048d54774 --- /dev/null +++ b/audio/moodbar/pkg-descr @@ -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