commit: 23ac0acb41d78414bdd82efa887fafeab635cdbc Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sat Apr 12 15:33:09 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sat Apr 12 15:41:24 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=23ac0acb
media-sound/gnome-sound-recorder: initial ebuild --- .../gnome-sound-recorder-3.12.0.ebuild | 32 ++++++++++++++++++++++ media-sound/gnome-sound-recorder/metadata.xml | 5 ++++ 2 files changed, 37 insertions(+) diff --git a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.12.0.ebuild b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.12.0.ebuild new file mode 100644 index 0000000..b9ef245 --- /dev/null +++ b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.12.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Simple sound recorder" +HOMEPAGE="https://wiki.gnome.org/ThreePointEleven/Features/SoundRecorder" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" +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.9.4:3[introspection] +" +RDEPEND="${COMMON_DEPEND} + media-libs/gstreamer:1.0[introspection] + media-libs/gst-plugins-base:1.0[introspection] +" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.26 + virtual/pkgconfig +" diff --git a/media-sound/gnome-sound-recorder/metadata.xml b/media-sound/gnome-sound-recorder/metadata.xml new file mode 100644 index 0000000..6e0e2ec --- /dev/null +++ b/media-sound/gnome-sound-recorder/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>gnome</herd> +</pkgmetadata>
