Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/tellico/files/, kde-misc/tellico/
Date: Wed, 30 Mar 2022 06:31:48
Message-Id: 1648621890.6412e0a7d012a72bebb0bfbed2ce0ed1569645ac.asturm@gentoo
1 commit: 6412e0a7d012a72bebb0bfbed2ce0ed1569645ac
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 06:31:23 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 06:31:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6412e0a7
7
8 kde-misc/tellico: Drop 3.4.3
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-misc/tellico/Manifest | 1 -
14 .../tellico/files/tellico-3.4.3-taglib-ifdef.patch | 35 --------
15 kde-misc/tellico/tellico-3.4.3.ebuild | 94 ----------------------
16 3 files changed, 130 deletions(-)
17
18 diff --git a/kde-misc/tellico/Manifest b/kde-misc/tellico/Manifest
19 index a35967cfd9ae..1eaf159c108f 100644
20 --- a/kde-misc/tellico/Manifest
21 +++ b/kde-misc/tellico/Manifest
22 @@ -1,2 +1 @@
23 -DIST tellico-3.4.3.tar.xz 6598384 BLAKE2B bbf121bd95974916b914ce63138d71521c6d04d93214945ce3a7340e242024614e2a264af0d36a99186d1ceed96da951112d1ed6fb195465871128736a3c261e SHA512 bf50d60e3647e12804b4bae488adc593ac541aae8c03815a751603fd940686cdbaa16497213d9240983aabdf6b8e0b05419be9cf960425694f21e3c38c39ddfc
24 DIST tellico-3.4.4.tar.xz 6600432 BLAKE2B 4bac2df68284c9beb9ddbdbcf5824ac22d4a56066c371d7eaea962b81307f96d7ceba1fd446a4f640867a314c357c13d16a2e167356701241007e5a682ecb60b SHA512 6c9f16217ce5ff2d944d3eea3a5f5641b9717cd7d85835fd8b9559e90f6e920046085e8c9e14734d2ffa0a96ee6b8b241e0ccf1739aa2469af7e1bb88667f1d4
25
26 diff --git a/kde-misc/tellico/files/tellico-3.4.3-taglib-ifdef.patch b/kde-misc/tellico/files/tellico-3.4.3-taglib-ifdef.patch
27 deleted file mode 100644
28 index 94986ea3003d..000000000000
29 --- a/kde-misc/tellico/files/tellico-3.4.3-taglib-ifdef.patch
30 +++ /dev/null
31 @@ -1,35 +0,0 @@
32 -From 9d450037f708cc2300d2767e5171bb08e48077a9 Mon Sep 17 00:00:00 2001
33 -From: Lars Wendler <polynomial-c@g.o>
34 -Date: Sat, 8 Jan 2022 20:35:37 +0100
35 -Subject: [PATCH] Fix build without HAVE_TAGLIB
36 -
37 -Gentoo-bug: https://bugs.gentoo.org/830806
38 -
39 -CCBUG: 446551
40 ----
41 - src/translators/audiofileimporter.cpp | 2 ++
42 - 1 file changed, 2 insertions(+)
43 -
44 -diff --git a/src/translators/audiofileimporter.cpp b/src/translators/audiofileimporter.cpp
45 -index 2b3372f4..a18ed14a 100644
46 ---- a/src/translators/audiofileimporter.cpp
47 -+++ b/src/translators/audiofileimporter.cpp
48 -@@ -57,6 +57,7 @@
49 - #include <QVBoxLayout>
50 - #include <QApplication>
51 -
52 -+#ifdef HAVE_TAGLIB
53 - namespace {
54 - bool hasValue(const TagLib::PropertyMap& pmap, const char* key) {
55 - const TagLib::String keyString(key);
56 -@@ -70,6 +71,7 @@ namespace {
57 - QString();
58 - }
59 - }
60 -+#endif
61 -
62 - using Tellico::Import::AudioFileImporter;
63 -
64 ---
65 -2.34.1
66 -
67
68 diff --git a/kde-misc/tellico/tellico-3.4.3.ebuild b/kde-misc/tellico/tellico-3.4.3.ebuild
69 deleted file mode 100644
70 index db4205d4695f..000000000000
71 --- a/kde-misc/tellico/tellico-3.4.3.ebuild
72 +++ /dev/null
73 @@ -1,94 +0,0 @@
74 -# Copyright 1999-2022 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=8
78 -
79 -ECM_HANDBOOK="forceoptional"
80 -ECM_TEST="forceoptional"
81 -VIRTUALX_REQUIRED="test"
82 -inherit ecm kde.org
83 -
84 -DESCRIPTION="Collection manager based on KDE Frameworks"
85 -HOMEPAGE="https://tellico-project.org/"
86 -
87 -if [[ ${KDE_BUILD_TYPE} != live ]]; then
88 - SRC_URI="https://tellico-project.org/files/${P}.tar.xz"
89 - KEYWORDS="amd64 ~arm64 x86"
90 -fi
91 -
92 -LICENSE="|| ( GPL-2 GPL-3 )"
93 -SLOT="5"
94 -IUSE="bibtex cddb discid pdf scanner semantic-desktop taglib v4l xmp yaz"
95 -
96 -# tests need network access
97 -RESTRICT="test"
98 -
99 -RDEPEND="
100 - dev-libs/libxml2
101 - dev-libs/libxslt
102 - dev-qt/qtcharts:5
103 - dev-qt/qtdbus:5
104 - dev-qt/qtgui:5
105 - dev-qt/qtnetwork:5
106 - dev-qt/qtprintsupport:5
107 - dev-qt/qtwebengine:5[widgets]
108 - dev-qt/qtwidgets:5
109 - dev-qt/qtxml:5
110 - kde-frameworks/karchive:5
111 - kde-frameworks/kcodecs:5
112 - kde-frameworks/kcompletion:5
113 - kde-frameworks/kconfig:5
114 - kde-frameworks/kconfigwidgets:5
115 - kde-frameworks/kcoreaddons:5
116 - kde-frameworks/kcrash:5
117 - kde-frameworks/kguiaddons:5
118 - kde-frameworks/kiconthemes:5
119 - kde-frameworks/kitemmodels:5
120 - kde-frameworks/ki18n:5
121 - kde-frameworks/kjobwidgets:5
122 - kde-frameworks/kio:5
123 - kde-frameworks/knewstuff:5
124 - kde-frameworks/kparts:5
125 - kde-frameworks/kservice:5
126 - kde-frameworks/ktextwidgets:5
127 - kde-frameworks/kwallet:5
128 - kde-frameworks/kwidgetsaddons:5
129 - kde-frameworks/kwindowsystem:5
130 - kde-frameworks/kxmlgui:5
131 - kde-frameworks/solid:5
132 - kde-frameworks/sonnet:5
133 - bibtex? ( >=dev-perl/Text-BibTeX-0.780.0-r1 )
134 - cddb? ( kde-apps/libkcddb:5 )
135 - discid? ( dev-libs/libcdio:= )
136 - pdf? ( app-text/poppler[qt5] )
137 - scanner? ( kde-apps/libksane:5 )
138 - semantic-desktop? ( kde-frameworks/kfilemetadata:5 )
139 - taglib? ( >=media-libs/taglib-1.5 )
140 - v4l? ( >=media-libs/libv4l-0.8.3 )
141 - xmp? ( >=media-libs/exempi-2 )
142 - yaz? ( >=dev-libs/yaz-2:0= )
143 -"
144 -DEPEND="${RDEPEND}"
145 -BDEPEND="
146 - sys-devel/gettext
147 -"
148 -
149 -PATCHES=( "${FILESDIR}/${P}-taglib-ifdef.patch" )
150 -
151 -src_configure() {
152 - local mycmakeargs=(
153 - -DCMAKE_DISABLE_FIND_PACKAGE_Csv=ON
154 - -DENABLE_BTPARSE=$(usex bibtex)
155 - $(cmake_use_find_package cddb KF5Cddb)
156 - $(cmake_use_find_package discid CDIO)
157 - $(cmake_use_find_package pdf Poppler)
158 - $(cmake_use_find_package scanner KF5Sane)
159 - $(cmake_use_find_package semantic-desktop KF5FileMetaData)
160 - $(cmake_use_find_package taglib Taglib)
161 - -DENABLE_WEBCAM=$(usex v4l)
162 - $(cmake_use_find_package xmp Exempi)
163 - $(cmake_use_find_package yaz Yaz)
164 - )
165 -
166 - ecm_src_configure
167 -}