mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
HandBrake: Work on the Haiku GUI
Add a new file state.md to indicate what state the port is in. This also marks HandBrake 0.10.2 as broken on x86_gcc2 as there is no version of FFmpeg which works on x86_gcc2 that provides the library version required by HandBrake.
This commit is contained in:
@@ -11,7 +11,7 @@ SOURCE_URI="https://handbrake.fr/rotation.php?file=HandBrake-$portVersion.tar.bz
|
||||
SOURCE_FILENAME="HandBrake-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="4cc3828393b26a982dbe00febd700c5090d3443c1d45492e0b373e02da73c699"
|
||||
SOURCE_DIR="HandBrake-$portVersion"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PATCHES="handbrake-0.10.2.patchset"
|
||||
@@ -85,6 +85,9 @@ BUILD_PREREQUIRES="
|
||||
cmd:tar
|
||||
"
|
||||
|
||||
# Please check the file state.md in this directory for a detailed description
|
||||
# of the current state of the HandBrake port
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -i 's/MODULES += contrib\/.*//g' make/include/main.defs
|
||||
|
||||
Reference in New Issue
Block a user