Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/nheko/
Date: Wed, 28 Sep 2022 16:05:06
Message-Id: 1664380172.f5e96389050f587b972d8da07c3b5079a7188ac4.tastytea@gentoo
1 commit: f5e96389050f587b972d8da07c3b5079a7188ac4
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Wed Sep 28 15:44:10 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Wed Sep 28 15:49:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5e96389
7
8 net-im/nheko: drop 0.10.0, 0.10.1
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 net-im/nheko/Manifest | 2 -
13 net-im/nheko/nheko-0.10.0.ebuild | 88 ----------------------------------------
14 net-im/nheko/nheko-0.10.1.ebuild | 88 ----------------------------------------
15 3 files changed, 178 deletions(-)
16
17 diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest
18 index 5e1165ff7..0a3ca069d 100644
19 --- a/net-im/nheko/Manifest
20 +++ b/net-im/nheko/Manifest
21 @@ -1,3 +1 @@
22 -DIST nheko-0.10.0.tar.gz 1587008 BLAKE2B 207622bcc0fcbf4f1760481d3bdf35d5c025d9aa7d553c2dc4649841426481c88292966c35d44944434c1628c34017bb76f84136b6bcc8f8c3f32478156ac713 SHA512 c0aaf0f9ea657c43867fbb6857db45cac30f0cbaeaf8ad6a20a1a3e1ab9e6cf15266444eada060666db5b94be5a72b95b371a4da62e6705eed49f9907c576954
23 -DIST nheko-0.10.1.tar.gz 1608578 BLAKE2B 328255d6ea8ce3fd0d1bbe9f20bb9608eba4c479b6969db7bebc67f3406ae8c6e9d69432d304b28e49b8547cf293e4f103d3f8257df4fbc676db9e6ca037ff48 SHA512 898582c1a09ad9cfac3285f0bc5e80bb5e69b1d744118822167bbe09e9aa44c2b28438db2d3b6e1fa88835de2b0e2f58726d3876661f28c5eb46475e2f54bc20
24 DIST nheko-0.10.2.tar.gz 1608905 BLAKE2B 10b7b7d1f3e7525ae5ec4b78af228382440c5c64a3716b530506346372856035435d6e2d4e1724f2580ee384852ab0dd4e4b728eed92df827dc5cb3f2853b30b SHA512 b00c45115ab52f9cce5958aa594f6d316bdb917004e284d28ba3003c815bdc532ff1e7bbd5e542bb89a43fd552af3fa44b70ce66eb26b0bcff65beaea1f6b3cd
25
26 diff --git a/net-im/nheko/nheko-0.10.0.ebuild b/net-im/nheko/nheko-0.10.0.ebuild
27 deleted file mode 100644
28 index 40d6f8c73..000000000
29 --- a/net-im/nheko/nheko-0.10.0.ebuild
30 +++ /dev/null
31 @@ -1,88 +0,0 @@
32 -# Copyright 2020-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -inherit cmake optfeature xdg
38 -
39 -DESCRIPTION="Native desktop client for Matrix using Qt"
40 -HOMEPAGE="https://github.com/Nheko-Reborn/nheko"
41 -SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="~amd64"
46 -IUSE="X video voip"
47 -REQUIRED_USE="video? ( voip )"
48 -
49 -MY_GST_V="1.18"
50 -RDEPEND="
51 - app-text/cmark:=
52 - dev-cpp/qt-jdenticon
53 - dev-db/lmdb:=
54 - >=dev-db/lmdb++-1.0.0
55 - dev-libs/libfmt:=
56 - >=dev-libs/mtxclient-0.8.0:=
57 - >=dev-libs/qtkeychain-0.12.0:=
58 - dev-libs/spdlog:=
59 - dev-qt/qtconcurrent:5
60 - dev-qt/qtdeclarative:5[widgets]
61 - dev-qt/qtgraphicaleffects:5
62 - dev-qt/qtgui:5[dbus,gif,jpeg,png]
63 - dev-qt/qtimageformats
64 - dev-qt/qtmultimedia:5[gstreamer,qml,widgets]
65 - dev-qt/qtquickcontrols2:5[widgets]
66 - dev-qt/qtsvg:5
67 - virtual/notification-daemon
68 - voip? (
69 - >=media-plugins/gst-plugins-dtls-${MY_GST_V}
70 - media-plugins/gst-plugins-libnice
71 - >=media-plugins/gst-plugins-meta-${MY_GST_V}[opus]
72 - >=media-plugins/gst-plugins-srtp-${MY_GST_V}
73 - >=media-plugins/gst-plugins-webrtc-${MY_GST_V}
74 - video? (
75 - >=media-libs/gst-plugins-base-${MY_GST_V}[opengl]
76 - >=media-plugins/gst-plugins-meta-${MY_GST_V}[v4l,vpx]
77 - >=media-plugins/gst-plugins-qt5-${MY_GST_V}
78 - X? (
79 - >=media-plugins/gst-plugins-ximagesrc-${MY_GST_V}
80 - x11-libs/xcb-util-wm
81 - )
82 - )
83 - )
84 -"
85 -DEPEND="
86 - dev-cpp/nlohmann_json
87 - ${RDEPEND}
88 -"
89 -BDEPEND="
90 - dev-qt/linguist-tools:5
91 - || (
92 - app-text/asciidoc
93 - dev-ruby/asciidoctor
94 - )
95 -"
96 -
97 -src_configure() {
98 - local -a mycmakeargs=(
99 - "-DVOIP=$(usex voip)"
100 - )
101 - if use video && use X; then
102 - mycmakeargs+=("-DSCREENSHARE_X11=yes")
103 - else
104 - mycmakeargs+=("-DSCREENSHARE_X11=no")
105 - fi
106 -
107 - cmake_src_configure
108 -}
109 -
110 -pkg_postinst() {
111 - optfeature "audio & video file playback support" \
112 - "media-plugins/gst-plugins-meta[ffmpeg]"
113 - optfeature "secrets storage support other than kwallet (for example gnome-keyring or keepassxc)" \
114 - "dev-libs/qtkeychain[gnome-keyring]"
115 - optfeature "additional, less common, image format support" \
116 - "kde-frameworks/kimageformats"
117 -
118 - xdg_pkg_postinst
119 -}
120
121 diff --git a/net-im/nheko/nheko-0.10.1.ebuild b/net-im/nheko/nheko-0.10.1.ebuild
122 deleted file mode 100644
123 index 5e4e00a92..000000000
124 --- a/net-im/nheko/nheko-0.10.1.ebuild
125 +++ /dev/null
126 @@ -1,88 +0,0 @@
127 -# Copyright 2020-2022 Gentoo Authors
128 -# Distributed under the terms of the GNU General Public License v2
129 -
130 -EAPI=8
131 -
132 -inherit cmake optfeature xdg
133 -
134 -DESCRIPTION="Native desktop client for Matrix using Qt"
135 -HOMEPAGE="https://github.com/Nheko-Reborn/nheko"
136 -SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
137 -
138 -LICENSE="GPL-3"
139 -SLOT="0"
140 -KEYWORDS="~amd64"
141 -IUSE="X video voip"
142 -REQUIRED_USE="video? ( voip )"
143 -
144 -MY_GST_V="1.18"
145 -RDEPEND="
146 - app-text/cmark:=
147 - dev-cpp/qt-jdenticon
148 - dev-db/lmdb:=
149 - >=dev-db/lmdb++-1.0.0
150 - dev-libs/libfmt:=
151 - >=dev-libs/mtxclient-0.8.1:=
152 - >=dev-libs/qtkeychain-0.12.0:=
153 - dev-libs/spdlog:=
154 - dev-qt/qtconcurrent:5
155 - dev-qt/qtdeclarative:5[widgets]
156 - dev-qt/qtgraphicaleffects:5
157 - dev-qt/qtgui:5[dbus,gif,jpeg,png]
158 - dev-qt/qtimageformats
159 - dev-qt/qtmultimedia:5[gstreamer,qml,widgets]
160 - dev-qt/qtquickcontrols2:5[widgets]
161 - dev-qt/qtsvg:5
162 - virtual/notification-daemon
163 - voip? (
164 - >=media-plugins/gst-plugins-dtls-${MY_GST_V}
165 - media-plugins/gst-plugins-libnice
166 - >=media-plugins/gst-plugins-meta-${MY_GST_V}[opus]
167 - >=media-plugins/gst-plugins-srtp-${MY_GST_V}
168 - >=media-plugins/gst-plugins-webrtc-${MY_GST_V}
169 - video? (
170 - >=media-libs/gst-plugins-base-${MY_GST_V}[opengl]
171 - >=media-plugins/gst-plugins-meta-${MY_GST_V}[v4l,vpx]
172 - >=media-plugins/gst-plugins-qt5-${MY_GST_V}
173 - X? (
174 - >=media-plugins/gst-plugins-ximagesrc-${MY_GST_V}
175 - x11-libs/xcb-util-wm
176 - )
177 - )
178 - )
179 -"
180 -DEPEND="
181 - dev-cpp/nlohmann_json
182 - ${RDEPEND}
183 -"
184 -BDEPEND="
185 - dev-qt/linguist-tools:5
186 - || (
187 - app-text/asciidoc
188 - dev-ruby/asciidoctor
189 - )
190 -"
191 -
192 -src_configure() {
193 - local -a mycmakeargs=(
194 - "-DVOIP=$(usex voip)"
195 - )
196 - if use video && use X; then
197 - mycmakeargs+=("-DSCREENSHARE_X11=yes")
198 - else
199 - mycmakeargs+=("-DSCREENSHARE_X11=no")
200 - fi
201 -
202 - cmake_src_configure
203 -}
204 -
205 -pkg_postinst() {
206 - optfeature "audio & video file playback support" \
207 - "media-plugins/gst-plugins-meta[ffmpeg]"
208 - optfeature "secrets storage support other than kwallet (for example gnome-keyring or keepassxc)" \
209 - "dev-libs/qtkeychain[gnome-keyring]"
210 - optfeature "additional, less common, image format support" \
211 - "kde-frameworks/kimageformats"
212 -
213 - xdg_pkg_postinst
214 -}