Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gnome-sound-recorder/
Date: Fri, 16 Apr 2021 20:58:20
Message-Id: 1618606438.6810ee90b7f92baaf27738654e2d294446cb3406.mattst88@gentoo
1 commit: 6810ee90b7f92baaf27738654e2d294446cb3406
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 20:41:41 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 20:53:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6810ee90
7
8 media-sound/gnome-sound-recorder: Version bump to 40.0
9
10 Closes: https://bugs.gentoo.org/768057
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 media-sound/gnome-sound-recorder/Manifest | 1 +
14 .../gnome-sound-recorder-40.0.ebuild | 50 ++++++++++++++++++++++
15 2 files changed, 51 insertions(+)
16
17 diff --git a/media-sound/gnome-sound-recorder/Manifest b/media-sound/gnome-sound-recorder/Manifest
18 index 6b1d1d95fbb..0a883b7a480 100644
19 --- a/media-sound/gnome-sound-recorder/Manifest
20 +++ b/media-sound/gnome-sound-recorder/Manifest
21 @@ -1 +1,2 @@
22 DIST gnome-sound-recorder-3.38.1.tar.xz 198328 BLAKE2B 80fc581a9aad2d1ee944982f9b0c93eb4de75711d7242a25fdbcdbd6edcf71af337bf6c49806b2265f4d099ac58fb5619964f6d473f291827f026d01fe497461 SHA512 e725b8c0d899680eff767f61360645a4adc2df29db8813d6e799b4affa3d05cffc5a7de4c8ee8eafafbc34314655831d7524963f974a23f472fdbb6f292e6c2c
23 +DIST gnome-sound-recorder-40.0.tar.xz 199056 BLAKE2B e830b746ccf9e038a6f425dee9a6ef8eb88cd849659570c11364b833b0be8c7e7302c0b20e8c853d7228a589d6e3953fecf2fddb31304a1905678aa99b461248 SHA512 28de1dbb9251c834513be55c3f4107cd014d74e634e383e6feb3b9430ff562e19d29e9abcd566b0fc0ed1ec3841add0f694b47c51fe91a3b4ba33b9f43a0d617
24
25 diff --git a/media-sound/gnome-sound-recorder/gnome-sound-recorder-40.0.ebuild b/media-sound/gnome-sound-recorder/gnome-sound-recorder-40.0.ebuild
26 new file mode 100644
27 index 00000000000..0ec0b46892d
28 --- /dev/null
29 +++ b/media-sound/gnome-sound-recorder/gnome-sound-recorder-40.0.ebuild
30 @@ -0,0 +1,50 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +PYTHON_COMPAT=( python3_{7..9} )
36 +
37 +inherit gnome.org gnome2-utils meson python-any-r1 xdg
38 +
39 +DESCRIPTION="Simple sound recorder"
40 +HOMEPAGE="https://wiki.gnome.org/Design/Apps/SoundRecorder"
41 +
42 +LICENSE="GPL-2+"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +DEPEND="
47 + >=dev-libs/gjs-1.54.0
48 + >=dev-libs/glib-2.46:2
49 + >=x11-libs/gtk+-3.12:3[introspection]
50 + media-libs/gst-plugins-bad:1.0
51 + >=gui-libs/libhandy-1.1.90:1=
52 + >=dev-libs/gobject-introspection-1.31.6
53 + x11-libs/gdk-pixbuf:2[introspection]
54 +"
55 +RDEPEND="${DEPEND}
56 + media-libs/gstreamer:1.0[introspection]
57 + media-libs/gst-plugins-base:1.0[introspection,ogg]
58 + media-libs/gst-plugins-good:1.0
59 + media-plugins/gst-plugins-flac:1.0
60 + media-plugins/gst-plugins-pulse:1.0
61 +"
62 +BDEPEND="
63 + ${PYTHON_DEPS}
64 + >=sys-devel/gettext-0.19.8
65 + virtual/pkgconfig
66 +"
67 +
68 +pkg_setup() {
69 + python-any-r1_pkg_setup
70 +}
71 +
72 +pkg_postinst() {
73 + xdg_pkg_postinst
74 + gnome2_schemas_update
75 +}
76 +
77 +pkg_postrm() {
78 + xdg_pkg_postrm
79 + gnome2_schemas_update
80 +}