mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
A port of MPRIS (Media Player Remote Interfacing Specification) plugin for
DeaDBeeF music player. Feature safe: yes
This commit is contained in:
parent
3fe34cbcab
commit
5924026c26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286021
@ -119,6 +119,7 @@
|
||||
SUBDIR += darkice
|
||||
SUBDIR += dcd
|
||||
SUBDIR += deadbeef
|
||||
SUBDIR += deadbeef-mpris-plugin
|
||||
SUBDIR += decibel-audio-player
|
||||
SUBDIR += dekagen
|
||||
SUBDIR += denemo
|
||||
|
26
audio/deadbeef-mpris-plugin/Makefile
Normal file
26
audio/deadbeef-mpris-plugin/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: DeaDBeeF MPRIS plugin
|
||||
# Date created: 18 Nov 2011
|
||||
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= deadbeef-mpris-plugin
|
||||
PORTVERSION= 2.1.2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= The MPRIS plugin for DeaDBeeF music player
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/deadbeef/deadbeef.h:${PORTSDIR}/audio/deadbeef
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib20
|
||||
|
||||
WRKSRC= ${WRKDIR}/deadbeef-${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/deadbeef-mpris-plugin/distinfo
Normal file
2
audio/deadbeef-mpris-plugin/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (deadbeef-mpris-plugin-2.1.2.tar.gz) = a09e2f912c68233e789098bc8fc0b36b885234e1a20d68a1f1200e0e72681ec5
|
||||
SIZE (deadbeef-mpris-plugin-2.1.2.tar.gz) = 355546
|
10
audio/deadbeef-mpris-plugin/pkg-descr
Normal file
10
audio/deadbeef-mpris-plugin/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
This is MPRIS (Media Player Remote Interfacing Specification) plugin for
|
||||
DeaDBeeF music player.
|
||||
|
||||
The Media Player Remote Interfacing Specification is a standard D-Bus
|
||||
interface which aims to provide a common programmatic API for controlling
|
||||
media players. It provides a mechanism for compliant media players
|
||||
discovery, basic playback and media player state control as well as a
|
||||
tracklist interface which is used to add context to the current item.
|
||||
|
||||
WWW: http://code.google.com/p/deadbeef-mpris-plugin/
|
5
audio/deadbeef-mpris-plugin/pkg-plist
Normal file
5
audio/deadbeef-mpris-plugin/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/deadbeef/mpris.a
|
||||
lib/deadbeef/mpris.la
|
||||
lib/deadbeef/mpris.so
|
||||
lib/deadbeef/mpris.so.0
|
||||
@dirrmtry lib/deadbeef
|
Loading…
Reference in New Issue
Block a user