diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-11-18 18:24:34 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-11-18 18:24:34 +0000 |
commit | 5924026c26f39a187e8305d06442d8eabfa1d821 (patch) | |
tree | 351bc4308eab6f1a7dc4fcb3e94da2ab30b8ce5c /audio/deadbeef-mpris-plugin | |
parent | 3fe34cbcaba5d0df4c09e587920248fa1830ea19 (diff) | |
download | ports-5924026c26f39a187e8305d06442d8eabfa1d821.tar.gz ports-5924026c26f39a187e8305d06442d8eabfa1d821.zip |
Notes
Diffstat (limited to 'audio/deadbeef-mpris-plugin')
-rw-r--r-- | audio/deadbeef-mpris-plugin/Makefile | 26 | ||||
-rw-r--r-- | audio/deadbeef-mpris-plugin/distinfo | 2 | ||||
-rw-r--r-- | audio/deadbeef-mpris-plugin/pkg-descr | 10 | ||||
-rw-r--r-- | audio/deadbeef-mpris-plugin/pkg-plist | 5 |
4 files changed, 43 insertions, 0 deletions
diff --git a/audio/deadbeef-mpris-plugin/Makefile b/audio/deadbeef-mpris-plugin/Makefile new file mode 100644 index 000000000000..b5478d49eda9 --- /dev/null +++ b/audio/deadbeef-mpris-plugin/Makefile @@ -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> diff --git a/audio/deadbeef-mpris-plugin/distinfo b/audio/deadbeef-mpris-plugin/distinfo new file mode 100644 index 000000000000..af9e16585c9c --- /dev/null +++ b/audio/deadbeef-mpris-plugin/distinfo @@ -0,0 +1,2 @@ +SHA256 (deadbeef-mpris-plugin-2.1.2.tar.gz) = a09e2f912c68233e789098bc8fc0b36b885234e1a20d68a1f1200e0e72681ec5 +SIZE (deadbeef-mpris-plugin-2.1.2.tar.gz) = 355546 diff --git a/audio/deadbeef-mpris-plugin/pkg-descr b/audio/deadbeef-mpris-plugin/pkg-descr new file mode 100644 index 000000000000..12e664931f13 --- /dev/null +++ b/audio/deadbeef-mpris-plugin/pkg-descr @@ -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/ diff --git a/audio/deadbeef-mpris-plugin/pkg-plist b/audio/deadbeef-mpris-plugin/pkg-plist new file mode 100644 index 000000000000..67beda28064f --- /dev/null +++ b/audio/deadbeef-mpris-plugin/pkg-plist @@ -0,0 +1,5 @@ +lib/deadbeef/mpris.a +lib/deadbeef/mpris.la +lib/deadbeef/mpris.so +lib/deadbeef/mpris.so.0 +@dirrmtry lib/deadbeef |