diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-05-16 10:26:03 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-05-16 10:26:03 +0000 |
commit | b4713607615e60a7c68a6d3830932d9a60cd469a (patch) | |
tree | ab20f334c9969f81f3b57c992c4b89539d9ad1d0 /audio | |
parent | 0a26792c3c45799ed7450667950e12cd9c1bb225 (diff) | |
download | ports-b4713607615e60a7c68a6d3830932d9a60cd469a.tar.gz ports-b4713607615e60a7c68a6d3830932d9a60cd469a.zip |
Remove expired ports:
2016-05-15 lang/gcc-aux: Use newer lang/gcc5-aux or lang/gcc6-aux compilers instead
2016-05-16 audio/deadbeef-mpris-plugin: Abandonware; use `audio/deadbeef-mpris2-plugin' instead
Notes
Notes:
svn path=/head/; revision=415316
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/deadbeef-mpris-plugin/Makefile | 33 | ||||
-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 | 4 |
5 files changed, 0 insertions, 50 deletions
diff --git a/audio/Makefile b/audio/Makefile index 578c0c4a9041..cca4d2081d69 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -91,7 +91,6 @@ SUBDIR += dcd SUBDIR += deadbeef SUBDIR += deadbeef-jack-plugin - SUBDIR += deadbeef-mpris-plugin SUBDIR += deadbeef-mpris2-plugin SUBDIR += deadbeef-musical-spectrum-plugin SUBDIR += deadbeef-playback-status-plugin diff --git a/audio/deadbeef-mpris-plugin/Makefile b/audio/deadbeef-mpris-plugin/Makefile deleted file mode 100644 index 991a40854db0..000000000000 --- a/audio/deadbeef-mpris-plugin/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= deadbeef-mpris-plugin -PORTVERSION= 2.1.3 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= danfe@FreeBSD.org -COMMENT= MPRIS plugin for DeaDBeeF music player - -LICENSE= GPLv3 - -BROKEN= does not work with recent versions of glib and/or DeaDBeeF -DEPRECATED= Abandonware; use `audio/deadbeef-mpris2-plugin' instead -EXPIRATION_DATE= 2016-05-16 - -BUILD_DEPENDS= ${LOCALBASE}/include/deadbeef/deadbeef.h:audio/deadbeef -RUN_DEPENDS:= ${BUILD_DEPENDS} - -GNU_CONFIGURE= yes -USE_GNOME= glib20 -USES= pkgconfig libtool -INSTALL_TARGET= install-strip - -WRKSRC= ${WRKDIR}/deadbeef-${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/Makefile.in \ - ${WRKSRC}/test/Makefile.in - -.include <bsd.port.mk> diff --git a/audio/deadbeef-mpris-plugin/distinfo b/audio/deadbeef-mpris-plugin/distinfo deleted file mode 100644 index 003a8af64cbc..000000000000 --- a/audio/deadbeef-mpris-plugin/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (deadbeef-mpris-plugin-2.1.3.tar.gz) = 22683ca508072e44e8e489c894e2cb22b3aa0475fdd312d2ef88f4dad4317e4f -SIZE (deadbeef-mpris-plugin-2.1.3.tar.gz) = 354177 diff --git a/audio/deadbeef-mpris-plugin/pkg-descr b/audio/deadbeef-mpris-plugin/pkg-descr deleted file mode 100644 index b6575899ab43..000000000000 --- a/audio/deadbeef-mpris-plugin/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -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 deleted file mode 100644 index 66114abf5b69..000000000000 --- a/audio/deadbeef-mpris-plugin/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/deadbeef/mpris.a -lib/deadbeef/mpris.so -lib/deadbeef/mpris.so.0 -lib/deadbeef/mpris.so.0.0.0 |