public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/tellico/
Date: Mon, 15 Nov 2021 13:07:04 +0000 (UTC)	[thread overview]
Message-ID: <1636981437.e2aa2057f6f1b3e6a85a73bdd6230189cae0b930.asturm@gentoo> (raw)

commit:     e2aa2057f6f1b3e6a85a73bdd6230189cae0b930
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  9 18:16:37 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 13:03:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2aa2057

kde-misc/tellico: 3.4.2 version bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/tellico/Manifest             |  1 +
 kde-misc/tellico/tellico-3.4.2.ebuild | 92 +++++++++++++++++++++++++++++++++++
 2 files changed, 93 insertions(+)

diff --git a/kde-misc/tellico/Manifest b/kde-misc/tellico/Manifest
index aaa1f8e1586d..771c212ec3ef 100644
--- a/kde-misc/tellico/Manifest
+++ b/kde-misc/tellico/Manifest
@@ -1 +1,2 @@
 DIST tellico-3.4.1.tar.xz 5832916 BLAKE2B 64696eb988e4dfacf5b16ff35142a7069a78c1cdc5889dc12b24483991109ef0cba806db8baca6d58ac6c76a8afc4f8fdbd8a0f170c7ace9c83bc5ef222bb386 SHA512 b73ae82acd2eb3c4cd1f4e0534da693a0868dc5bb706e103da1b9227d47770fc879cf97a529b6cb080160c78cb41d9728f91b09c9952814dec4d98fca970e8c2
+DIST tellico-3.4.2.tar.xz 6596324 BLAKE2B d5ad47c90e0dfec4e1b2d1f79373bf941b813a07064c1d557c6b25ea7ca79b8d278c282edb2cd0a35990eb67d2f35b411bddc0b12c475ab2af89c584b55537e0 SHA512 0163877b07873fbb40dec19e20c6db614949026bba9d56a1c0adf5e616c9babb79875d5ade21a8f4b2a56875ff0f18706e521f409b6c67bac6681ee7abd79d8c

diff --git a/kde-misc/tellico/tellico-3.4.2.ebuild b/kde-misc/tellico/tellico-3.4.2.ebuild
new file mode 100644
index 000000000000..516863dba370
--- /dev/null
+++ b/kde-misc/tellico/tellico-3.4.2.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2021 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
+"
+
+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
+}


             reply	other threads:[~2021-11-15 13:07 UTC|newest]

Thread overview: 111+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-15 13:07 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-09 11:50 [gentoo-commits] repo/gentoo:master commit in: kde-misc/tellico/ Andreas Sturmlechner
2024-11-06  4:15 Sam James
2024-10-04 14:12 Andreas Sturmlechner
2024-10-01 19:27 Andreas Sturmlechner
2024-09-29  0:14 Sam James
2024-09-10 17:58 Andreas Sturmlechner
2024-07-14  5:59 Arthur Zamarin
2024-06-29 16:34 Andreas Sturmlechner
2024-04-22 17:07 Andreas Sturmlechner
2024-04-20 14:52 Arthur Zamarin
2024-03-25 14:46 Andreas Sturmlechner
2024-03-25 14:46 Andreas Sturmlechner
2024-03-06 20:32 Andreas Sturmlechner
2024-01-11 19:43 Andreas Sturmlechner
2023-11-28  9:46 Andreas Sturmlechner
2023-11-03 11:16 Andreas Sturmlechner
2023-08-03 17:11 Andreas Sturmlechner
2023-08-02 17:43 Sam James
2023-07-06 14:24 Andreas Sturmlechner
2023-06-17 17:07 Andreas Sturmlechner
2023-06-16 22:59 Sam James
2023-05-18 15:41 Andreas Sturmlechner
2023-02-07 10:37 Andreas Sturmlechner
2023-01-25  8:27 Andreas Sturmlechner
2023-01-24 19:29 Andreas Sturmlechner
2022-12-15  4:43 Arthur Zamarin
2022-12-05 18:03 Arthur Zamarin
2022-11-16 18:53 Andreas Sturmlechner
2022-10-29 20:29 Sam James
2022-03-26 19:49 Agostino Sarubbo
2022-03-26 19:47 Agostino Sarubbo
2022-02-18 12:16 Andreas Sturmlechner
2022-02-08 19:58 Andreas Sturmlechner
2022-02-08 14:49 Agostino Sarubbo
2022-02-07  7:32 Agostino Sarubbo
2021-12-14 16:04 Andreas Sturmlechner
2021-12-14 15:52 Agostino Sarubbo
2021-12-13 20:29 Jakov Smolić
2021-10-03 20:50 Andreas Sturmlechner
2021-10-03 18:48 Sam James
2021-10-03 17:52 Agostino Sarubbo
2021-10-02 11:03 Andreas Sturmlechner
2021-08-25 10:36 Andreas Sturmlechner
2021-08-16  2:43 Sam James
2021-04-05 16:58 Andreas Sturmlechner
2021-04-05 16:45 Sam James
2021-04-05 16:43 Sam James
2021-02-25 12:50 Andreas Sturmlechner
2021-01-07 17:30 Andreas Sturmlechner
2021-01-07 15:04 Sam James
2020-12-29  7:56 Sam James
2020-12-17 19:56 Andreas Sturmlechner
2020-12-17 19:56 Andreas Sturmlechner
2020-11-27  8:51 Andreas Sturmlechner
2020-11-02 14:14 Andreas Sturmlechner
2020-11-02 12:48 Sam James
2020-10-18 18:06 Thomas Deutschmann
2020-09-19  8:11 Andreas Sturmlechner
2020-09-05 16:17 Thomas Deutschmann
2020-09-05 15:19 Sam James
2020-08-09  8:32 Andreas Sturmlechner
2020-07-28 10:04 Andreas Sturmlechner
2020-07-27 22:25 Sam James
2020-07-23 12:51 Sam James
2020-06-03 13:04 Andreas Sturmlechner
2020-06-03 10:46 Andreas Sturmlechner
2020-04-24  8:46 Andreas Sturmlechner
2020-02-18 20:06 Andreas Sturmlechner
2020-01-10  9:50 Andreas Sturmlechner
2020-01-10  9:50 Andreas Sturmlechner
2020-01-10  1:26 Thomas Deutschmann
2019-12-08 12:04 Andreas Sturmlechner
2019-12-08 12:04 Andreas Sturmlechner
2019-11-12  1:28 Andreas Sturmlechner
2019-08-14 13:00 Andreas Sturmlechner
2019-08-14 13:00 Andreas Sturmlechner
2019-08-11 23:03 Thomas Deutschmann
2019-07-10 10:47 Andreas Sturmlechner
2019-07-04 19:40 Andreas Sturmlechner
2019-07-01 19:23 Thomas Deutschmann
2019-05-29 18:07 Andreas Sturmlechner
2019-01-24 22:59 Andreas Sturmlechner
2019-01-24 22:22 Thomas Deutschmann
2019-01-22  8:43 Mikle Kolyada
2018-11-28  9:58 Michał Górny
2018-11-12 23:00 Andreas Sturmlechner
2018-11-12  1:14 Thomas Deutschmann
2018-11-09 18:53 Mikle Kolyada
2018-05-05  7:15 Andreas Sturmlechner
2018-05-05  7:10 Mikle Kolyada
2018-05-04 15:36 Thomas Deutschmann
2018-04-04 17:57 Johannes Huber
2018-03-12  7:05 Michael Palimaka
2018-03-12  7:05 Michael Palimaka
2018-01-21  3:54 Michael Palimaka
2017-11-27 11:58 Michael Palimaka
2017-11-27  0:20 Thomas Deutschmann
2017-11-20 19:26 Manuel Rüger
2017-10-15 11:46 Michael Palimaka
2017-05-04 22:02 Andreas Sturmlechner
2017-05-04 15:55 Agostino Sarubbo
2017-05-01 13:37 Agostino Sarubbo
2017-03-28 18:35 Andreas Sturmlechner
2017-03-11 21:46 Andreas Hüttel
2017-03-11 21:46 Andreas Hüttel
2017-02-23 10:42 Michael Palimaka
2016-11-09 13:03 Michael Palimaka
2016-07-07 17:52 Michael Palimaka
2015-12-13 18:26 Michael Palimaka
2015-08-12 20:25 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1636981437.e2aa2057f6f1b3e6a85a73bdd6230189cae0b930.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox