diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-12-29 12:59:54 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-12-29 13:07:37 +0100 |
commit | f1fb59d7a35d91de8e5b757af026e8efde20fbf6 (patch) | |
tree | fc92b01ca4c82c13d951f5210c6ddc5414d6ba88 /media-sound/gnome-sound-recorder/gnome-sound-recorder-3.18.2-r1.ebuild | |
parent | dev-libs/fampp2: Fix building with latest glibmm/libsigc++ (#569700) (diff) | |
download | gentoo-f1fb59d7a35d91de8e5b757af026e8efde20fbf6.tar.gz gentoo-f1fb59d7a35d91de8e5b757af026e8efde20fbf6.tar.bz2 gentoo-f1fb59d7a35d91de8e5b757af026e8efde20fbf6.zip |
media-sound/gnome-sound-recorder: Fix COMMON_DEPEND/RDEPEND/DEPEND usage (#565292 by Alexander Tsoy)
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-sound/gnome-sound-recorder/gnome-sound-recorder-3.18.2-r1.ebuild')
-rw-r--r-- | media-sound/gnome-sound-recorder/gnome-sound-recorder-3.18.2-r1.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.18.2-r1.ebuild b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.18.2-r1.ebuild new file mode 100644 index 000000000000..45af29fc7813 --- /dev/null +++ b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.18.2-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" + +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 +" |