pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/ncmpcpp
Module Name: pkgsrc
Committed By: adam
Date: Sat Sep 27 08:14:14 UTC 2025
Modified Files:
pkgsrc/audio/ncmpcpp: Makefile distinfo
Removed Files:
pkgsrc/audio/ncmpcpp/patches: patch-src_tags.cpp
Log Message:
ncmpcpp: updated to 0.10.1
ncmpcpp-0.10.1 (2024-10-24)
Fix compilation with libc++.
Remove autogen.sh in favour of autoreconf.
Do not crash when trying to reverse an empty playlist.
ncmpcpp-0.10 (2024-09-03)
Add the configuration option mpd_password.
Separate chunks of lyrics with a double newline.
Fix separator between albums with the same name, to check for album artist instead of artist.
Column widths are now configurable via media_library_column_width_ratio_two, media_library_column_width_ratio_three and playlist_editor_column_width_ratio.
Removed deprecated visualizer_fifo_path and visualizer_sync_interval options.
Added support for italic text.
Framerate limit for visualizer was removed.
Performer tag is now read from the TPE4 frame instead of TPE3.
Potential crash when fetching lyrics for streams in the background was fixed.
Seeking now accepts the hh:mm:ss format.
Tag editor now only writes to files with modified tags.
Column view can now display full filepaths.
Updated the list of working lyrics fetchers.
Add visualizer_spectrum_smooth_look_legacy_chars option (enabled by default) for potentially improved bottom part of the spectrum visualizer in terminals with transparent background.
Add support for fetching lyrics from tags.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/audio/ncmpcpp/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/ncmpcpp/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/audio/ncmpcpp/patches/patch-src_tags.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/ncmpcpp/Makefile
diff -u pkgsrc/audio/ncmpcpp/Makefile:1.32 pkgsrc/audio/ncmpcpp/Makefile:1.33
--- pkgsrc/audio/ncmpcpp/Makefile:1.32 Sat Apr 19 07:57:30 2025
+++ pkgsrc/audio/ncmpcpp/Makefile Sat Sep 27 08:14:14 2025
@@ -1,34 +1,33 @@
-# $NetBSD: Makefile,v 1.32 2025/04/19 07:57:30 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2025/09/27 08:14:14 adam Exp $
-DISTNAME= ncmpcpp-0.9.2
-PKGREVISION= 25
+DISTNAME= ncmpcpp-0.10.1
CATEGORIES= audio
-MASTER_SITES= https://rybczak.net/ncmpcpp/stable/
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ncmpcpp/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://rybczak.net/ncmpcpp/
COMMENT= Featureful (n)curses based musicpd client inspired by ncmpc
LICENSE= gnu-gpl-v2
-GNU_CONFIGURE= yes
-FAKE_NCURSES= yes
-USE_LANGUAGES= c c++
-USE_TOOLS+= pkg-config
-USE_CURSES= wide getmouse
-
-USE_CXX_FEATURES+= c++14
-
-.include "../../mk/curses.buildlink3.mk"
-
-.if ${CURSES_TYPE} != "ncurses"
-CONFIGURE_ENV+= ncursesw_CFLAGS="-I${BUILDLINK_PREFIX.curses}/include"
-CONFIGURE_ENV+= ncursesw_LIBS="${BUILDLINK_LDADD.curses}"
-.endif
+USE_CXX_FEATURES= c++20
+USE_LANGUAGES= c c++
+USE_TOOLS+= autoconf automake autoreconf pkg-config
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-headers}
+
+# Do not look for boost_system library.
+CONFIGURE_ENV+= boost_cv_lib_system=yes
+
+USE_CURSES= getmouse wide
+
+pre-configure:
+ cd ${WRKSRC} && autoreconf -fi
.include "../../audio/libmpdclient/buildlink3.mk"
.include "../../audio/taglib/buildlink3.mk"
+.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../math/fftw/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
Index: pkgsrc/audio/ncmpcpp/distinfo
diff -u pkgsrc/audio/ncmpcpp/distinfo:1.7 pkgsrc/audio/ncmpcpp/distinfo:1.8
--- pkgsrc/audio/ncmpcpp/distinfo:1.7 Thu Feb 1 07:13:37 2024
+++ pkgsrc/audio/ncmpcpp/distinfo Sat Sep 27 08:14:14 2025
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2024/02/01 07:13:37 wiz Exp $
+$NetBSD: distinfo,v 1.8 2025/09/27 08:14:14 adam Exp $
-BLAKE2s (ncmpcpp-0.9.2.tar.bz2) = 436eed3fd49cd93b4448dedc1f3455ee80c4544c6659ec610181a45e72b1d2d6
-SHA512 (ncmpcpp-0.9.2.tar.bz2) = bbcb3b50233e363412af3c1cf1c0118122733dc376759cd35dee79950f42e098a0402ff670684df91847b990b26022630c9a71192e462bd46e70628e31489742
-Size (ncmpcpp-0.9.2.tar.bz2) = 486266 bytes
+BLAKE2s (ncmpcpp-0.10.1.tar.gz) = e13e84b87886bd6d1bc43a70cb8b2b876e1780ec7862344b92121dbbb6d25d25
+SHA512 (ncmpcpp-0.10.1.tar.gz) = f726f46dfca7dd843144babb6efae534b95d3862bdfba522b5a2dee9eb6605eb22bb93521147d42c9df22316fb4512dd33e33831fe23b1202a302110cf27f54c
+Size (ncmpcpp-0.10.1.tar.gz) = 231032 bytes
SHA1 (patch-src_status.cpp) = a504f4629a504256c211e24326e1b4695820fd79
-SHA1 (patch-src_tags.cpp) = b40c57a40f105078b1fb8d0bffd81ba84a859a91
Home |
Main Index |
Thread Index |
Old Index