diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-sound/gnome-sound-recorder | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-sound/gnome-sound-recorder')
-rw-r--r-- | media-sound/gnome-sound-recorder/Manifest | 1 | ||||
-rw-r--r-- | media-sound/gnome-sound-recorder/gnome-sound-recorder-3.16.0.ebuild | 32 | ||||
-rw-r--r-- | media-sound/gnome-sound-recorder/metadata.xml | 5 |
3 files changed, 38 insertions, 0 deletions
diff --git a/media-sound/gnome-sound-recorder/Manifest b/media-sound/gnome-sound-recorder/Manifest new file mode 100644 index 000000000000..ee78488e446c --- /dev/null +++ b/media-sound/gnome-sound-recorder/Manifest @@ -0,0 +1 @@ +DIST gnome-sound-recorder-3.16.0.tar.xz 437788 SHA256 9af4935a8007810f750b40039a77cc762c260cb554339c1fc13e6ee52f6a1c04 SHA512 4d94f4f81d7b3cb3fa16e6b8ba26994c70ac9000482db1e1773a48ffe8ea7094f83c4f2b5f3f65a4b58f549d475f736fe1e117b788a64002169c18b609b9de10 WHIRLPOOL 4e4cd9f7bd859b3eeb5e1876c07658a8f300b63d924c4373d9c0235a8541ac67fc5a66364ede108a0032f614c6c4ea2c6b07ca96b82bd5d97df348c41e06f871 diff --git a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.16.0.ebuild b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.16.0.ebuild new file mode 100644 index 000000000000..ae9380114ba9 --- /dev/null +++ b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.16.0.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/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.12: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 000000000000..6e0e2ecb48ca --- /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> |