29726 Commits

Author SHA1 Message Date
Ingo Weinhold
f37a4d0e22 mesa-7.8.2: declare PATCHES explicitly 2013-08-21 16:10:11 +02:00
Ingo Weinhold
e8da29bb1a gcc 2: fix recipe
* Use current source revision.
* Copy and paste error in INSTALL(): installDir was used instead of
  gccInstallDir. Notsure why the bootstrap recipe and this one use
  different variable names.
* Fix stdc++ library symlink when built for secondary architecture.
2013-08-21 16:10:11 +02:00
Ingo Weinhold
3033898201 man: don't link against -llocale
It doesn't exist anymore on newer Haikus.
2013-08-21 16:10:10 +02:00
Ingo Weinhold
3a5263d970 haikuwebkit: rename patch and explicitly set PATCHES
The patch wasn't found automatically since the secondary port name
differs. That's another reason why PATCHES should always be specified
explicitly.
2013-08-21 16:10:09 +02:00
Ingo Weinhold
80cdea23b3 pe: fix build on newer Haiku
node_ref::operator<() is now provided by <Node.h>, so don't redefine
it.
2013-08-21 16:10:08 +02:00
Ingo Weinhold
8bf85116be python: the zlib module wasn't built
setup.py: /boot/system/develop/headers wasn't added to the include
search paths, so zlib.h wasn't found.
2013-08-21 16:10:08 +02:00
Ingo Weinhold
03dc9fed9b doxygen: fix gcc 4 build 2013-08-21 16:10:07 +02:00
Scott McCreary
dde250c234 ReAdded cdrtools patch to adds support for SATA burners. 2013-08-19 23:11:16 -07:00
Scott McCreary
7f248457a4 Renamed ubuntu_fonts to ubuntu_font_family 2013-08-19 22:02:31 -07:00
Scott McCreary
debec4ed21 Corrected REVISION entry 2013-08-19 21:44:38 -07:00
Scott McCreary
ca6046a148 Updated cdrtools to 3.01~a17 2013-08-19 21:36:16 -07:00
Alexander von Gluck IV
79f735cb8b libsdl2: Rename to libsdl 2.0.0
* As per our mailing list discussion, package
  management will support multiple versions of
  the same package being installed at the same
  time, so this *should* work like this in theory.
* Adjust patch to match 1:1 SDL changes accepted
  upstream.
2013-08-19 15:23:25 -05:00
Alexander von Gluck IV
d7e59f63c1 libsdl2: Add SDL2 port. Marked unstable
* Small number of changes to get it building
* Very unstable, but getting there.
* split sdl 2.0 from libsdl to libsdl2. The reasoning
  behind this is that libsdl uses -lsdl, while libsdl 2.x
  uses -lsdl2. (SDL2 breaks a lot of binary compat I guess)
* Remove old sdl2 bep's in libsdl.. these never worked well.
* libsdl 2.0.0 seems to build with gcc2 and gcc4 (yay)
* libsdl 2.0.0 patch pushed upstream in SDL bug #2046
* Thanks to the gsoc students for their hard work!
2013-08-18 22:58:09 -05:00
Alexander von Gluck IV
7bea1e79b9 pkgconfig: Add 0.28, fix build (tested on gcc4) 2013-08-18 20:14:54 -05:00
Scott McCreary
759b6524d1 Deleted stray ubuntu directory 2013-08-18 12:34:21 -07:00
Scott McCreary
ba82906ab2 Renamed ubuntu to ubunto_fonts 2013-08-18 12:26:24 -07:00
Scott McCreary
63b5f5ae87 Corrected license for ubuntu fonts 2013-08-18 12:13:54 -07:00
Scott McCreary
4f4c9d84cf Added recipe for curl-7.32.0 2013-08-18 11:53:18 -07:00
Ingo Weinhold
9f8ce2d93c gcc 4: add missing cc symlink 2013-08-17 10:48:35 +02:00
Ingo Weinhold
3d8703d1e1 Add recipe for current gcc 2 version 2013-08-17 09:40:03 +02:00
Ingo Weinhold
dee373938d Add secondary arch support for wonderbrush and old mesa 2013-08-17 09:40:03 +02:00
Ingo Weinhold
d3fff39e6e Declare most recipes stable on x86 2013-08-17 09:40:03 +02:00
Adrián Arroyo Calle
d6ae3a8006 Ubuntu Font Family 2013-08-14 12:08:57 +02:00
Adrián Arroyo Calle
154ecc4acc Ubuntu Font Family 2013-08-14 11:16:26 +02:00
Ingo Weinhold
ad319a25aa Some work on the llvm 3.0 recipe
Isn't finished yet (and therefore disabled), but I won't continue
working on it ATM.
2013-08-13 22:02:05 +02:00
Ingo Weinhold
28faa080b8 Add recipe and patches for git 1.8.3.4
The user settings files have moved from $HOME to
~/config/settings/git/.
2013-08-13 21:58:26 +02:00
Ingo Weinhold
089e141aeb Replace ':' in package link paths by '~'
Also add missing libiconv requires for apr_util.
2013-08-13 13:55:32 +02:00
Ingo Weinhold
dc3d06bbdc neon: add missing libcrypto dependency 2013-08-13 13:54:43 +02:00
Ingo Weinhold
6a0a9fe10b Update gcc 2 and gcc 4 to current version 2013-08-13 10:48:12 +02:00
Ingo Weinhold
bc4b3458b2 Add recipes for binutils/gcc 4
The directory layout has changed similarly to that of the gcc 2 couple,
i.e. we install in develop/tools[/<arch>] instead of separate
subdirectories, so gcc finds the matching gas and ld.

Only tested the secondary architecture build so far.
2013-08-11 19:02:06 +02:00
Ingo Weinhold
e554a19c51 binutils/gcc 2: change directory layout
* The files are no longer installed in a separate develop/tools
  subdirectory for binutils and one for gcc. Instead we install
  directly in develop/tools[/<arch>]. This allows gcc to find gas and
  ld via its built-in search instead of via PATH only. In a hybrid
  setup this makes a difference, when the gcc that is not the first in
  PATH is invoked directly (e.g. via absolute path).
* Add support for building for the secondary architecture. Not tested
  yet.
2013-08-11 18:48:51 +02:00
Ingo Weinhold
9d7ff71286 xz_utils-5.0.4: convert recipe to an actual recipe 2013-08-10 12:12:53 +02:00
Ingo Weinhold
5d1de7c96d Add recipe for haikuwebkit 2013-08-10 07:52:30 +02:00
Ingo Weinhold
8bea1430a7 gperf: make recipe an actual recipe 2013-08-10 07:14:38 +02:00
Ingo Weinhold
83df273c2f glu: support building for secondary architecture
Also adjust the build somewhat: Since a libGL is required, but
libGL itself is built (by Haiku's build system) linking against
libGLU, we now require the mesa_devel package and build a dummy
libGL from its libglapi first.
2013-08-10 02:24:42 +02:00
Ingo Weinhold
205dd4645d mesa-9.1.1: convert recipe to an actual recipe 2013-08-10 02:23:55 +02:00
Ingo Weinhold
f2c6d0edc0 libxml2: build python module as well 2013-08-10 01:31:59 +02:00
Ingo Weinhold
099c1c8b34 scons: Remove old non-recipes and patches 2013-08-09 18:05:51 +02:00
Ingo Weinhold
8b3e98d3a3 scons: convert 2.2.0 recipe to an actual recipe 2013-08-09 18:05:03 +02:00
Ingo Weinhold
e89df4bc25 curl: support building for secondary architecture 2013-08-09 03:39:53 +02:00
Ingo Weinhold
5a99c6012a sqlite: support building for secondary architecture 2013-08-09 03:39:34 +02:00
Ingo Weinhold
82581c9adb libxml2: support building for secondary architecture 2013-08-09 03:39:07 +02:00
Ingo Weinhold
74cb8b4aa7 ffmpeg: support building for secondary architecture 2013-08-09 02:54:52 +02:00
Ingo Weinhold
3eb07497a4 libvpx: support building for secondary architecture 2013-08-09 02:54:15 +02:00
Ingo Weinhold
09bd078c8d libtheora: support building for secondary architecture 2013-08-09 02:13:19 +02:00
Ingo Weinhold
236a36fd62 libvorbis: support building for secondary architecture 2013-08-09 02:13:18 +02:00
Ingo Weinhold
021cd79d95 libogg: support building for secondary architecture 2013-08-09 02:13:18 +02:00
Ingo Weinhold
c18e6c7e52 speex: support building for secondary architecture 2013-08-09 02:13:17 +02:00
Ingo Weinhold
7cd42ed0fe libpng: support building for secondary architecture 2013-08-09 02:13:17 +02:00
Ingo Weinhold
e23eb853d7 jpeg: support building for secondary architecture 2013-08-09 02:13:17 +02:00