aboutsummaryrefslogtreecommitdiff
path: root/audio/moodbar/Makefile
blob: 9729ae95c1a7226d46f831c5e7084dbda9bcf9f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	moodbar
PORTVERSION=	1.3.0
CATEGORIES=	audio
MASTER_SITES=	https://github.com/exaile/${PORTNAME}/releases/download/v${PORTVERSION}/

MAINTAINER=	jhale@FreeBSD.org
COMMENT=	Generates mood files from audio files
WWW=		https://github.com/exaile/moodbar

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libfftw3.so:math/fftw3
TEST_DEPENDS=	${PYNUMPY}

USES=		compiler:c++17-lang gnome gstreamer meson pkgconfig python:test \
		shebangfix tar:xz
USE_GNOME=	glib20
USE_GSTREAMER=	good ogg vorbis

SHEBANG_FILES=	test.py

PLIST_FILES=	bin/moodbar

.include <bsd.port.mk>