Update gnash recipe and patches

* Builds and installs, but doesn't work yet.
This commit is contained in:
Chirayu Desai
2014-12-09 18:21:15 +00:00
parent 5164cb2207
commit 78ea891780
2 changed files with 263 additions and 5 deletions

View File

@@ -9,11 +9,8 @@ COPYRIGHT="2005-2012 Free Software Foundation"
LICENSE="GNU GPL v3"
REVISION="2"
ARCHITECTURES="!x86 !x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
fi
SECONDARY_ARCHITECTURES="!x86"
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
SECONDARY_ARCHITECTURES="!x86_gcc2 !x86"
PROVIDES="
gnash$secondaryArchSuffix = $portVersion
@@ -87,10 +84,16 @@ BUILD_PREREQUIRES="
cmd:pkg_config$secondaryArchSuffix
cmd:sdl_config$secondaryArchSuffix
cmd:xargs
cmd:grep
"
PATCHES="gnash-0.8.10.patchset"
GLOBAL_WRITABLE_FILES="
settings/gnashpluginrc auto-merge
settings/gnashrc auto-merge
"
BUILD()
{
INCLUDE_DIR=`finddir B_SYSTEM_DIRECTORY`/$relativeIncludeDir