pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/cmus cmus: Update to 2.9.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/711f2eff6e74
branches: trunk
changeset: 445991:711f2eff6e74
user: nia <nia%pkgsrc.org@localhost>
date: Wed Feb 03 09:46:08 2021 +0000
description:
cmus: Update to 2.9.1
Adel Bordbari (1):
add amazon.theme (#975)
Alex (1):
mute/unmute command (#934)
Chris Grahn (1):
Fix bug on ppc64 caused by narrowing cast (#941)
David Flatz (1):
play pregaps of songs by adding them at the end of the previous song (#983)
Felipe (1):
Fix typo: it's->its (#947)
Gregory Petrosyan (3):
cmus 2.9.0-rc0
cmus 2.9.0
cmus 2.9.1
Guillermo Bonvehí (1):
Make cmus-update*.py use env python and fix pidgin with py3 (#857)
Jinwoo Park (1):
fixed playlist name searching (#906)
Johannes Lange (1):
added "exiting" player status (#648)
Jon Higgs (1):
Add `continue_album` option (#927)
Lucius Martius (1):
Add support for 'DISCNUMBER' REM-field in CUE-sheets (#982)
Mathieu Lemay (1):
Fix type of MPRIS2 fields title and album (#972)
MyLegGuy (1):
properly calculate size of print string (#987)
Nicu Borta (1):
ip/cdio.c: only declare track_comments_found if (#1030)
Niko E (7):
Makes save -p consistent with documentation (#859)
Fixes various compiler warning (#862)
Fixes ffmpeg deprecations (#861)
Changes yes_no_query to signal error on cmus exit (#858)
Fixes incorect bit rate declaration for 24bit flac (#867)
Makes :quit only prompt if -i is given (#888)
Fixes truncation warnings by replacing %s with %.s (#1040)
Patrick G (2):
Add *.lo to clean in Makefile (#864)
Add note about overriding keybindings using rc (closes #742) (#866)
Patrick Gaskin (15):
Make mouse behavior on playlist window consistent with library (#1011)
Update zsh completion (#985) (#1019)
Add gruvbox-warm.theme (#1014)
Add -n option to win-add-{l,p,Q,q} to prevent selecting the next item (#1017)
Add tree width options (#1018)
Implement mouse events for status bar (#1013)
Fix whitespace issues (#1021)
Implement mouse events for title bar (#1025)
Switch to GitHub Actions (#1026)
Documentation improvements for keybindings and some commands (#1037)
Spelling, grammar, and other improvements (#1024)
Add comments about fg/bg color to gruvbox-warm.theme (#1038)
Increase help view keybinding width (#1039)
Remove unused functions in op/sndio.c (#1041)
Fix playlist track selection (#1044)
Shiba (1):
Add support for elogind (#846)
Tim Gates (1):
docs: fix simple typo, speacial -> special (#1002)
amangrewal (1):
Ensures all data sent on dbus is in utf8 (#847) (#871)
edclements (2):
Stop after queue (resolves #696) (#1006)
Shuffle first track (#893) (#1008)
enigmatic-system (1):
Adding "--server SOCKET --passwd PASSWORD" section (#958)
eshrh (1):
Add -f, --file to cmus-remote (#984)
gavtroy (1):
Support R128_TRACK_GAIN / R128_ALBUM_GAIN tags (#994)
jetomit (1):
Fix a crash when moving all tracks in a view (#916)
lennonhill (1):
ip/mp4: add metadata support for bpm/tempo (#878)
mrffr (1):
Allow push to accept no arguments (#937)
tomty89 (4):
Avoid -I$(pwd) (#820)
ip/ffmpeg: enable opus support (#865)
bits-per-sample fixes (#870)
misc_init: remove variable user_name (#898)
diffstat:
audio/cmus/Makefile | 5 ++---
audio/cmus/PLIST | 4 +++-
audio/cmus/distinfo | 12 ++++++------
audio/cmus/patches/patch-op_sun.c | 16 ++++++++--------
4 files changed, 19 insertions(+), 18 deletions(-)
diffs (97 lines):
diff -r c63f384a9cd2 -r 711f2eff6e74 audio/cmus/Makefile
--- a/audio/cmus/Makefile Wed Feb 03 09:37:39 2021 +0000
+++ b/audio/cmus/Makefile Wed Feb 03 09:46:08 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2021/01/01 09:52:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.93 2021/02/03 09:46:08 nia Exp $
-DISTNAME= cmus-2.8.0
-PKGREVISION= 9
+DISTNAME= cmus-2.9.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=cmus/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff -r c63f384a9cd2 -r 711f2eff6e74 audio/cmus/PLIST
--- a/audio/cmus/PLIST Wed Feb 03 09:37:39 2021 +0000
+++ b/audio/cmus/PLIST Wed Feb 03 09:46:08 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2019/07/02 06:23:50 nia Exp $
+@comment $NetBSD: PLIST,v 1.19 2021/02/03 09:46:08 nia Exp $
bin/cmus
bin/cmus-remote
${PLIST.faad}lib/cmus/ip/aac.so
@@ -24,6 +24,7 @@
man/man1/cmus-remote.1
man/man1/cmus.1
man/man7/cmus-tutorial.7
+share/cmus/amazon.theme
share/cmus/cyan.theme
share/cmus/default.theme
share/cmus/dracula.theme
@@ -31,6 +32,7 @@
share/cmus/green-mono-88.theme
share/cmus/green.theme
share/cmus/gruvbox-alt.theme
+share/cmus/gruvbox-warm.theme
share/cmus/gruvbox.theme
share/cmus/jellybeans.theme
share/cmus/night.theme
diff -r c63f384a9cd2 -r 711f2eff6e74 audio/cmus/distinfo
--- a/audio/cmus/distinfo Wed Feb 03 09:37:39 2021 +0000
+++ b/audio/cmus/distinfo Wed Feb 03 09:46:08 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.24 2019/07/02 06:23:50 nia Exp $
+$NetBSD: distinfo,v 1.25 2021/02/03 09:46:08 nia Exp $
-SHA1 (cmus-2.8.0.tar.gz) = f2ef867a481190f1f1b34dad450a12ae94201d44
-RMD160 (cmus-2.8.0.tar.gz) = 00cb515afa9848db7610771052409d0d3f9d29d7
-SHA512 (cmus-2.8.0.tar.gz) = cf359dfcefa833a5b10a2d16ac405672bea762b62b7177c115560127035682fba65c15b9a8710179a343d1f99212a0260b5c095542982202e2cd1bef5b0c17fc
-Size (cmus-2.8.0.tar.gz) = 317243 bytes
+SHA1 (cmus-2.9.1.tar.gz) = a4f539f3fde405b5fe719b9b80273b269c33f087
+RMD160 (cmus-2.9.1.tar.gz) = 89e61ac3b71c105c734e8cf0afc0f5dbebdae912
+SHA512 (cmus-2.9.1.tar.gz) = b417e58a68c54e97db92b8760a49a3071e81f1594f2144911eed3ccceb68499dedf0699ae313babcb822d71b37add8880dfb2018686cb572e89f8627446d5e05
+Size (cmus-2.9.1.tar.gz) = 321004 bytes
SHA1 (patch-op_alsa.c) = 3a50d91fb0ec04dcb67c926fb3ed80abd4baacd3
SHA1 (patch-op_mixer__sun.c) = 13cb31e8b4aeab487b10af2aceeff9e248eb4b58
-SHA1 (patch-op_sun.c) = d8ab18cf049b05cfa1228483456523e7682d4c55
+SHA1 (patch-op_sun.c) = 30c402c44617ec0163e5885aa40a024e9a0deeac
diff -r c63f384a9cd2 -r 711f2eff6e74 audio/cmus/patches/patch-op_sun.c
--- a/audio/cmus/patches/patch-op_sun.c Wed Feb 03 09:37:39 2021 +0000
+++ b/audio/cmus/patches/patch-op_sun.c Wed Feb 03 09:46:08 2021 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-op_sun.c,v 1.1 2019/02/11 10:07:37 nia Exp $
+$NetBSD: patch-op_sun.c,v 1.2 2021/02/03 09:46:08 nia Exp $
Fix build on SunOS.
---- op/sun.c.orig 2011-11-30 09:57:20.000000000 +0100
-+++ op/sun.c 2012-02-15 21:12:09.658462551 +0100
-@@ -32,6 +32,26 @@
- #include "sf.h"
- #include "xmalloc.h"
+--- op/sun.c.orig 2021-01-22 19:34:38.000000000 +0000
++++ op/sun.c
+@@ -31,6 +31,26 @@
+ #include "../sf.h"
+ #include "../xmalloc.h"
+/* Compatibility defines, for old *BSD or SunOS systems */
+#ifndef AUDIO_ENCODING_SLINEAR_LE
@@ -31,7 +31,7 @@
static sample_format_t sun_sf;
static int sun_fd = -1;
-@@ -39,7 +59,11 @@ static char *sun_audio_device = NULL;
+@@ -38,7 +58,11 @@ static char *sun_audio_device = NULL;
static int sun_reset(void)
{
@@ -43,7 +43,7 @@
return -1;
return 0;
-@@ -57,7 +81,13 @@ static int sun_set_sf(sample_format_t sf
+@@ -56,7 +80,13 @@ static int sun_set_sf(sample_format_t sf
ainf.play.channels = sf_get_channels(sun_sf);
ainf.play.sample_rate = sf_get_rate(sun_sf);
ainf.play.pause = 0;
Home |
Main Index |
Thread Index |
Old Index