Adrien Destugues
9ac06d90b1
ffmpeg: fix compatibility with Media server.
2015-04-26 14:11:48 +02:00
Adrien Destugues
a8ee0de7ea
Make qt4 package installable again.
2015-04-26 10:49:00 +02:00
Adrien Destugues
eb5fc5a7c1
Update qt4 packages for icu 55.1.
2015-04-25 21:45:26 +02:00
Adrien Destugues
32cc744b8c
Add dosbox and libedit_x86.
2015-04-25 20:07:46 +02:00
Adrien Destugues
296867b5cf
Add CriticalMass and update cmake.
2015-04-25 19:22:48 +02:00
Adrien Destugues
9ea04c4dc7
Add package for VLC 0.8.6i.
...
* Update fmpeg to include GPL code (needed by VLC).
* Update libebml with fixed headers.
2015-04-25 17:57:16 +02:00
Adrien Destugues
94d0d42372
HaikuWebKit 1.4.11.
...
* Built against ICU 55.1.
2015-04-25 15:03:52 +02:00
Adrien Destugues
2b7f655db0
Update boost for ICU 55 upgrade.
2015-04-25 15:03:51 +02:00
François Revol
a2ddc1c06e
Fix CompileDTS rule to locate the device tree blob properly
...
This avoids having to call it from the BoardSetup files.
2015-04-24 02:27:55 +02:00
Adrien Destugues
e3552201be
Add packages for Samba and Twolame
...
* More VLC dependencies.
2015-04-22 21:12:01 +02:00
François Revol
83b9ad27c9
libtool: update packages, add gcc4 version
2015-04-22 16:14:37 +02:00
Gerasim Troeglazov
3e6f186242
Added mda_vst package for x86_gcc2
2015-04-22 23:14:41 +10:00
Gerasim Troeglazov
7a8db36852
Added MailNews package for x86_gcc2
2015-04-22 23:10:25 +10:00
Adrien Destugues
510eb73653
Add libdca
...
* Another dependency of VLC 0.8.6…
2015-04-21 21:38:56 +02:00
Gerasim Troeglazov
e59470891c
Added BeZilla package for x86_gcc2
2015-04-21 21:33:21 +10:00
Gerasim Troeglazov
c7077b33ac
Update MuPDF up to 1.7 and PDFTranslator, DocumentViewer packages
2015-04-21 21:19:58 +10:00
François Revol
1eb23951c3
HaikuPortsCross: Update some PPC bootstrap packages
2015-04-20 18:35:36 +02:00
Adrien Destugues
5265e873af
Add more vlc dependncies + Fix Caya and add paragui
...
* libdvdread, libdvdnav, faac
* Caya built in release mode (much smaller package)
* Paragui and dependencies: libsigc++ and physfs.
2015-04-19 18:14:59 +02:00
Adrien Destugues
ee93a8f4a1
Fixed goonies package.
2015-04-19 11:23:41 +02:00
Adrien Destugues
67334c1a29
More dependencies for VLC
...
libcddb, libcdio, libdvbpsi, libdvdcss, vcdimager.
2015-04-19 11:23:31 +02:00
Alexander von Gluck IV
d3d976b08c
cubieboard4: Add 32k alignment fix
...
* haiku_loader now starts on the cubieboard4
with a working uart!
2015-04-18 10:38:02 -05:00
Adrien Destugues
3cd56e6356
Add packages for some VLC dependencies
...
a52dec, libmatroska, libebml, gnutls, libgcrypt, musepack_tools,
libreplaygain, libcuefile.
2015-04-18 17:35:03 +02:00
François Revol
1c91ed03fa
Build binutils with different extra targets depending on arch
...
EFI support isn't much useful for ARM.
Also add some targets to help debugging binutils on PPC.
2015-04-18 15:14:24 +02:00
Adrien Destugues
8bbe44dd63
Add package for libmpeg2
2015-04-16 22:07:21 +02:00
Rene Gollent
2e82cb8dd6
x86: Update BePDF, Pe,Vision packages. Add libsanta package.
2015-04-13 22:28:32 -04:00
Alexander von Gluck IV
c0af54cc3b
cubieboard4: Update SPL bin url to official source
...
* Our pull request was accepted
2015-04-13 09:15:38 -05:00
Alexander von Gluck IV
9c5e234cb3
arm: Initial Cubieboard4 work
...
* SD cards are "blessed" with a boot0 spl and boot1 u-boot
at fixed locations.
* Allwinner's u-boot is lacking a lot.
* Upstream u-boot should be better at some point. WIP:
http://lists.denx.de/pipermail/u-boot/2015-January/201537.html
2015-04-11 16:53:04 -05:00
Michael Lotz
827f11e986
Whitespace cleanup only.
2015-04-11 13:37:28 +02:00
Humdinger
215756b065
Added FilWip package.
2015-04-11 10:40:43 +02:00
Humdinger
7c6a5b81aa
Added gcc4 versions of cdrtools and BurnItNow (by luroh)
...
luroh was so kind to compile those for gcc4. cdrtools don't build on x86_64,
so there's no reason provide a 64bit BurnItNow version either.
Corrected name of gcc2 source package of burnitnow.
2015-04-11 10:31:45 +02:00
Michael Lotz
6900f36727
Add leak_analyser shell script to analyse guarded heap info.
...
The script runs the guarded heap allocation output through c++filt to
demangle stack trace symbols and filters out a list of known globals
that are never freed. It also allows to exclude further patterns
provided on the command line.
2015-04-11 09:41:25 +02:00
Michael Lotz
0cf3d62115
Make guarded heap accessible through its own libroot_guarded.so.
...
This adds libroot_guarded.so to the HaikuDevel package. It is the same
as libroot_debug with the debug heap swapped out for the guarded heap.
The guarded heap has some useful features that make it desirable to use
while having the disadvantage of a large memory and address space
overhead which make it unusable in some situations. Therefore the
guarded heap cannot simply replace the debug heap but should still be
made available. As the heap init needs to happen even before having
environment variables, the heap to use can not be chosen dynamically.
Exposing them through their own libraries is the next best thing.
2015-04-11 09:41:25 +02:00
Adrien Destugues
cb6de5e19b
BeagleBoard: fix compilation of dtb.
...
* Copy from rpi2, but this should probably be shared somewhere.
2015-04-08 21:23:33 +02:00
Humdinger
ae2192e832
Updated cdrtools. Added BurnItNow.
...
Opinion on IRC was to upload the packages, even though I'm not able to test
because I lack an optical drive.
2015-04-08 19:16:57 +02:00
Oliver Tappe
b63d718b1c
Update beam package(s) from 1.2alpha to 1.2.
...
* This updates the x86_gcc2 package and adds a package for x86.
2015-04-06 19:51:31 +02:00
Adrien Destugues
839310264d
Add packages for avr_gcc (and libc and binutils)
2015-04-06 17:55:35 +02:00
Gerasim Troeglazov
0b926d31dd
Update QupZilla packages to 1.8.6
2015-04-05 21:54:16 +10:00
Alexander von Gluck IV
59ce662464
repo: Bump Mesa to 10.5.2 on x86_64
2015-04-04 17:17:50 -05:00
Gerasim Troeglazov
4a55954f3d
Updated PDFTranslator and Genesis Commander packages
2015-04-04 20:33:31 +10:00
Jérôme Duval
10785b1986
Update the ca_root_certificates package.
2015-04-03 18:07:35 +02:00
Gerasim Troeglazov
d284274513
Added missing openjpeg package for x86_gcc2
2015-04-03 03:48:18 +00:00
Jérôme Duval
66d5089a6c
Updated coreutils packages
2015-04-02 18:52:07 +02:00
Gerasim Troeglazov
c954d6d94b
Add GenesisCommader package for x86_gcc2
2015-04-02 13:57:37 +00:00
Gerasim Troeglazov
a2851f2acc
Add PDFTranslator package for x86_gcc2
2015-04-02 13:51:10 +00:00
Gerasim Troeglazov
f46e4f278f
Update documentviewer_x86 and djvutranslator packages for x86_gcc2
2015-04-02 13:46:04 +00:00
Gerasim Troeglazov
ed2d1857b9
Update MuPDF packages for x86, add MuPDF packages for x86_gcc2
2015-04-02 13:40:23 +00:00
Gerasim Troeglazov
35494e0e6b
Add jbig2dec packages for x86_gcc2
2015-04-02 13:22:27 +00:00
Axel Dörfler
c733458294
Removed old, and unused Netscript.
2015-04-02 13:25:49 +02:00
Jérôme Duval
94c4bba0ad
Updated patch, wget, which packages.
2015-03-31 20:21:37 +02:00
Jérôme Duval
e5d75a0920
Update the ca_root_certificates package.
2015-03-30 20:59:58 +02:00