From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BAC7138334 for ; Mon, 24 Sep 2018 15:51:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28CD9E0A03; Mon, 24 Sep 2018 15:51:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0374DE0A03 for ; Mon, 24 Sep 2018 15:51:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DD93335CBF for ; Mon, 24 Sep 2018 15:51:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1130A3F1 for ; Mon, 24 Sep 2018 15:51:35 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1537804287.83d8ef2b04f45dc825d2ede5fce8a6f1e4dd62f7.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libopusenc/Manifest media-libs/libopusenc/libopusenc-0.2.ebuild media-libs/libopusenc/metadata.xml X-VCS-Directories: media-libs/libopusenc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 83d8ef2b04f45dc825d2ede5fce8a6f1e4dd62f7 X-VCS-Branch: master Date: Mon, 24 Sep 2018 15:51:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 153f1aef-9a21-4355-b25f-14e161c4cfc9 X-Archives-Hash: b8b22eeca787ed7187192e1f5f969ba2 commit: 83d8ef2b04f45dc825d2ede5fce8a6f1e4dd62f7 Author: Lars Wendler gentoo org> AuthorDate: Mon Sep 24 15:38:20 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Sep 24 15:51:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d8ef2b media-libs/libopusenc: Initial commit Package-Manager: Portage-2.3.49, Repoman-2.3.11 media-libs/libopusenc/Manifest | 1 + media-libs/libopusenc/libopusenc-0.2.ebuild | 36 +++++++++++++++++++++++++++++ media-libs/libopusenc/metadata.xml | 8 +++++++ 3 files changed, 45 insertions(+) diff --git a/media-libs/libopusenc/Manifest b/media-libs/libopusenc/Manifest new file mode 100644 index 00000000000..292742288e5 --- /dev/null +++ b/media-libs/libopusenc/Manifest @@ -0,0 +1 @@ +DIST libopusenc-0.2.tar.gz 388027 BLAKE2B 5822d09ec56ce9dc0182241e7182b71c9c21def5645a2ef3472af380b25af1b1f8a08311c2cfb8bacdfde845dff81ee426401f1ab098b6598e41e664ccaf9c34 SHA512 82b9a60bf6fa0c8bc485b221bc633456245f8909875fb9e86876076bc37857d53a366bbc66f2e1e331adddcf12c4d5a29f0047e21d0fae2f8bd8a3199bd6f78f diff --git a/media-libs/libopusenc/libopusenc-0.2.ebuild b/media-libs/libopusenc/libopusenc-0.2.ebuild new file mode 100644 index 00000000000..473b64aa39d --- /dev/null +++ b/media-libs/libopusenc/libopusenc-0.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="High-level API for encoding .opus files" +HOMEPAGE="https://www.opus-codec.org/" +SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz" +LICENSE="BSD" +SLOT="0" + +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +BDEPEND=" + virtual/pkgconfig +" +DEPEND=" + doc? ( app-doc/doxygen[dot] ) +" +RDEPEND=" + >=media-libs/opus-1.1 +" + +src_configure() { + local myeconfargs=( + $(use_enable doc) + ) + + econf "${myeconfsargs[@]}" +} + +src_install() { + default + find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die +} diff --git a/media-libs/libopusenc/metadata.xml b/media-libs/libopusenc/metadata.xml new file mode 100644 index 00000000000..39626a990be --- /dev/null +++ b/media-libs/libopusenc/metadata.xml @@ -0,0 +1,8 @@ + + + + + sound@gentoo.org + Gentoo Sound project + +