[arch-commits] Commit in moc/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Jan 31 14:49:40 UTC 2022


    Date: Monday, January 31, 2022 @ 14:49:40
  Author: alucryd
Revision: 435617

ffmpeg4.4 rebuild: moc 1:2.5.2-4

Modified:
  moc/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-31 14:37:09 UTC (rev 435616)
+++ PKGBUILD	2022-01-31 14:49:40 UTC (rev 435617)
@@ -2,7 +2,7 @@
 
 pkgname=moc
 pkgver=2.5.2
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="An ncurses console audio player designed to be powerful and easy to use"
 arch=('x86_64')
@@ -9,9 +9,9 @@
 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'
@@ -34,6 +34,7 @@
 
 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 \



More information about the arch-commits mailing list