Update audio/qjackctl to version 0.6.2
[dports.git] / audio / moodbar / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       moodbar
4 PORTVERSION=    1.1
5 PORTREVISION=   2
6 CATEGORIES=     audio
7 MASTER_SITES=   https://github.com/exaile/${PORTNAME}/releases/download/v${PORTVERSION}/
8
9 MAINTAINER=     jhale@FreeBSD.org
10 COMMENT=        Generates mood files from audio files
11
12 LICENSE=        GPLv3+
13 LICENSE_FILE=   ${WRKSRC}/COPYING
14
15 LIB_DEPENDS=    libfftw3.so:math/fftw3
16 TEST_DEPENDS=   ${PYNUMPY}
17
18 USES=           compiler:c++14-lang gnome meson pkgconfig python:3.5+,test \
19                 shebangfix tar:xz
20 USE_GNOME=      glib20
21 USE_GSTREAMER1= yes good ogg vorbis
22
23 PLIST_FILES=    bin/moodbar
24 SHEBANG_FILES=  test.py
25
26 .include <bsd.port.mk>