Port details |
- cmus Console-based music player with really cool features
- 2.12.0_1 audio =10 2.11.0Version of this port present on the latest quarterly branch.
- Maintainer: eduardo@FreeBSD.org
- Port Added: 2005-10-14 16:10:39
- Last Update: 2024-11-23 08:31:00
- Commit Hash: 5505c50
- People watching this port, also watch:: vim, curl, ffmpeg, mplayer, zip
- License: GPLv2+
- WWW:
- https://cmus.github.io/
- Description:
- cmus is a small ncurses based music player. It supports various
output methods by output-plugins. It has got completely configurable
keybindings and it can be controlled from the outside via cmus-remote(1).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/cmus/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/cmus
- pkg install cmus
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cmus
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729948815
SHA256 (cmus-cmus-v2.12.0_GH0.tar.gz) = 44b96cd5f84b0d84c33097c48454232d5e6a19cd33b9b6503ba9c13b6686bfc7
SIZE (cmus-cmus-v2.12.0_GH0.tar.gz) = 348685
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libbasu.so : devel/basu
- libavcodec.so : multimedia/ffmpeg
- libmodplug.so : audio/libmodplug
- libsndio.so : audio/sndio
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cmus-2.12.0_1:
BASU=on: MPRIS protocol support via basu
EXAMPLES=on: Build and/or install examples
====> Output plugins
AO=off: libao audio library support
JACK=off: JACK audio server support
OSS=on: Open Sound System support
PULSEAUDIO=off: PulseAudio sound server support
SNDIO=on: Sndio audio support
====> Input plugins
AAC=off: AAC/MP4 format support
CDIO=off: CDIO support via libcdio
CUE=off: Embedded CUE sheets support
DISCID=off: libdiscid CDDA identification support
FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...)
FLAC=off: FLAC lossless audio codec support
MAD=off: MAD MP3 audio decoder support
MIKMOD=off: MOD audio format support
MODPLUG=on: ModPlug decoder support
MP4=off: MP4 media format support
OPUS=off: Opus audio codec support
SAMPLERATE=off: Sample rate conversion support
TREMOR=off: Tremor audio decoder support
VORBIS=off: Ogg Vorbis audio codec support
WAV=off: WAV audio format support
WAVPACK=off: WavPack lossless audio format support
===> Use 'make config' to modify these settings
- Options name:
- audio_cmus
- USES:
- compiler:c11 cpe gmake iconv ncurses pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.1_1 10 Apr 2010 14:38:28 |
sylvio |
- Chase wavpack's lib dump
Approved by: itetcu (mentor, implicit) |
2.3.1 18 Mar 2010 18:02:58 |
lx |
Update cmus to 2.3.1, add Pulseaudio support.
PR: ports/144497
Submitted by: lx
Reviewed by: Herbert J. Skuhra
Approved by: Herbert J. Skuhra
Feature safe: yes |
2.2.0_4 06 Jul 2009 21:26:00 |
naddy |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
2.2.0_3 21 Feb 2009 15:51:15 |
miwi |
- Chase audio/faad shlib bump |
2.2.0_2 07 Apr 2008 20:37:24 |
naddy |
Update to FLAC 1.2.1. This version includes two and a half years
worth of changes and an altered API.
Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary. Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.
PR: 119476 |
2.2.0_1 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
2.2.0_1 02 Aug 2007 16:17:31 |
miwi |
- Add ffmpeg knop
- Pass maintainership to submitter
PR: 115062
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
Approved by: maintainer |
2.2.0 29 Jul 2007 20:20:58 |
pav |
- Update to 2.2.0
- Add option for new wavpack plugin
PR: ports/114992
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
Approved by: Simon Olofsson <simon@olofsson.de> (maintainer) |
2.1.0_2 28 Jul 2007 12:27:31 |
miwi |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
2.1.0_1 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
2.1.0_1 08 Apr 2007 04:25:05 |
rafan |
- ncursesw is in newer 6.x and 7.x use that instead of port's version
PR: ports/111349
Submitted by: Herbert J. Skuhra <h.skuhra at gmail.com>
- While I'm here, remove 4.x support
Approved by: Simon Olofsson <simon at olofsson.de> (maintainer) |
2.1.0_1 03 Mar 2007 17:17:00 |
sat |
- Wide-character support
Approved by: Simon Olofsson <simon@olofsson.de> (maintainer) |
2.1.0 23 Dec 2006 07:24:59 |
clsung |
- Update to 2.1.0
- Update pkg-descr
PR: ports/107120
Submitted by: maintainer (Simon Olofsson) |
2.0.4 23 Aug 2006 11:40:24 |
rafan |
- Update to 2.0.4
PR: ports/102377
Submitted by: Simon Olofsson <simon at olofsson.de> (maintainer) |
2.0.3_1 21 Aug 2006 15:17:47 |
rafan |
- EXAMPLESDIR is not controlled by NOPORTDOCS
- Turn off LIBAO by default
- Mark it as BROKEN on 4.x: does not compile (no towupper(3))
- Bump PORTREVISION
PR: ports/102187
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer) |
2.0.3 10 Aug 2006 16:45:49 |
adamw |
Update to 2.0.3, and make it OPTIONS-tastic. Also removes
the dependency on shells/bash, praise jeebus.
PR: ports/101728
Submitted by: maintainer |
2.0.2 09 Aug 2006 12:33:00 |
adamw |
Update to 2.0.2.
PR: ports/98792
Submitted by: maintainer |
2.0.0_1 09 Aug 2006 11:14:08 |
adamw |
Transfer maintainership to simon@olofsson.de |
2.0.0_1 26 Apr 2006 07:09:16 |
ehaupt |
Chase audio/libmodplug update. |
2.0.0 06 Apr 2006 18:55:52 |
adamw |
Update to 2.0.0. Add another MASTER_SITE, and add libao support. |
1.6.8 16 Jan 2006 03:54:24 |
adamw |
Update to 1.6.8. Add musepack (libmpcdec) support. Correct WWW. |
1.6.7 05 Jan 2006 21:17:32 |
adamw |
Update to 1.6.7. |
1.6.6 01 Jan 2006 20:12:55 |
adamw |
Update to 1.6.6. Add libtremor support (autodetected, and via WITH_TREMOR). |
1.6.5 12 Dec 2005 17:06:41 |
adamw |
Update to 1.6.5. |
1.6.4 27 Nov 2005 01:06:06 |
adamw |
Update to 1.6.4.
Thanks to: edwin's version check script |
1.6.3 23 Nov 2005 21:48:15 |
pav |
- Add SHA256
Requested by: adamw (maintainer) |
1.6.3 04 Nov 2005 19:37:34 |
adamw |
Update to 1.6.3.
Special thanks to edwin's brilliant distfile notification
script, which has got to be the awesomest script that maintainers
have ever been given. |
1.6.1 19 Oct 2005 21:40:23 |
adamw |
Fix build with id3lib installed.
Submitted by: Udo Mueller <udo@ebi.xs4all.nl> |
1.6.1 19 Oct 2005 16:40:35 |
adamw |
Update to 1.6.1, and change the default dependencies for BATCH
to not depend on vorbis or libmodplug by default, mainly to
make the package as light as possible. |
1.6.0_1 16 Oct 2005 19:42:26 |
adamw |
Ugh. I completely forgot to add @dirrm's to the pkg-plist. This
definitely earns a pointy hat and a PORTREVISION bump.
This port will not build on 4.X, and I can't investigate it because
I don't have access to a 4-STABLE machine. If anyone wants to
fix the problem (seems to be related to an unnamed union of structs),
please feel free! |
1.6.0 14 Oct 2005 16:09:23 |
adamw |
Add cmus, a really cool console music player with some nifty
features.
CMus is a small and fast music player using the ncurses library.
CMus has vi-style command interface, e.g. searching using '/' or
'?' and adding files to playlist ':add ~/foo.ogg'.
* Plays FLAC, OGG, MP3, WAV, modules
* MP3 and Ogg streaming (Shoutcast/Icecast)
* WinAmp / XMMS keys "zxcvb"
* Can be controlled via UNIX socket
* Customizable colors
* Nice vi-style interface with tabulator expansion
* Background playlist loading
* Track metadata database makes adding files to playlist very fast.
* Album/artist modes. Playing within one album or artist.
* Powerful playlist filters
* Can run external commands for the currently selected files
* Directory browser
* Supports 256 colors
WWW: http://onion.dynserv.net/~timo/index.php?page=Projects/cmus |