[arch-commits] Commit in vice/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon May 21 07:07:13 UTC 2018


    Date: Monday, May 21, 2018 @ 07:07:12
  Author: arojas
Revision: 324662

Update to 3.2

Modified:
  vice/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-21 06:28:48 UTC (rev 324661)
+++ PKGBUILD	2018-05-21 07:07:12 UTC (rev 324662)
@@ -4,17 +4,17 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=vice
-pkgver=3.1
-pkgrel=2
+pkgver=3.2
+pkgrel=1
 pkgdesc="The Versatile Commodore 8-bit Emulator"
 arch=('x86_64')
 license=('GPL')
 url="http://vice-emu.sourceforge.net/"
 depends=('gtkglext' 'libpulse' 'giflib')
-makedepends=('xorg-bdftopcf' 'xorg-mkfontdir' 'libpcap' 'libxaw' 'ffmpeg')
+makedepends=('xorg-bdftopcf' 'xorg-mkfontdir' 'libpcap' 'libxaw' 'ffmpeg' 'xa')
 source=("http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz"
         'disable-fc-cache.patch')
-sha256sums=('3eb8159633816095006dec36c5c3edd055a87fd8bda193a1194a6801685d1240'
+sha256sums=('28d99f5e110720c97ef16d8dd4219cf9a67661d58819835d19378143697ba523'
             '8058210e092c4943a55baeff47e6d5f3661aeb3686fd1f75e07f47888da9cc98')
 
 prepare() {
@@ -24,6 +24,9 @@
   patch -p1 -i "$srcdir/disable-fc-cache.patch"
   sed -i 's/lib64/lib/g' configure.ac
   autoreconf -fi
+
+  sed -e 's|CODEC_CAP_VARIABLE_FRAME_SIZE|AV_&|g' -e 's|CODEC_FLAG_GLOBAL_HEADER|AV_&|g' -e 's|\& AVFMT_RAWPICTURE||' \
+    -i src/gfxoutputdrv/ffmpegdrv.c # Fix build with ffmpeg 4
 }
 
 build() {



More information about the arch-commits mailing list