summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/gnome-sound-recorder/gnome-sound-recorder-3.34.0.ebuild')
-rw-r--r--media-sound/gnome-sound-recorder/gnome-sound-recorder-3.34.0.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.34.0.ebuild b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.34.0.ebuild
deleted file mode 100644
index 4ada7e52cb73..000000000000
--- a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.34.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="Simple sound recorder"
-HOMEPAGE="https://wiki.gnome.org/Design/Apps/SoundRecorder"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- >=dev-libs/gjs-1.50
- >=dev-libs/glib-2.46:2
- >=x11-libs/gtk+-3.12:3[introspection]
- >=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-bad:1.0
- media-libs/gst-plugins-good:1.0
- media-plugins/gst-plugins-flac:1.0
- media-plugins/gst-plugins-pulse:1.0
-"
-BDEPEND="
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}