Package Details: cmus-git v2.9.1.r25.g54d7213-2

Git Clone URL: https://aur.archlinux.org/cmus-git.git (read-only, click to copy)
Package Base: cmus-git
Description: Small, fast and powerful console music player for Unix-like operating systems.
Upstream URL: https://cmus.github.io/
Keywords: audio multimedia music ncurses
Licenses: GPL
Conflicts: cmus
Provides: cmus
Submitter: None
Maintainer: eveharthbrooke
Last Packager: eveharthbrooke
Votes: 35
Popularity: 0.000003
First Submitted: 2008-03-22 17:16 (UTC)
Last Updated: 2022-01-11 07:21 (UTC)

Required by (18)

Sources (1)

Pinned Comments

eveharthbrooke commented on 2020-06-02 00:26 (UTC) (edited on 2020-06-02 00:30 (UTC) by eveharthbrooke)

Small update for all users: I have taken over the cmus-git package, and have updated the PKGBUILD to bring it entirely up to date with the latest git revision, and have updated the dependencies to match that of the package's official PKGBUILD, albeit while keeping the optional OSS plugin dependency. I don't recommend using OSS over ALSA / PulseAudio however, but I thought I would keep it there since this package is on the AUR as is the OSS package. I have also updated the install() function to install ZSH autocompletions. If cmus has bash completions as well please let me know as according to the official PKGBUILD there is only autocompletion support for ZSH.

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Nothing4You commented on 2017-10-08 02:38 (UTC)

Please add makedepends=('git') as per https://wiki.archlinux.org/index.php/VCS_package_guidelines#Guidelines

FunkyAss commented on 2014-11-02 23:58 (UTC)

cmus includes a bash-completion file since commit "92e2a57fdd303f57a16cb7e8f54762f14c072c1c". The completion file contains rules for both cmus and cmus-remote in one file, so it could be installed as: # bash-completion will source this when completing cmus install -Dm664 contrib/cmus.bash-completion "${pkgdir}/usr/share/bash-completion/completions/cmus # install a symlink named cmus-remote pointing to cmus ( /!\ doesn't set the right file permissions) # so that bash-completion will source the right file when completing cmus-remote ln -r -s "${pkgdir}/usr/share/bash-completion/completions/cmus" "${pkgdir}/usr/share/bash-completion/completions/cmus-remote"

Nothing4You commented on 2014-08-26 04:41 (UTC)

@ArcticVanguard: why did you flag this out of date?

hzu commented on 2013-10-06 17:10 (UTC)

@Army: If you do that, people without those dependencies installed might be having problems building it.

Nothing4You commented on 2013-08-09 14:54 (UTC)

Updated PKGBUILD to new pacman builtin git support and changed to github source.

foggybrain commented on 2013-08-03 17:49 (UTC)

cmus needs to fix its problem playing alac encoded m4a/aac files since ffmpeg update

<deleted-account> commented on 2013-07-07 10:24 (UTC)

Btw, I know a PKGBUILD like this isn't perfect, but personally I find such PKGBUILDs very handy. Sure, the way I posted it, namcap shows this # namcap cmus-git-20130610.1538-1-x86_64.pkg.tar.xz cmus-git W: Dependency python2 detected but optional (programs ['python2'] needed in scripts ['usr/share/doc/cmus/examples/cmus-updatepidgin.py']) cmus-git W: Dependency bash included but already satisfied cmus-git W: Dependency flac included but already satisfied cmus-git W: Dependency libvorbis included but already satisfied Usually I'd then remove those dependencies, but these are just warnings. So I think it's okay do do it this way.

<deleted-account> commented on 2013-07-07 10:15 (UTC)

I created a PKGBUILD which enables you to do custom configs to build cmus the way you want. Also, since this package didn't get any updates for more than 3 years: I'd like to adopt it. So adekoba, if you are still active, please either update or orphan this package. I'll give you 2 weeks to respond (according to the guidelines of the AUR) until I'll ask the mailing list to give me the package. Until then, here's my PKGBUILD: http://codepad.org/Dh8jBmX6 I use this configuration. Do you guys think it's a valid default?

mckelvin commented on 2013-05-16 02:04 (UTC)

This gitorious repo is obsolete, please use GitHub one(https://github.com/cmus/cmus ) instead.

<deleted-account> commented on 2011-10-28 18:37 (UTC)

Please, fix PKGBUILD because there is a bug there for a while. http://sourceforge.net/mailarchive/forum.php?thread_name=20111027163742.GB23859%40molb.org&forum_name=cmus-devel Obvious solution: -#if (LIBAVUTIL_VERSION_INT < ((51<<16)+(5<<8)+0)) +#ifndef AV_DICT_IGNORE_SUFFIX Thanks.