svn commit: r461868 - in head/audio: . moodbar
Jason E. Hale
jhale at FreeBSD.org
Thu Feb 15 08:51:06 UTC 2018
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 at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list