mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
1bf9457272
With hat: portmgr Originally submitted by: kai
46 lines
1.4 KiB
Makefile
46 lines
1.4 KiB
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lollypop
|
|
DISTVERSION= 1.0.12
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= greg@unrelenting.technology
|
|
COMMENT= Play and organize your music collection
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
itstool:textproc/itstool
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.8:databases/py-sqlite3@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}dbus>=1.1.1:devel/py-dbus@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}gstreamer1>=1.4.0:multimedia/py-gstreamer1@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pylast>=1.4.0:audio/py-pylast@${PY_FLAVOR} \
|
|
${PY_PILLOW}
|
|
LIB_DEPENDS= libnotify.so:devel/libnotify \
|
|
libappstream-glib.so:devel/appstream-glib \
|
|
libtotem-plparser.so:multimedia/totem-pl-parser
|
|
|
|
USES= python:3.5+ pkgconfig gnome gettext meson shebangfix sqlite desktop-file-utils
|
|
USE_GITLAB= yes
|
|
GL_SITE= https://gitlab.gnome.org
|
|
GL_ACCOUNT= World
|
|
GL_COMMIT= fdcb83e6a3dbd7afa9c479490d124d6603dbc7df
|
|
GL_TUPLE= gnumdk:lollypop-po:7dd29b33dbd6f976f4d376a32851fe8abbda2949:po/subprojects/po
|
|
USE_GNOME= glib20 gtk30 pygobject3 introspection:build intltool intlhack
|
|
USE_GSTREAMER1= yes mpg123 ogg flac opus libav faad good speex
|
|
USE_PYTHON= py3kplist
|
|
INSTALLS_ICONS= yes
|
|
|
|
SHEBANG_FILES= lollypop/*.py meson_post_install.py
|
|
|
|
GLIB_SCHEMAS= org.gnome.Lollypop.gschema.xml
|
|
|
|
OPTIONS_DEFINE= PULSEAUDIO
|
|
PULSEAUDIO_USE= gstreamer1=pulse
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|