diff options
author | 2017-02-25 19:49:28 +0100 | |
---|---|---|
committer | 2017-02-26 12:58:56 +0100 | |
commit | 09222bd0523d448c79f1434b042f55e440097adf (patch) | |
tree | 899893b57e6ed056d7eb0f4350388ccbedbc6b90 /app-leechcraft/lc-musiczombie | |
parent | profiles/arch/hppa: Mask USE=libsecret for dev-vcs/git. (diff) | |
download | gentoo-09222bd0523d448c79f1434b042f55e440097adf.tar.gz gentoo-09222bd0523d448c79f1434b042f55e440097adf.tar.bz2 gentoo-09222bd0523d448c79f1434b042f55e440097adf.zip |
app-leechcraft: use Qt5, modernize the eclass and ebuilds
Closes: https://github.com/gentoo/gentoo/pull/4079
Diffstat (limited to 'app-leechcraft/lc-musiczombie')
-rw-r--r-- | app-leechcraft/lc-musiczombie/lc-musiczombie-9999.ebuild | 15 | ||||
-rw-r--r-- | app-leechcraft/lc-musiczombie/metadata.xml | 8 |
2 files changed, 16 insertions, 7 deletions
diff --git a/app-leechcraft/lc-musiczombie/lc-musiczombie-9999.ebuild b/app-leechcraft/lc-musiczombie/lc-musiczombie-9999.ebuild index 0b3eb438ceeb..e199fc5b5a66 100644 --- a/app-leechcraft/lc-musiczombie/lc-musiczombie-9999.ebuild +++ b/app-leechcraft/lc-musiczombie/lc-musiczombie-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI=6 inherit leechcraft @@ -13,12 +13,17 @@ KEYWORDS="" IUSE="debug acoustid" DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + dev-qt/qtconcurrent:5 + dev-qt/qtnetwork:5 + dev-qt/qtxml:5 acoustid? ( media-libs/chromaprint )" RDEPEND="${DEPEND}" src_configure() { - local mycmakeargs=" - $(cmake-utils_use_with acoustid MUSICZOMBIE_CHROMAPRINT) - " + local mycmakeargs=( + -DWITH_MUSICZOMBIE_CHROMAPRINT=$(usex acoustid) + ) cmake-utils_src_configure } diff --git a/app-leechcraft/lc-musiczombie/metadata.xml b/app-leechcraft/lc-musiczombie/metadata.xml index a123d3910ca0..b5bf77f94436 100644 --- a/app-leechcraft/lc-musiczombie/metadata.xml +++ b/app-leechcraft/lc-musiczombie/metadata.xml @@ -1,9 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="person"> + <email>0xd34df00d@gmail.com</email> + <name>Georg Rudoy</name> + </maintainer> <maintainer type="project"> - <email>leechcraft@gentoo.org</email> - <name>LeechCraft</name> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> </maintainer> <use> <flag name="acoustid">Use <pkg>media-libs/chromaprint</pkg> for acoustic fingerprinting</flag> |