Commit Graph

88 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
Fredrik Holmqvist
3f68e55a3e Add arm64 riscv64 for libpng recipe 2021-08-27 20:46:32 +02:00
François Revol
2c95bf707c Enable m68k for the base packages
This is needed to build the source packages to use in the bootstrap image.
2020-02-04 22:44:39 +01:00
Jerome Duval
650ea9b9e1 Reapply "Enable sparc for the base packages".
This reverts commit 99901b49ee.
2019-04-30 19:51:33 +02:00
Robert Kausch
5bd56ed6ef libpng16: bump version to 1.6.37 (#3804) 2019-04-28 09:53:39 +02:00
Jerome Duval
99901b49ee Revert "Enable sparc for the base packages"
This reverts commit ab5bcc9b3b.
2019-04-10 11:10:56 +02:00
PulkoMandy
ab5bcc9b3b Enable sparc for the base packages
This is needed to build the source packages to use in the bootstrap
image.
2019-04-08 22:03:29 +02:00
Jerome Duval
d37e80180b libpng16: bump version. 2019-03-21 12:37:18 +01:00
Jerome Duval
b369b0e338 code format. 2018-09-14 12:29:46 +02:00
fbrosson
a0d05927d6 libpng16: bump to 1.6.35. 2018-07-17 09:59:43 +00:00
fbrosson
cf362c4f1a libpng(15): bump to 1.5.30, add debuginfo, switch to tar.xz. (#2461) 2018-04-18 13:30:06 +00:00
fbrosson
f71dc78fae libpng12: bump to 1.2.59, add debuginfo, move man5 to devel. (#2460) 2018-04-18 13:26:00 +00:00
Jerome Duval
961b7299e6 libpng16: bump version. 2017-09-29 18:21:11 +02:00
Jerome Duval
a461663d87 libpng16: bump version. 2017-08-29 18:24:51 +02:00
Schrijvers Luc
17295096ab libpng: bump version (#1539) 2017-08-01 17:26:59 +02:00
Jerome Duval
1ba099f225 libpng: bump version. 2017-07-03 20:52:47 +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
Jérôme Duval
454940d466 Bump revisions for x86_64 rebuild after time_t change.
* make gawk compatible with version 3.
* add some prerequisites for icu.
2017-06-12 17:40:24 -04:00
Jerome Duval
56079797e7 libpng16: bump version. 2017-03-21 23:46:21 +01:00
fbrosson
21015882c1 libpng: bump to 1.6.28. 2017-01-06 13:46:32 +00:00
fbrosson
abb2cbef5c libpng12: bump to 1.2.57, drop libtool files. (#980) 2017-01-02 23:28:50 +00:00
fbrosson
69e08eb9db libpng: bump to 1.5.28, drop libtool files. 2017-01-01 11:14:15 +00:00
fbrosson
3bc1ca9552 libpng16: fix lib version and simplify future updates too. 2017-01-01 09:32:32 +00:00
Sergei Reznikov
4f185c92bb libpng: bump version to 1.6.27 2016-12-31 13:43:43 +03:00
fbrosson
1077c82618 libpng: bump to 1.6.26. (#829) 2016-10-20 14:59:56 -04:00
fbrosson
70e627b8f3 libpng: fix typo. 2016-09-14 11:27:00 +00:00
fbrosson
19fc7bdc83 libpng: bump to 1.6.25. (#790) 2016-09-14 07:15:15 +00:00
fbrosson
463ea13907 libpng: bump to 1.6.24, PROVIDES_devel+= cmd:pngcp, drop libpng*.la. 2016-08-05 19:57:28 +00:00
fbrosson
8409cc101b libpng16: bump to 1.6.23. (#630)
Also add back lib:libpng to PROVIDES to allow upgrades from 1.6.20-1.
2016-06-11 23:58:21 +00:00
fbrosson
521be40c0b libpng: tune CONFLICTS_devel; cosmetic changes. (#618)
* libpng16: CONFLICTS_devel += libpng12_devel.
* libpng12: CONFLICTS_devel = libpng_devel + libpng16_devel.
* libpng: drop empty $manDir in the base package, libpng.
2016-06-02 10:39:12 +02:00
fbrosson
87a6565dc6 libpng: bump to 1.5.27 & 1.6.22, add TEST(). (#617) 2016-05-28 22:35:23 -04:00
Vale
6f4f45198e Fix HOMEPAGE, COPYRIGHT, and LICENSE blocks 2016-03-05 14:19:01 -05:00
fbrosson
47d781cd11 libpng: fix declaration of shared libs version numbers 2016-02-09 10:16:07 +01:00
fbrosson
ad2c3134ec libpng: bump libpng16 to 1.6.21 2016-01-22 20:34:05 +01:00
fbrosson
838fb4420b libpng: update 1.2 & 1.5 series
* libpng12: Update to 1.2.56
* libpng: Update to 1.5.26 & add "?arm" + "?ppc" to ARCHITECTURES.
* libpng16: Add "?ppc" to ARCHITECTURES.
2016-01-15 17:39:08 +01:00
Adrien Destugues
d846781251 lipbng: compat must be ">=".
"==" would make more sense (the soname comparison is on equality only),
but is not allowed for now.
2016-01-01 19:48:57 +01:00
Adrien Destugues
4df6b5d6cc libpng: fix provides
- There is no "libpng.so" in the packages, so remove the provides entry
  for that.
- The compat for soname versions is strict: something built against
  libpng15 will not work with libpng16. So, do not use a >= constraint.
2015-12-28 23:00:11 +01: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
Jerome Duval
38a135ed88 libpng*: bump versions. 2015-12-09 23:20:17 +00:00
Sergei Reznikov
9be9da9458 libpng*: bump versions. 2015-11-16 15:26:29 +03:00
Humdinger
f5b71b546d Recipe cosmetics. Improved SUMMARY/DESCRIPTION, re-ordered blocks. 2015-08-28 17:15:55 +02:00
Jerome Duval
3afa62e069 libpng16: bump version. 2015-08-07 15:05:10 +00: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
Jerome Duval
32e23faca6 libpng*: bump versions. 2015-03-27 19:11:05 +00:00
Jerome Duval
3782bb3e17 libpng*: bump versions. 2014-12-23 18:01:49 +00:00
Oliver Tappe
52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00
Jerome Duval
23e893fe00 libpng: bump version 2014-11-24 22:56:29 +00:00
Jerome Duval
3b98579047 libpng16: bump version 2014-11-24 22:56:27 +00:00
Jerome Duval
a776deee95 libpng16: bump version 2014-11-24 22:56:06 +00:00