public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/kid3/
Date: Fri,  4 Nov 2016 10:14:03 +0000 (UTC)	[thread overview]
Message-ID: <1478254434.4e612861f6a5738af8c85248fdebbbd7f4ec0133.polynomial-c@gentoo> (raw)

commit:     4e612861f6a5738af8c85248fdebbbd7f4ec0133
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  3 21:58:44 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 10:13:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e612861

media-sound/kid3: Version bump 3.4.3

Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/2734

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-sound/kid3/Manifest          |  1 +
 media-sound/kid3/kid3-3.4.3.ebuild | 79 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

diff --git a/media-sound/kid3/Manifest b/media-sound/kid3/Manifest
index 6d494f7..3149bab 100644
--- a/media-sound/kid3/Manifest
+++ b/media-sound/kid3/Manifest
@@ -1,3 +1,4 @@
 DIST kid3-3.3.2.tar.gz 1340078 SHA256 d54c164e38ee8ff2c35473a7158e2748cbb6a9472822a96decf6e34a15458957 SHA512 8bd1e003ba1d4f169cf7da8c151040f5e7b993c03ae9d8dfdd3bd8d1dc88fbf4b3fef37c0d3d339da83333b4a60e3ef9362e962e37ae7747c6bd010f4565d025 WHIRLPOOL 07632afee63eab29374bae2207b97713ba808f90b080dc5be12a4a25c3db9e9252c893b4fd1932f10240bb171a029738275a799e06b26c3135661689eaf59a97
 DIST kid3-3.4.1.tar.gz 1356141 SHA256 fa91c5e053ae62858fa3589b60dc2fa4e8db0d293a6d06cf2d859391f6864161 SHA512 1c5eb9554ea4e76f719b951bb270633ca041c2eaff2376c258c318d5309bb889b031a5ca84283c87febf26f7b00a696dd14f4b70807bf8418688a2ee2e0f7e7d WHIRLPOOL defd75af3ff55ea9eea5845bf1ed5faaf7922851587a63ebc3ead2b844d6bae22dd2cb6801f9fee0b913daa77afb08d8a6a009c3ca50e4d469dd2f73fd77f7d7
 DIST kid3-3.4.2.tar.gz 1349361 SHA256 5c0707f1be73c486d09522ca086693d3ee830b7a28a88dbd2c010c5494256a3e SHA512 1e81612d5d3421b5081c91714340ba32a8d0e52c07249658ab183ab7cc7087f2d4430757eab618e8be51ba1a415ee42b49fe7858e2e88f8c037101721e9589a5 WHIRLPOOL e683bf47f9d77d850c96973ac2b5c7672ff3a4a663dda4f020fead0233c6ee8f73375db50e4e23acd2dbc85c5587e8fa3efb0b30ce08714b149e332ca1ff1a15
+DIST kid3-3.4.3.tar.gz 1360042 SHA256 e8b03bb784fd4ef944ac4f31c770434719747c7750dee62f51efdfd61f4e3b2a SHA512 4df64bd23cca7ca58d62f046c885df859c7e27fbfb6da5121df78d5123314d45ae59619cfb4bf629143414f103a240c89a5d557614b2899a6cf373fb0755acbe WHIRLPOOL 8e7fda52e095c20dec1e869c3e8808f9e03a6c50dbbe18e7c966742fd3307b56b35c5881456fe6d4d0691b4e46b1d237990501845a5fc273b454bf028b9d8ca3

diff --git a/media-sound/kid3/kid3-3.4.3.ebuild b/media-sound/kid3/kid3-3.4.3.ebuild
new file mode 100644
index 00000000..cb3505f
--- /dev/null
+++ b/media-sound/kid3/kid3-3.4.3.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+inherit kde5
+
+DESCRIPTION="Simple tag editor based on Qt"
+HOMEPAGE="http://kid3.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+IUSE="acoustid flac mp3 mp4 +taglib vorbis"
+
+REQUIRED_USE="flac? ( vorbis )"
+
+DEPEND="
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtdeclarative)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtmultimedia)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtxml)
+	sys-libs/readline:0=
+	acoustid? (
+		media-libs/chromaprint
+		virtual/ffmpeg
+	)
+	flac? (
+		media-libs/flac[cxx]
+		media-libs/libvorbis
+	)
+	mp3? ( media-libs/id3lib )
+	mp4? ( media-libs/libmp4v2:0 )
+	taglib? ( >=media-libs/taglib-1.9.1 )
+	vorbis? (
+		media-libs/libogg
+		media-libs/libvorbis
+	)
+"
+RDEPEND="${DEPEND}
+	!media-sound/kid3:4
+"
+
+PATCHES=( "${FILESDIR}/${PN}-3.3.2-libdir.patch" )
+
+src_prepare() {
+	# overengineered upstream build system
+	# kde5 eclass src_prepare leads to compile failure
+
+	# only enable handbook when required
+	if ! use_if_iuse handbook ; then
+		cmake_comment_add_subdirectory ${KDE_DOC_DIR}
+	fi
+
+	cmake-utils_src_prepare
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITH_QT5=ON
+		-DWITH_QT4=OFF
+		-DWITH_PHONON=OFF
+		-DWITH_CHROMAPRINT=$(usex acoustid)
+		-DWITH_FLAC=$(usex flac)
+		-DWITH_ID3LIB=$(usex mp3)
+		-DWITH_MP4V2=$(usex mp4)
+		-DWITH_TAGLIB=$(usex taglib)
+		-DWITH_VORBIS=$(usex vorbis)
+		"-DWITH_APPS=Qt;CLI"
+	)
+
+	kde5_src_configure
+}


             reply	other threads:[~2016-11-04 10:14 UTC|newest]

Thread overview: 106+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-04 10:14 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-18 20:36 [gentoo-commits] repo/gentoo:master commit in: media-sound/kid3/ Andreas Sturmlechner
2025-03-18 20:36 Andreas Sturmlechner
2024-11-08 13:31 Andreas Sturmlechner
2024-10-22  1:34 Sam James
2024-09-21 13:46 Andreas Sturmlechner
2024-09-21 12:40 Andreas Sturmlechner
2024-04-22 17:07 Andreas Sturmlechner
2024-04-20 14:52 Arthur Zamarin
2024-04-20 14:52 Arthur Zamarin
2024-03-11  9:25 Miroslav Šulc
2023-08-03 17:11 Andreas Sturmlechner
2023-07-31 16:08 Andreas Sturmlechner
2023-07-11 19:21 Andreas Sturmlechner
2023-02-25 18:05 Arthur Zamarin
2023-02-25 14:46 Arthur Zamarin
2023-01-12 20:42 Andreas Sturmlechner
2022-09-10  9:17 Andreas Sturmlechner
2022-09-10  8:41 Sam James
2022-09-10  0:48 Sam James
2022-09-10  0:48 Sam James
2022-08-08 12:08 Andreas Sturmlechner
2022-01-22 12:20 Andreas Sturmlechner
2022-01-22  9:48 Agostino Sarubbo
2022-01-21 13:27 Jakov Smolić
2022-01-18 16:31 Andreas Sturmlechner
2022-01-17 10:47 Andreas Sturmlechner
2021-12-18 16:54 Andreas Sturmlechner
2021-07-22  7:21 Miroslav Šulc
2021-07-22  7:10 Agostino Sarubbo
2021-07-22  7:09 Agostino Sarubbo
2021-06-20 20:02 Andreas Sturmlechner
2021-04-26 10:34 Sam James
2021-04-25 10:02 Sam James
2021-04-07  8:36 Andreas Sturmlechner
2021-04-06  6:31 Agostino Sarubbo
2021-04-05 22:54 Thomas Deutschmann
2021-03-25 23:13 Andreas Sturmlechner
2021-01-31 16:07 Andreas Sturmlechner
2020-11-04  8:21 Miroslav Šulc
2020-11-04  0:52 Sam James
2020-10-27 22:00 Thomas Deutschmann
2020-09-26 10:33 Andreas Sturmlechner
2020-07-18  8:41 Andreas Sturmlechner
2020-07-17 15:17 Agostino Sarubbo
2020-07-17 15:05 Agostino Sarubbo
2020-05-10 11:31 Andreas Sturmlechner
2020-04-26 10:35 David Seifert
2020-03-02 13:05 Andreas Sturmlechner
2020-03-02 12:32 Agostino Sarubbo
2020-03-01 22:02 Andreas Sturmlechner
2020-03-01 21:44 Agostino Sarubbo
2020-01-28 15:11 Andreas Sturmlechner
2019-12-29 11:54 Andreas Sturmlechner
2019-12-26 13:39 Andreas Sturmlechner
2019-08-30  8:24 Lars Wendler
2019-07-16 21:04 Andreas Sturmlechner
2019-05-19 17:54 Andreas Sturmlechner
2019-05-19 17:54 Andreas Sturmlechner
2019-05-19 15:48 Thomas Deutschmann
2019-03-24 16:49 Andreas Sturmlechner
2019-03-20 15:03 Lars Wendler
2019-02-22 10:24 Mikle Kolyada
2019-02-17  8:11 Andreas Sturmlechner
2019-02-15  1:37 Thomas Deutschmann
2018-12-26  0:04 Lars Wendler
2018-09-03 12:11 Lars Wendler
2018-08-18 17:40 Andreas Sturmlechner
2018-07-14  8:44 Andreas Sturmlechner
2018-07-09 16:27 Johannes Huber
2018-07-09 16:27 Johannes Huber
2018-07-09 15:03 Mikle Kolyada
2018-07-06 13:43 Thomas Deutschmann
2018-04-26 11:35 Lars Wendler
2018-03-20  9:07 Lars Wendler
2018-01-25 14:41 Michael Palimaka
2018-01-25 14:41 Michael Palimaka
2017-11-06 15:29 Lars Wendler
2017-11-06 15:29 Lars Wendler
2017-08-18 15:29 Michael Palimaka
2017-08-18 15:29 Michael Palimaka
2017-06-18 10:17 Johannes Huber
2017-06-04 10:53 Andreas Sturmlechner
2017-06-04 10:42 Agostino Sarubbo
2017-06-04 10:34 Agostino Sarubbo
2017-06-03 18:20 Andreas Sturmlechner
2017-03-04 13:49 Johannes Huber
2017-03-04 13:49 Johannes Huber
2017-03-04 13:46 Agostino Sarubbo
2017-03-04 13:38 Agostino Sarubbo
2017-02-21 17:37 Johannes Huber
2017-02-21 17:37 Johannes Huber
2016-12-29 11:55 Michael Palimaka
2016-12-25 15:04 Lars Wendler
2016-11-04 10:14 Lars Wendler
2016-11-04 10:14 Lars Wendler
2016-09-19 13:17 Lars Wendler
2016-09-03  0:08 Lars Wendler
2016-09-03  0:08 Lars Wendler
2016-07-13 20:24 Lars Wendler
2016-06-08 20:31 Michael Palimaka
2016-05-13 14:51 Agostino Sarubbo
2016-04-26 11:38 Lars Wendler
2016-03-23 14:47 Lars Wendler
2016-03-06 12:58 Agostino Sarubbo
2016-01-19 14:10 Michael Palimaka

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=1478254434.4e612861f6a5738af8c85248fdebbbd7f4ec0133.polynomial-c@gentoo \
    --to=polynomial-c@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