commit:     a9ac3d9cd92e317dfb0d3e087546098664c8094e
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sat Sep  6 11:40:27 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  6 14:10:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ac3d9c

media-video/handbrake: drop 1.10.0

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43692
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-video/handbrake/Manifest                |   1 -
 media-video/handbrake/handbrake-1.10.0.ebuild | 206 --------------------------
 2 files changed, 207 deletions(-)

diff --git a/media-video/handbrake/Manifest b/media-video/handbrake/Manifest
index a2b2dbe18b4c..84ef3436f15f 100644
--- a/media-video/handbrake/Manifest
+++ b/media-video/handbrake/Manifest
@@ -1,4 +1,3 @@
-DIST handbrake-1.10.0.tar.bz2 9452293 BLAKE2B 
97ba36d1d8a56c7bb7f30ab83c4307ce1a1cbbed877ea3e16213baa0c080ea0d244f4f4d53ef5c49be066d506c0975c71da9f3068455083b8a02776d6701a902
 SHA512 
d03f6c60bde5d968c92044fee68afe533ce394eb9952ec330b06f6250197c99bbef46265393aa346816f3b8e816e453472a8ebd116b7c388a12e8b9142029cfc
 DIST handbrake-1.10.1.tar.bz2 9484661 BLAKE2B 
4906912ea96d682793856fc018bf2e062ec58f285798fbadd6f02775194fbdf264095a7d4297ff11ffd1c95cb5c55fd070e854fdfe3b06e4266327224c4277ce
 SHA512 
0acd82b9e1aab6391e50fbe15466ca1c8afb8428f6b51fc593ba0eef859792e9af274150056f63c55784ae8e7bf0d63d8a82acaa1fc402d676a5b358d91f270f
 DIST handbrake-1.10.2.tar.bz2 9481895 BLAKE2B 
a7e2ec5cf5707d420eb01e561c2d57d5d93d21d1456483c84beb222a330e3ee96adefcd515f3512bac50d5417c3db35cfbd0f7cf2eba83e912f9470b8cd15768
 SHA512 
a1166ffb1597179e1ca58519cb6a7865ffbdedd5f1feda789cdb17cee94a9bb62b120926462bbc34b93c7ea53825099c45f70e809de7c456c88b60fce157b645
 DIST handbrake-1.9.2.tar.bz2 9431665 BLAKE2B 
33591a9b576ba64ca0d8aabe4a14f7ef25b657a1b1553f8ffc18dc7a6a708b0b79443f018f6633c2ec437d25a7b0e4d803c2b46c672d57cb970eab75df48f239
 SHA512 
3c01b516aa7926c432773f37a311284e215ec6947b74b5c47306c7b3ac5e986e791c4d0adb4f6e614b4bb6bebecb57ac9a59644bdb535d485321e3be65dcc820

diff --git a/media-video/handbrake/handbrake-1.10.0.ebuild 
b/media-video/handbrake/handbrake-1.10.0.ebuild
deleted file mode 100644
index 5e004a7d504f..000000000000
--- a/media-video/handbrake/handbrake-1.10.0.ebuild
+++ /dev/null
@@ -1,206 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit edo flag-o-matic multiprocessing python-any-r1 toolchain-funcs xdg
-
-DESCRIPTION="Open-source, GPL-licensed, multiplatform, multithreaded video 
transcoder"
-HOMEPAGE="https://handbrake.fr/ https://github.com/HandBrake/HandBrake";
-
-if [[ ${PV} == *9999* ]]; then
-       EGIT_REPO_URI="https://github.com/HandBrake/HandBrake.git";
-       inherit git-r3
-else
-       MY_P="HandBrake-${PV}"
-       
SRC_URI="https://github.com/HandBrake/HandBrake/releases/download/${PV}/${MY_P}-source.tar.bz2
 -> ${P}.tar.bz2"
-       S="${WORKDIR}/${MY_P}"
-       KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-# contrib/<project>/module.defs
-declare -A BUNDLED=(
-       # Heavily patched in an incompatible way.
-       # Issues related to using system ffmpeg historically.
-       # See bug #829595 and #922828
-       
[ffmpeg]="https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/ffmpeg-7.1.1.tar.bz2;";
-       # Patched in an incompatible way
-       
[x265]="https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/x265-snapshot-20250729-13276.tar.gz;x265";
-       
[x265_8bit]="https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/x265-snapshot-20250729-13276.tar.gz;x265";
-       
[x265_10bit]="https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/x265-snapshot-20250729-13276.tar.gz;x265";
-       
[x265_12bit]="https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/x265-snapshot-20250729-13276.tar.gz;x265";
-)
-
-bundle_src_uri() {
-       for name in "${!BUNDLED[@]}"; do
-               IFS=$';' read -r uri use <<< ${BUNDLED[${name}]}
-               local tarball=${uri##*/}
-               if [[ -n ${use} ]]; then
-                       SRC_URI+=" ${use}? ( ${uri} -> handbrake-${tarball} )"
-               else
-                       SRC_URI+=" ${uri} -> handbrake-${tarball}"
-               fi
-       done
-}
-
-bundle_src_uri
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="amf +fdk gui libdovi numa nvenc qsv x265"
-
-REQUIRED_USE="numa? ( x265 )"
-
-# >=media-libs/libvpl-1.13.0: bug #957811 (check libhb/qsvcommon.h for new 
platform codenames)
-COMMON_DEPEND="
-       app-arch/bzip2
-       >=app-arch/xz-utils-5.2.6
-       dev-libs/jansson:=
-       >=media-libs/dav1d-1.0.0:=
-       >=media-libs/libjpeg-turbo-2.1.4:=
-       >=media-libs/libass-0.16.0:=
-       >=media-libs/libbluray-1.3.4:=
-       media-libs/libdvdnav
-       >=media-libs/libdvdread-6.1.3:=
-       media-libs/libtheora:=
-       media-libs/libvorbis
-       >=media-libs/libvpx-1.12.0:=
-       media-libs/opus
-       >=media-libs/speex-1.2.1
-       >=media-libs/svt-av1-3.0.0:=
-       >=media-libs/x264-0.0.20220222:=
-       >=media-libs/zimg-3.0.4
-       media-sound/lame
-       sys-libs/zlib
-       fdk? ( media-libs/fdk-aac:= )
-       libdovi? ( media-libs/libdovi:= )
-       gui? (
-               >=gui-libs/gtk-4.6:4[gstreamer]
-               dev-libs/glib:2
-               >=dev-libs/libxml2-2.10.3:=
-               x11-libs/gdk-pixbuf:2
-               x11-libs/pango
-       )
-       numa? ( sys-process/numactl )
-       nvenc? ( media-libs/nv-codec-headers )
-       qsv? (
-               media-libs/libva:=
-               >=media-libs/libvpl-1.13.0:=
-       )
-"
-RDEPEND="
-       ${COMMON_DEPEND}
-       amf? ( media-video/amdgpu-pro-amf )
-"
-DEPEND="
-       ${COMMON_DEPEND}
-       amf? ( media-libs/amf-headers )
-"
-# cmake needed for custom script: bug #852701
-BDEPEND="
-       ${PYTHON_DEPS}
-       dev-build/cmake
-       dev-lang/nasm
-       gui? (
-               dev-build/meson
-               sys-devel/gettext
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}"/handbrake-1.9.0-link-libdovi-properly.patch
-       "${FILESDIR}"/handbrake-1.9.0-include-vpl-properly.patch
-       "${FILESDIR}"/handbrake-1.9.2-set-ffmpeg-toolchain-explicitly.patch
-       "${FILESDIR}"/handbrake-1.9.2-allow-overriding-tools-via-env.patch
-)
-
-src_unpack() {
-       if [[ ${PV} == 9999 ]]; then
-               git-r3_src_unpack
-       else
-               unpack ${P}.tar.bz2
-       fi
-}
-
-src_prepare() {
-       default
-
-       mkdir download || die
-       for name in "${!BUNDLED[@]}"; do
-               IFS=$';' read -r uri use <<< ${BUNDLED[${name}]}
-               local tarball="${uri##*/}"
-               if [[ -n ${use} ]]; then
-                       use ${use} || continue
-               fi
-               cp "${DISTDIR}/handbrake-${tarball}" download/${tarball} || die
-       done
-
-       # Get rid of leftover bundled library build definitions
-       sed -i -E \
-               -e "/MODULES \+= contrib\// { /($(IFS=$'|'; echo 
"${!BUNDLED[*]}"))$/! d }" \
-               "${S}"/make/include/main.defs || die
-
-       # noop fetching
-       sed -i -e '/DF..*.exe/ { s/= .*/= true/ }' make/include/tool.defs || die
-
-       # Use whichever python is set by portage
-       sed -i -e "s/for p in .*/for p in ${EPYTHON}/" configure || die
-}
-
-src_configure() {
-       tc-export CC CXX AR RANLIB NM
-
-       # noop strip
-       local -x STRIP="true"
-
-       # ODR violations, lto-type-mismatches
-       # bug #878899
-       filter-lto
-
-       local myconfargs=(
-               --force
-               --verbose
-               --disable-df-fetch
-               --disable-df-verify
-               --launch-jobs=$(get_makeopts_jobs)
-               --prefix="${EPREFIX}/usr"
-               --disable-flatpak
-               --no-harden #bug #890279
-               $(use_enable amf vce)
-               $(use_enable fdk fdk-aac)
-               $(use_enable gui gtk)
-               $(use_enable libdovi)
-               $(use_enable numa)
-               $(use_enable nvenc)
-               $(use_enable x265)
-               $(use_enable qsv)
-       )
-
-       edo ./configure ${myconfargs[@]}
-}
-
-src_compile() {
-       emake -C build
-}
-
-src_install() {
-       emake -C build DESTDIR="${D}" install
-       dodoc README.markdown AUTHORS.markdown NEWS.markdown THANKS.markdown
-}
-
-pkg_postinst() {
-       einfo "Gentoo builds of HandBrake are NOT SUPPORTED by upstream as they"
-       einfo "do not use the bundled (and often patched) upstream libraries."
-       einfo ""
-       einfo "Please do not raise bugs with upstream because of these ebuilds,"
-       einfo "report bugs to Gentoo's bugzilla or Multimedia forum instead."
-
-       einfo "For the CLI version of HandBrake, you can use \`HandBrakeCLI\`."
-       if use gui ; then
-               einfo "For the GUI version of HandBrake, you can run \`ghb\`."
-       fi
-
-       xdg_pkg_postinst
-}

Reply via email to