summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-05-31 12:50:58 -0400
committerMatt Turner <mattst88@gentoo.org>2022-05-31 14:23:39 -0400
commit8ecbfc86636241f282d9f6888c6ce37aee123f6a (patch)
tree9f679ed8871c0f41ae908e8e8a3e86610e0ec70f /media-sound/gnome-sound-recorder
parentmedia-sound/gnome-music: Drop old versions (diff)
downloadgentoo-8ecbfc86636241f282d9f6888c6ce37aee123f6a.tar.gz
gentoo-8ecbfc86636241f282d9f6888c6ce37aee123f6a.tar.bz2
gentoo-8ecbfc86636241f282d9f6888c6ce37aee123f6a.zip
media-sound/gnome-sound-recorder: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-sound/gnome-sound-recorder')
-rw-r--r--media-sound/gnome-sound-recorder/Manifest1
-rw-r--r--media-sound/gnome-sound-recorder/files/40.0-fix-build-with-meson-0.61.1.patch43
-rw-r--r--media-sound/gnome-sound-recorder/gnome-sound-recorder-40.0.ebuild54
3 files changed, 0 insertions, 98 deletions
diff --git a/media-sound/gnome-sound-recorder/Manifest b/media-sound/gnome-sound-recorder/Manifest
index d86cb48908d8..6fd5e46155a6 100644
--- a/media-sound/gnome-sound-recorder/Manifest
+++ b/media-sound/gnome-sound-recorder/Manifest
@@ -1,2 +1 @@
-DIST gnome-sound-recorder-40.0.tar.xz 199056 BLAKE2B e830b746ccf9e038a6f425dee9a6ef8eb88cd849659570c11364b833b0be8c7e7302c0b20e8c853d7228a589d6e3953fecf2fddb31304a1905678aa99b461248 SHA512 28de1dbb9251c834513be55c3f4107cd014d74e634e383e6feb3b9430ff562e19d29e9abcd566b0fc0ed1ec3841add0f694b47c51fe91a3b4ba33b9f43a0d617
DIST gnome-sound-recorder-42.0.tar.xz 162208 BLAKE2B 6f4f17ad5cb2cd893626defb3b91e62c0dfbfdae4c815df934a2d35a7b0e315f689f3ea222d9adef960935828095c337e00076aba60b4c1b3d243c274063aed3 SHA512 53fe2fe0646c5055cedc1c62cf87176dca52bf3d9452d83bcc849d9946179afbef826f08ff65a97ede7a0d14ade4da0755b2ef3780460d5a80f8f9e6c85fcfbd
diff --git a/media-sound/gnome-sound-recorder/files/40.0-fix-build-with-meson-0.61.1.patch b/media-sound/gnome-sound-recorder/files/40.0-fix-build-with-meson-0.61.1.patch
deleted file mode 100644
index 0eea5fe096e9..000000000000
--- a/media-sound/gnome-sound-recorder/files/40.0-fix-build-with-meson-0.61.1.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-https://gitlab.gnome.org/GNOME/gnome-sound-recorder/-/commit/1335b1b1aff61167f8648f7cb3c569764031960d.patch
-https://bugs.gentoo.org/831924
-
-From: Jan Beich <jbeich@FreeBSD.org>
-Date: Mon, 24 Jan 2022 11:37:06 +0000
-Subject: [PATCH] meson: drop unused argument for i18n.merge_file()
-
-Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0.
-
-data/appdata/meson.build:5:0: ERROR: Function does not take positional arguments.
-data/meson.build:16:0: ERROR: Function does not take positional arguments.
----
- data/appdata/meson.build | 1 -
- data/meson.build | 1 -
- 2 files changed, 2 deletions(-)
-
-diff --git a/data/appdata/meson.build b/data/appdata/meson.build
-index 1f5744e..d2c2c3a 100644
---- a/data/appdata/meson.build
-+++ b/data/appdata/meson.build
-@@ -3,7 +3,6 @@ metainfo_conf.set('app-id', application_id)
- metainfo_conf.set('gettext-package', gettext_package)
-
- metainfo_file = i18n.merge_file(
-- 'metainfo-file',
- input: configure_file(
- input: 'org.gnome.SoundRecorder.metainfo.xml.in.in',
- output: '@BASENAME@',
-diff --git a/data/meson.build b/data/meson.build
-index 44117ad..0ff8fa5 100644
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -14,7 +14,6 @@ install_data(
- desktop_conf = configuration_data()
- desktop_conf.set('app-id', application_id)
- desktop_file = i18n.merge_file(
-- 'desktop',
- input: configure_file(
- input: 'org.gnome.SoundRecorder.desktop.in.in',
- output: '@BASENAME@',
---
-GitLab
-
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
deleted file mode 100644
index 06371a510876..000000000000
--- a/media-sound/gnome-sound-recorder/gnome-sound-recorder-40.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit gnome.org gnome2-utils meson python-any-r1 xdg
-
-DESCRIPTION="Simple sound recorder"
-HOMEPAGE="https://wiki.gnome.org/Design/Apps/SoundRecorder"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-DEPEND="
- >=dev-libs/gjs-1.54.0
- >=dev-libs/glib-2.46:2
- >=x11-libs/gtk+-3.12:3[introspection]
- media-libs/gst-plugins-bad:1.0
- >=gui-libs/libhandy-1.1.90:1=
- >=dev-libs/gobject-introspection-1.31.6
- x11-libs/gdk-pixbuf:2[introspection]
-"
-RDEPEND="${DEPEND}
- media-libs/gstreamer:1.0[introspection]
- media-libs/gst-plugins-base:1.0[introspection,ogg]
- media-libs/gst-plugins-good:1.0
- media-plugins/gst-plugins-flac:1.0
- media-plugins/gst-plugins-pulse:1.0
-"
-BDEPEND="
- ${PYTHON_DEPS}
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}/${PV}"-fix-build-with-meson-0.61.1.patch
-)
-
-pkg_setup() {
- python-any-r1_pkg_setup
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}