From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4171C1581CF for ; Thu, 12 Jun 2025 11:18:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 29BEC342395 for ; Thu, 12 Jun 2025 11:18:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1E5231104DC; Thu, 12 Jun 2025 11:18:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 12D7D1104DC for ; Thu, 12 Jun 2025 11:18:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92B9B342390 for ; Thu, 12 Jun 2025 11:18:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 036C9651 for ; Thu, 12 Jun 2025 11:18:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1749726690.b57d9ee4fa6ba78afb9e3626131958c07098a50f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libquicktime/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libquicktime/libquicktime-1.2.4-r5.ebuild X-VCS-Directories: media-libs/libquicktime/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b57d9ee4fa6ba78afb9e3626131958c07098a50f X-VCS-Branch: master Date: Thu, 12 Jun 2025 11:18:11 +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: d5eac662-f5a6-42d9-aba0-a3a609a50fc1 X-Archives-Hash: 60cdf42d1fca3e9c1ea601a98e1ed22b commit: b57d9ee4fa6ba78afb9e3626131958c07098a50f Author: Sam James gentoo org> AuthorDate: Thu Jun 12 11:11:30 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 12 11:11:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b57d9ee4 media-libs/libquicktime: drop 1.2.4-r5 Signed-off-by: Sam James gentoo.org> .../libquicktime/libquicktime-1.2.4-r5.ebuild | 124 --------------------- 1 file changed, 124 deletions(-) diff --git a/media-libs/libquicktime/libquicktime-1.2.4-r5.ebuild b/media-libs/libquicktime/libquicktime-1.2.4-r5.ebuild deleted file mode 100644 index 3535c4c787b8..000000000000 --- a/media-libs/libquicktime/libquicktime-1.2.4-r5.ebuild +++ /dev/null @@ -1,124 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit libtool multilib-minimal - -DESCRIPTION="An enhanced version of the quicktime4linux library" -HOMEPAGE="http://libquicktime.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86" -IUSE="aac alsa doc dv encode ffmpeg gtk jpeg lame cpu_flags_x86_mmx opengl png static-libs vorbis X x264" - -RDEPEND=" - sys-libs/zlib - >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] - aac? ( - >=media-libs/faad2-2.7-r3[${MULTILIB_USEDEP}] - encode? ( >=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}] ) - ) - alsa? ( >=media-libs/alsa-lib-1.0.20 ) - dv? ( >=media-libs/libdv-1.0.0-r3[${MULTILIB_USEDEP}] ) - ffmpeg? ( >=media-video/ffmpeg-4:=[${MULTILIB_USEDEP}] ) - gtk? ( x11-libs/gtk+:2 ) - jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] ) - lame? ( >=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}] ) - opengl? ( virtual/opengl ) - png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] ) - vorbis? ( - >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] - >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] - ) - X? ( - x11-libs/libX11 - x11-libs/libXaw - x11-libs/libXext - x11-libs/libXt - x11-libs/libXv - ) - x264? ( >=media-libs/x264-0.0.20130506:=[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - sys-devel/gettext - doc? ( app-text/doxygen ) - X? ( x11-base/xorg-proto )" - -REQUIRED_USE="opengl? ( X )" - -DOCS=( ChangeLog README TODO ) - -PATCHES=( - "${FILESDIR}"/${P}+libav-9.patch - "${FILESDIR}"/${P}-ffmpeg2.patch - "${FILESDIR}"/${P}-ffmpeg29.patch - "${FILESDIR}"/${P}-CVE-2016-2399.patch - "${FILESDIR}"/${P}-CVE-2017-9122_et_al.patch - "${FILESDIR}"/${P}-implicit-func-decl.patch - "${FILESDIR}"/${P}-faad2.patch - "${FILESDIR}"/${P}-ffmpeg-codecs.patch - "${FILESDIR}"/${P}-ffmpeg4.patch - "${FILESDIR}"/${P}-ffmpeg5.patch -) - -src_prepare() { - default - elibtoolize # Required for .so versioning on g/fbsd -} - -multilib_src_configure() { - # utils use: alsa, opengl, gtk+, X - - ECONF_SOURCE=${S} \ - econf \ - --enable-gpl \ - $(use_enable static-libs static) \ - $(use_enable cpu_flags_x86_mmx asm) \ - $(multilib_native_use_with doc doxygen) \ - $(use vorbis || echo --without-vorbis) \ - $(use_with lame) \ - $(multilib_native_use_with X x) \ - $(multilib_native_use_with opengl) \ - $(multilib_native_use_with alsa) \ - $(multilib_native_use_with gtk) \ - $(use_with dv libdv) \ - $(use_with jpeg libjpeg) \ - $(use_with ffmpeg) \ - $(use_with png libpng) \ - --without-schroedinger \ - $(use_with aac faac) \ - $(use encode || echo --without-faac) \ - $(use_with aac faad2) \ - $(use_with x264) \ - --without-cpuflags - - if ! multilib_is_native_abi; then - # disable building utilities - sed -i -e '/SUBDIRS =/s:utils::' Makefile || die - fi -} - -multilib_src_install_all() { - einstalldocs - find "${D}" -name '*.la' -delete || die - - # Compatibility with software that uses quicktime prefix, but - # don't do that when building for Darwin/MacOS - [[ ${CHOST} != *-darwin* ]] && dosym /usr/include/lqt /usr/include/quicktime -} - -pkg_preinst() { - if [[ -d /usr/include/quicktime && ! -L /usr/include/quicktime ]]; then - elog "For compatibility with other quicktime libraries, ${PN} was" - elog "going to create a /usr/include/quicktime symlink, but for some" - elog "reason that is a directory on your system." - - elog "Please check that is empty, and remove it, or submit a bug" - elog "telling us which package owns the directory." - die "/usr/include/quicktime is a directory." - fi -}