mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Handbrake, fix 32bit (#7966)
This commit is contained in:
@@ -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`"
|
||||
|
||||
Reference in New Issue
Block a user