Date: Monday, April 25, 2022 @ 21:14:26 Author: arojas Revision: 1190122
962855F072C7A01846405864FCF3C8CB5CF9C8D4 key rebuild Modified: vice/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-25 21:06:28 UTC (rev 1190121) +++ PKGBUILD 2022-04-25 21:14:26 UTC (rev 1190122) @@ -4,13 +4,13 @@ pkgname=vice pkgver=3.6.1 -pkgrel=1 +pkgrel=2 pkgdesc='Versatile Commodore 8-bit Emulator' arch=(x86_64) license=(GPL) url='https://vice-emu.sourceforge.io/' depends=(alsa-lib giflib glew gtk3 libjpeg-turbo libpng libpulse python sdl2 sdl2_image) -makedepends=(dos2unix ffmpeg libpcap libxaw texlive-bin texlive-core xa xorg-bdftopcf xorg-mkfontdir) +makedepends=(dos2unix ffmpeg4.4 libpcap libxaw texlive-bin texlive-core xa xorg-bdftopcf xorg-mkfontdir) source=("https://downloads.sourceforge.net/project/vice-emu/releases/$pkgname-${pkgver%.0}.tar.gz" disable-fc-cache.patch) b2sums=('129171380f3bd23d579dc29a96419446169cf9a98d2fec82951fa192914846053d213a19b395c9ca30596859cce35bcfea0de0c0a7461c45cb38511a546ca4b2' @@ -27,6 +27,7 @@ build() { cd $pkgname-$pkgver export CFLAGS="$CFLAGS -w -Wl,--allow-multiple-definition" + PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig" \ ./configure \ --enable-external-ffmpeg \ --enable-x64 \
