Skip to content
Snippets Groups Projects
Commit 5a9f353c authored by Antonio Rojas's avatar Antonio Rojas
Browse files

Update to 3.3

parent d8756742
No related branches found
No related tags found
No related merge requests found
......@@ -3,17 +3,17 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=vice
pkgver=3.2
pkgver=3.3
pkgrel=1
pkgdesc="The Versatile Commodore 8-bit Emulator"
arch=('x86_64')
license=('GPL')
url="http://vice-emu.sourceforge.net/"
depends=('gtkglext' 'libpulse' 'giflib')
depends=('libpulse' 'giflib' 'libpng' 'libjpeg-turbo' 'sdl2')
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=('28d99f5e110720c97ef16d8dd4219cf9a67661d58819835d19378143697ba523'
sha256sums=('1a55b38cc988165b077808c07c52a779d181270b28c14b5c9abf4e569137431d'
'8058210e092c4943a55baeff47e6d5f3661aeb3686fd1f75e07f47888da9cc98')
prepare() {
......@@ -23,9 +23,6 @@ prepare() {
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() {
......@@ -33,7 +30,6 @@ build() {
./configure --prefix=/usr \
--libdir=/usr/lib \
--enable-gnomeui \
--enable-external-ffmpeg
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment