diff options
author | Frederic Bezies | 2022-09-23 16:13:46 +0200 |
---|---|---|
committer | Frederic Bezies | 2022-09-23 16:13:46 +0200 |
commit | 7c8598067bc9ad98fb0ef551978d4f05666179f0 (patch) | |
tree | 54b424c3b0e81a7cac925a14ae525b3d421ce473 /PKGBUILD | |
parent | 0f2d3c0136e13fa58f4b94a7c89e8d93c8cbd045 (diff) | |
download | aur-7c8598067bc9ad98fb0ef551978d4f05666179f0.tar.gz |
some PKGBUILD needed cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2,7 +2,7 @@ pkgname=dosbox-x-sdl2-git pkgver=0.84.3.r107.gde7611c12 -pkgrel=1 +pkgrel=2 epoch=3 pkgdesc="x86 emulator with builtin DOS, with patches with more features - sdl2 git version" arch=(i686 x86_64) @@ -22,10 +22,7 @@ pkgver() { build() { cd "$srcdir/dosbox-x" - # Working around bug : https://github.com/joncampbell123/dosbox-x/issues/3283 - #sed -i 's|"$LIBS -lavcodec -lavformat -lavutil -lswscale "`pkg-config libavcodec --libs`|`pkg-config libavcodec libavformat libavutil libswscale libswresample --libs`"$LIBS"|' configure.ac ./autogen.sh - #PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig" ./configure --enable-debug --enable-avcodec --prefix=/usr --enable-sdl2 make -j$(nproc) } |