diff options
| author | Stephan Aßmus <superstippi@gmx.de> | 2008-11-08 22:47:53 (GMT) |
|---|---|---|
| committer | Stephan Aßmus <superstippi@gmx.de> | 2008-11-08 22:47:53 (GMT) |
| commit | 3781dcda893d034ce092dbc3b6617379ab6419fc (patch) | |
| tree | b967f44c18ef51081aac131bb4487b5dd9696730 | |
| parent | dbbc34b6b2a22f339ac7fa627505ec78ff9720e7 (diff) | |
* Copy the FreeType headers to the 3rdparty headers. (Tested with WonderBrushhrev28570
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
| -rw-r--r-- | build/jam/OptionalPackages | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index cdd4298..7fe9910 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -171,8 +171,7 @@ if [ IsOptionalHaikuImagePackageAdded CVS ] { # Development -if [ IsOptionalHaikuImagePackageAdded Development ] - && $(TARGET_ARCH) = x86 { +if [ IsOptionalHaikuImagePackageAdded Development ] && $(TARGET_ARCH) = x86 { # glue code AddFilesToHaikuImage develop lib x86 : <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. # third party libs headers + AddHeaderDirectoryToHaikuImage libs freetype2 : 3rdparty ; AddHeaderDirectoryToHaikuImage libs ncurses : 3rdparty ; AddHeaderDirectoryToHaikuImage libs png : 3rdparty ; AddHeaderDirectoryToHaikuImage libs zlib : 3rdparty ; @@ -493,8 +493,9 @@ if [ IsOptionalHaikuImagePackageAdded WonderBrush ] { } else if $(HAIKU_GCC_VERSION[1]) >= 4 && $(isHybridBuild) = 0 { Echo "No optional package WonderBrush available for gcc4" ; } else { - InstallOptionalHaikuImagePackage WonderBrush - : http://www.yellowbites.com/downloads/WonderBrush-2.1.1-demo-x86-R5.zip + local baseURL = ttp://www.yellowbites.com/downloads ; + InstallOptionalHaikuImagePackage WonderBrush-2.1.2-Haiku + : $(baseURL)/WonderBrush-2.1.2-gcc2-x86-Haiku.zip : apps ; AddSymlinkToHaikuImage home config be Applications |
