Commit Graph

125 Commits

Author SHA1 Message Date
Jerome Duval
10444fc110 haikuwebkit: patches for "URL cannot be shown" popup. 2017-11-03 19:25:09 +01:00
Adrien Destugues
a085094bc7 Bump some hrevs after BControlLook ABI changes. 2017-10-08 10:22:32 +02:00
Jerome Duval
264c139522 haikuwebkit: update checksum. 2017-10-05 20:54:46 +02:00
Adrien Destugues
bbb550d121 liblayout: copy the right library
uname -p is "x86" even on x86_gcc2 installs, and won't handle secondary
architecture properly anyway. Use haikuports provided
$targetArchitecture, which I think is the right thing to do here.
2017-09-10 11:56:55 +02:00
Adrien Destugues
fed4c9a7ab Recipe for HaikuWebKit 1.6.2. 2017-08-19 07:14:47 +02:00
Adrien Destugues
3fae32e2de Update HaikuWebKit to 1.6.1.
- Some bugfixes
- Some packaging fixes (javascriptcore is now included with header
	files)
2017-08-06 21:56:41 +02:00
Sergei Reznikov
52ff16aeba liblayout: add recipe for version 1.4.1 2017-07-31 23:33:57 +03:00
Adrien Destugues
3fbafe2805 haikuwebkit 1.6.0 recipe. 2017-07-04 19:30:41 +02:00
Jerome Duval
fc0936b040 Bump revisions for x86_64 rebuild after time_t change.
* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
2017-06-27 15:46:25 +02:00
Jerome Duval
8faba33005 Bump revisions for x86_64 rebuild after time_t change. 2017-06-20 07:18:22 +02:00
Sergei Reznikov
1d562755a7 interface_elements: fix build 2017-06-17 21:19:44 +03:00
Augustin Cavalier
f01e43a9c5 libsanta: Update to 3.0.2; x86_64 patch not needed now. 2017-04-16 13:50:39 -04:00
Jerome Duval
b5b976e821 libsanta: soname is libsanta.so so provide that. 2017-04-16 08:53:41 +02:00
Jerome Duval
33feac15d5 libburndevice: enable x86_64.
* reorder sections.
* fix SECONDARY_ARCHITECTURES typo.
2017-02-08 22:43:07 +01:00
Jerome Duval
0e68fd3b73 libsanta: actually provide developLibDir symlinks. 2017-01-30 22:18:25 +01:00
Adrien Destugues
6deba16055 Remove old haikuwebkit recipes. 2017-01-30 20:23:51 +01:00
Adrien Destugues
4fb5b8a277 Recipe for HaikuWebkit 1.5.4.
Requires changes in Haiku HTTP kit API, which I'm pushing soon.
2017-01-30 20:23:21 +01:00
Jerome Duval
bbfc52761d ale: fix x86_64 build. 2017-01-22 11:55:25 +01:00
Adrien Destugues
35b97d25e1 netsurf, webkit: fix dependency on libpng. 2016-12-30 16:25:31 +01:00
Jérôme Duval
45df4b4627 libimagemanip: fails to build on x86_64.
* conversion between id and pointers is a non obvious fix (or a hack).
2016-12-07 17:13:27 +01:00
Jérôme Duval
58e7782934 libsanta: fix x86_64 build (well still a hack). 2016-12-05 20:45:09 +01:00
Adrien Destugues
af449df7d6 HaikuWebkit: recipe for version 1.5.3.
Also remove several old recipes.
2016-11-03 07:40:23 +01:00
Jerome Duval
a0bae26e77 libwalter: missing secondaryArchSuffix. 2016-07-27 19:44:04 +00:00
Jérôme Duval
fafd57d1f5 haikuwebkit: bump revision for rebuild.
* patch for gcc5 (inline function missing, and use of std::isnan without including cmath).
2016-07-06 09:19:45 +02:00
Vale
6f4f45198e Fix HOMEPAGE, COPYRIGHT, and LICENSE blocks 2016-03-05 14:19:01 -05:00
Vale
4ceccd41e1 Fix ordering 2016-02-17 14:39:36 -05:00
Adrien Destugues
e203ab75f6 Add InterfaceElements and BeSol.
fixes #53.
2016-02-14 13:00:11 +01:00
Adrien Destugues
9b3bf86b38 Recipe for HaikuWebKit 1.5.2. 2016-02-13 21:21:57 +01:00
Adrien Destugues
58cb252133 Merge pull request #385 from DarkmatterVale/finish-backup-recipes
Finish backup recipes from soakbot
2016-01-03 17:01:39 +01:00
Vale
a4b51ed23b Add recipe for sockhop 2016-01-03 10:56:55 +00:00
dash102
a3591a7721 Reformat 10 recipes
Update libnsgif-0.1.1.recipe

Update libsdl2-2.0.0.recipe

Update haikuwebkit-1.2.0.recipe

Update haikuwebkit-1.2.1.recipe

Update haikuwebkit-1.2.2.recipe

Update haikuwebkit-1.2.3.recipe

Update haikuwebkit-1.2.0.recipe

Update haikuwebkit-1.2.1.recipe

Update haikuwebkit-1.2.2.recipe

Update libnsbmp-0.1.1.recipe

Update libnsgif-0.1.1.recipe

Update libsdl2-2.0.0.recipe

Update libmpdclient-2.11_git.recipe

Update libpng-1.5.25.recipe

Update libcss-0.4.0.recipe

Update libdvdnav-4.2.0.recipe

Update libsdl2-2.0.0.recipe
2015-12-26 13:42:37 +00:00
Gareth Poole
45b487e3f8 Reformat 10 recipes 2015-12-19 21:08:12 +00:00
Adrien Destugues
a66a05a8a6 Fix haikuwebkit 1.5.1.
* Using a patch, so people who already downloaded the source archive to
  build it won't have to reload it.
* Some options had wrongly set default values, leading to a failed
  build.
2015-11-17 19:19:01 +01:00
Adrien Destugues
4a98c821a7 Add recipe for HaikuWebKit 1.5.0
* This needs the new app_server features to land soon in Haiku. It is
  not buildable yet.
2015-11-10 15:37:15 +01:00
Adrien Destugues
e820e3fd7d haikuwebkit: forgot to update checksum. 2015-10-31 10:24:47 +01:00
Adrien Destugues
87f3531dfb HaikuWebKit 1.4.13. 2015-10-29 22:19:56 +01:00
Michael Lotz
56ccbc2342 Recipe for HaikuWebKit 1.4.12. 2015-08-30 21:01:08 +00:00
Augustin Cavalier
a7553e5136 Trim trailing spaces (again). 2015-08-28 10:47:07 -04:00
Humdinger
36e5637b9f De-lint recipes
*	libmikmod
	Re-ordered blocks

*	libmodplug
	Don't start SUMMARY with app name
	Re-ordered blocks

*	librecad
	Don't start SUMMARY with app name
	Re-ordered blocks

*	libsvgtiny
	Don't start SUMMARY with app name
	Re-ordered blocks

*	libwalter
	Don't start SUMMARY with app name
	Re-ordered blocks

*	libwapcaplet
	Don't start SUMMARY with app name
	Re-ordered blocks

*	libxau
	Improved SUMMARY and DESCRIPTION
	Re-ordered blocks

*	links
	Improved SUMMARY and DESCRIPTION
	Re-ordered blocks

*	lynx
	Don't start SUMMARY with app name
	Re-ordered blocks
2015-08-07 17:49:48 +02:00
Augustin Cavalier
1f4293e134 Get rid of gcc_syslibs REQUIREs. 2015-08-04 15:45:00 -04:00
Augustin Cavalier
4634abef1b Trim extra newlines at end of file & trailing whitespace. 2015-08-04 12:08:31 -04:00
Augustin Cavalier
55dd9cf19d Rewrite ARCHITECTURES syntax to new HaikuPorter changes.
HaikuPorter now does not care what is in ARCHITECTURES when
building for a SECONDARY_ARCHITECTURE.
2015-08-04 12:00:38 -04:00
Humdinger
cedb985ceb De-lint recipes.
*	libfreehand
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libmspub
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libmtp
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libmwaw
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libodfgen
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libprefs
	Removed e-mail from COPYRIGHT.
	Improved DESCRIPTION.
	Re-ordered blocks.

*	librevenge
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	librsync
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libssh2
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libupnp
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libvisio
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libwps
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	mda_vst
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	mtr
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	ragel
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	soxr
	Improved SUMMARY/DESCRIPTION
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	waveview
	Removed e-mail from COPYRIGHT.
	Removed duplicate REQUIRES.
	Re-ordered blocks.

*	whisper
	Removed e-mail from COPYRIGHT.
	Added REQUIRES.
	Re-ordered blocks.
2015-08-03 19:52:03 +02:00
Humdinger
b733ccc20f De-Lint recipes.
*	less
	Remove "." from SUMMARY.
	Minor cosmetics.

*	lftp
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libaacs
	Moved _devel block up.
	Minor cosmetics.

*	libarchive
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libavlduptree
	Shortened SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libbdplus
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libdwarf
	Shortened SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libebml
	Changed SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libffi
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libgcrypt
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libgeotiff
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libid3tag
	Improved DESCRIPTION.
	Moved _devel block up.
	Minor cosmetics.

*	libidn
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	liblo
	Moved _devel block up.
	Minor cosmetics.

*	libmatroska
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libmdi
	Remove "." and improved SUMMARY.
	Sorted _devel blocks.
	Minor cosmetics.

*	libmetalink
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libmicro
	Improved SUMMARY.
	Added cmd:hg to BUILD_PREREQUIRES.

*	libmng
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libmmp4v2
	Improved SUMMARY and DESCRIPTION.
	Moved _devel block up.
	Minor cosmetics.

*	libpurple
	Remove "." from SUMMARY.
	Moved _devel and _finch block up.
	Minor cosmetics.

*	libquicktime
	Improved SUMMARY and DESCRIPTION.
	Moved _devel block up.
	Minor cosmetics.

*	libsdl
	Improved SUMMARY and DESCRIPTION.
	Moved _devel block up.
	Minor cosmetics.

*	libsoundtouch
	Improved DESCRIPTION.
	Moved _devel block up.
	Minor cosmetics.

*	libtar
	Remove "." from SUMMARY.
	Moved _devel block up.
	Minor cosmetics.

*	libtommath
	Remove "." from SUMMARY.
	Minor cosmetics.
2015-07-21 16:51:11 +02:00
Augustin Cavalier
6299524859 Remove cmd:mkdepend from BUILD_PREREQUIRES of makefile_engine apps.
Not needed now that the makefile_engine package depends on
cmd:mkdepend directly.
2015-07-19 13:59:19 -04:00
Augustin Cavalier
f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Augustin Cavalier
42cc1eac74 Fix copyrights in various recipes. No functional change intended. 2015-06-08 10:54:00 -04:00
Adrien Destugues
b9778d8a13 libsanta: hybrid build fix. 2015-04-26 18:46:35 +02:00
Adrien Destugues
b839ce896c Recipe for HaikuWebKit 1.4.11. 2015-04-25 15:22:39 +02:00
Adrien Destugues
37798a12a6 Recipe for HaikuWebKit 1.4.10. 2015-02-27 21:09:15 +01:00