[vlc-commits] [Git][videolan/vlc][master] contrib: ncurses: update to 6.5
Steve Lhomme (@robUx4)
gitlab at videolan.org
Wed Mar 26 06:49:24 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
062929a6 by Marvin Scholz at 2025-03-26T06:18:19+00:00
contrib: ncurses: update to 6.5
Fixes a build issue related to pkg-config paths:
checking for pkg-config... /Users/user/Projects/VideoLAN/vlc/extras/tools/build/bin/pkg-config
checking for /Users/user/Projects/VideoLAN/vlc/extras/tools/build/bin/pkg-config library directory... checking for search-list...
checking for first directory... none
checking if we should install .pc files for /Users/user/Projects/VideoLAN/vlc/extras/tools/build/bin/pkg-config... yes
configure: error: expected a pathname, not ""
- - - - -
2 changed files:
- contrib/src/ncurses/SHA512SUMS
- contrib/src/ncurses/rules.mak
Changes:
=====================================
contrib/src/ncurses/SHA512SUMS
=====================================
@@ -1 +1 @@
-5373f228cba6b7869210384a607a2d7faecfcbfef6dbfcd7c513f4e84fbd8bcad53ac7db2e7e84b95582248c1039dcfc7c4db205a618f7da22a166db482f0105 ncurses-6.3.tar.gz
+fc5a13409d2a530a1325776dcce3a99127ddc2c03999cfeb0065d0eee2d68456274fb1c7b3cc99c1937bc657d0e7fca97016e147f93c7821b5a4a6837db821e8 ncurses-6.5.tar.gz
=====================================
contrib/src/ncurses/rules.mak
=====================================
@@ -1,6 +1,6 @@
# ncurses
-NCURSES_VERSION := 6.3
+NCURSES_VERSION := 6.5
NCURSES_URL := $(GNU)/ncurses/ncurses-$(NCURSES_VERSION).tar.gz
ifdef HAVE_MACOSX
@@ -31,6 +31,9 @@ endif
ifdef HAVE_WIN32
NCURSES_CONF+= --disable-sigwinch
endif
+ifdef HAVE_MACOSX
+NCURSES_CONF += cf_cv_func_clock_gettime=no
+endif
.ncurses: ncurses
$(MAKEBUILDDIR)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/062929a61fa6b8c92193be1ff6d6539dc1d6bf7f
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/062929a61fa6b8c92193be1ff6d6539dc1d6bf7f
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list