From 72fd2b48b7154274a1d2009cdaab54e7f49fb3aa Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 28 Dec 2024 06:30:54 +0000 Subject: gentoo auto-resync : 28:12:2024 - 06:30:54 --- media-sound/coquillo/Manifest | 3 +- media-sound/coquillo/coquillo-2.0.1-r1.ebuild | 39 ++++++++++++++++++++++ media-sound/coquillo/coquillo-2.0.1.ebuild | 37 -------------------- .../files/coquillo-2.0.1-fix-build-taglib2.patch | 9 +++++ 4 files changed, 50 insertions(+), 38 deletions(-) create mode 100644 media-sound/coquillo/coquillo-2.0.1-r1.ebuild delete mode 100644 media-sound/coquillo/coquillo-2.0.1.ebuild create mode 100644 media-sound/coquillo/files/coquillo-2.0.1-fix-build-taglib2.patch (limited to 'media-sound/coquillo') diff --git a/media-sound/coquillo/Manifest b/media-sound/coquillo/Manifest index 8865590b0eee..9e7eb726ba5e 100644 --- a/media-sound/coquillo/Manifest +++ b/media-sound/coquillo/Manifest @@ -1,3 +1,4 @@ +AUX coquillo-2.0.1-fix-build-taglib2.patch 253 BLAKE2B 4827e8f69e10825d2a2a268efff848c59cc982893d45d4d4acf786bd7756788c6c091f43c81e8349d018cc408999538f752b8a9ef7b7774713249ef1c9175e7a SHA512 c3a7f982e2b0e6002290a38e1bfaf2a93880caacaf288474d985116dfca558128e4377388a5b1cb732e8addf4358a5bb7740950b5d1404c0b7120af3420f32fc DIST coquillo-2.0.1.tar.gz 76376 BLAKE2B a2f4742eefb8e09203106aa57257ebed343371c3276cab5b49f277d8f9ffd0f5aa242ac9337341dfdb798213604790c3891b403cfe8589902956b365c0ddde2c SHA512 6aeeca674180038089d3f1104cfe9d8d662ed88a6168b20c18932c4329ccfa895508c2e593cab274b51251e2b6b45ca5482c2385ce0e0ddc2b5b1859ee8a3eb5 -EBUILD coquillo-2.0.1.ebuild 731 BLAKE2B a55de8a3e70a8b87733911201e16eb13660c254279a5b4d764bb3b8b4311d56442523fe31d57bd20d49fd3c2cf38be252cacb55494adac57d6c1ae2eb75e57f7 SHA512 598e8ecbf02416f6da2e374c1137f94047d271e9c42ee2201cb40572ec5cd717f75546750f3a78a78df27dcd02e7fd752ad2f9af0266884f41b0e5af74db3216 +EBUILD coquillo-2.0.1-r1.ebuild 796 BLAKE2B b1798ef99251ba17a50fe242f9ff797156740b09110a584b6f8b630ebd03daeb61c89c0dbc1d2c172b68c3a65b88d37d659261ecded1a411b6bed64a3b4b8369 SHA512 eb1dd11d5e03767d0d080bc9b99d68b5c5922886cb7909b5ffaad629bbce1be3908c6ee5644931e34f1188227e3497af8d2ec47d156c19054e8f0024fc18387f MISC metadata.xml 260 BLAKE2B 9945ac40ee60ce67adf51840c3cc2d6d2743dffe4fd2ec965d300c709323f80eb5d35eaeb804414eebb2da1e954ee688067c05093b26499678de524b414ac4ec SHA512 e5b6a2a44cd2a4ea4fb1267eb8f635c079c022853443ad180ca12f2df84492f3ba34db45e4ff5e7e09262a74745f5c0aa04ebccd6f998cf19a6ea2ccd0627701 diff --git a/media-sound/coquillo/coquillo-2.0.1-r1.ebuild b/media-sound/coquillo/coquillo-2.0.1-r1.ebuild new file mode 100644 index 000000000000..d638dd4c1613 --- /dev/null +++ b/media-sound/coquillo/coquillo-2.0.1-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop qmake-utils + +DESCRIPTION="GUI audio tagger based on Qt and taglib" +HOMEPAGE="https://www.linux-apps.com/content/show.php/Coquillo?content=141896" +SRC_URI="https://github.com/sjuvonen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-qt/qtconcurrent:5 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + media-libs/musicbrainz:5= + media-libs/taglib:= +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}"/${PN}-2.0.1-fix-build-taglib2.patch ) + +src_configure() { + eqmake5 +} + +src_install() { + dobin ${PN} + doicon extra/${PN}.png + domenu extra/${PN}.desktop + einstalldocs +} diff --git a/media-sound/coquillo/coquillo-2.0.1.ebuild b/media-sound/coquillo/coquillo-2.0.1.ebuild deleted file mode 100644 index 58e806189020..000000000000 --- a/media-sound/coquillo/coquillo-2.0.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop qmake-utils - -DESCRIPTION="GUI audio tagger based on Qt and taglib" -HOMEPAGE="https://www.linux-apps.com/content/show.php/Coquillo?content=141896" -SRC_URI="https://github.com/sjuvonen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - media-libs/musicbrainz:5= - media-libs/taglib -" -RDEPEND="${DEPEND}" - -src_configure() { - eqmake5 -} - -src_install() { - dobin ${PN} - doicon extra/${PN}.png - domenu extra/${PN}.desktop - einstalldocs -} diff --git a/media-sound/coquillo/files/coquillo-2.0.1-fix-build-taglib2.patch b/media-sound/coquillo/files/coquillo-2.0.1-fix-build-taglib2.patch new file mode 100644 index 000000000000..62303e0919b8 --- /dev/null +++ b/media-sound/coquillo/files/coquillo-2.0.1-fix-build-taglib2.patch @@ -0,0 +1,9 @@ +https://github.com/sjuvonen/coquillo/pull/12.patch +--- a/src/crawler/tag/xiphcomment.cpp ++++ b/src/crawler/tag/xiphcomment.cpp +@@ -1,4 +1,5 @@ + ++#include + #include + #include + #include "xiphcomment.hpp" -- cgit v1.2.3