* Copy the FreeType headers to the 3rdparty headers. (Tested with WonderBrush

source and it works fine.)
* Updated WonderBrush package. The new version is compiled on Haiku and
  improves the installation of the document mimetype (finally a more reliable
  sniffer rule, thanks to Francois for helping me with this). The About window
  is fixed to no longer use a hardcoded font file path. This version only runs
  on Haiku, but it is fully unlocked! Next version with new features won't be.
  Also comes with a new vector icon for the native document type.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28570 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-11-08 22:47:53 +00:00
parent dbbc34b6b2
commit 3781dcda89
1 changed files with 5 additions and 4 deletions

View File

@ -171,8 +171,7 @@ if [ IsOptionalHaikuImagePackageAdded CVS ] {
# Development # Development
if [ IsOptionalHaikuImagePackageAdded Development ] if [ IsOptionalHaikuImagePackageAdded Development ] && $(TARGET_ARCH) = x86 {
&& $(TARGET_ARCH) = x86 {
# glue code # glue code
AddFilesToHaikuImage develop lib x86 AddFilesToHaikuImage develop lib x86
: <src!system!glue!arch!x86>crti.o <src!system!glue!arch!x86>crtn.o : <src!system!glue!arch!x86>crti.o <src!system!glue!arch!x86>crtn.o
@ -213,6 +212,7 @@ if [ IsOptionalHaikuImagePackageAdded Development ]
# TODO: Change BEINCLUDES and gcc to refer to 3rdparty rather than gnu. # TODO: Change BEINCLUDES and gcc to refer to 3rdparty rather than gnu.
# third party libs headers # third party libs headers
AddHeaderDirectoryToHaikuImage libs freetype2 : 3rdparty ;
AddHeaderDirectoryToHaikuImage libs ncurses : 3rdparty ; AddHeaderDirectoryToHaikuImage libs ncurses : 3rdparty ;
AddHeaderDirectoryToHaikuImage libs png : 3rdparty ; AddHeaderDirectoryToHaikuImage libs png : 3rdparty ;
AddHeaderDirectoryToHaikuImage libs zlib : 3rdparty ; AddHeaderDirectoryToHaikuImage libs zlib : 3rdparty ;
@ -493,8 +493,9 @@ if [ IsOptionalHaikuImagePackageAdded WonderBrush ] {
} else if $(HAIKU_GCC_VERSION[1]) >= 4 && $(isHybridBuild) = 0 { } else if $(HAIKU_GCC_VERSION[1]) >= 4 && $(isHybridBuild) = 0 {
Echo "No optional package WonderBrush available for gcc4" ; Echo "No optional package WonderBrush available for gcc4" ;
} else { } else {
InstallOptionalHaikuImagePackage WonderBrush local baseURL = ttp://www.yellowbites.com/downloads ;
: http://www.yellowbites.com/downloads/WonderBrush-2.1.1-demo-x86-R5.zip InstallOptionalHaikuImagePackage WonderBrush-2.1.2-Haiku
: $(baseURL)/WonderBrush-2.1.2-gcc2-x86-Haiku.zip
: apps : apps
; ;
AddSymlinkToHaikuImage home config be Applications AddSymlinkToHaikuImage home config be Applications