$(D)/libusb: $(ARCHIVE)/libusb-$(LIBUSB_VER).tar.bz2 | $(TARGETPREFIX)
$(UNTAR)/libusb-$(LIBUSB_VER).tar.bz2
pushd $(BUILD_TMP)/libusb-$(LIBUSB_VER) && \
- $(CONFIGURE) --prefix= --build=$(BUILD) --host=$(TARGET) && \
+ $(CONFIGURE) \
+ --prefix= \
+ --build=$(BUILD) \
+ --host=$(TARGET) \
+ --disable-udev && \
$(MAKE) && \
$(MAKE) install DESTDIR=$(TARGETPREFIX) && \
$(REMOVE)/libusb-$(LIBUSB_VER)
LIBDVBSI_GIT=ff57e5
# libpng; reference library for reading and writing PNGs
-PNG_VER=1.6.28
+PNG_VER=1.6.29
# libupnp; portable Universal Plug and Play (UPnP) needed for ushare
LIBUPNP_VER = 1.6.22
# libusb; a C library that gives applications easy access to USB devices
-LIBUSB_VER = 1.0.9
+LIBUSB_VER = 1.0.21
#libusb-compat; a replacement/wrapper for libusb-0.1
LIBUSB_COMP_VER = 0.1.4