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 BF3D7138334 for ; Fri, 4 Jan 2019 13:19:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71D8FE096C; Fri, 4 Jan 2019 13:19:25 +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 46FCBE096C for ; Fri, 4 Jan 2019 13:19:24 +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 E0A64335CE7 for ; Fri, 4 Jan 2019 13:19:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A9E14F2 for ; Fri, 4 Jan 2019 13:19:21 +0000 (UTC) From: "Jason A. Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" Message-ID: <1546607953.830bdae60e3b32c027c8a37abe5c9ad165855bc5.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libldac/Manifest media-libs/libldac/libldac-2.0.2.ebuild media-libs/libldac/metadata.xml X-VCS-Directories: media-libs/libldac/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: 830bdae60e3b32c027c8a37abe5c9ad165855bc5 X-VCS-Branch: master Date: Fri, 4 Jan 2019 13:19:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 47b8ff29-85b1-4ea1-a80f-67648fad52c3 X-Archives-Hash: 667cb2742db6b21d486f44cb2e825199 commit: 830bdae60e3b32c027c8a37abe5c9ad165855bc5 Author: Jason A. Donenfeld gentoo org> AuthorDate: Fri Jan 4 12:14:53 2019 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Fri Jan 4 13:19:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=830bdae6 media-libs/libldac: import new ebuild Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Jason A. Donenfeld gentoo.org> media-libs/libldac/Manifest | 1 + media-libs/libldac/libldac-2.0.2.ebuild | 25 +++++++++++++++++++++++++ media-libs/libldac/metadata.xml | 7 +++++++ 3 files changed, 33 insertions(+) diff --git a/media-libs/libldac/Manifest b/media-libs/libldac/Manifest new file mode 100644 index 00000000000..a5364d21e60 --- /dev/null +++ b/media-libs/libldac/Manifest @@ -0,0 +1 @@ +DIST libldac-2.0.2-1.1.tar.gz 282323 BLAKE2B f8e4a05130b47e4c46070c3a9f0a085451bf480e3d90579342f66edeb77df665c89bf1c81d65d5366e704c5396335de8263ebd6ac1e1d1350714acb3775511e9 SHA512 f1aedb3edc0421b7a9d49a9d2e347d8ab19d54e37f0e77b3673f92413eaccdbbacb678e2e89a23016b22c768156148a82b7fc996bebc3a4cd4451ffb606dba3e diff --git a/media-libs/libldac/libldac-2.0.2.ebuild b/media-libs/libldac/libldac-2.0.2.ebuild new file mode 100644 index 00000000000..bd5b7ac1019 --- /dev/null +++ b/media-libs/libldac/libldac-2.0.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +PACKAGING_VERSION="1.1" + +DESCRIPTION="LDAC codec library from AOSP" +HOMEPAGE="https://android.googlesource.com/platform/external/libldac/" +SRC_URI="https://github.com/EHfive/ldacBT/releases/download/${PACKAGING_VERSION}-ldac.${PV}/ldacBT.tar.gz -> ${P}-${PACKAGING_VERSION}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +S="${WORKDIR}/ldacBT" + +mycmakeargs=( -DLDAC_SOFT_FLOAT=OFF ) diff --git a/media-libs/libldac/metadata.xml b/media-libs/libldac/metadata.xml new file mode 100644 index 00000000000..38b28ff6e62 --- /dev/null +++ b/media-libs/libldac/metadata.xml @@ -0,0 +1,7 @@ + + + + +zx2c4@gentoo.org + +