freebsd-ports/audio/moodbar/Makefile
Jason E. Hale be620fdff7 audio/moodbar: Update to 1.1
- Use release file instead of git archive
- Add regression tests
- Add USES=gnome to silence sanity check
2018-10-26 16:03:12 +00:00

25 lines
558 B
Makefile

# $FreeBSD$
PORTNAME= moodbar
PORTVERSION= 1.1
CATEGORIES= audio
MASTER_SITES= https://github.com/exaile/${PORTNAME}/releases/download/v${PORTVERSION}/
MAINTAINER= jhale@FreeBSD.org
COMMENT= Generates mood files from audio files
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfftw3.so:math/fftw3
TEST_DEPENDS= ${PYNUMPY}
USES= compiler:c++14-lang gnome meson pkgconfig python:3.5+,test \
shebangfix tar:xz
USE_GNOME= glib20
USE_GSTREAMER1= yes good ogg vorbis
PLIST_FILES= bin/moodbar
SHEBANG_FILES= test.py
.include <bsd.port.mk>