Up to [cvs.netbsd.org] / pkgsrc / audio / cmus
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Sun Feb 27 10:51:51 2011 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
HEAD
Changes since 1.9: +5 -4
lines
Diff to previous 1.9 (colored)
Rename mpcdec option to musepack.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 16 16:46:22 2010 UTC (2 years, 2 months ago) by ahoka
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.8: +12 -2
lines
Diff to previous 1.8 (colored)
Update to 2.3.1
Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 1 02:58:26 2010 UTC (2 years, 2 months ago) by ahoka
Branch: MAIN
Changes since 1.7: +13 -3
lines
Diff to previous 1.7 (colored)
Update to the 2.3.0 RC1 version.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jan 1 21:46:58 2009 UTC (3 years, 4 months ago) by hubertf
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.6: +6 -5
lines
Diff to previous 1.6 (colored)
Option 'ao' was renamed to 'libao' - adjust; See PR 40312.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Nov 17 13:30:34 2008 UTC (3 years, 6 months ago) by ahoka
Branch: MAIN
Changes since 1.5: +10 -5
lines
Diff to previous 1.5 (colored)
Don't force ncurses on NetBSD 5.0+, curses works fine now. Add some missing casts to the code.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Jul 16 14:04:29 2008 UTC (3 years, 10 months ago) by ahoka
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.4: +33 -12
lines
Diff to previous 1.4 (colored)
Add wavpack and aac/mp4 support. Fix PLIST handling with options. Add dlopen include. Don't force OSS when not availible. Handle sun output with more care (including PLIST). Take maintainership.
Revision 1.4 / (download) - annotate - [select for diffs], Sat May 10 14:56:33 2008 UTC (4 years ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Changes since 1.3: +11 -1
lines
Diff to previous 1.3 (colored)
Update cmus to 2.2.0.
Based on patch provided by Adam Hoka in PR 37856.
This release adds replaygain support (with help from Johannes Weil).
To enable replaygain do ":set replaygain=true".
New commands:
prev-view - switch to the previously used view
tqueue - add random tracks to the play-queue
lqueue - add random albums to the play-queue
New plugins:
ffmpeg - .wma files, could extend to support more
wavpack - .wv files
waveout - output plugin for Windows
There's also Cygwin support, many bug fixes, a new theme (green.theme)
and status scripts for Gaim and Pidgin in the contrib directory.
Changes
-------
Aaron Lehmann (2):
Date sorting
Filter: handle yyyy-mm-dd dates
Andrew Fuller (1):
browse: Keep ".." sorted on top
David Thiel (1):
Status script for pidgin
Frank Terbeck (2):
mail address update
added :prev-view command.
Johannes Weil (5):
mpc: Tag reading fixes
mpc: Tag reading fixes (part 2)
Convert "album artist" tag to albumartist (hydrogenaudio suggestion)
Support artistsort and albumartistsort tags
Added wavpack plugin, added ape-support for mp3s.
Joshua Kwan (1):
Status script for Gaim
Kevin Ko (3):
ffmpeg plugin
Fix seeking with recent version of ffmpeg
ffmpeg: Fix deprecated warning and remove audio/x-ms-wma MIME type
Rob Wilson (1):
Another green theme
Sven Wegener (1):
Set window hardstatus instead of window alias
Thomas Nordlander (1):
Display selected line in the settings view as active
Timo Hirvonen (66):
Close unused fds after fork()
Simplify tab completion code by removing nr_tails variable
Simplify tab completion code
Fix typo in cmus.1
Sort playlist file for library views in same order as view 2
Remove simple_track_cmp()
Add albumartist to valid sort keys
Use albumartist tag instead of <Compilations> when possible
Convert album_artist tag to albumartist
aac/mp4: Fix incompatible type warnings
Improve searching URLs
Indent ffmpeg.c
Collect REPLAYGAIN_* tags
ID3: Parse replay gain tags
Pass struct track_info to player functions instead of filename
Remove cur_track_info hack
cmus_play_file: Treat URLs specially
AAC: Detect corrupted stream
Replaygain support
Make replaygain limiting optional
Add helper functions for allocating struct keyval arrays
mpc: Get replaygain info
mad: Simplify tag reading somewhat
Simplify tag reading code in plugins
Don't add duplicate tags
flac: Fix metadata reading
wavpack: Fix "FALSE undeclared" error
Link ape.o to cmus instead wavpack, mpc and mad plugins
Rename struct APE to struct apetag and make it public
wavpack: Pass correct sample count to format_samples()
wavpack: Get file size only once, use ip_data->remote to see if we can seek
ID3: Rename struct ID3 to struct id3tag and make it public
Link id3.o and utf8_encode.o to cmus instead of aac, mad and wavpack plugins
Make sorting by albumartist fall back to artist
Some documentation for settings view
Rename shuffle_list_add_track() to list_add_rand()
Add tqueue command
Add lqueue command
lqueue/tqueue: Lock editable
configure: Add exampledir variable
audio/x-mpegurl is playlist, not mpeg stream
Always write MIME type to the debug file
Write error messages to the debug file
Make error_msg() display errors at init time
Use error_msg() instead of warn() and warn_errno()
ALSA: Override default error handler
Always display errors
Lower minimum error display time to two seconds
Start playing on :seek if stopped
seek: Ceil position to duration - 5s
Document lqueue, tqueue and prev-view commands
Don't allow saving if tracks are being added
Remove useless function quit()
Confirm quit if loading playlist
Build system: Remove .NOTPARALLEL
Fix libmikmod 3.1.10 check
Fix some includes
mad: Move some code to a separate function
mad: More code reorganization
mad: Move XING debug code
mad: Remove nomad.header
mad: Avoid calling mad_timer_add() twice
mad: Fix duration calculation
Add warnings about insecurity of using TCP/IP
Document Replay Gain
2.2.0
dnk000@gmail.com (5):
Cygwin support
Waveout plugin
Waveout fixes
waveout: Fix buffer space calculation
aac/mp4: Use faad 2.0 instead of 2.5 due to license issues
Revision 1.3 / (download) - annotate - [select for diffs], Thu Feb 28 17:15:48 2008 UTC (4 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.2: +13 -17
lines
Diff to previous 1.2 (colored)
whitespace and formatting nits.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Dec 16 21:45:30 2007 UTC (4 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.1: +36 -34
lines
Diff to previous 1.1 (colored)
Fixed trailing and intermediate whitespace, according to the pkglint notes.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Nov 19 00:10:31 2007 UTC (4 years, 6 months ago) by hubertf
Branch: MAIN
Add options for ao, arts, flac, mad, mikmod, modplug, mpcdec, vorbis Patch from the 8th Hackathon, see http://wiki.netbsd.se/Hackathon8#Tickets Tested on NetBSD 4.0_RC3.