summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-02-22 12:32:15 +0800
committerlilac2022-02-22 12:32:15 +0800
commitdd973859707449955132683355b0e66f026d4529 (patch)
treeb7ff72db3cbff91d417d985c7f0bd81efa0fbaac
parent390e17f4bfb8fb3b685f32e8300406ff64633790 (diff)
downloadaur-dd973859707449955132683355b0e66f026d4529.tar.gz
[lilac] updated to 16317.504b33a49-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a016012fea3..1ac54c35ce21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-x-git
pkgdesc = x86 emulator with builtin DOS, with patches with more features
- pkgver = 14577.1570b85d8
- pkgrel = 1
+ pkgver = 16317.504b33a49
+ pkgrel = 2
url = http://dosbox.sourceforge.net
install = dosbox-x.install
arch = i686
@@ -16,7 +16,7 @@ pkgbase = dosbox-x-git
depends = libpng
depends = libxrandr
depends = mesa
- depends = ffmpeg
+ depends = ffmpeg4.4
depends = physfs
source = dosbox-x::git://github.com/joncampbell123/dosbox-x.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 55fd5474d5e5..00963ad7a5f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Mantainer: Franco Tortoriello
pkgname=dosbox-x-git
-pkgver=14577.1570b85d8
-pkgrel=1
+pkgver=16317.504b33a49
+pkgrel=2
pkgdesc="x86 emulator with builtin DOS, with patches with more features"
arch=(i686 x86_64)
url="http://dosbox.sourceforge.net"
license=(GPL)
-depends=(fluidsynth libxkbfile libpng libxrandr mesa ffmpeg physfs)
+depends=(fluidsynth libxkbfile libpng libxrandr mesa ffmpeg4.4 physfs)
makedepends=(git glu libpcap libslirp)
optdepends=('openglide-git: Third-party 3dfx Glide API support'
'libpcap: Allows DosBox-X to connect to a network and to the internet'
@@ -24,7 +24,8 @@ pkgver() {
build() {
cd "$srcdir/dosbox-x"
sed -i -e 's/-j3/-j$(nproc)/g' build
- ./build
+ sed -i 's|"$LIBS -lavcodec -lavformat -lavutil -lswscale "`pkg-config libavcodec --libs`|`pkg-config libavcodec libavformat libavutil libswscale libswresample --libs`"$LIBS"|' configure.ac
+ PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig" ./build
}
package() {