diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-04-22 13:12:32 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-04-22 13:21:31 +0200 |
commit | 421d0114dbfa21aa5583e9ddfcc8d35fbca57d7a (patch) | |
tree | eb0bec0f2a26d57437bcff2f552a50750e01f985 /media-libs/codec2 | |
parent | media-video/ffmpeg: add lv2 useflag (diff) | |
download | gentoo-421d0114dbfa21aa5583e9ddfcc8d35fbca57d7a.tar.gz gentoo-421d0114dbfa21aa5583e9ddfcc8d35fbca57d7a.tar.bz2 gentoo-421d0114dbfa21aa5583e9ddfcc8d35fbca57d7a.zip |
media-libs/codec2: initial import
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'media-libs/codec2')
-rw-r--r-- | media-libs/codec2/Manifest | 1 | ||||
-rw-r--r-- | media-libs/codec2/codec2-0.7.ebuild | 18 | ||||
-rw-r--r-- | media-libs/codec2/metadata.xml | 8 |
3 files changed, 27 insertions, 0 deletions
diff --git a/media-libs/codec2/Manifest b/media-libs/codec2/Manifest new file mode 100644 index 000000000000..f3266a6fd8dc --- /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 000000000000..4703ed9d2077 --- /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 000000000000..c870d0eef0ab --- /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>sound@gentoo.org</email> + <name>Gentoo Sound project</name> +</maintainer> +</pkgmetadata> |