audio/ncmpcpp: Update to 0.10.1
Changelog: https://github.com/ncmpcpp/ncmpcpp/blob/0.10.1/CHANGELOG.md PR: 282307 Approved by: portmgr (maintainer timeout, 2+ weeks)
This commit is contained in:
parent
b60b3ff7ca
commit
3666ac7420
@ -1,11 +1,7 @@
|
||||
PORTNAME= ncmpcpp
|
||||
DISTVERSION= 0.10
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.10.1
|
||||
CATEGORIES= audio
|
||||
|
||||
PATCH_SITES= https://github.com/ncmpcpp/ncmpcpp/commit/
|
||||
PATCHFILES= 72d990fe250da1e583677474b3462b9e9894130b.patch:-p1
|
||||
|
||||
MAINTAINER= yamagi@yamagi.org
|
||||
COMMENT= Ncurses mpd client, clone of ncmpc with some new features
|
||||
WWW= https://github.com/ncmpcpp/ncmpcpp
|
||||
@ -18,7 +14,7 @@ LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \
|
||||
libboost_filesystem.so:devel/boost-libs \
|
||||
libcurl.so:ftp/curl
|
||||
|
||||
USES= autoreconf compiler:c++14-lang iconv libtool ncurses \
|
||||
USES= autoreconf compiler:c++17-lang iconv libtool ncurses \
|
||||
pkgconfig readline
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
TIMESTAMP = 1726342098
|
||||
SHA256 (ncmpcpp-ncmpcpp-0.10_GH0.tar.gz) = d1baaeea6c79b4595447947102b2d866fe1b793be9b3bf9d26eef2c02d42108f
|
||||
SIZE (ncmpcpp-ncmpcpp-0.10_GH0.tar.gz) = 231321
|
||||
SHA256 (72d990fe250da1e583677474b3462b9e9894130b.patch) = 9e17aa75007e0a8ecebbdfe500f5f410f6ea9faa28809f6b104b3d093cfc8d4f
|
||||
SIZE (72d990fe250da1e583677474b3462b9e9894130b.patch) = 676
|
||||
TIMESTAMP = 1729793864
|
||||
SHA256 (ncmpcpp-ncmpcpp-0.10.1_GH0.tar.gz) = ddc89da86595d272282ae8726cc7913867b9517eec6e765e66e6da860b58e2f9
|
||||
SIZE (ncmpcpp-ncmpcpp-0.10.1_GH0.tar.gz) = 231032
|
||||
|
||||
@ -67,7 +67,7 @@
|
||||
+# AC_MSG_RESULT([no])
|
||||
+# AC_MSG_ERROR([[Your compiler doesn't seem to support C++20, please upgrade]])
|
||||
+#)
|
||||
+CXXFLAGS="$old_CXXFLAGS -std=c++14"
|
||||
+CXXFLAGS="$old_CXXFLAGS -std=c++17"
|
||||
|
||||
# generic lambda expressions support
|
||||
AC_MSG_CHECKING([whether compiler supports generic lambda expressions])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user