summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/gnome-sound-recorder/gnome-sound-recorder-3.20.2.ebuild')
-rw-r--r--media-sound/gnome-sound-recorder/gnome-sound-recorder-3.20.2.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.20.2.ebuild b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.20.2.ebuild
new file mode 100644
index 000000000000..185a4e584822
--- /dev/null
+++ b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.20.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Simple sound recorder"
+HOMEPAGE="https://wiki.gnome.org/Design/Apps/SoundRecorder"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# For the list of plugins, see src/audioProfile.js
+COMMON_DEPEND="
+ dev-libs/gjs
+ dev-libs/glib:2
+ x11-libs/gdk-pixbuf:2
+ >=x11-libs/gtk+-3.12:3[introspection]
+"
+RDEPEND="${COMMON_DEPEND}
+ media-libs/gstreamer:1.0[introspection]
+ media-libs/gst-plugins-base:1.0[introspection]
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-util/intltool-0.26
+ virtual/pkgconfig
+"