Search Criteria
Package Details: moc-lyrics-git 1:0.2213.c51e02e-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/moc-lyrics-git.git (read-only, click to copy) |
---|---|
Package Base: | moc-lyrics-git |
Description: | An ncurses console audio player (with lyrics patch) |
Upstream URL: | https://github.com/christophgysin/moc |
Licenses: | GPL |
Conflicts: | moc |
Provides: | moc |
Submitter: | christoph.gysin |
Maintainer: | christoph.gysin |
Last Packager: | christoph.gysin |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-23 21:59 (UTC) |
Last Updated: | 2025-02-09 15:22 (UTC) |
Dependencies (21)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- file (file-gitAUR)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack)
- libid3tag (libid3tag-gitAUR)
- libltdl (libtool-gitAUR, libtool)
- libmad
- faad2 (faad2-gitAUR) (make)
- ffmpeg4.4 (make)
- git (git-gitAUR, git-glAUR) (make)
- libmodplug (libopenmpt-modplugAUR, libmodplug-gitAUR) (make)
- libmpcdec (libmpcdec-svnAUR) (make)
- speex (speex-gitAUR) (make)
- taglib (taglib-gitAUR) (make)
- wavpack (wavpack-gitAUR) (make)
- faad2 (faad2-gitAUR) (optional) – for using the aac plugin
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR) (optional) – for using the ffmpeg plugin
- libmodplug (libopenmpt-modplugAUR, libmodplug-gitAUR) (optional) – for using the modplug plugin
- libmpcdec (libmpcdec-svnAUR) (optional) – for using the musepack plugin
- speex (speex-gitAUR) (optional) – for using the speex plugin
- taglib (taglib-gitAUR) (optional) – for using the musepack plugin
- Show 1 more dependencies...
Required by (11)
- asap-chiptunes-player-git (requires moc) (make)
- asap-chiptunes-player-git (requires moc) (optional)
- clyrics (requires moc) (optional)
- clyrics-git (requires moc) (optional)
- moc-fluidsynth-plugin (requires moc)
- moc-mpris-git (requires moc) (optional)
- mocicon (requires moc)
- mocp-scrobbler (requires moc)
- mocp-themes-git (requires moc)
- qtile-git (requires moc) (optional)
- qtile-wayland-git (requires moc) (optional)
Latest Comments
christoph.gysin commented on 2025-02-10 11:12 (UTC)
Just change the dependency to moc in asap-chiptunes-player.
dreieck commented on 2025-02-10 10:24 (UTC)
Anyway, other issue:
asap-chiptunes-player
makedepends onmoc>=2.4
(this is given in the upstream installation requirements). To have this versioned dependency be able to resolve, can you add=${pkgver}
to yourprovides
entry?Regards!
dreieck commented on 2025-02-09 22:37 (UTC)
Actually, no
moc-headers
, see this comment.dreieck commented on 2025-02-09 17:54 (UTC) (edited on 2025-02-09 18:07 (UTC) by dreieck)
Oh, you were quick :-).
Drawing a suggestion from here:
Maybe adding
moc-headers=${pkgver}
to theprovides
array andmoc-headers
to theconflicts
array could still be added -- because they are by default not part ofmoc
, it is advisable to makedepend on them if needed and not makedepend onmoc
directly.(Oh, and maybe also add
=${pkgver}
to themoc
provides entry, to allow for versioned (opt)depends on that, too.)Regards and thanks!
christoph.gysin commented on 2025-02-09 15:22 (UTC)
@dreieck: Sure, fixed!
dreieck commented on 2025-02-09 14:04 (UTC)
Can you also install moc's include files?
They are required by other software which compile e.g. plugins for moc, see e.g. this issue.
Regards!