summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Cuche2022-02-18 21:18:06 +0100
committerMike Cuche2022-02-18 21:18:06 +0100
commit280912861187e0bed6fafb256e45051251384c72 (patch)
tree404e38d6bf758c080d7df16ff7af1e263941e192
parenta03aff277d6f7fb32c2267fbf97882d0d26aec49 (diff)
downloadaur-280912861187e0bed6fafb256e45051251384c72.tar.gz
Change dependency: ffmpeg→ffmpeg4.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eb9dc26c8b1..dcccb14f42f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-x
pkgdesc = x86 emulator with builtin DOS, with patches with more features
pkgver = 0.83.22
- pkgrel = 1
+ pkgrel = 2
url = http://dosbox-x.com
arch = i686
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = dosbox-x
depends = libpng
depends = libxrandr
depends = mesa
- depends = ffmpeg
+ depends = ffmpeg4.4
depends = physfs
depends = libslirp
depends = libpcap
diff --git a/PKGBUILD b/PKGBUILD
index 7494fc9e9667..a7c9626217d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=dosbox-x
pkgver=0.83.22
-pkgrel=1
+pkgrel=2
pkgdesc="x86 emulator with builtin DOS, with patches with more features"
arch=(i686 x86_64 aarch64)
url="http://dosbox-x.com"
license=(GPL)
-depends=(fluidsynth libxkbfile libpng libxrandr mesa ffmpeg physfs libslirp libpcap)
+depends=(fluidsynth libxkbfile libpng libxrandr mesa ffmpeg4.4 physfs libslirp libpcap)
makedepends=(glu libpcap libslirp)
optdepends=('openglide-git: Third-party 3dfx Glide API support')
conflicts=(dosbox-x-git)
@@ -18,7 +18,7 @@ sha256sums=('75c5c1eb3b78701a80ad816f414640894cb0b5998a1a4d7f2af064b47a57b8c9')
build() {
cd $srcdir/dosbox-x-dosbox-x-v${pkgver}
sed -i -e 's/-j3/-j$(nproc)/g' build
- ./build
+ PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig" ./build
}
package() {