0
0
Fork 0
Commit Graph

31 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 26f0441601
libusb: bump to 1.0.24 (#5593)
* libusb: bump to libusb-1.0.24
2021-01-24 10:49:59 +01:00
kenmays 1c1a7317e4
libusb: add libusb-1.0.23 (#4953) 2020-05-10 16:06:11 -04:00
Jerome Duval 8b2f64ae3a libusb: switch to https. 2018-09-21 11:03:01 +02:00
Adrien Destugues 3a24b7d754 libusb: implement clear_halt, provide reset_device
Fixes crashes in ec2drv.
2018-08-18 11:13:29 +02:00
Adrien Destugues eb4f49b283 libusb: use new ioctl to get full configuration descriptor 2018-08-15 10:06:14 +02:00
fbrosson 37b3ba0665
libusb: bump to 1.0.22, close #2383, add debuginfo. (#2394) 2018-03-28 16:32:56 +00:00
Jérôme Duval f4ce6d43f4 libusb: reorder. 2017-07-14 15:21:18 +02:00
Adrien Destugues 300daee50f libusb: fix a crash with picolcd driver.
The implementation of libusb is not complete, and the missing functions
can lead to crashes. At least stub out this one, which is enough to get
the picolcd working.
2017-07-14 14:53:07 +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
Bob 082a045449 libusb: bump to 1.0.21. (#1119) 2017-01-28 19:08:56 +00:00
Sergei Reznikov c7e5d7146d libusb: disable multiple jobs 2015-11-14 20:02:33 +03:00
Sergei Reznikov 9a97705d4d Remove .la files from a few packages 2015-11-14 13:40:31 +03:00
Jerome Duval f563ee7a97 libusb: bump version. 2015-10-12 21:47:17 +00:00
Humdinger 18588b4916 Improved SUMMARY/DESCRIPTION and re-ordered blocks 2015-08-20 19:00:14 +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 bbb62e17f7 libusb: update HOMEPAGE 2015-05-11 07:17:27 +00:00
Humdinger a38db25c39 Changes in SUMMARY, DESCRIPTION and whitespace.
Removed the full-stop and repeating package name in SUMMARY.
Removed hard line breaks, broke up some very long paragraphs and
use bullet lists where possible.
All done by browsing through HaikuDepot. There may be (many) more left
in the whole haikuports repo...

Included 10 extended desriptions done by soyoye14 for GCI 2014
(https://www.google-melange.com/gci/task/view/google/gci2014/5240373098053632)

Removed/insert whitespace where it seems to be the custom in recipes.
Sometimes rearranged elements of a recipe (moving license and copyright
up, for example).
2015-01-12 19:23:51 +01: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
Akshay Jaggi 511beee26e Set SRC_URI to libusb * as changes merged upstream * 2014-09-27 10:43:54 +02:00
Jerome Duval c2aeebfdc5 libusb: use an archive as download
* haikuporter tried to unpack the old URL anyway.
2014-09-04 21:28:16 +00:00
Jérôme Duval ba7a929582 fixPkgconfig doesn't need an argument. 2014-09-03 16:57:14 +02:00
Adrien Destugues 77670602e4 libusb: only require libgcc_s when using gcc4.
* Gcc2 does not provide this library, this would make the libusb package
not installable.
2014-08-24 16:23:56 +02:00
Adrien Destugues b15a345851 libusb: import final version of akshay's work.
* We have a merge request pending on libusb side. until then, we'll use
akshay's github repo.
* While this builds fine outside of Haikuporter, I had trouble with
getting it to run inside it. I'm not sure what's causing this. I got it
to build wth some minor tweaks to the makefile, anyway.
2014-08-23 16:19:33 +02:00
Adrien Destugues 63da123089 Fix gcc4 build of libusb again. 2014-06-25 23:00:45 +02:00
Adrien Destugues 67aea4d2ea gcc4 build fix. 2014-06-25 17:23:44 +02:00
Adrien Destugues 053c6ee617 Add WIP recipe for libusb 1.0.18.
This is akshay's work for GSoC 2014. Marked as untested until someone
actually tests it...
2014-06-25 13:07:16 +02:00
Adrien Destugues ae290ff453 Fix patchname in libusb 1.0.17 for hybrid builds. 2014-06-25 13:07:15 +02:00
Jerome Duval 33a53514a6 libusb: build fix 1.0.17 2014-05-21 21:22:50 +00:00
Adrien Destugues 6b42a32544 Add WIP recipes for libusb, avrdude, and lm4tools.
These are not really working yet, but having the recipes around will
help coordinating testing efforts.
2014-01-10 13:00:58 +01:00