Mrowqa
039942fc66
Wrapped DESCRIPTION strings to no more than 70 characters per line.
2013-12-05 13:21:43 +01:00
Chris Roberts
da32d2b73f
Merged in arfonzo/haikuports/qupzilla (pull request #26 )
...
QupZilla: patch set and recipe.
2013-12-05 01:58:05 -07:00
Scott McCreary
338bca7694
Added patch for sdl_mixer-1.2.12 so that it skips building playwave and playmus
2013-12-05 08:39:36 +00:00
Arfonzo J. Coward
caf217ce73
Added provides for app:qupzilla.
2013-12-05 08:34:38 +00:00
Arfonzo J. Coward
70d8539119
- Renamed patch set to remove '_x86' from filename.
...
- Modified recipe to use prefix of $appsDir at qmake rather than hardcoded path in defines.pri.
- Use commit hashtag to reference a specific version from git repo.
2013-12-05 08:30:36 +00:00
Scott McCreary
2453ea4be1
Merged in tgkokk/haikuports/tolmach (pull request #24 )
...
Added Tolmach recipe and patch
2013-12-05 00:21:46 -08:00
Puck Meerburg
90d34b2cc2
Fix recipe: update git, define cmd:filwip
2013-12-05 08:00:21 +01:00
tgkokk
613232108f
Added longer description to Tolmach
2013-12-05 05:36:50 +00:00
Dareus
ff6f0e1d75
bc recipe updated.
2013-12-05 04:33:33 +00:00
Dareus
1dc2150abe
aalib recipe updated.
2013-12-05 04:27:47 +00:00
noryb009
3a74b8ab00
Update Puri recipe, work done by GCI student Luke
2013-12-04 22:55:49 -05:00
Arfonzo J. Coward
b06d42cb43
QupZilla: patches and recipe.
2013-12-05 00:19:46 +00:00
Arfonzo Coward
3989bbd9f5
Merged haikuports/haikuports into master
2013-12-04 23:17:53 +00:00
Puck Meerburg
d58da7e81d
Add FilWip recipe
2013-12-05 00:02:20 +01:00
Thomas Schmidt
62d30ce324
Modified the recipe
2013-12-04 21:59:27 +00:00
Jérôme Duval
821ed88b33
ffmpeg: patch is only for gcc2
...
* added dependency on libbz2
2013-12-04 21:41:12 +00:00
Theodore Kokkoris
f2e69c6904
Added Tolmach recipe and patch
2013-12-04 21:11:12 +00:00
Mrowqa
a59d836c26
Moved COPYRIGHT and LICENSE entries up to other general informations strings
2013-12-04 21:54:00 +01:00
Thomas Schmidt
6adc6aaba3
Added BDH Calc .recipe file for version 1.1
2013-12-04 20:44:48 +00:00
Scott McCreary
c53eb29224
Merged in anna_gajdov/a-recipe-file-for-libiptcdata-gci-student (pull request #15 )
...
Add recipe for libiptcdata - GCI
2013-12-04 12:29:06 -08:00
anna_gajdov
d83e1f45a9
Merged in anna_gajdov/a-recipe-file-for-libiptcdata-gci-student-2/anna_gajdov/libiptcdata104recipe-edited-online-with--1386188771782 (pull request #3 )
...
libiptcdata-1.0.4.recipe edited online with Bitbucket
2013-12-04 21:26:56 +01:00
anna_gajdov
58ff365c92
libiptcdata-1.0.4.recipe edited online with Bitbucket
2013-12-04 20:26:19 +00:00
Arfonzo Coward
e42bc0324b
Merged haikuports/haikuports into master
2013-12-04 17:48:38 +00:00
Scott McCreary
7f28df731c
Merged in puckipedia/haikuports/filer (pull request #20 )
...
Add Filer recipe
2013-12-04 09:48:13 -08:00
Puck Meerburg
80929ff57e
Add Filer recipe
2013-12-04 18:11:38 +01:00
Anna Gajdova
fe6cb9854b
edited license
2013-12-04 18:04:25 +01:00
anna_gajdov
f82051d478
libiptcdata-1.0.4.recipe edited online with Bitbucket
2013-12-04 16:52:11 +00:00
anna_gajdov
a3c500f1b4
Merged in anna_gajdov/libiptcdata104recipe-edited-online-with--1386174984100 (pull request #2 )
...
libiptcdata-1.0.4.recipe edited online with Bitbucket
2013-12-04 17:36:46 +01:00
anna_gajdov
00f04e5f03
libiptcdata-1.0.4.recipe edited online with Bitbucket
2013-12-04 16:36:35 +00:00
Arfonzo Coward
dbc337d400
Merged haikuports/haikuports into master
2013-12-04 08:25:54 +00:00
Scott McCreary
7b2f928eaf
Comment out devel:libtiff from sdl_image recipe since it's not yet available.
2013-12-04 07:55:30 +00:00
anna_gajdov
a7761872a9
Merged haikuports/haikuports into master
2013-12-04 06:49:02 +01:00
Dareus
beec0c4c7b
bladeenc recipe file updated.
2013-12-04 05:39:38 +00:00
Dareus
92630bc8ba
Added devel package configuration to the aalib recipe.
2013-12-04 05:39:02 +00:00
Ingo Weinhold
c814ab3969
openjdk: Fix missing classes in rt.jar
...
We invoke make twice to work around a bug in the build system which
causes (some) generated java files not to be picked up and compiled
the first time around.
The issue is in jdk/make/common/Rules.gmk the way $(JAVA_SOURCE_LIST)
is generated. That happens as a side-effect of the */%.class rules
which are triggered due to $(FILES_class) being listed as prerequisites
of $(JAVA_SOURCE_LIST). That means $(FILES_class) -- which ultimately
is based on a shell invocation which finds .java files via find -- is
evaluated in the first pass, i.e. long before the generated source
files are made. Hence they aren't compiled and will be missing from
rt.jar. Running make a second time works around the issue, since the
source files will already be present then.
2013-12-04 03:51:39 +01:00
Ingo Weinhold
2ceacd897f
openjdk: Fix for missing java.lang.CharacterData* classes
2013-12-04 03:51:38 +01:00
Scott McCreary
ed0cf0a7fe
Patch for libiptcdata which disables gtk-doc and allows building static and shared libs
2013-12-04 02:33:40 +00:00
Adrián Arroyo Calle
d2a63d5cf8
ScummVM fixed haiku_devel
2013-12-04 01:41:36 +00:00
Adrián Arroyo Calle
64878dd035
APlayer fixed copyright
2013-12-04 01:41:13 +00:00
Adrián Arroyo Calle
00f4667883
Fusionado haikuports/haikuports con master
2013-12-05 19:59:10 +01:00
Adrián Arroyo Calle
d02756fd15
libgme patch unused
2013-12-04 00:39:37 +00:00
Adrián Arroyo Calle
4747767f61
APlayer for SVN
2013-12-04 00:39:11 +00:00
Adrián Arroyo Calle
97c45b11ff
Fusionado haikuports/haikuports con master
2013-12-05 15:07:41 +01:00
Jérôme Duval
fb0cfcac89
libvpx: update patchset for x86_64
2013-12-04 00:14:19 +00:00
Chris Roberts
f0430b0c54
tweak quassel recipe
...
* make the requires more specific instead of depending on the whole
qtcore package
* enable parallel building
2013-12-03 14:50:02 -07:00
Chris Roberts
d8e6110763
Merged in arfonzo/haikuports/quassel (pull request #17 )
...
Updated quassel to create Deskbar symlinks.
2013-12-03 14:34:18 -07:00
Chris Roberts
225f1a314a
Minor cleanup of beezer recipe
...
--HG--
rename : haiku-apps/beezer/beezer-1.recipe => haiku-apps/beezer/beezer-0.99.hg.recipe
rename : haiku-apps/beezer/patches/beezer-1.patch => haiku-apps/beezer/patches/beezer-0.99.hg.patch
2013-12-03 14:23:41 -07:00
Chris Roberts
5e3f62e1cc
Merged in noryb009/haikuports/beezer (pull request #7 )
...
Updated beezer, work by GCI2013 student Luke
2013-12-03 14:15:23 -07:00
Chris Roberts
387e2f6dcb
Merged in alexozer/haikuports (pull request #8 )
...
Fix ThemeManager's recipe file, work by GCI2013 student mindstormscreator
2013-12-03 14:12:19 -07:00
Chris Roberts
a7995837ca
Merged in puckipedia/haikuports/converttolf (pull request #18 )
...
Add ConvertToLF recipe
2013-12-03 14:10:58 -07:00