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.
Search Criteria
Package Details: cmus-git v2.9.1.r25.g54d7213-2
Package Actions
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: | 34 |
Popularity: | 0.000000 |
First Submitted: | 2008-03-22 17:16 (UTC) |
Last Updated: | 2022-01-11 07:21 (UTC) |
Dependencies (34)
- libdiscid
- ncurses (ncurses-gitAUR)
- faad2 (faad2-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR) (make)
- flac (flac-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack) (make)
- libao (libao-gitAUR) (make)
- libcdio-paranoia (libcdio-paranoia-gitAUR) (make)
- libmad (make)
- libmodplug (libopenmpt-modplugAUR, libmodplug-gitAUR) (make)
- libmp4v2 (make)
- libmpcdec (libmpcdec-svnAUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- libsamplerate (libsamplerate-gitAUR) (make)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR) (make)
- opusfile (opusfile-gitAUR) (make)
- wavpack (wavpack-gitAUR) (make)
- alsa-lib (optional) – for ALSA output plugin support
- faad2 (faad2-gitAUR) (optional) – for AAC input plugin support
- Show 14 more dependencies...
Required by (19)
- clyrics (requires cmus) (optional)
- clyrics-git (requires cmus) (optional)
- cmus-auto-lyrics (requires cmus)
- cmus-plugin-vgm (requires cmus)
- cmus-rpc (requires cmus)
- cmus-rpc-py (requires cmus)
- cmus-rpc-rs (requires cmus)
- cmus-status-scrobbler-git (requires cmus)
- cmus-syncthing (requires cmus) (optional)
- cmusfm (requires cmus)
- cmusfm-git (requires cmus)
- discordrp-mpris-git (requires cmus) (optional)
- gnome-shell-extension-cmus-status-git (requires cmus)
- i3blocks-contrib (requires cmus) (optional)
- i3blocks-contrib-git (requires cmus) (optional)
- qtile-git (requires cmus) (optional)
- qtile-wayland-git (requires cmus) (optional)
- rofi-cmus-git (requires cmus)
- swayblocks (requires cmus) (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3
<deleted-account> commented on 2011-10-28 18:37 (UTC)
<deleted-account> commented on 2011-10-28 11:57 (UTC)
I've got Build error:
ffmpeg.c:463:51: error: 'AV_DICT_IGNORE_SUFFIX' undeclared (first use in this function)
ffmpeg.c:463:51: note: each undeclared identifier is reported only once for each function it appears in
Full log:
http://pastebin.com/8Ckdqpqq
Any suggestions?
miffe commented on 2011-10-05 19:36 (UTC)
In file included from cue_utils.c:20:0:
cue_utils.h:28:27: fatal error: libcue/libcue.h: No such file or directory
compilation terminated.
make: *** [cue_utils.o] Error 1
make: *** Waiting for unfinished jobs....
Please add libcue to depends
tpavlic commented on 2010-04-20 18:17 (UTC)
It appears like libiconv is also needed. Please add "libiconv" to dependencies.
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.