0
0
Fork 0
Commit Graph

36 Commits

Author SHA1 Message Date
waddlesplash 4f180bdb94
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Adrien Destugues d90f35b5dd NetSurf 3.10 and dependencies. 2020-05-30 11:31:15 +02:00
Adrien Destugues 29a666bb8a NetSurf, libraries & tools update.
Fixes #4077
2019-08-09 18:42:45 +02:00
fbrosson 2bf2cf0004
LibWapcaplet: bump to 0.4.1, switch HOMEPAGE & SOURCE_URI to https. 2018-09-29 06:58:39 +00:00
fbrosson f0e4bae3cb
LibWapcaplet: use libVersion{,Compat}, simplify BUILD & INSTALL. 2018-09-29 06:58:38 +00:00
fbrosson 83999b9a30
LibWapcaplet: drop recipe for version 0.3.0. 2018-09-29 06:58:38 +00:00
Jerome Duval 0d782eba67 dev-*: reorder sections. 2018-08-08 16:18:18 +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
Adrien Destugues 35b97d25e1 netsurf, webkit: fix dependency on libpng. 2016-12-30 16:25:31 +01:00
Adrien Destugues 75cdba91bb NetSurf: update to 3.6 (and all dependencies)
Fixes many bugs, runs even faster, render more pages properly.
2016-12-21 22:23:37 +01:00
Vale 79a9915b2f Fix ordering on new recipes 2016-02-21 14:34:51 -05:00
Adrien Destugues 2df439dafb NetSurf 3.4 and dependencies. 2016-02-19 22:17:24 +01:00
Vale 4ceccd41e1 Fix ordering 2016-02-17 14:39:36 -05: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 4634abef1b Trim extra newlines at end of file & trailing whitespace. 2015-08-04 12:08:31 -04:00
Augustin Cavalier f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Adrien Destugues e60cecf1ee Add recipes for Netsurf 3.3. 2015-03-21 21:05:48 +01:00
Adrien Destugues 39cff71602 libwapcaplet: remove outdated recipe. 2014-09-05 14:22:58 +02:00
Jérôme Duval ba7a929582 fixPkgconfig doesn't need an argument. 2014-09-03 16:57:14 +02:00
Jerome Duval 36e2c0ed6d netsurf: build on x86 and x86_64
* fix dependencies and build system
* check doesn't build correctly with haikuporter on x86_64 beause
of a Python bug (hard link extraction in tar files)
2014-08-30 19:57:59 +00:00
Jérôme Duval 665b0b78f4 add $secondaryArchSuffix for pkg:config where appropriate
* bump revision for libs
2014-08-27 17:33:30 +02:00
Adrien Destugues 32adbab567 Fix patchset name
* Patch by Diver.
2014-06-10 13:01:10 +02:00
Adrien Destugues fa33cca83d Update recipe for wapcaplet 0.2.1. 2014-06-08 22:55:24 +02:00
noryb009 29263bda29 Rewrap dev-libs DESCRIPTIONs 2014-01-02 16:40:56 -05:00
Alexander von Gluck IV d97a2aabd9 all: Don't use portVersionedName for SOURCE_DIR
* portVersionedName contains the secondary architecture,
  so using it means secondary package builds fail.
  example: $portVersionedName is libwow_x86-0.0.0 when
  doing an x86 build on x86_gcc2
2013-12-25 17:52:56 -06:00
François Revol 7304cd6d9b libwapcaplet: Fix provides; move installed stuff around
Note the pkg-config file isn't fixed, so they aren't found yet.
2013-12-10 19:11:01 +01:00
François Revol a11641c762 libwapcaplet: Fix recipe 2013-12-09 19:06:33 +01:00
François Revol 13cf07ad29 libwapcaplet: rename recipe to lowercase 2013-12-09 18:17:43 +01:00
François Revol 72ac1f84c6 Convert some remaining bep syntax to shell syntax 2013-12-07 02:00:02 +01:00
Oliver Tappe 655a5e7f16 Rename some merged recipe files to conform to version syntax. 2013-09-17 12:08:37 +02:00
Oliver Tappe 80d36572c0 Cleanup fallout from cherry-picks (renaming .bep to .recipe). 2013-09-17 01:14:53 +02:00
Adrien Destugues 2bfeb67002 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.

(cherry picked from commit 9b6e3c28b0)

Conflicts:
	dev-libs/libwapcaplet/libwapcaplet-0.2.0-HEAD.bep
	dev-util/buildsystem/buildsystem-1.0-HEAD.bep
	media-libs/libnsbmp/libnsbmp-0.1.0-HEAD.bep
	media-libs/libsvgtiny/libsvgtiny-0.1.0-HEAD.bep
	net-libs/libdom/libdom-0.0.1-HEAD.bep
	www-client/netsurf/netsurf-3.1-HEAD.bep
2013-09-17 00:45:35 +02:00
Oliver Tappe aec3652b01 Cleanup: fix names of recipe and patch files.
* this fixes the wrong recipe names introduced by myself in #d525fee
* adjust patch names to match corresponding recipes
* additionally: create 'additional-files' folders as hint to some
  ports that do not have a proper recipe yet
2013-08-25 23:51:08 +02:00
Oliver Tappe d525fee8e9 Fix names of recipe files that were non-parsable 2013-08-04 21:47:43 +02: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