0
0
Fork 0
Commit Graph

19 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
kenmays 6eca446d01
libusb_compat: bump version (#5631) 2021-01-31 18:44:52 +01:00
Jerome Duval 8b2f64ae3a libusb: switch to https. 2018-09-21 11:03:01 +02: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
Jérôme Duval bd8818b4a6 Remove libtool files. 2016-11-21 16:20:36 +01:00
François Revol 99ded68145 libusb_compat: enable x86 secondary arch
It seems to build now.
2016-03-15 00:39:58 +01:00
Jerome Duval 5a86334e3a Fix recipes broken by reordering.
* bump version for packages broken by haikuporter #83.
2016-03-06 20:16:43 +00:00
Vale 6b99721506 More order fixes 2016-02-28 20:17:42 -05:00
Adrien Destugues f8cea9f0e6 libusb_compat: no need for explicit automake version. 2016-02-19 22:12:37 +01:00
Jerome Duval cd26cb4012 libusb-compat: requires automake 1.13.x. 2015-12-02 21:21:05 +00:00
Humdinger 18588b4916 Improved SUMMARY/DESCRIPTION and re-ordered blocks 2015-08-20 19:00:14 +02:00
Humdinger 06e8ae9fb8 De-lint recipes
*	fceux
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	fenris
	SUMMARY must start with capital letter
	Re-ordered blocks

*	gcc
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	giflib6
	SUMMARY must start with capital letter
	Re-ordered blocks

*	glm
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	hexedit
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	lateef_font
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	libmicro
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	libusb_compat
	SUMMARY must start with capital letter
	Re-ordered blocks

*	readline
	Re-ordered blocks

*	libutf8proc
	SUMMARY must start with capital letter
	Re-ordered blocks
	Added REQUIRES_devel

*	libwebp
	SUMMARY must start with capital letter
	Re-ordered blocks

*	lighttpd
	SUMMARY must start with capital letter
	Re-ordered blocks

*	lzip
	SUMMARY must start with capital letter
	Re-ordered blocks
2015-08-08 13:05:27 +02:00
Augustin Cavalier 1f4293e134 Get rid of gcc_syslibs REQUIREs. 2015-08-04 15:45:00 -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 d7d0399c8e libusb-compat: enable x86 and x86_64. 2015-05-08 18:14:31 +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
François Revol 998d8c49a9 libusb_compat: Add stdint.h to get u_int*_t
This makes gnokii libusb detection work.
2014-11-09 02:03:46 +01:00
François Revol f715378d77 Add recipe and patch for libusb-compat
(the 0.1 libusb API wrapper)

For now it only builds with gcc2,
it seems libtool wants to use a libstdc++ from an
outdated gcc4 package and fails to get the symlink.
2014-11-08 01:36:26 +01:00