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/dir2ogg | |
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/dir2ogg')
-rw-r--r-- | media-sound/dir2ogg/Manifest | 2 | ||||
-rw-r--r-- | media-sound/dir2ogg/dir2ogg-0.11.6.ebuild | 35 | ||||
-rw-r--r-- | media-sound/dir2ogg/dir2ogg-0.11.8-r1.ebuild | 46 | ||||
-rw-r--r-- | media-sound/dir2ogg/metadata.xml | 9 |
4 files changed, 92 insertions, 0 deletions
diff --git a/media-sound/dir2ogg/Manifest b/media-sound/dir2ogg/Manifest new file mode 100644 index 000000000000..9f66c4af7131 --- /dev/null +++ b/media-sound/dir2ogg/Manifest @@ -0,0 +1,2 @@ +DIST dir2ogg-0.11.6.tar.gz 19442 SHA256 cd3b6baa42a5ee0acde95f2ef41a2a56d9fd6be1c9877e8bba2bf15834f935dc +DIST dir2ogg-0.11.8.tar.gz 21145 SHA256 0b6fd089fc1eb20cc92b7901c947ff6033ce04c897f9af9f962fa421a67ba7e0 SHA512 44275ab5b1bda26e2148b24a1b9fc49ee09e6f2848c1e62d13da12369e28a1f787c695c1547b002f13e1733d14984bf3ca0c425d60ace8bda69f0de28af0ed8f WHIRLPOOL e1e5bcb116e706ce90a63f661f6a20234a7fc350207a021392e9983f343c439d5a0471ac42b0114f47a74e7e93d6f589126cf4789ee69d455e459936d65f7600 diff --git a/media-sound/dir2ogg/dir2ogg-0.11.6.ebuild b/media-sound/dir2ogg/dir2ogg-0.11.6.ebuild new file mode 100644 index 000000000000..d6e91d3e43ef --- /dev/null +++ b/media-sound/dir2ogg/dir2ogg-0.11.6.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit versionator + +MY_PR=$(get_version_component_range 1-2) + +DESCRIPTION="Converts mp3, m4a, wma, and wav files to Ogg Vorbis format" +HOMEPAGE="http://jak-linux.org/projects/dir2ogg/" +SRC_URI="http://jak-linux.org/projects/${PN}/${MY_PR}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~ppc sparc x86" +IUSE="aac cdparanoia mp3 wma" + +DEPEND="" +RDEPEND="dev-lang/python + dev-python/pyid3lib + media-sound/vorbis-tools + >=media-libs/mutagen-1.11 + aac? ( media-libs/faad2 media-video/mplayer ) + cdparanoia? ( media-sound/cdparanoia ) + mp3? ( || ( media-sound/lame + media-sound/mpg123 + media-sound/mpg321 + media-video/mplayer ) ) + wma? ( media-video/mplayer )" + +src_install() { + dobin ${PN} || die "dobin failed." + doman ${PN}.1 + dodoc NEWS README +} diff --git a/media-sound/dir2ogg/dir2ogg-0.11.8-r1.ebuild b/media-sound/dir2ogg/dir2ogg-0.11.8-r1.ebuild new file mode 100644 index 000000000000..0c012cbae2ca --- /dev/null +++ b/media-sound/dir2ogg/dir2ogg-0.11.8-r1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=2 +inherit versionator + +MY_PR=$(get_version_component_range 1-2) + +DESCRIPTION="Converts mp3, m4a, wma, and wav files to Ogg Vorbis format" +HOMEPAGE="http://jak-linux.org/projects/dir2ogg/" +SRC_URI="http://jak-linux.org/projects/${PN}/${MY_PR}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="aac cdparanoia flac mac mp3 musepack wavpack wma" + +RDEPEND=">=dev-lang/python-2.5 + dev-python/pyid3lib + media-sound/vorbis-tools[ogg123] + >=media-libs/mutagen-1.11 + aac? ( || ( media-libs/faad2 + media-video/mplayer ) ) + cdparanoia? ( || ( dev-libs/libcdio-paranoia + media-sound/cdparanoia ) ) + flac? ( || ( media-libs/flac + media-video/mplayer ) ) + mac? ( || ( media-sound/mac + media-video/mplayer ) ) + mp3? ( || ( media-sound/mpg123 + media-sound/lame + media-video/mplayer + media-sound/mpg321 ) ) + musepack? ( || ( >=media-sound/musepack-tools-444 + media-video/mplayer ) ) + wavpack? ( || ( media-sound/wavpack + media-video/mplayer ) ) + wma? ( media-video/mplayer )" +DEPEND="" + +src_install() { + dobin dir2ogg || die + doman dir2ogg.1 + dodoc NEWS README +} diff --git a/media-sound/dir2ogg/metadata.xml b/media-sound/dir2ogg/metadata.xml new file mode 100644 index 000000000000..892b41956295 --- /dev/null +++ b/media-sound/dir2ogg/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sound</herd> + <use> + <flag name="mac">Add support for decoding Monkey's Audio files</flag> + <flag name="wma">Add support for wma files through mplayer</flag> + </use> +</pkgmetadata> |