]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bump version ncurses-6.0; bump version giflib-5.1.2
authorMarkham <markham001@gmx.de>
Sat, 30 Jan 2016 14:29:26 +0000 (15:29 +0100)
committerMarkham <markham001@gmx.de>
Sat, 30 Jan 2016 14:29:26 +0000 (15:29 +0100)
make/archives.mk
make/libraries.mk
make/versions.mk

index ffbbc33c3fc3b04c7fc560d0c000efa313df656d..b39f8e097196b5dc16be5b54759c836e43198c6e 100755 (executable)
@@ -54,8 +54,8 @@ $(ARCHIVE)/libogg-1.3.1.tar.gz:
 $(ARCHIVE)/libvorbis-1.3.2.tar.bz2:
        $(WGET) http://www.fhloston-paradise.de/libvorbis-1.3.2.tar.bz2
 
-$(ARCHIVE)/ncurses-5.9.tar.gz:
-       $(WGET) http://www.fhloston-paradise.de/ncurses-5.9.tar.gz
+$(ARCHIVE)/ncurses-$(NCURSES_VER).tar.gz:
+       $(WGET) http://ftp.gnu.org/pub/gnu/ncurses/ncurses-$(NCURSES_VER).tar.gz
 
 $(ARCHIVE)/libvorbisidec_1.0.2+svn14261.orig.tar.gz:
        $(WGET) http://www.fhloston-paradise.de/libvorbisidec_1.0.2+svn14261.orig.tar.gz
index 36b64fa075260eb28e50f5acd83038142e9637e4..f23bc6336be7f6f8e6612fcc7cf3ae3d7fabb56f 100755 (executable)
@@ -12,18 +12,29 @@ ncurses-prereq:
                false; \
        fi
 
-$(D)/libncurses: $(ARCHIVE)/ncurses-5.9.tar.gz | ncurses-prereq $(TARGETPREFIX)
-       $(UNTAR)/ncurses-5.9.tar.gz && \
-       pushd $(BUILD_TMP)/ncurses-5.9 && \
-               $(CONFIGURE) --build=$(BUILD) --host=$(TARGET) --target=$(TARGET) \
-                       --prefix= --with-terminfo-dirs=/usr/share/terminfo \
-                       --disable-big-core --without-debug --without-progs --without-ada --with-shared \
-                       --without-profile --disable-rpath --without-cxx-binding \
+$(D)/libncurses: $(ARCHIVE)/ncurses-$(NCURSES_VER).tar.gz | ncurses-prereq $(TARGETPREFIX)
+       $(UNTAR)/ncurses-$(NCURSES_VER).tar.gz && \
+       pushd $(BUILD_TMP)/ncurses-$(NCURSES_VER) && \
+               $(CONFIGURE) \
+                       --build=$(BUILD) \
+                       --host=$(TARGET) \
+                       --target=$(TARGET) \
+                       --prefix= \
+                       --without-manpages \
+                       --with-terminfo-dirs=/usr/share/terminfo \
+                       --disable-big-core \
+                       --without-debug \
+                       --without-progs \
+                       --without-ada \
+                       --with-shared \
+                       --without-profile \
+                       --disable-rpath \
+                       --without-cxx-binding \
                        --with-fallbacks='linux vt100 xterm' && \
                $(MAKE) libs HOSTCC=gcc HOSTLDFLAGS="$(TARGET_LDFLAGS)" \
                        HOSTCCFLAGS="$(TARGET_CFLAGS) -DHAVE_CONFIG_H -I../ncurses -DNDEBUG -D_GNU_SOURCE -I../include" && \
                $(MAKE) install.libs DESTDIR=$(TARGETPREFIX)
-       $(REMOVE)/ncurses-5.9
+       $(REMOVE)/ncurses-$(NCURSES_VER)
        touch $@
 
 $(D)/libblkid: $(D)/libuuid
index 3b05340e339c825cf787f1f6e4a6a61209ed4ffc..b9c92c17c88a22a7c18d26b9a0cf641fb7d1d006 100644 (file)
@@ -1,6 +1,6 @@
 
 # giflib: converting images replaces libungif
-GIFLIB_VER=5.1.1
+GIFLIB_VER=5.1.2
 
 # curl; command line tool for transferring data with URL syntax
 CURL_VER = 7.46.0
@@ -41,6 +41,9 @@ LUA_EXPAT_VER = 1.2.0
 # mtd-utils for the host...
 MTD_UTILS_VER = 1.5.2
 
+# ncurses; software for controlling writing to the console screen
+NCURSES_VER=6.0
+
 # ntfs-3g; file system driver for the NTFS file system, enabling read/write support of NTFS file systems
 NTFS_3G_VER=2015.3.14