Handbrake, fix 32bit (#7966)

This commit is contained in:
Schrijvers Luc
2023-03-16 08:51:01 +01:00
committed by GitHub
parent 4e47f210aa
commit a0a602dcd8

View File

@@ -6,7 +6,7 @@ DVD or BluRay sources to a handful of modern output file formats."
HOMEPAGE="https://handbrake.fr/"
LICENSE="GNU GPL v2"
COPYRIGHT="2003-2020 HandBrake Team"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/HandBrake/HandBrake/releases/download/$portVersion/HandBrake-$portVersion-source.tar.bz2"
CHECKSUM_SHA256="3999fe06d5309c819799a73a968a8ec3840e7840c2b64af8f5cdb7fd8c9430f0"
SOURCE_DIR="HandBrake-$portVersion"
@@ -151,7 +151,7 @@ INSTALL()
rm -rf $prefix/share
mkdir -p $appsDir
mv $binDir/ghb $appsDir/HandBrake
mv $prefix/bin/ghb $appsDir/HandBrake
local APP_SIGNATURE="application/x-vnd.titler-handbrake"
local MAJOR="`echo "$portVersion" | cut -d. -f1`"