commit: 421d0114dbfa21aa5583e9ddfcc8d35fbca57d7a Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Sun Apr 22 11:12:32 2018 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Sun Apr 22 11:21:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421d0114
media-libs/codec2: initial import Package-Manager: Portage-2.3.31, Repoman-2.3.9 media-libs/codec2/Manifest | 1 + media-libs/codec2/codec2-0.7.ebuild | 18 ++++++++++++++++++ media-libs/codec2/metadata.xml | 8 ++++++++ 3 files changed, 27 insertions(+) diff --git a/media-libs/codec2/Manifest b/media-libs/codec2/Manifest new file mode 100644 index 00000000000..f3266a6fd8d --- /dev/null +++ b/media-libs/codec2/Manifest @@ -0,0 +1 @@ +DIST codec2-0.7.tar.xz 8386048 BLAKE2B 04e2ab834539d6911300d30a7de00a0c351e29c53972482765cbefefe8d9e0f10b491496690e34beacce27f68da0c85bb6ad8bb75b93ce50e44eb13f1ad8070b SHA512 bf2f40071c21096d9504aacb293e7c293e1a51d732b91d870b5b35c372684cdb187fe4aafb6c27601c75167bd3783470e054d65b4be215facf67acee8afc56af diff --git a/media-libs/codec2/codec2-0.7.ebuild b/media-libs/codec2/codec2-0.7.ebuild new file mode 100644 index 00000000000..4703ed9d207 --- /dev/null +++ b/media-libs/codec2/codec2-0.7.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-multilib + +DESCRIPTION="Low bit rate speech codec" +HOMEPAGE="https://freedv.org/" +SRC_URI="https://freedv.com/wp-content/uploads/sites/8/2017/10/${P}.tar.xz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/media-libs/codec2/metadata.xml b/media-libs/codec2/metadata.xml new file mode 100644 index 00000000000..c870d0eef0a --- /dev/null +++ b/media-libs/codec2/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Sound project</name> +</maintainer> +</pkgmetadata>
