diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-30 08:31:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-30 08:31:30 +0200 |
commit | 6412e0a7d012a72bebb0bfbed2ce0ed1569645ac (patch) | |
tree | ac6948781a28102de19b26065cd80afe201a250f /kde-misc | |
parent | app-editors/okteta: Drop 0.26.6 (diff) | |
download | gentoo-6412e0a7d012a72bebb0bfbed2ce0ed1569645ac.tar.gz gentoo-6412e0a7d012a72bebb0bfbed2ce0ed1569645ac.tar.bz2 gentoo-6412e0a7d012a72bebb0bfbed2ce0ed1569645ac.zip |
kde-misc/tellico: Drop 3.4.3
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/tellico/Manifest | 1 | ||||
-rw-r--r-- | kde-misc/tellico/files/tellico-3.4.3-taglib-ifdef.patch | 35 | ||||
-rw-r--r-- | kde-misc/tellico/tellico-3.4.3.ebuild | 94 |
3 files changed, 0 insertions, 130 deletions
diff --git a/kde-misc/tellico/Manifest b/kde-misc/tellico/Manifest index a35967cfd9ae..1eaf159c108f 100644 --- a/kde-misc/tellico/Manifest +++ b/kde-misc/tellico/Manifest @@ -1,2 +1 @@ -DIST tellico-3.4.3.tar.xz 6598384 BLAKE2B bbf121bd95974916b914ce63138d71521c6d04d93214945ce3a7340e242024614e2a264af0d36a99186d1ceed96da951112d1ed6fb195465871128736a3c261e SHA512 bf50d60e3647e12804b4bae488adc593ac541aae8c03815a751603fd940686cdbaa16497213d9240983aabdf6b8e0b05419be9cf960425694f21e3c38c39ddfc DIST tellico-3.4.4.tar.xz 6600432 BLAKE2B 4bac2df68284c9beb9ddbdbcf5824ac22d4a56066c371d7eaea962b81307f96d7ceba1fd446a4f640867a314c357c13d16a2e167356701241007e5a682ecb60b SHA512 6c9f16217ce5ff2d944d3eea3a5f5641b9717cd7d85835fd8b9559e90f6e920046085e8c9e14734d2ffa0a96ee6b8b241e0ccf1739aa2469af7e1bb88667f1d4 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 deleted file mode 100644 index 94986ea3003d..000000000000 --- a/kde-misc/tellico/files/tellico-3.4.3-taglib-ifdef.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 9d450037f708cc2300d2767e5171bb08e48077a9 Mon Sep 17 00:00:00 2001 -From: Lars Wendler <polynomial-c@gentoo.org> -Date: Sat, 8 Jan 2022 20:35:37 +0100 -Subject: [PATCH] Fix build without HAVE_TAGLIB - -Gentoo-bug: https://bugs.gentoo.org/830806 - -CCBUG: 446551 ---- - src/translators/audiofileimporter.cpp | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/translators/audiofileimporter.cpp b/src/translators/audiofileimporter.cpp -index 2b3372f4..a18ed14a 100644 ---- a/src/translators/audiofileimporter.cpp -+++ b/src/translators/audiofileimporter.cpp -@@ -57,6 +57,7 @@ - #include <QVBoxLayout> - #include <QApplication> - -+#ifdef HAVE_TAGLIB - namespace { - bool hasValue(const TagLib::PropertyMap& pmap, const char* key) { - const TagLib::String keyString(key); -@@ -70,6 +71,7 @@ namespace { - QString(); - } - } -+#endif - - using Tellico::Import::AudioFileImporter; - --- -2.34.1 - diff --git a/kde-misc/tellico/tellico-3.4.3.ebuild b/kde-misc/tellico/tellico-3.4.3.ebuild deleted file mode 100644 index db4205d4695f..000000000000 --- a/kde-misc/tellico/tellico-3.4.3.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -ECM_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Collection manager based on KDE Frameworks" -HOMEPAGE="https://tellico-project.org/" - -if [[ ${KDE_BUILD_TYPE} != live ]]; then - SRC_URI="https://tellico-project.org/files/${P}.tar.xz" - KEYWORDS="amd64 ~arm64 x86" -fi - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="5" -IUSE="bibtex cddb discid pdf scanner semantic-desktop taglib v4l xmp yaz" - -# tests need network access -RESTRICT="test" - -RDEPEND=" - dev-libs/libxml2 - dev-libs/libxslt - dev-qt/qtcharts:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5 - dev-qt/qtwebengine:5[widgets] - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - kde-frameworks/karchive:5 - kde-frameworks/kcodecs:5 - kde-frameworks/kcompletion:5 - kde-frameworks/kconfig:5 - kde-frameworks/kconfigwidgets:5 - kde-frameworks/kcoreaddons:5 - kde-frameworks/kcrash:5 - kde-frameworks/kguiaddons:5 - kde-frameworks/kiconthemes:5 - kde-frameworks/kitemmodels:5 - kde-frameworks/ki18n:5 - kde-frameworks/kjobwidgets:5 - kde-frameworks/kio:5 - kde-frameworks/knewstuff:5 - kde-frameworks/kparts:5 - kde-frameworks/kservice:5 - kde-frameworks/ktextwidgets:5 - kde-frameworks/kwallet:5 - kde-frameworks/kwidgetsaddons:5 - kde-frameworks/kwindowsystem:5 - kde-frameworks/kxmlgui:5 - kde-frameworks/solid:5 - kde-frameworks/sonnet:5 - bibtex? ( >=dev-perl/Text-BibTeX-0.780.0-r1 ) - cddb? ( kde-apps/libkcddb:5 ) - discid? ( dev-libs/libcdio:= ) - pdf? ( app-text/poppler[qt5] ) - scanner? ( kde-apps/libksane:5 ) - semantic-desktop? ( kde-frameworks/kfilemetadata:5 ) - taglib? ( >=media-libs/taglib-1.5 ) - v4l? ( >=media-libs/libv4l-0.8.3 ) - xmp? ( >=media-libs/exempi-2 ) - yaz? ( >=dev-libs/yaz-2:0= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - sys-devel/gettext -" - -PATCHES=( "${FILESDIR}/${P}-taglib-ifdef.patch" ) - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_Csv=ON - -DENABLE_BTPARSE=$(usex bibtex) - $(cmake_use_find_package cddb KF5Cddb) - $(cmake_use_find_package discid CDIO) - $(cmake_use_find_package pdf Poppler) - $(cmake_use_find_package scanner KF5Sane) - $(cmake_use_find_package semantic-desktop KF5FileMetaData) - $(cmake_use_find_package taglib Taglib) - -DENABLE_WEBCAM=$(usex v4l) - $(cmake_use_find_package xmp Exempi) - $(cmake_use_find_package yaz Yaz) - ) - - ecm_src_configure -} |