diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-01 19:20:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-01 23:21:53 +0200 |
commit | 0a3fafa95fcfd7a5aea37015e9e09404e6d30653 (patch) | |
tree | cbb47f7d87814424a4e61294ef5d10c2f3cecfd7 /media-libs/libldac | |
parent | nsplugins.eclass: Mark @DEAD (diff) | |
download | gentoo-0a3fafa95fcfd7a5aea37015e9e09404e6d30653.tar.gz gentoo-0a3fafa95fcfd7a5aea37015e9e09404e6d30653.tar.bz2 gentoo-0a3fafa95fcfd7a5aea37015e9e09404e6d30653.zip |
media-libs/libldac: Drop 2.0.2-r1, cmake-utils--
Bug: https://bugs.gentoo.org/780354
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libldac')
-rw-r--r-- | media-libs/libldac/Manifest | 1 | ||||
-rw-r--r-- | media-libs/libldac/libldac-2.0.2-r1.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/media-libs/libldac/Manifest b/media-libs/libldac/Manifest index 738da5720016..5d8a9a21d3e9 100644 --- a/media-libs/libldac/Manifest +++ b/media-libs/libldac/Manifest @@ -1,2 +1 @@ DIST ldacBT-2.0.2.3.tar.gz 75708 BLAKE2B 9f9ec1aa8a9603927067cd01058745db615a89652d16e870d9eb0a4db270a4076b7bb70ba091948249969087e5b26b86e22656314e3d26e43311fae982472347 SHA512 0e42723a1e7d748b28b13d73823fd5378a64100d5e27ae90cf3214494f3e199c526e219efd1329b2ec2b3195e1a6b3c98c8210ab7e4e6b98077199ef0f64c02e -DIST libldac-2.0.2-1.1.tar.gz 282323 BLAKE2B f8e4a05130b47e4c46070c3a9f0a085451bf480e3d90579342f66edeb77df665c89bf1c81d65d5366e704c5396335de8263ebd6ac1e1d1350714acb3775511e9 SHA512 f1aedb3edc0421b7a9d49a9d2e347d8ab19d54e37f0e77b3673f92413eaccdbbacb678e2e89a23016b22c768156148a82b7fc996bebc3a4cd4451ffb606dba3e diff --git a/media-libs/libldac/libldac-2.0.2-r1.ebuild b/media-libs/libldac/libldac-2.0.2-r1.ebuild deleted file mode 100644 index 572ece143013..000000000000 --- a/media-libs/libldac/libldac-2.0.2-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2019-2020 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="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - -S="${WORKDIR}/ldacBT" - -src_prepare() { - eapply_user - mycmakeargs=( -DLDAC_SOFT_FLOAT=OFF -DINSTALL_LIBDIR=/usr/$(get_libdir) ) - cmake-utils_src_prepare -} |