HandBrake: add BeOS GUI patches (disabled)

This commit is contained in:
Sergei Reznikov
2016-01-12 22:40:51 +03:00
parent 08530ffb8a
commit 0052993636
2 changed files with 3777 additions and 6 deletions

View File

@@ -14,11 +14,12 @@ SOURCE_DIR="HandBrake-$portVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PATCHES="handbrake-0.10.0.patchset"
PATCHES="handbrake-0.10.2.patchset"
PROVIDES="
handbrake$secondaryArchSuffix = $portVersion
cmd:HandBrakeCLI
# app:HandBrake
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -78,7 +79,6 @@ BUILD_PREREQUIRES="
cmd:libtoolize
cmd:autoconf
cmd:automake
#cmd:yasm
cmd:patch
cmd:python
cmd:m4
@@ -92,11 +92,11 @@ PATCH()
BUILD()
{
cp make/variant/linux.defs make/variant/haiku.defs
./configure --prefix=$prefix --force --disable-x265
cd build
make
cd ../haiku
# make
}
INSTALL()
@@ -104,6 +104,9 @@ INSTALL()
cd build
make install
#addResourcesToBinaries handbrake.rdef $binDir/HandBrake
#addAppDeskbarSymlink $binDir/HandBrake "HandBrake"
# cd ../haiku
# cp haiku/HandBrake $appsDir
# addResourcesToBinaries handbrake.rdef $appsDir/HandBrake
# addAppDeskbarSymlink $appsDir/HandBrake
}

File diff suppressed because it is too large Load Diff