Package Details: moc-unstable 1:2.6_alpha3-1

Git Clone URL: https://aur.archlinux.org/moc-unstable.git (read-only, click to copy)
Package Base: moc-unstable
Description: An ncurses console audio player designed to be powerful and easy to use
Upstream URL: https://moc.daper.net/
Licenses: GPL
Conflicts: moc
Provides: moc
Submitter: codyps
Maintainer: None
Last Packager: Archttila
Votes: 1
Popularity: 0.000000
First Submitted: 2020-05-03 05:55 (UTC)
Last Updated: 2022-12-15 14:33 (UTC)

Dependencies (20)

Required by (9)

Sources (4)

Latest Comments

Archttila commented on 2022-12-08 07:03 (UTC)

That's all you need to change in the PKGBUILD file:

diff --git a/PKGBUILD b/PKGBUILD
index c97b2b5..474b0ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,9 @@ arch=('x86_64')
 url="https://moc.daper.net/"
 license=('GPL')
 depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
-makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 'faad2')
+makedepends=('speex' 'ffmpeg4.4' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 'faad2')
 optdepends=('speex: for using the speex plugin'
-           'ffmpeg: for using the ffmpeg plugin'
+           'ffmpeg4.4: for using the ffmpeg plugin'
            'taglib: for using the musepack plugin'
            'libmpcdec: for using the musepack plugin'
             'wavpack: for using the wavpack plugin'
@@ -38,6 +38,7 @@ prepare() {

 build() {
   cd ${_pkgname}-${_pkgver}
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
   ./configure --prefix=/usr --without-rcc \
     --with-oss --with-alsa --with-jack --with-aac --with-mp3 \
     --with-musepack --with-vorbis --with-flac --with-wavpack \

codyps commented on 2022-12-08 01:47 (UTC)

moc is unfortunately unmaintained these days. It looks like it needs an update due to changes in ffmpeg.

I'm not likely to do the work to make that change, as I haven't been using moc lately.

I've disowned this package.

Archttila commented on 2022-12-06 09:28 (UTC)

Please fix the issue!

Archttila commented on 2022-10-04 09:43 (UTC)

Why don't you update it?

Archttila commented on 2022-05-09 06:16 (UTC) (edited on 2022-05-09 10:23 (UTC) by Archttila)

I get the following error message:

make[3]: [Makefile:412: libffmpeg_decoder_la-ffmpeg.lo] Error 1 make[3]: Leaving directory '/home/alucard/.cache/yay/moc-unstable/src/moc-2.6-alpha3/decoder_plugins/ffmpeg' make[2]: [Makefile:365: all-recursive] Error 1 make[2]: Leaving directory '/home/alucard/.cache/yay/moc-unstable/src/moc-2.6-alpha3/decoder_plugins' make[1]: [Makefile:715: all-recursive] Error 1 make[1]: Leaving directory '/home/alucard/.cache/yay/moc-unstable/src/moc-2.6-alpha3' make: [Makefile:472: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: moc-unstable