summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2022-04-30 13:40:26 +0200
committerHans-Nikolai Viessmann2022-04-30 13:40:26 +0200
commit69a567011436587205b24d7b900b7fc95feb3da5 (patch)
treeb9d3c2853cf28cd6c977a3f5d2ee3c7e92931f61
parent9e3318a1a7cf6a0080e441eea3ad7aae13d89bf2 (diff)
downloadaur-69a567011436587205b24d7b900b7fc95feb3da5.tar.gz
switch to ffmpeg4.4 dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 925cd3ff3b4b..e0f5f0911f13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = moc-pulse
pkgdesc = An ncurses console audio player with support for pulseaudio
pkgver = 2.5.2
- pkgrel = 6
+ pkgrel = 7
url = https://moc.daper.net/
arch = x86_64
license = GPL
makedepends = speex
- makedepends = ffmpeg
+ makedepends = ffmpeg4.4
makedepends = taglib
makedepends = libmpcdec
makedepends = wavpack
@@ -21,7 +21,7 @@ pkgbase = moc-pulse
depends = sndio
depends = pulseaudio
optdepends = speex: for using the speex plugin
- optdepends = ffmpeg: for using the ffmpeg plugin
+ optdepends = ffmpeg4.4: for using the ffmpeg plugin
optdepends = taglib: for using the musepack plugin
optdepends = libmpcdec: for using the musepack plugin
optdepends = wavpack: for using the wavpack plugin
diff --git a/PKGBUILD b/PKGBUILD
index 3044e15aae79..e54528d9241d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
pkgname='moc-pulse'
_pkgname='moc'
pkgver=2.5.2
-pkgrel=6
+pkgrel=7
pkgdesc='An ncurses console audio player with support for pulseaudio'
arch=('x86_64')
url="https://moc.daper.net/"
license=('GPL')
depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file' 'sndio' 'pulseaudio')
-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'
@@ -48,6 +48,8 @@ prepare() {
build() {
cd "${_pkgname}-${pkgver}"
+ export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
+
./configure --prefix=/usr --without-rcc \
--with-pulse --with-oss --with-alsa --with-jack --with-aac \
--with-mp3 --with-musepack --with-vorbis --with-flac \