commit: 39e0106d03d6bd041357b6f37038727b932d0c50 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Wed Mar 27 10:34:08 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Apr 2 18:00:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e0106d
media-libs/libbluray: drop 1.3.3 Closes: https://bugs.gentoo.org/814590 Closes: https://bugs.gentoo.org/843041 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> media-libs/libbluray/Manifest | 1 - media-libs/libbluray/libbluray-1.3.3.ebuild | 85 ----------------------------- 2 files changed, 86 deletions(-) diff --git a/media-libs/libbluray/Manifest b/media-libs/libbluray/Manifest index 95fa461b1eb6..a8d18cda4a57 100644 --- a/media-libs/libbluray/Manifest +++ b/media-libs/libbluray/Manifest @@ -1,2 +1 @@ -DIST libbluray-1.3.3.tar.bz2 761335 BLAKE2B 3d17e686e363b0692b7d75596089ed12dbe46006738ea23f274b2992a541e6f1b0384ac2afc785359d94f652017284668c3a044db24ef6de5625575fca956bce SHA512 fc36b4eea43f430f5f774129bd5cf075ed0128433779ad0146d59cc87e9625f4b6c31098fed1f5754b84fd08d9c8044d8d43d78c5b9c07937878cf15f517ba6f DIST libbluray-1.3.4.tar.bz2 756323 BLAKE2B a53b10fca6f8c049b2771c137e8900c34127554e1ebdeeec825de470b751182163cb1ff79f6dae20d772ba15c9d6c70fe332080ab93f1a47cc5f863922d22723 SHA512 94dbf3b68d1c23fe4648c153cc2f0c251886fac0a6b6bbe3a77caabaa5322682f712afe4a7b6b16ca3f06744fbc0e1ca872209a32898dcf0ae182055d335aec1 diff --git a/media-libs/libbluray/libbluray-1.3.3.ebuild b/media-libs/libbluray/libbluray-1.3.3.ebuild deleted file mode 100644 index 264c8099faf5..000000000000 --- a/media-libs/libbluray/libbluray-1.3.3.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -if [[ ${PV#9999} != ${PV} ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://code.videolan.org/videolan/libbluray.git" -else - SRC_URI="https://downloads.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2" - KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86" -fi - -inherit autotools java-pkg-opt-2 multilib-minimal - -DESCRIPTION="Blu-ray playback libraries" -HOMEPAGE="https://www.videolan.org/developers/libbluray.html" - -LICENSE="LGPL-2.1" -SLOT="0/2" -IUSE="aacs bdplus +fontconfig java +truetype utils +xml" - -RDEPEND=" - dev-libs/libudfread[${MULTILIB_USEDEP}] - aacs? ( >=media-libs/libaacs-0.6.0[${MULTILIB_USEDEP}] ) - bdplus? ( media-libs/libbdplus[${MULTILIB_USEDEP}] ) - fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] ) - java? ( >=virtual/jre-1.8:* ) - truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] ) - xml? ( >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] ) -" -DEPEND=" - ${RDEPEND} - java? ( >=virtual/jdk-1.8:* ) -" -BDEPEND=" - virtual/pkgconfig - java? ( - dev-java/ant-core - >=virtual/jdk-1.8:* - ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-jars.patch -) - -DOCS=( ChangeLog README.md ) - -src_prepare() { - default - - eautoreconf -} - -multilib_src_configure() { - # bug #621992 - use java || unset JDK_HOME - - ECONF_SOURCE="${S}" econf \ - --disable-optimizations \ - $(multilib_native_use_enable utils examples) \ - $(multilib_native_use_enable java bdjava-jar) \ - $(use_with fontconfig) \ - $(use_with truetype freetype) \ - $(use_with xml libxml2) -} - -multilib_src_install() { - emake DESTDIR="${D}" install - - multilib_is_native_abi || return - - use utils && - find .libs/ -type f -executable ! -name "${PN}.*" \ - $(use java || echo '! -name bdj_test') -exec dobin {} + - - use java && java-pkg_regjar "${ED}"/usr/share/${PN}/lib/*.jar -} - -multilib_src_install_all() { - einstalldocs - - find "${ED}" -name '*.la' -delete || die -}
