0
0
Fork 0
Commit Graph

539 Commits

Author SHA1 Message Date
Oliver Tappe 94cc6aaf85 Merge all changes from trunk 2013-03-29 14:04:07 +00:00
Scott McCreary aa4a229279 Initial bep file for fontforge, it's broken though. 2011-02-03 00:43:03 +00:00
Scott McCreary 6648c72baf Added gperf as a dependency for building tuxpaint. 2010-12-07 19:55:30 +00:00
Philippe Houdoin 2bd516acfb Moved the gcc2 patch done via sed into an actual patch file. 2010-11-18 10:20:52 +00:00
Philippe Houdoin 0698ad01e6 Bep + patch for flam3 v3.0 (brings multithread support).
Builds on both gcc4 and gcc2.
2010-11-16 10:32:14 +00:00
Scott McCreary 6ef68a4879 Update pngcrush to 1.7.12 and fix url in the 1.7.11.bep, also cleaned up the patch a bit. 2010-10-19 23:36:45 +00:00
Scott McCreary ac024c0d18 Cleaned up several LICENSE entries in .bep files which didn't have matching license files. 2010-10-15 23:18:39 +00:00
Scott McCreary 0ace9d3a4f Moved several legacy patches to their respective patches directories. 2010-10-02 02:04:59 +00:00
Scott McCreary cfcc8c10a6 Initial .bep and .patch files for potrace 2010-09-22 22:41:24 +00:00
Scott McCreary 80e5d91e0f Added DESTDIR support and COPYRIGHT and LICENSE lines to the tuxpaint bep file 2010-09-11 06:45:35 +00:00
Scott McCreary d95bea01a3 Added symlink to libstdc++ to allow for building tuxpaint on gcc2 2010-07-01 14:40:37 +00:00
Scott McCreary b344bba646 Remove old unneeded tuxpaint patches and .rdef file. The .rdef is included in the 0.9.21.patch, and has already been upstreamed for cvs builds. 2010-07-01 07:09:50 +00:00
Scott McCreary 89172f972d First pass at making a patch for sane-backends, won't build yet, as it's expecting a USB_scanner.h 2010-06-24 03:58:37 +00:00
Michael Weirauch 391aac6c1c * initial 2.49b patch based on 2.47
* some hacks to get htonl/ntohl undefined refs squashed
  (has to be fixed, dunno how, yet)
* bep install not "implemented", yet
2010-06-09 21:18:40 +00:00
Scott McCreary be91d77d51 Initial .bep file to allow for building of tuxpaint-0.9.2x-cvs. This allows it to build on gcc2 and
gcc4.
2010-06-04 15:16:58 +00:00
Scott McCreary e34638b0a7 Added patch for imagemagick which now allows it to build. Probably a cleaner way to do this, but this should work for now. Also listed
some of the many dependencies for it.
2010-05-21 04:33:11 +00:00
Scott McCreary 5ff433b191 Initial .bep file for imagemagick, not yet working, this bails out in configure with: runtime_loader: Cannot open file libroot.so: No such
file or directory
2010-05-21 00:14:53 +00:00
Chris Roberts 54f5a1b4c2 Update pngcrush to 1.7.11 2010-05-18 20:13:35 +00:00
Chris Roberts 19fd2d4bfa Merged most of the OPD files into the beps. 2010-05-16 19:28:03 +00:00
Scott McCreary 161526d038 Replaced old tuxpaint cvs patch with a new one. Previous cvs patch has been applied upstream. This one fixes several variable initialization issues, but isn't yet building, fails to link. 2010-04-29 04:27:22 +00:00
Scott McCreary 6486a132ba Added dependencies for tuxpaint. 2010-04-29 01:28:38 +00:00
Chris Roberts 2b152fa693 Update graphviz to 2.26.3. 2010-03-19 03:48:21 +00:00
Chris Roberts 11a7c2d49b Added tar-1.22 with a small patch to allow the test suite to build.
Cleanup up the Copyright field on several of my old .OPD files.
This was done to match the example at http://www.haiku-os.org/node/2525 which
doesn't contain a comma bewtween the date and the copyright owner.
2009-12-30 03:49:54 +00:00
Chris Roberts 61c14749ea Added pngcrush, htmltidy, and xz-utils. 2009-12-29 08:37:08 +00:00
Scott McCreary 47f36b4d77 This patch adds the MD5 checksums to all of the .bep files. 2009-11-29 22:44:23 +00:00
Scott McCreary 7129755da5 Initial .bep and patch file for glib-2.22.2, this gets us past configure but it seems they need ipv6 so need to work around that still. Also update to .bep file for tuxpaint to download correctly 2009-11-20 16:51:06 +00:00
Chris Roberts fc74e890de Updated graphviz patch to use a more dynamic font path setting during the configure step. 2009-11-19 07:35:26 +00:00
Chris Roberts 174c44b4b9 Updated graphviz patch to use the new font locations.
Added license file for package building.
2009-11-19 03:34:26 +00:00
Scott McCreary 3bcd92404a Patch for cvs head of tuxpaint, this allows it to build but there's still some crashing issues to figure out. 2009-11-09 05:49:57 +00:00
Scott McCreary 35ee2ecf41 Moved beporter to haikuporter, updated tuxpaint patch, fixed sdl-ttf so that it now builds the .so lib. 2009-11-08 21:59:55 +00:00
Scott McCreary 6716a4606d Initial .bep file for tuxpaint, and updated patch which includes the .rdef file. This is not yet building but making progress. 2009-11-02 08:17:57 +00:00
Chris Roberts ff69f00663 Adding graphviz-2.24 to the port tree.
Build scripts could use some love by someone with more autotools knowledge.
2009-10-31 05:24:25 +00:00
Scott McCreary f9363220ac New tuxpaint patch for 0.9.21, this time using finddir and find_directory(), still need to make it work for tuxpaint svn. 2009-10-07 07:48:55 +00:00
Michael Weirauch 65cc9ec243 * reverted temporary GHOST_DEBUG define
* also removed it from haiku1-config.py CPPDEFINES
  (it's place is in user-config.py if present)
* removed unneeded code (already commented) for spawning of
  the BApplication Run()ing thread
2009-09-21 18:29:53 +00:00
Michael Weirauch d8d6074ea4 * fix O_BINARY warning
* use subprocess.Popen() instead of 2.6-deprecated os.popen()
2009-09-21 16:34:11 +00:00
Michael Weirauch 23e7287df0 * A cleaned up WIP patch
* No functional changes over the initial one
* Explicitely use python2.5 as builds with python2.6 show issues on launching the
  resulting blender binary (no time to investigate, yet)
2009-09-18 23:37:07 +00:00
Scott McCreary 1b23a4fa50 Added an hvif icon to TuxPaint made by Michele Frau (zumi), to have it included in the build copy it to the source folder, and run rc tuxpaint.rdef before running make 2009-09-17 07:44:10 +00:00
Scott McCreary 9dbe9f31d1 Initial attempt at making a haiku patch for tuxpaint. It's not working yet, but getting closer. TODO: convert some of the hardcoded directories to use find_directory(). 2009-09-09 08:38:36 +00:00
Michael Weirauch 1b902c06c6 * WIP blender 2.47 patch 2009-03-10 21:09:23 +00:00