From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- media-sound/soundconverter/Manifest | 3 + media-sound/soundconverter/metadata.xml | 11 ++++ .../soundconverter/soundconverter-2.1.3.ebuild | 68 ++++++++++++++++++++++ .../soundconverter/soundconverter-2.1.4.ebuild | 57 ++++++++++++++++++ .../soundconverter/soundconverter-2.1.5.ebuild | 57 ++++++++++++++++++ 5 files changed, 196 insertions(+) create mode 100644 media-sound/soundconverter/Manifest create mode 100644 media-sound/soundconverter/metadata.xml create mode 100644 media-sound/soundconverter/soundconverter-2.1.3.ebuild create mode 100644 media-sound/soundconverter/soundconverter-2.1.4.ebuild create mode 100644 media-sound/soundconverter/soundconverter-2.1.5.ebuild (limited to 'media-sound/soundconverter') diff --git a/media-sound/soundconverter/Manifest b/media-sound/soundconverter/Manifest new file mode 100644 index 000000000000..bdcc404ecc5a --- /dev/null +++ b/media-sound/soundconverter/Manifest @@ -0,0 +1,3 @@ +DIST soundconverter-2.1.3.tar.xz 193176 SHA256 26a78f14210af911c12b71f3452a77bceb5fc6b1f6b626de4d4c961299a76cd1 SHA512 0768630d0fb7e89d37cba793e150eda81b98edd536a41f529e99812451ae8134b7257da7c97ceb3d8780ae640d9c8d23665103d0c08ef0811bbc01ec07ee41d0 WHIRLPOOL 823839018b1f6bb1a914354fd02fcb9c0721d3727b747e908cd97899ef4b6f773d2d98cd724bb15b2b7be0316c9a6e7c3e4e9829db65163a77ef9290168fdc04 +DIST soundconverter-2.1.4.tar.xz 193428 SHA256 2b125dda38f5d494d97fa43c8a238b6354510f9a0540d6e912eea59b4f22bf4a SHA512 27f24c40e965cc4c2f7045956b7856cc4d2b840b95b8da9363d0b987cf8d65616db484f2266516070d8018efdfed33d9a84b64e7cf8cad5e6d4d08b1409d9ad9 WHIRLPOOL 6241a96dfcd4b6ea8f31d945b941a6b0d9f06dc6869f1ad92d18e1e924987e5a4fec743707e763b481718fa92d96ec52a331439ea7ea1adefa47eac5ee2e956d +DIST soundconverter-2.1.5.tar.xz 195380 SHA256 cace2109b967744325e4ce8938d286b78b86f0615d4f145966f42decc7a74e06 SHA512 6d42bd2cfa200e7af8c69ce94580a4f96bdb0354623207e5d1c3beadee89920363b5b8cee4cdcfa6fcbd036860d50f739b05e34e9a34608fe3d6243876936c6a WHIRLPOOL e3f9ea4bbe012aa8b977321ee85601c69d67324b35654b494ffe6792af8043a21af7d7d429929cea28fe7273e08e11f93da9b00cb4f99c88f22266e6b0c3419d diff --git a/media-sound/soundconverter/metadata.xml b/media-sound/soundconverter/metadata.xml new file mode 100644 index 000000000000..091f59ec4098 --- /dev/null +++ b/media-sound/soundconverter/metadata.xml @@ -0,0 +1,11 @@ + + + + gstreamer + + Enable Opus audio codec support + + + soundconverter + + diff --git a/media-sound/soundconverter/soundconverter-2.1.3.ebuild b/media-sound/soundconverter/soundconverter-2.1.3.ebuild new file mode 100644 index 000000000000..ebdc2e33415e --- /dev/null +++ b/media-sound/soundconverter/soundconverter-2.1.3.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# TODO: convert +# dev-python/gconf-python +# dev-python/gnome-vfs-python +# dev-python/libgnome-python +# See bug #477814 + +EAPI=5 + +GCONF_DEBUG=no +PYTHON_COMPAT=( python2_7 ) +inherit gnome2 multilib python-single-r1 + +DESCRIPTION="A simple audiofile converter application for the GNOME environment" +HOMEPAGE="http://soundconverter.org/" +SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="aac flac mp3 opus vorbis" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + dev-python/gconf-python + dev-python/gnome-vfs-python + =dev-python/gst-python-0.10*[${PYTHON_USEDEP}] + dev-python/pygobject:2[${PYTHON_USEDEP}] + >=dev-python/pygtk-2.12[${PYTHON_USEDEP}] + dev-python/libgnome-python + gnome-base/libglade + aac? ( + =media-plugins/gst-plugins-faac-0.10* + =media-plugins/gst-plugins-faad-0.10* + ) + flac? ( =media-plugins/gst-plugins-flac-0.10* ) + mp3? ( + =media-plugins/gst-plugins-lame-0.10* + =media-plugins/gst-plugins-mad-0.10* + =media-plugins/gst-plugins-taglib-0.10* + ) + vorbis? ( + =media-plugins/gst-plugins-ogg-0.10* + =media-plugins/gst-plugins-vorbis-0.10* + ) + opus? ( + =media-plugins/gst-plugins-opus-0.10* + ) +" +DEPEND="${RDEPEND} + app-arch/xz-utils + dev-util/intltool + virtual/pkgconfig + sys-devel/gettext +" + +src_prepare() { + python_fix_shebang . + gnome2_src_prepare +} + +src_install() { + gnome2_src_install + python_optimize "${ED%/}"/usr/$(get_libdir)/soundconverter/python +} diff --git a/media-sound/soundconverter/soundconverter-2.1.4.ebuild b/media-sound/soundconverter/soundconverter-2.1.4.ebuild new file mode 100644 index 000000000000..423d5220e0ae --- /dev/null +++ b/media-sound/soundconverter/soundconverter-2.1.4.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +GCONF_DEBUG=no +PYTHON_COMPAT=( python2_7 ) + +inherit gnome2 multilib python-single-r1 + +DESCRIPTION="A simple audiofile converter application for the GNOME environment" +HOMEPAGE="http://soundconverter.org/" +SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="aac flac mp3 opus vorbis" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + dev-python/gconf-python[${PYTHON_USEDEP}] + dev-python/gnome-vfs-python[${PYTHON_USEDEP}] + dev-python/gst-python:0.10[${PYTHON_USEDEP}] + dev-python/pygobject:2[${PYTHON_USEDEP}] + >=dev-python/pygtk-2.12[${PYTHON_USEDEP}] + dev-python/libgnome-python[${PYTHON_USEDEP}] + gnome-base/libglade[${PYTHON_USEDEP}] + aac? ( + media-plugins/gst-plugins-faac:0.10 + media-plugins/gst-plugins-faad:0.10 ) + flac? ( media-plugins/gst-plugins-flac:0.10 ) + mp3? ( + media-plugins/gst-plugins-lame:0.10 + media-plugins/gst-plugins-mad:0.10 + media-plugins/gst-plugins-taglib:0.10 ) + vorbis? ( + media-plugins/gst-plugins-ogg:0.10 + media-plugins/gst-plugins-vorbis:0.10 ) + opus? ( media-plugins/gst-plugins-opus:0.10 ) +" +DEPEND="${RDEPEND} + dev-util/intltool + virtual/pkgconfig + sys-devel/gettext +" + +src_prepare() { + python_fix_shebang . + gnome2_src_prepare +} + +src_install() { + gnome2_src_install + python_optimize "${ED%/}"/usr/$(get_libdir)/soundconverter/python +} diff --git a/media-sound/soundconverter/soundconverter-2.1.5.ebuild b/media-sound/soundconverter/soundconverter-2.1.5.ebuild new file mode 100644 index 000000000000..119397b9015d --- /dev/null +++ b/media-sound/soundconverter/soundconverter-2.1.5.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +GCONF_DEBUG=no +PYTHON_COMPAT=( python2_7 ) + +inherit gnome2 multilib python-single-r1 + +DESCRIPTION="A simple audiofile converter application for the GNOME environment" +HOMEPAGE="http://soundconverter.org/" +SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" + +IUSE="aac flac mp3 opus vorbis" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + dev-python/gconf-python[${PYTHON_USEDEP}] + dev-python/gnome-vfs-python[${PYTHON_USEDEP}] + dev-python/gst-python:0.10[${PYTHON_USEDEP}] + dev-python/pygobject:2[${PYTHON_USEDEP}] + >=dev-python/pygtk-2.12[${PYTHON_USEDEP}] + dev-python/libgnome-python[${PYTHON_USEDEP}] + gnome-base/libglade[${PYTHON_USEDEP}] + aac? ( + media-plugins/gst-plugins-faac:0.10 + media-plugins/gst-plugins-faad:0.10 ) + flac? ( media-plugins/gst-plugins-flac:0.10 ) + mp3? ( + media-plugins/gst-plugins-lame:0.10 + media-plugins/gst-plugins-mad:0.10 + media-plugins/gst-plugins-taglib:0.10 ) + vorbis? ( + media-plugins/gst-plugins-ogg:0.10 + media-plugins/gst-plugins-vorbis:0.10 ) + opus? ( media-plugins/gst-plugins-opus:0.10 ) +" +DEPEND="${RDEPEND} + dev-util/intltool + virtual/pkgconfig + sys-devel/gettext +" + +src_prepare() { + python_fix_shebang . + gnome2_src_prepare +} + +src_install() { + gnome2_src_install + python_optimize "${ED%/}"/usr/$(get_libdir)/soundconverter/python +} -- cgit v1.2.3-65-gdbad