]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bump version libexif-0.6.21
authorMarkham <markham001@gmx.de>
Thu, 11 Oct 2018 09:40:34 +0000 (11:40 +0200)
committerMarkham <markham001@gmx.de>
Thu, 11 Oct 2018 09:40:34 +0000 (11:40 +0200)
make/archives.mk
make/libraries.mk
make/versions.mk

index c1518e67f75395e9bcf9d1a6c925b049722612b3..bf1eeb2c83d624d948d740b86470d65a8fad7fe5 100755 (executable)
@@ -258,6 +258,9 @@ $(ARCHIVE)/libusb-$(LIBUSB_VER).tar.bz2:
 $(ARCHIVE)/libusb-compat-$(LIBUSB_COMP_VER).tar.bz2:
        $(WGET) http://downloads.sourceforge.net/project/libusb/libusb-compat-0.1/libusb-compat-$(LIBUSB_COMP_VER)/libusb-compat-$(LIBUSB_COMP_VER).tar.bz2
 
+$(ARCHIVE)/libexif-$(LIBEXIF_VER).tar.gz:
+       $(WGET) https://sourceforge.net/projects/libexif/files/libexif/$(LIBEXIF_VER)/libexif-$(LIBEXIF_VER).tar.gz
+
 $(ARCHIVE)/mjpg-streamer-r63.tar.gz:
        $(WGET) http://www.fhloston-paradise.de/mjpg-streamer-r63.tar.gz
 
index 5ca895cc0acc56150b0deaed681a06dbc57b7e92..f4feac021f548cd1308eeeb45bf2b1ef8e3f8dcf 100755 (executable)
@@ -806,22 +806,15 @@ $(D)/minidlna: $(D)/bootstrap $(D)/zlib $(D)/sqlite $(D)/libexif $(D)/libjpeg $(
 #
 # libexif
 #
-LIBEXIF_VER = 0.6.21
-LIBEXIF_SOURCE = libexif-$(LIBEXIF_VER).tar.gz
-
-$(ARCHIVE)/$(LIBEXIF_SOURCE):
-       $(WGET) https://sourceforge.net/projects/libexif/files/libexif/$(LIBEXIF_VER)/$(LIBEXIF_SOURCE)
-
-$(D)/libexif: $(D)/bootstrap $(ARCHIVE)/$(LIBEXIF_SOURCE)
+$(D)/libexif: $(ARCHIVE)/libexif-$(LIBEXIF_VER).tar.gz | $(TARGETPREFIX)
        $(START_BUILD)
-       $(REMOVE)/libexif-$(LIBEXIF_VER)
-       $(UNTAR)/$(LIBEXIF_SOURCE)
-       set -e; cd $(BUILD_TMP)/libexif-$(LIBEXIF_VER); \
+       $(UNTAR)/libexif-$(LIBEXIF_VER).tar.gz
+       pushd $(BUILD_TMP)/libexif-$(LIBEXIF_VER); \
                $(CONFIGURE) \
-                       --prefix=/usr \
+                       --prefix= \
                ; \
                $(MAKE); \
-               $(MAKE) install prefix=/usr DESTDIR=$(TARGET_DIR)
+               $(MAKE) install prefix= DESTDIR=$(TARGETPREFIX)
        $(REWRITE_PKGCONF) $(PKG_CONFIG_PATH)/libexif.pc
        $(REWRITE_LIBTOOL)/libexif.la
        $(REMOVE)/libexif-$(LIBEXIF_VER)
index 200c97f9e4cdc9a6a4d831e8168a811909e9150a..c0c6a223a9fa6231a659349be8426e920a763052 100644 (file)
@@ -101,6 +101,9 @@ LIBDVDREAD_VER = 4.9.9
 # libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the decryption
 LIBDVDCSS_VER = 1.2.13
 
+# reads and writes EXIF metainformation from and to image files
+LIBEXIF_VER = 0.6.21
+
 # The libffi library is useful to anyone trying to build a bridge between interpreted and natively compiled code
 LIBFFI_VER = 3.2.1