Commit Graph

583 Commits

Author SHA1 Message Date
Ingo Weinhold
a5a6c048db libpng 1.5.12: fix misplaced libpng15* development libraries 2013-06-13 22:41:15 +02:00
Ingo Weinhold
9e78cd3f85 libvpx: remove old non-recipe and patch 2013-06-11 21:49:50 +02:00
Ingo Weinhold
6b558bc606 libvpx: convert recipe to an actual recipe 2013-06-11 21:49:09 +02:00
Ingo Weinhold
6092f5728d libtheora: remove old patch 2013-06-11 20:28:58 +02:00
Ingo Weinhold
105918e37f libtheora: convert recipe to an actual recipe 2013-06-11 20:27:36 +02:00
Ingo Weinhold
1a3b968ccb libvorbis: remove old non-recipes and patches 2013-06-11 18:18:17 +02:00
Ingo Weinhold
215337d193 libvorbis: convert 1.3.2 recipe to an actual recipe 2013-06-11 18:17:34 +02:00
Ingo Weinhold
c90957557d speex: convert recipe to an actual recipe 2013-06-11 17:35:15 +02:00
Ingo Weinhold
6cf4ac1234 libogg: remove old non-recipes 2013-06-11 14:36:29 +02:00
Ingo Weinhold
ad8389127a libogg: convert recipe to an actual recipe 2013-06-11 14:35:59 +02:00
Ingo Weinhold
4b7ae1d56c libpng: remove old non-recipes 2013-06-11 00:01:59 +02:00
Ingo Weinhold
d4f155d529 libpng: convert recipe to actual recipe 2013-06-11 00:01:12 +02:00
Ingo Weinhold
a6f8eb84f8 jpeg: remove old non-recipes
Keep 8d for the time being until 9 has been verified to work.
2013-06-10 23:15:17 +02:00
Ingo Weinhold
1215ce9c75 jpeg: add recipe for version 9
* Add version 9 since our auto tools don't like the 8d build system.
  Hopefullly that also works with Haiku's JPEG translator.
* Omit patch for this version. This should rather be solved in the
  JPEG translator.
* Build 3 packages: The base package only contains the library, the
  devel package the usual development files, and the tools package
  contains the executable which probably no one ever uses.
2013-06-10 23:10:30 +02:00
Ingo Weinhold
9dae5eb84d freetype: declare zlib requires correctly, remove source package 2013-06-10 22:06:36 +02:00
Ingo Weinhold
c2547ca45e Remove old freetype non-recipes 2013-06-09 02:26:56 +02:00
Ingo Weinhold
c53699dbc2 freetype: Convert 2.4.9 recipe to an actual recipe 2013-06-09 02:26:13 +02:00
Adrien Destugues
9b6e3c28b0 Update NetSurf following 3.0 release
* All the packages have changed version
 * Cleanup the dependencies to avoid repeating transitive ones
 * libxml is not required anymore (libdom replaces it everywhere)
 * on the other hand, NetSurf build uses perl html::entities. Added a bep for it.
 * Also adjusted the licences. While NetSurf is still GPL/MIT+OpenSSL exception, all the other libs are plain MIT, with various copyright holders.
2013-05-26 14:06:09 +02:00
Oliver Tappe
2191f6611f Rename all port folders containing '-' to use '_' instead.
* haikuporter relies on the recipe file sharing the name with the port folder
2013-04-21 18:58:18 +02:00
Oliver Tappe
37404c8730 * fix all syntactical problems in recipe files 2013-03-30 18:58:47 +00:00
Oliver Tappe
60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00
Oliver Tappe
94cc6aaf85 Merge all changes from trunk 2013-03-29 14:04:07 +00:00
Scott McCreary
e6e0635299 Added proper license for jasper 2013-03-17 19:42:42 +00:00
Scott McCreary
69643af7cd Updated freetype to 2.4.11 and fontconfig to 2.10.2 2013-03-17 07:12:54 +00:00
Adrien Destugues
140fd938aa Add bep file for aalib. 2013-03-03 15:07:31 +00:00
Adrien Destugues
6537dface1 Fix NetSurf build
- Add more dependencies to libsvgtiny and hubbub
 - Fix some cpp warnings in NetSurf code
 - Also set the filename in the download file panel
2013-03-02 09:55:08 +00:00
Scott McCreary
db4245ea7a Updated src url for jbig2dec 2013-02-24 21:35:12 +00:00
Scott McCreary
8781c3a234 Initial bep for building sdl-2.0-hg using cmake. Still need to setup proper buildir
for it.
2013-01-14 16:25:25 +00:00
Scott McCreary
5624eb7073 Updated libpng to 1.5.13, added TEST section, passed all tests. 2013-01-14 06:04:58 +00:00
Scott McCreary
3e0dd7d838 Initial bep for libcoverart, includes tests and they work. 2013-01-11 19:50:01 +00:00
Scott McCreary
20db4f9189 Initial bep for libdiscid, not yey working 2013-01-11 07:24:15 +00:00
Dario Casalinuovo
27058ce04b Added beps for raptor2, rasqal, redland created by GCI2012 student Piotr. Updated the lv2 bep deps as well with the respective parent directories that were missing. 2013-01-08 23:54:42 +00:00
Scott McCreary
4ddd643eb5 Initial bep for musicbrainz 2013-01-08 06:12:13 +00:00
Dario Casalinuovo
6ac19de11c Added beps for lv2, pyxml and rdflib created by the GCI2012 student Piotr. 2013-01-06 17:16:10 +00:00
Scott McCreary
5136ecff63 Updated libsndfile to use source from haikuports.
Fixed mandir location.
2013-01-03 01:56:14 +00:00
Adrien Destugues
a948039c0d - Use aclocal to find the aclocal directory as pointed out by scott on the ML
- Add another patch: disable window centering and a leftover PrinttoStream call
 - Add a version of sdl-config that is hybrid-aware
2013-01-02 19:41:33 +00:00
Adrien Destugues
14f1800c0a Fix wrong buffer size computation for SDL audio. This led to borked sound in some
applications, and wrong timings in others.
http://bugzilla.libsdl.org/show_bug.cgi?id=1679
2013-01-01 21:57:15 +00:00
Adrien Destugues
21c2a4943e Hack libtool to actually get shared libraries built 2013-01-01 21:46:48 +00:00
Scott McCreary
6c7e7bbe63 Updated taglib to 1.8 2013-01-01 06:35:57 +00:00
Scott McCreary
f220de416c Initial bep and patch for ladspa-sdk from GCI2012 student Theodore Kokkoris 2012-12-19 02:18:10 +00:00
Alexander von Gluck
5555ab758d Add updated libdvdcss bep and patch (1.2.12) 2012-12-15 02:10:31 +00:00
Alexander von Gluck
9cf9cbdb3d Add updated libass bep for 0.10.1 2012-12-15 01:56:24 +00:00
Alexander von Gluck
5bfc5cb0a2 Add libsamplerate media library 2012-12-15 01:45:01 +00:00
Cian Duffy
4b10fceef8 And the checksum is different too. Tested it this time... apologies for
the noise.
2012-12-13 22:40:13 +00:00
Cian Duffy
0120b70d81 URL was to the Sourceforge redirector, this no longer works. Linked to a
direct link. This port is quite out of date, may look at it later.
2012-12-13 22:34:29 +00:00
Scott McCreary
383e86df50 Initial bep and patch for mediainfo from GCI2012 student skycocker 2012-12-13 01:50:37 +00:00
Cian Duffy
cd3b7342f7 Tarball has been removed from main website so link to sourceforge
mirror. Port needs updating in the long term though.
2012-12-10 23:34:18 +00:00
Scott McCreary
f23362f045 Initial .bep for libass, from GCI student smenon. 2012-12-05 07:52:21 +00:00
Scott McCreary
6fc645fc7e Fix allegro to build with cmake-2.8.5 2012-11-18 17:22:41 +00:00
Adrien Destugues
a2a60ca6c4 Fix build for SDL 2.0 and update version number. 2012-11-09 10:35:57 +00:00