Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/soundkonverter/files/, media-sound/soundkonverter/
Date: Tue, 12 Sep 2017 22:13:38
Message-Id: 1505254401.1957168b7133a68c101af9ce423c656da19cb1a8.asturm@gentoo
1 commit: 1957168b7133a68c101af9ce423c656da19cb1a8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 12 21:53:09 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 12 22:13:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1957168b
7
8 media-sound/soundkonverter: 3.0.0 version bump
9
10 See also:
11 https://github.com/dfaust/soundkonverter/issues/23
12
13 Package-Manager: Portage-2.3.8, Repoman-2.3.3
14
15 media-sound/soundkonverter/Manifest | 1 +
16 .../files/soundkonverter-3.0.0-deps.patch | 11 +++++
17 .../soundkonverter/soundkonverter-3.0.0.ebuild | 54 ++++++++++++++++++++++
18 3 files changed, 66 insertions(+)
19
20 diff --git a/media-sound/soundkonverter/Manifest b/media-sound/soundkonverter/Manifest
21 index 807b2f5b018..4f60f153f7e 100644
22 --- a/media-sound/soundkonverter/Manifest
23 +++ b/media-sound/soundkonverter/Manifest
24 @@ -1 +1,2 @@
25 DIST 29024-soundkonverter-2.2.2.tar.gz 858128 SHA256 327de45ea21780d77c53835289e6b6dba196706d76df755fe5dd338761e97663 SHA512 d0539405feb229b6e844b814ae22705f4213acebac688fb6286c0d76c3d4cbea6dfe297448b148c6502be7eb1925fee2a1274ccf8df8d1c7ecb93e36fd7a6f6f WHIRLPOOL 8d4127a274041506c6436dcda128cad86ae0345470debe120c5989ca954b5c3dd4a3133959104ee7154e832830c689a00c598db9e00a1488579b513066dcdec3
26 +DIST soundkonverter-3.0.0.tar.gz 821111 SHA256 f6864a9f145100b721e176b1af8c44646201fcad0886614ea30790a0c3320aee SHA512 5120de077082cc7a760cd1d1f4a7dd804ce8f4190c94d8d2b14baa92c851c6f6338c6f075bfa5a8fed8891840938a790e3765465b49c8863166f0805b355506a WHIRLPOOL 2b5600db2072d780891753bda2cb43901920e2170238cca9cdcb562410caffa63faecc904c1ddce277a8d70e1efa376d28cc19540c8c24c636a61b62afa823d2
27
28 diff --git a/media-sound/soundkonverter/files/soundkonverter-3.0.0-deps.patch b/media-sound/soundkonverter/files/soundkonverter-3.0.0-deps.patch
29 new file mode 100644
30 index 00000000000..aa5f68af939
31 --- /dev/null
32 +++ b/media-sound/soundkonverter/files/soundkonverter-3.0.0-deps.patch
33 @@ -0,0 +1,11 @@
34 +--- a/CMakeLists.txt 2017-09-12 23:39:15.648029711 +0200
35 ++++ b/CMakeLists.txt 2017-09-12 23:44:47.944469934 +0200
36 +@@ -30,7 +30,7 @@
37 + include(ECMInstallIcons)
38 + include(FeatureSummary)
39 +
40 +-find_package(Qt5 REQUIRED COMPONENTS Network Core Widgets)
41 ++find_package(Qt5 REQUIRED COMPONENTS Core Widgets Xml)
42 + find_package(KF5 REQUIRED COMPONENTS I18n XmlGui KIO Solid Config ConfigWidgets WidgetsAddons KDELibs4Support)
43 + find_package(KF5Cddb)
44 + find_package(Phonon4Qt5 REQUIRED)
45
46 diff --git a/media-sound/soundkonverter/soundkonverter-3.0.0.ebuild b/media-sound/soundkonverter/soundkonverter-3.0.0.ebuild
47 new file mode 100644
48 index 00000000000..9061189c887
49 --- /dev/null
50 +++ b/media-sound/soundkonverter/soundkonverter-3.0.0.ebuild
51 @@ -0,0 +1,54 @@
52 +# Copyright 1999-2017 Gentoo Foundation
53 +# Distributed under the terms of the GNU General Public License v2
54 +
55 +EAPI=6
56 +
57 +inherit kde5
58 +
59 +DESCRIPTION="Frontend to various audio converters"
60 +HOMEPAGE="https://www.linux-apps.com/search?projectSearchText=soundKonverter
61 + https://github.com/dfaust/soundkonverter"
62 +SRC_URI="https://github.com/dfaust/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
63 +
64 +LICENSE="GPL-2"
65 +KEYWORDS="~amd64 ~x86"
66 +IUSE=""
67 +
68 +RDEPEND="
69 + $(add_frameworks_dep kcompletion)
70 + $(add_frameworks_dep kconfig)
71 + $(add_frameworks_dep kconfigwidgets)
72 + $(add_frameworks_dep kcoreaddons)
73 + $(add_frameworks_dep kdelibs4support)
74 + $(add_frameworks_dep ki18n)
75 + $(add_frameworks_dep kio)
76 + $(add_frameworks_dep knotifications)
77 + $(add_frameworks_dep kservice)
78 + $(add_frameworks_dep ktextwidgets)
79 + $(add_frameworks_dep kwidgetsaddons)
80 + $(add_frameworks_dep kxmlgui)
81 + $(add_frameworks_dep solid)
82 + $(add_kdeapps_dep libkcddb)
83 + $(add_qt_dep qtgui)
84 + $(add_qt_dep qtwidgets)
85 + $(add_qt_dep qtxml)
86 + media-libs/phonon[qt5]
87 + >=media-libs/taglib-1.10
88 + media-sound/cdparanoia
89 +"
90 +DEPEND="${RDEPEND}
91 + sys-devel/gettext
92 +"
93 +
94 +PATCHES=( "${FILESDIR}/${P}-deps.patch" )
95 +
96 +S="${WORKDIR}"/${P}/src
97 +
98 +pkg_postinst() {
99 + kde5_pkg_postinst
100 +
101 + elog "soundKonverter optionally supports many different audio formats."
102 + elog "You will need to install the appropriate encoding packages for the"
103 + elog "formats you require. For a full listing, consult the README file"
104 + elog "in /usr/share/doc/${PF}"
105 +}