1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

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
This commit is contained in:
Jason E. Hale 2018-02-15 08:51:05 +00:00
parent 2bc9849b64
commit 6617e104ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461868
4 changed files with 38 additions and 0 deletions

View File

@ -511,6 +511,7 @@
SUBDIR += mma
SUBDIR += moc
SUBDIR += modplugplay
SUBDIR += moodbar
SUBDIR += moony-lv2
SUBDIR += mous
SUBDIR += mp-player

26
audio/moodbar/Makefile Normal file
View File

@ -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 <bsd.port.mk>

3
audio/moodbar/distinfo Normal file
View File

@ -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

8
audio/moodbar/pkg-descr Normal file
View File

@ -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