summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-09 21:01:34 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-10 10:30:45 +0100
commit4f1630e58e6d0971f80e09a786916cb041b60124 (patch)
tree24a11644e26b23c3b3c34889b0197a73a49886ef /media-libs
parentmedia-libs/libldac: update EAPI 7 -> 8 (diff)
downloadgentoo-4f1630e58e6d0971f80e09a786916cb041b60124.tar.gz
gentoo-4f1630e58e6d0971f80e09a786916cb041b60124.tar.bz2
gentoo-4f1630e58e6d0971f80e09a786916cb041b60124.zip
media-libs/libldac: drop 2.0.2.3-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libldac/libldac-2.0.2.3-r1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/media-libs/libldac/libldac-2.0.2.3-r1.ebuild b/media-libs/libldac/libldac-2.0.2.3-r1.ebuild
deleted file mode 100644
index 7659cebb7986..000000000000
--- a/media-libs/libldac/libldac-2.0.2.3-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-multilib
-
-DESCRIPTION="LDAC codec library from AOSP"
-HOMEPAGE="https://android.googlesource.com/platform/external/libldac/"
-SRC_URI="https://github.com/EHfive/ldacBT/releases/download/v${PV}/ldacBT-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/ldacBT"
-
-multilib_src_configure() {
- local mycmakeargs=(
- -DLDAC_SOFT_FLOAT=OFF
- -DINSTALL_LIBDIR=/usr/$(get_libdir)
- )
-
- cmake_src_configure
-}
-
-src_install() {
- cmake-multilib_src_install
-}