mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
30 lines
536 B
Makefile
30 lines
536 B
Makefile
COMMENT= multi-format tools and Python module for ReplayGain
|
|
|
|
MODPY_DISTV= 1.1.1
|
|
DISTNAME= rgain3-${MODPY_DISTV}
|
|
EPOCH= 0
|
|
REVISION= 10
|
|
|
|
CATEGORIES= audio
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
BUILD_DEPENDS= textproc/py-docutils
|
|
|
|
RUN_DEPENDS= audio/py-mutagen \
|
|
devel/py-gobject3 \
|
|
multimedia/gstreamer1/core \
|
|
multimedia/gstreamer1/libav \
|
|
multimedia/gstreamer1/plugins-base \
|
|
multimedia/gstreamer1/plugins-good
|
|
|
|
TEST_DEPENDS= devel/py-test-cov
|
|
|
|
.include <bsd.port.mk>
|