diff options
author | nia <nia@pkgsrc.org> | 2021-02-03 09:46:08 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-02-03 09:46:08 +0000 |
commit | b15ebffba472c1227fe8edeafa6dbc36a1545395 (patch) | |
tree | c7a1d69ec234351f9010b4197dcf01fac5f91dc1 /audio/cmus | |
parent | 6684010d140618fa3783ef16d31be803e12e8190 (diff) | |
download | pkgsrc-b15ebffba472c1227fe8edeafa6dbc36a1545395.tar.gz |
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 (limited to 'audio/cmus')
-rw-r--r-- | audio/cmus/Makefile | 5 | ||||
-rw-r--r-- | audio/cmus/PLIST | 4 | ||||
-rw-r--r-- | audio/cmus/distinfo | 12 | ||||
-rw-r--r-- | audio/cmus/patches/patch-op_sun.c | 16 |
4 files changed, 19 insertions, 18 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index f867d999210..abbacc3900d 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -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 --git a/audio/cmus/PLIST b/audio/cmus/PLIST index 52e6c397d50..dd94d93cb10 100644 --- a/audio/cmus/PLIST +++ b/audio/cmus/PLIST @@ -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 @@ ${PLIST.sunaudio}lib/cmus/op/sun.so 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/gray-88.theme 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 --git a/audio/cmus/distinfo b/audio/cmus/distinfo index ed3ad936dda..3b4a0c4f821 100644 --- a/audio/cmus/distinfo +++ b/audio/cmus/distinfo @@ -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 --git a/audio/cmus/patches/patch-op_sun.c b/audio/cmus/patches/patch-op_sun.c index e3fb5813e45..ecd27768c08 100644 --- a/audio/cmus/patches/patch-op_sun.c +++ b/audio/cmus/patches/patch-op_sun.c @@ -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 @@ Fix build on SunOS. 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 @@ Fix build on SunOS. 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; |