media-video/handbrake: export AR, RANLIB, STRIP to match patch

Signed-off-by: James Beddek <telans@posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/22694
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
James Beddek
2021-10-24 21:31:39 +13:00
committed by Sam James
parent 47a80b3071
commit 71d201a069
2 changed files with 6 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit autotools python-any-r1 xdg
inherit autotools python-any-r1 toolchain-funcs xdg
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/HandBrake/HandBrake.git"
@@ -110,6 +110,8 @@ src_prepare() {
}
src_configure() {
tc-export AR RANLIB STRIP
# Libav was replaced in 1.2 with ffmpeg by default
# but I've elected to not make people change their use flags for AAC
# as its the same code anyway

View File

@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit autotools python-any-r1 xdg
inherit autotools python-any-r1 toolchain-funcs xdg
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/HandBrake/HandBrake.git"
@@ -110,6 +110,8 @@ src_prepare() {
}
src_configure() {
tc-export AR RANLIB STRIP
# Libav was replaced in 1.2 with ffmpeg by default
# but I've elected to not make people change their use flags for AAC
# as its the same code anyway