summaryrefslogtreecommitdiff
path: root/media-plugins/gmpc-mdcover
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-04 18:55:01 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-04 18:55:01 +0000
commit423d21dcfee183cc4b04d29c1621615e8c30f834 (patch)
tree23bd6110b9a77b8d679b5ab60fb7663b8627f698 /media-plugins/gmpc-mdcover
parent81e4fbcb846ed1cabdad699c0029b166dd7273b7 (diff)
gentoo resync : 04.01.2018
Diffstat (limited to 'media-plugins/gmpc-mdcover')
-rw-r--r--media-plugins/gmpc-mdcover/Manifest2
-rw-r--r--media-plugins/gmpc-mdcover/gmpc-mdcover-0.20.0.ebuild30
2 files changed, 18 insertions, 14 deletions
diff --git a/media-plugins/gmpc-mdcover/Manifest b/media-plugins/gmpc-mdcover/Manifest
index 4e4d2be29bc7..f9f12d0f3bbe 100644
--- a/media-plugins/gmpc-mdcover/Manifest
+++ b/media-plugins/gmpc-mdcover/Manifest
@@ -1,3 +1,3 @@
DIST gmpc-mdcover-0.20.0.tar.gz 305148 BLAKE2B 55ab8e2f13ea1dfc5b7fabef0b470f0c2daaad33d93c18540b106369cdc18b894ccc95a17e8c0006fdd0dd85167770ef2db93a3906f2cdfdf180f6b775cd9231 SHA512 303a4027c7796a3fa38a55643911f07b0aac4a5a66fc4a36120df9f820843705738727623ecfc9aa138b5456b0234577fdc1a60993e98745e63e2bf5c3a44ef0
-EBUILD gmpc-mdcover-0.20.0.ebuild 775 BLAKE2B 3eaada92454bbdba06a80bc4e7810a1bb1b8b7207f66b34daad0966ce69550cbba77cdb03cc4b00d27215b5cdfb3c12369c0c684372857c143ef8c3a8a416d0a SHA512 16a61cfdc86820453b38aa77ca7ea427c4c3713f49c630d2267cbadc452f91832c3c40b8d786ade4288564b29dc5c5c12b3abb5b9a9db8e0d884329513b191b5
+EBUILD gmpc-mdcover-0.20.0.ebuild 699 BLAKE2B 6bc90de5a3e819a4515def9ff809b52ecb05db450a01cdd5da8cdfebb34e48502d220aa09ba680fd6d03911b3b11934b8daa17998216f8506e9c2a9734371a07 SHA512 19edb39496bdf881f88703c6bc7509bb20663bc69f7b5ce3926e4bc3e6b3f0c577da4d337e8dfe75595ec3838c56d9aeb9135073024c87ba5a628f66caf39561
MISC metadata.xml 459 BLAKE2B 7b14c7455643e421429ce991bdc9ada5a47796464e6ecf703dc0638d81799c5c2e98872f2b293fde3ced390d1e23e8d9893ae1ceeb4257b97116328ec1dc4462 SHA512 b228fdd5151142acd2594595d1d6bf00851f147e814b253bbc21b90131dd5a42c86733fabb77dd2338d6302e1fef66febbcdaa41f90541ab4fab6d743c3f4ee9
diff --git a/media-plugins/gmpc-mdcover/gmpc-mdcover-0.20.0.ebuild b/media-plugins/gmpc-mdcover/gmpc-mdcover-0.20.0.ebuild
index cd59cfee0f9c..148b866d37b1 100644
--- a/media-plugins/gmpc-mdcover/gmpc-mdcover-0.20.0.ebuild
+++ b/media-plugins/gmpc-mdcover/gmpc-mdcover-0.20.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=3
+EAPI=6
-DESCRIPTION="This plugin fetches cover art, artist art, album and artist information from the file system"
+DESCRIPTION="Plugin for fetching cover art, artist art, album and artist information"
HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_MDCOVER"
SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
@@ -12,21 +12,25 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="nls"
-RDEPEND=">=media-sound/gmpc-${PV}
- dev-libs/libxml2
- || ( x11-libs/gdk-pixbuf:2[jpeg] x11-libs/gtk+:2[jpeg] )"
+RDEPEND="
+ >=media-sound/gmpc-${PV}
+ dev-libs/libxml2:=
+ || (
+ x11-libs/gdk-pixbuf:2[jpeg]
+ x11-libs/gtk+:2[jpeg]
+ )"
DEPEND="${RDEPEND}
virtual/pkgconfig
- nls? ( dev-util/intltool
- sys-devel/gettext )"
+ nls? (
+ dev-util/intltool
+ sys-devel/gettext
+ )"
src_configure() {
- econf \
- $(use_enable nls) \
- --disable-dependency-tracking
+ econf $(use_enable nls)
}
src_install() {
- emake DESTDIR="${D}" install || die
- find "${ED}" -name "*.la" -delete || die
+ default
+ find "${D}" -name '*.la' -delete || die
}