diff options
author | Steve Dibb <beandog@gentoo.org> | 2014-08-22 17:50:07 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2014-08-22 17:50:07 +0000 |
commit | 820613fa1d875bebb48650bb24101bd85e87815d (patch) | |
tree | f104dd4a722e9f3ff005c19d995a2caefa827f54 /media-sound | |
parent | bumped EAPI to 5; committed directly to stable as no other changes present an... (diff) | |
download | gentoo-2-820613fa1d875bebb48650bb24101bd85e87815d.tar.gz gentoo-2-820613fa1d875bebb48650bb24101bd85e87815d.tar.bz2 gentoo-2-820613fa1d875bebb48650bb24101bd85e87815d.zip |
Initial commit, bug 491232
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/dcaenc/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/dcaenc/dcaenc-2.ebuild | 16 | ||||
-rw-r--r-- | media-sound/dcaenc/metadata.xml | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/media-sound/dcaenc/ChangeLog b/media-sound/dcaenc/ChangeLog new file mode 100644 index 000000000000..3cc25de588b1 --- /dev/null +++ b/media-sound/dcaenc/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for media-sound/dcaenc +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/dcaenc/ChangeLog,v 1.1 2014/08/22 17:50:07 beandog Exp $ + +*dcaenc-2 (22 Aug 2014) + + 22 Aug 2014; Steve Dibb <beandog@gentoo.org> +dcaenc-2.ebuild, +metadata.xml: + Initial commit, bug 491232 + diff --git a/media-sound/dcaenc/dcaenc-2.ebuild b/media-sound/dcaenc/dcaenc-2.ebuild new file mode 100644 index 000000000000..6064461ffa9a --- /dev/null +++ b/media-sound/dcaenc/dcaenc-2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/dcaenc/dcaenc-2.ebuild,v 1.1 2014/08/22 17:50:07 beandog Exp $ + +EAPI=5 + +DESCRIPTION="DTS Coherent Acoustics audio encoder" +HOMEPAGE="http://aepatrakov.narod.ru/index/0-2" +SRC_URI="http://aepatrakov.narod.ru/olderfiles/1/${P}.tar.gz" +LICENSE="LGPL-2.1+" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="alsa" + +DEPEND="alsa? ( media-libs/alsa-lib )" diff --git a/media-sound/dcaenc/metadata.xml b/media-sound/dcaenc/metadata.xml new file mode 100644 index 000000000000..3bf6bcfeb512 --- /dev/null +++ b/media-sound/dcaenc/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>sound</herd> +</pkgmetadata> |