freebsd-ports/multimedia/quodlibet/Makefile
Fernando Apesteguía 2f29ab5e28 multimedia/quodlibet re-add with latest version 4.3.0
Repo-copied from @548979.

PR was filed just the day after the port was deleted. The new version works fine
with modern versions of Python. Builds in {11.4,12.1}[amd64,i386] and 13-current
amd64. Run tested fine in 12.1 amd64.

Submitter claims maintainership (already maintaininer for multimedia/playerctl).

ChangeLog: https://quodlibet.readthedocs.io/en/latest/changelog.html#release-4-3-0

PR:	249483
Submitted by:	aly@aaronly.me (maintainer)
2020-10-19 06:46:24 +00:00

38 lines
1.1 KiB
Makefile

# Created by: Byung-Hee HWANG <bh@izb.knu.ac.kr>
# $FreeBSD$
PORTNAME= quodlibet
DISTVERSION= 4.3.0
CATEGORIES= multimedia audio python
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${DISTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= aly@aaronly.me
COMMENT= Music library/editor/player written in Python
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}feedparser>0:textproc/py-feedparser@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mutagen>=1.34:audio/py-mutagen@${PY_FLAVOR} \
${LOCALBASE}/libexec/notification-daemon:deskutils/notification-daemon
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup
USES= desktop-file-utils gettext gnome python:3.6+ shebangfix
SHEBANG_FILES= exfalso.py operon.py quodlibet.py
USE_PYTHON= distutils autoplist
USE_GNOME= gtk30 pygobject3
USE_GSTREAMER1= good
NO_ARCH= yes
CONFLICTS_INSTALL= ${PORTNAME}
OPTIONS_DEFINE= PULSEAUDIO
PULSEAUDIO_DESC= Support PulseAudio
PULSEAUDIO_USE= GSTREAMER1=pulse
.include <bsd.port.mk>