summaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-04-23 17:45:26 +0000
committernia <nia@pkgsrc.org>2020-04-23 17:45:26 +0000
commitda44bfdadf639b1f682e0bb459afa4a80169bc03 (patch)
treea382f92ab8ca3e1a82c0fe9168719fac12698d8b /emulators/vice
parent7297f5185a5c54320cc3b5f8d93c4b1bf57a392d (diff)
downloadpkgsrc-da44bfdadf639b1f682e0bb459afa4a80169bc03.tar.gz
vice: Switch to ffmpeg4
Diffstat (limited to 'emulators/vice')
-rw-r--r--emulators/vice/Makefile5
-rw-r--r--emulators/vice/options.mk4
2 files changed, 4 insertions, 5 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 8100f86ea4f..decc85711b7 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.147 2020/03/26 12:26:02 nia Exp $
+# $NetBSD: Makefile,v 1.148 2020/04/23 17:45:26 nia Exp $
DISTNAME= vice-3.4
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vice-emu/}
@@ -42,7 +42,6 @@ SUBST_FILES.prefix+= doc/vice.txt
SUBST_SED.prefix= -e 's|/usr/local|${PREFIX}|g'
.include "options.mk"
-
.include "../../audio/flac/buildlink3.mk"
.include "../../audio/lame/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
diff --git a/emulators/vice/options.mk b/emulators/vice/options.mk
index d4ba65e8bc4..c5266b45147 100644
--- a/emulators/vice/options.mk
+++ b/emulators/vice/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2020/01/01 16:30:37 rhialto Exp $
+# $NetBSD: options.mk,v 1.13 2020/04/23 17:45:26 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.vice
PKG_SUPPORTED_OPTIONS= ffmpeg vice-x64 vice-cpuhistory
@@ -35,7 +35,7 @@ PLIST.sdl= yes
.if !empty(PKG_OPTIONS:Mffmpeg)
#BUILDLINK_DEPMETHOD.ffmpeg?= build
CONFIGURE_ARGS+= --enable-external-ffmpeg
-. include "../../multimedia/ffmpeg3/buildlink3.mk"
+. include "../../multimedia/ffmpeg4/buildlink3.mk"
.endif
# Building x64 is deprecated, in favour of x64sc (but that is slower).