Remove two plugins that are not supported any longer with gmpc-11.8.16.

This commit is contained in:
wiz 2013-10-02 11:23:46 +00:00
parent 6dbdcc5dd5
commit 8be7187bf4
10 changed files with 4 additions and 67 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.488 2013/08/21 15:28:03 drochner Exp $
# $NetBSD: Makefile,v 1.489 2013/10/02 11:23:46 wiz Exp $
#
COMMENT= Audio tools
@ -129,11 +129,9 @@ SUBDIR+= glurp
SUBDIR+= gmp3info
SUBDIR+= gmpc
SUBDIR+= gmpc-albumview
SUBDIR+= gmpc-lastfm
SUBDIR+= gmpc-lyrics
SUBDIR+= gmpc-lyricwiki
SUBDIR+= gmpc-magnatune
SUBDIR+= gmpc-mdcover
SUBDIR+= gmpc-tagedit
SUBDIR+= gnome-audio
SUBDIR+= gnome-speech

View file

@ -1 +0,0 @@
A GMPC plugin that fetches cover art and artist images from last.fm.

View file

@ -1,20 +0,0 @@
# $NetBSD: Makefile,v 1.17 2013/09/02 19:50:53 adam Exp $
#
DISTNAME= gmpc-last-fm-0.20.0
PKGREVISION= 14
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/0.20.0/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gmpc.wikia.com/wiki/Last.fm
COMMENT= GMPC plugin for fetching cover and artist art from last.fm
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= intltool pkg-config msgfmt
.include "../../audio/gmpc/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,2 +0,0 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/27 16:44:40 wiz Exp $
lib/gmpc/plugins/lastfmplugin.la

View file

@ -1,5 +0,0 @@
$NetBSD: distinfo,v 1.1.1.1 2011/02/27 16:44:40 wiz Exp $
SHA1 (gmpc-last-fm-0.20.0.tar.gz) = 9b262aa3ecd9b4b0faa077217442dcc79c841c13
RMD160 (gmpc-last-fm-0.20.0.tar.gz) = fc6c129de2546fb19d13af7354b2496d1f9d5dd1
Size (gmpc-last-fm-0.20.0.tar.gz) = 309397 bytes

View file

@ -1,8 +0,0 @@
Mdcover plugin is a for gmpc. It looks in the location where the
music file is located to collect metadata. It looks for:
* Cover art
* Artist Art
* Biography
* Album information
* Lyrics

View file

@ -1,20 +0,0 @@
# $NetBSD: Makefile,v 1.17 2013/09/02 19:50:53 adam Exp $
#
DISTNAME= gmpc-mdcover-0.20.0
PKGREVISION= 14
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/0.20.0/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gmpc.wikia.com/wiki/GMPC_PLUGIN_MDCOVER
COMMENT= GMPC plugin that provides metadata from the local music collection
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= intltool pkg-config msgfmt
.include "../../audio/gmpc/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,2 +0,0 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/27 16:29:28 wiz Exp $
lib/gmpc/plugins/mdcaplugin.la

View file

@ -1,5 +0,0 @@
$NetBSD: distinfo,v 1.1.1.1 2011/02/27 16:29:28 wiz Exp $
SHA1 (gmpc-mdcover-0.20.0.tar.gz) = 1c2c29a0332ac8b6a5bd0f71ea21623de9324d5c
RMD160 (gmpc-mdcover-0.20.0.tar.gz) = 07a5579c17fa0c9126dfc13ba8a3010a14e453f9
Size (gmpc-mdcover-0.20.0.tar.gz) = 305148 bytes

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2013,v 1.3657 2013/10/02 11:19:17 wiz Exp $
$NetBSD: CHANGES-2013,v 1.3658 2013/10/02 11:23:46 wiz Exp $
Changes to the packages collection and infrastructure in 2013:
@ -5130,3 +5130,5 @@ Changes to the packages collection and infrastructure in 2013:
Updated audio/gmpc-lyrics to 11.8.16 [wiz 2013-10-02]
Updated audio/gmpc-lyricwiki to 11.8.16 [wiz 2013-10-02]
Updated audio/gmpc-magnatune to 11.8.16 [wiz 2013-10-02]
Removed audio/gmpc-lastfm [wiz 2013-10-02]
Removed audio/gmpc-mdcover [wiz 2013-10-02]