author | Mike Cuche
<cuche@mailbox.org> 2022-02-18 20:18:06 UTC |
committer | Mike Cuche
<cuche@mailbox.org> 2022-02-18 20:18:06 UTC |
parent | a03aff277d6f7fb32c2267fbf97882d0d26aec49 |
.SRCINFO | +2 | -2 |
PKGBUILD | +3 | -3 |
diff --git a/.SRCINFO b/.SRCINFO index 4eb9dc2..dcccb14 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 7494fc9..a7c9626 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() {