Skip to content
Snippets Groups Projects
Unverified Commit 4e74e744 authored by Alexander Rødseth's avatar Alexander Rødseth
Browse files

upgpkg: 3.8-3

parent 4715e052
No related branches found
No related tags found
No related merge requests found
pkgbase = vice
pkgdesc = Versatile Commodore Emulator
pkgver = 3.8
pkgrel = 2
pkgrel = 3
url = https://vice-emu.sourceforge.io/
arch = x86_64
license = GPL-2.0-only
makedepends = dos2unix
makedepends = glib2-devel
makedepends = libpcap
makedepends = libxaw
makedepends = xa
......
......@@ -4,13 +4,13 @@
pkgname=vice
pkgver=3.8
pkgrel=2
pkgrel=3
pkgdesc='Versatile Commodore Emulator'
arch=(x86_64)
license=(GPL-2.0-only)
url='https://vice-emu.sourceforge.io/'
depends=(alsa-lib giflib glew gtk3 libjpeg-turbo libpng libpulse python sdl2 sdl2_image)
makedepends=(dos2unix libpcap libxaw xa xorg-bdftopcf xorg-mkfontscale)
makedepends=(dos2unix glib2-devel libpcap libxaw xa xorg-bdftopcf xorg-mkfontscale)
source=("https://downloads.sourceforge.net/project/vice-emu/releases/$pkgname-${pkgver%.0}.tar.gz"
disable-fc-cache.patch)
b2sums=('709fd6eda874de542e5770a328b0c0308d04f755e3bf1fceba5147156eb894a95ce6f14e9f8848ca6992d4f958082f83a198d2176c1fe54e87027c7dfac8849c'
......@@ -27,8 +27,7 @@ prepare() {
build() {
cd $pkgname-$pkgver
export CFLAGS="$CFLAGS -w -Wl,--allow-multiple-definition"
PKG_CONFIG_PATH="/usr/lib/ffmpeg/pkgconfig" \
./configure \
PKG_CONFIG_PATH='/usr/lib/ffmpeg/pkgconfig' ./configure \
--disable-ffmpeg \
--enable-gtk3ui \
--enable-sdl2ui \
......@@ -39,8 +38,5 @@ build() {
}
package() {
make -C $pkgname-$pkgver \
DESTDIR="$pkgdir" \
realdocdir=/usr/share/doc/vice \
install
make -C $pkgname-$pkgver DESTDIR="$pkgdir" realdocdir=/usr/share/doc/vice install
}
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