Commit Graph

399 Commits

Author SHA1 Message Date
Scott McCreary
59333b0d8e Initial patch to DEFAULTS.haiku to put cdrtools into "B_APPS_DIRECTORY" 2009-10-12 06:03:54 +00:00
Scott McCreary
52aac86dd2 Removing old taglib patches as they have now been applied upstream 2009-10-10 17:53:31 +00:00
Scott McCreary
26679cf14f Removing old libsdl patches as they have all now been applied upstream. 2009-10-10 17:51:49 +00:00
Scott McCreary
20c54fbaa0 Removing patch for GUIlib as it's not really needed, the autotools can do this for us. 2009-10-10 17:48:53 +00:00
Scott McCreary
37ad46e180 patch to allow building of sdl-gfx-2.0.20 on haiku 2009-10-10 00:02:49 +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
Scott McCreary
c6bd9f5086 simple patch to add [brackets] to libmikmod.m4, but this little patch then enables sdl-mixer to run cleanly and to also allow building of shared libs... go figure. 2009-10-06 08:51:32 +00:00
Scott McCreary
3e6ea7aa2d removed previous libcddb patch as it's been applied upstream. 2009-10-03 21:59:25 +00:00
Scott McCreary
29610416e4 removing old libpng patch and it only patched autotools files and isn't really needed, running the autotools does all this for us. 2009-10-03 17:20:06 +00:00
Scott McCreary
3dd4613bed Removed sdl_sound patch as it has been applied upstream 2009-10-03 17:16:31 +00:00
Scott McCreary
d3471e9841 This SDL patch merges fixes from bga and rogueeve into on patch. Further testing needs to be done, but early tests looks like this one is better than the previous ones. Still dome TODOs listed... 2009-10-02 07:19:01 +00:00
Scott McCreary
40061d5cec New fullscreen patch to SDL to fix fullscreen issue in BWindow by rogueeve. Needs further testing and perhaps merged with other recent SDL BWindow patches. 2009-10-01 08:10:44 +00:00
Matt Madia
5a4ff2a3b1 Updated gcc optimizer options for GCC 4. 2009-09-28 14:39:48 +00:00
Matt Madia
cfe77be523 Patches used in 2009-09-27 build. 2009-09-28 00:43:42 +00:00
Matt Madia
d7b69311d7 Replaced mozilla configuration files with new *.mozconfig, which contain better options. 2009-09-28 00:31:21 +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
hm_b
2acc63c588 Added fftw 2009-09-15 19:49:06 +00:00
Scott McCreary
f16db3401e Fixed previous patch, was off by one line in oggenc.c 2009-09-15 07:02:58 +00:00
Scott McCreary
e40518da4b Patch to enable building libtheora, based on Kaliber's patch. 2009-09-14 02:24:24 +00:00
Scott McCreary
3f96d3c9d1 Patch to remove -Werror when building libvorbis on haiku 2009-09-14 01:10:50 +00:00
Pier Luigi Fiorini
3b2977fdc9 * Fix network configure check thanks to scottmc suggestion.
I don't need to put the check into a case since AC_SEARCH_LIBS would do a search for socket and network and ignore the ones it doesn't find.
2009-09-13 09:00:10 +00:00
Pier Luigi Fiorini
ce451711f6 * Initial port of cups 2009-09-13 08:36:22 +00:00
Matt Madia
ed0076c37d Install autoconf 2.13 to /boot/common/autoconf-2.13 2009-09-11 13:34:11 +00:00
Scott McCreary
e1b0e67406 Patch by Bruno Albuquerque (bga) to SDL-1.2-svn-4707 to fix some bwindow issues on Haiku 2009-09-10 04:26:02 +00:00
Oliver Tappe
3afafd39c2 * added patch for perl-5.10.1 on haiku 2009-09-09 09:40:06 +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
Scott McCreary
57aca12d02 Fixed a typo in the previous version of the subversion patch, but this patch isn't giving the desired effect of the subversion user config directory being put into home/config/settings/subversion, it's still going into home/subversion
So may need some further development to get this working as expected.
2009-09-04 07:47:07 +00:00
Scott McCreary
e17350b5e1 Updated patch for subversion-1.6.5, mostly based on Ingo's previous patch for subversion 1.2.1, note that this is yet untested, but "should" work. 2009-09-03 16:42:30 +00:00
Scott McCreary
f225013266 Updated patch for subversion to use relative path to user config dir 2009-09-03 06:58:24 +00:00
Scott McCreary
9d64dae685 Patch for subversion-1.6.5 to change the default location of the config-dir on Haiku from ~/.subversion to /boot/home/config/settings/subversion 2009-09-02 21:55:01 +00:00
Scott McCreary
ff148e1228 Patch to apr-1.3.8 to allow buildconf to work and to replace AC_PROG_RANLIB with AC_PROG_LIBTOOL, along with all of the 1.3.3 patches 2009-08-30 04:18:27 +00:00
Scott McCreary
3449638956 Patch to enable building bladeenc on Haiku 2009-07-19 05:07:27 +00:00
Eric Petit
b0db4b0d72 Adds Transmission 1.73 2009-07-18 18:51:37 +00:00
Scott McCreary
727224ec97 Patch to allow lame-398-2 to build on Haiku, note that this is a hack and should not be sent upstream. However assuming everyone has GTK in their configure scripts is lame. 2009-07-18 08:01:11 +00:00
Eric Petit
c05cc33806 Adds Transmission 1.72 2009-07-09 11:09:39 +00:00
Matt Madia
6dffb653d9 Fixed a typo. 2009-07-09 07:29:10 +00:00
Matt Madia
f8f5bda2be Changes to MOZ_APP_NAME, which allows the build system to produce distribution archives with the BeZilla name. Possibly end of patch work for now. 2009-07-08 23:18:36 +00:00
Matt Madia
982edb2dcc Updated the mozilla configs. 2009-07-08 22:51:09 +00:00
Matt Madia
bfc2456b39 * bookmarks.html is now part of the the main patch.
* the dynamic loader pages for Welcome, BeBook, and UserGuide are now integrated.
patch is still work-in-progress.
2009-07-08 20:57:49 +00:00
Matt Madia
cc560eec89 Created dynamic pages to load BeBook and Userguide. Will be added to default bookmarks.html 2009-07-08 19:03:41 +00:00
Matt Madia
3c93c5cd01 More re-organization -- store HVIF icons uncompressed. 2009-07-08 17:34:09 +00:00
Matt Madia
e4fc264b19 More patch re-organization. Now there is a single patch to apply,
`bezilla-patches-2009-07-07.diff'. The folder `copy-to-mozilla-src-dir'
contains files that cannot be included in the patch. This is due to them
being new files to the official cvs repository, which i do not have commit
access to and thus cannot `cvs add` them. 
`copyattr -d -r copy-to-mozilla-src-dir/ path/cvs/mozilla/' is the intended
use of the folder.  `bezilla-patches-2009-*' is still a work in progress.
2009-07-08 17:24:30 +00:00
Matt Madia
127c7266fe Re-organizing patches. Still work-in-progress. 2009-07-08 04:54:26 +00:00
Matt Madia
f556c0fd9a Two versions of a startup page that will attempt to first load the Welcome
Guide locally (file://) and upon failure will load it from svn.berlios.de.
Once either of these files are inserted into browser.jar's content/browser,
it can be accessed via chrome://browser/content/<filename>. This will allow
BeZillaBrowser to be installed in any location and still be able to access 
that file. Thanks to Ryan Leavengood and mathewblack for the files!
2009-07-08 01:39:23 +00:00
Matt Madia
77d00162dc Created a single patch, which encapsulates:
* configure-sunbird-nspr-reorder.diff
  * prpolevt-fix.patch
  * nsAppRunner.patch
  * greyMenuSelection.patch
  * launch-kill-dowhile.patch
  * firstrun-default-page.diff
Still work-in-progress.
2009-07-08 00:34:24 +00:00
Matt Madia
60ae4cebe0 Removed *.rdef, as they now reside in mozilla-rdefs.zip
Makefile patch soon to follow.
2009-07-07 23:13:53 +00:00
Matt Madia
41f83f48a0 Updates to the work-in-progress .rdefs 2009-07-07 17:41:58 +00:00