Commit Graph

1909 Commits

Author SHA1 Message Date
Alexander von Gluck IV
376e907f52 Jam: Make R1A4 anyboot *really* fit onto a CD
* Reduce 700MB image to 695MB
* Should fix #9042
2012-10-31 13:26:37 -05:00
Alexander von Gluck IV
9d297c8ed9 Jam: Make R1A4 anyboot fit onto a CD
* Remove CVS, Mercurial, Python, Subversion
* Reduce image to 700MB
2012-10-31 08:53:26 -05:00
John Scipione
04211a0400 Disable IMAP for R1A4. See #9080 2012-10-23 17:19:28 -05:00
Joseph R. Prostko
91282696d8 Update the GCC4 optional package...yes, again
* This package is current as of btrev43040
* Primarily did this rebuild to assure the GCC4 package was made with the latest buildtool sources
* This invalidates the need to cherry pick hrev44704 for R1A4
+alpha4
2012-10-21 10:09:17 -05:00
Joseph R. Prostko
2ecc6fe097 Update Perl 5.10.1 GCC4 package for R1A4
* After the SSP fix committed recently for GCC, Perl can now build again correctly
+alpha4
2012-10-21 10:08:56 -05:00
Joseph R. Prostko
5ca0bcec29 Update GCC4 package
* This package is smaller in size than the previous due to the fix in btrev43038
* This package addresses issue building code with SSP due to fix in btrev43039
* This commit along with btrev43039 fixes #8931
+alpha4 (and hopefully last update to GCC before R1A4 release)
2012-10-21 10:08:20 -05:00
Joseph R. Prostko
16f87257d1 Update GCC2 and GCC4 optional packages for R1A4
* GCC4 was updated to GCC 4.6.3 to fix ICE issue while building natively
+ alpha4
2012-10-21 10:07:54 -05:00
threedeyes
a19759243d Added Equalizer and VSTHost add-ons to the HaikuImage. 2012-10-21 09:50:43 -05:00
Scott McCreary
fbb6afe445 Fixed typo 2012-10-03 16:00:53 -04:00
Scott McCreary
f1d5aaff08 Updated caya to r279 2012-10-03 16:00:34 -04:00
Scott McCreary
4240c530b2 Fix typo. 2012-10-03 16:00:26 -04:00
Scott McCreary
2094d99c57 Updated r1a4 builds for a few OptionalPackages 2012-10-03 16:00:06 -04:00
Matt Madia
df8a04c91e Rebuilt BeZillaBrowser for R1/alpha 4 on hrevr1alpha4-44612.
Note: There is no gcc4 binary available, as r1a4 will be released only
as a GCC 2 Hybrid.

Signed-off-by: Ryan Leavengood <leavengood@gmail.com>
2012-10-01 17:32:13 -04:00
Humdinger
c9b21d2715 Extract demo packages to /boot. Added image package. 2012-09-23 22:54:42 -04:00
Matt Madia
6a69e0cad5 Re-enable stripping of debug symbols for @alpha-*, @nightly-*
For a GCC 2 hybrid image, this brings the size down from 781MiB to 743MiB.
2012-09-23 22:47:15 -04:00
Matt Madia
66647c47ba Ensure that wpa_supplicant does not get stripped. See #8603 for history. 2012-09-23 22:46:22 -04:00
Matt Madia
0e63108c64 Updated comment. 2012-09-23 22:46:18 -04:00
Matt Madia
a7056faafa Refactored the stripping of debug symbols to be a per-archive basis.
Setting 'HAIKU_STRIP_DEBUG_FROM_OPTIONAL_PACKAGES = 1' will enable the
mechanism. By default all packages will be stripped. Passing anything
other than '1' or 'true' in the InstallOptionalHaikuImagePackage call
will disable it for a particular package.
2012-09-23 22:46:13 -04:00
Scott McCreary
fef180261f Add OptionalPackage Droid, font from Google's Android project 2012-09-15 00:34:47 -04:00
Scott McCreary
54ad750e2f Add OptionalPackage Nanumfont, a Korean monospace font 2012-09-15 00:34:47 -04:00
Scott McCreary
df101c7835 Rebuilt some more packages mostly to fix directory issues. 2012-09-15 00:34:47 -04:00
Jérôme Duval
797a822aee DevelopmentMin optional package: add 3rdparty headers
* Add freetype, libpng and jpeg headers
2012-09-15 00:34:46 -04:00
Scott McCreary
b87ff1acee Rebuilf beam and transmission gcc4 packages 2012-09-15 00:34:46 -04:00
Scott McCreary
43b331da20 Updated several more OptionalPackages 2012-09-15 00:34:46 -04:00
Ryan Leavengood
d3e0280940 Update WebKit with the alpha4 specific version.
Thanks Rene for building it!
2012-09-09 19:42:36 -04:00
Scott McCreary
9b844fbc7b Fix typo 2012-09-09 19:06:26 -04:00
Scott McCreary
10fb1ad5bf Update several more packages for R1A4
Conflicts:

	build/jam/OptionalPackages
2012-09-09 19:05:51 -04:00
Matt Madia
b7bc375027 FIXED the urls of several optional packages. 2012-09-03 02:18:22 -04:00
Rene Gollent
0fbf8e31c2 Slight cleanup. Fix missing separator in texinfo path. 2012-09-03 02:11:12 -04:00
Scott McCreary
3de115c89e Rebuilt many OptionalPackages for R1A4 2012-09-03 02:10:11 -04:00
Matt Madia
a60fe7d61c Added 'diskimage' to image.
Allows one to register a file as disk, which  can then be mounted.
To note, one application of this is to allow mounting of anyboot images.
Fixes #5578.
2012-09-03 01:48:14 -04:00
John Scipione
dd004a9459 Update optional package for Colors! 2012-08-31 14:22:26 -04:00
Matt Madia
efb1039348 Increase the size of the nightly images. 2012-08-18 10:36:41 -04:00
Matt Madia
467f607aa3 Add WebPositive catalogs to gcc2hybrid images. Fixes #8846. 2012-08-18 10:33:39 -04:00
Oliver Tappe
e19d7089a7 Fix #8841 (broken localization support for 3rd-party apps).
* made private Catalog.h header public by moving it to 
  os/locale/tools/CollectingCatalog.h
* reintroduce B_COLLECTING_CATKEYS define (which is expected to be set
  during a collectcatkeys session) in order to decide whether or not
  to automatically include the CollecingCatalog.h header from Catalog.h
* adjust jam rule for collecting catalog keys accordingly
2012-08-16 21:12:55 +02:00
Matt Madia
51014b9eb6 Revert "ffmpeg: switch to 0.11.1" (hrev44483)
This reverts commit 14b654326d.

Unfortunately that changeset causes a regression on GCC 2, which
makes playback of (some?) video impossible. This is due to Libavcodec
being miscompiled, which requires gcc >= 4.2

Resolves the regression of #8856, but does not fix the root issue.
2012-08-14 18:24:12 -04:00
Rene Gollent
ebe79dfe77 Added GCC4 packages of liblayout, BePDF and Beam.
Provided by Chris Roberts. Thanks!
2012-08-12 16:01:50 -04:00
Ryan Leavengood
315d8b69d7 Rename RTF-Translator to RTFTranslator. 2012-08-12 12:41:01 -04:00
Rene Gollent
e68cc8b0a4 Fix typo. 2012-08-11 10:08:52 -04:00
Jérôme Duval
14b654326d ffmpeg: switch to 0.11.1 2012-08-07 00:53:29 +02:00
Alexander von Gluck IV
66f16cca0a JamFile: Remove SerialConnect from HaikuImage
* It's not ready *just* yet.
* Accidently added in hrev44447
2012-07-31 12:14:41 -05:00
Alexander von Gluck IV
f8af317470 radeon_hd: Final round of header cleanup
* This puts the registers in a better state and ensures
  all model dependant defines are prefixed with card series
* Consolidate evergreen defines into single header
2012-07-31 12:10:51 -05:00
Matt Madia
caf06f6e06 Added 'device' to the library name map. Fixes #8800 per korli. 2012-07-30 09:28:54 +00:00
Alex Smith
e715eca04c Worked around broken GCC 2 on OS X hosts.
GCC 2 built for OS X 10.7/10.8 was broken, the Haiku build would fail
with some strange errors. Forcing compilation of GCC 2 in 32-bit mode
results in a working GCC.
2012-07-29 21:03:14 +01:00
Scott McCreary
dc321a67d6 Fixed pair of typos in hgrep script. 2012-07-23 22:23:41 +00:00
Scott McCreary
2c1dcd1fee Added hgrep and lgrep as OptionalPackages, this fixes #3376. 2012-07-23 21:52:41 +00:00
Adrien Destugues - PulkoMandy
fc3f40765a Merge branch 'master' of ssh://git.haiku-os.org/haiku 2012-07-23 21:32:24 +02:00
Rene Gollent
667fd4d0ea Update webkit package with one additional bugfix. 2012-07-20 23:01:23 -04:00
Rene Gollent
fd2ea9d893 Fix #8737.
- Updated haikuwebkit package with fixes for context menus and file downloads
  from aldeck's github repository.
2012-07-20 22:41:54 -04:00
Rene Gollent
0b4ae86086 Fix #8751 and possibly also #7198.
- The cdrecord port was using the wrong path for searching for SCSI
  devices. This led to it failing to find SATA CD drives. Updated
  package by Chris Roberts.
2012-07-19 20:58:57 -04:00