0f1cc5bd19
music player. Original MPRIS plugin (`audio/deadbeef-mpris-plugin') does not work anymore and seems to be orphaned. Original plugin supported MPRISv1 and MPRISv2; this plugin only supports version two. WWW: https://github.com/Serranya/deadbeef-mpris2-plugin
26 lines
554 B
Makefile
26 lines
554 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= deadbeef-mpris2-plugin
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.8
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= MPRIS protocol version 2 plugin for DeaDBeeF music player
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/deadbeef/deadbeef.h:${PORTSDIR}/audio/deadbeef
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Serranya
|
|
|
|
USES= autoreconf libtool pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20
|
|
|
|
PLIST_FILES= lib/deadbeef/mpris.so
|
|
|
|
.include <bsd.port.mk>
|