]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bump version libpng-1.6.29; libusb-1.0.21
authorMarkham <markham001@gmx.de>
Sat, 17 Jun 2017 07:34:29 +0000 (09:34 +0200)
committerMarkham <markham001@gmx.de>
Sat, 17 Jun 2017 07:34:29 +0000 (09:34 +0200)
make/libraries.mk
make/versions.mk

index b5120443830ff045bf8215c03cfa76ef7dbe151c..a86c90d880eaa697be4608423c0ceeef0aa21e66 100755 (executable)
@@ -666,7 +666,11 @@ $(D)/libiconv: $(ARCHIVE)/libiconv-1.14.tar.gz | $(TARGETPREFIX)
 $(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)
index 99d98e99bd33f65460fb1f08f622fa61572fc9b7..d1236b87b4754e6296a517d0f3266433b7dc7a3e 100644 (file)
@@ -69,13 +69,13 @@ JPEG_TURBO_VER = 1.4.2
 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