summaryrefslogtreecommitdiff
path: root/audio/cmus/patches
AgeCommit message (Collapse)AuthorFilesLines
2022-09-30cmus: Update to 2.10.0triaxx1-6/+6
upstream changes: ----------------- * https://github.com/cmus/cmus/releases/tag/v2.10.0
2021-02-03cmus: Update to 2.9.1nia1-8/+8
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)
2019-07-02cmus: Add alsa support.nia1-0/+17
2019-02-11audio/cmus: Update to 2.8.0nia2-6/+6
Major new features: multiple playlists support in playlist view new :pl-* commands for playlist management CoreAudio output plugin BASS input plugin D-Bus (MPRIS) support Notable changes: use of internal cue parser instead of libcue 24-bit playback support for FLAC JACK sndio plugin ABI versioning checks new themes: dracula gruvbox gruvbox-alt jellybeans new commands: :left-view / :right-view :player-pause-playback :raise-vte :rand :version :win-half-page-down / :win-half-page-up new options: color_win_cur_attr input.*.priority lib_add_filter start_view time_show_leading_zero
2014-08-18Update audio/cmus to 2.6.0gls1-15/+0
pkgsrc changes: --------------- Fix MASTER_SITES and HOMEPAGE. Add opus and jack options. Remove upstreamed patch upstream changes: ----------------- Lots of new features and fixes since 2.5.0 (which was released loooong ago)! Major new features: show all tracks when artist is selected in the tree view JACK output plugin Opus input plugin Other notable new things: «Night» and «Solarized» color schemes reverse sort order support ReplayGain closer to the spec vim-style <c-e> / <c-y> scrolling follow option show_playback_position option XDG directories support better support for newer versions of FFmpeg support for .oga and .ogx file extensions stream metadata in cmus-remote -Q
2014-04-21Add comments to patches. Re-enable modplug (hi joerg) per default.wiz3-3/+9
Bump PKGREVISION.
2014-04-19modplug.h moved.joerg1-0/+13
2012-02-15Fix build on SunOS. REPLACE_SH on installed shell script.hans2-0/+108
2010-03-01Update to the 2.3.0 RC1 version.ahoka5-65/+0
2008-12-19Use a more elegant solution than in the previous commit.ahoka1-9/+3
2008-12-17A security issue has been reported in cmus, which can be exploited byahoka1-0/+19
malicious, local users to perform certain actions with escalated privileges. The security issue is caused due to the "cmus-status-display" script using temporary files in an insecure manner. This can be exploited to e.g. overwrite arbitrary files via symlink attacks. This commit fixes this issue.
2008-11-17Don't force ncurses on NetBSD 5.0+, curses works fine now.ahoka4-0/+52
Add some missing casts to the code.