Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/vice vice: Switch to ffmpeg4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/700a3b1f8ef8
branches:  trunk
changeset: 429715:700a3b1f8ef8
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Apr 23 17:45:26 2020 +0000

description:
vice: Switch to ffmpeg4

diffstat:

 emulators/vice/Makefile   |  5 ++---
 emulators/vice/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r 410fcbac358d -r 700a3b1f8ef8 emulators/vice/Makefile
--- a/emulators/vice/Makefile   Thu Apr 23 17:43:24 2020 +0000
+++ b/emulators/vice/Makefile   Thu Apr 23 17:45:26 2020 +0000
@@ -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_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 -r 410fcbac358d -r 700a3b1f8ef8 emulators/vice/options.mk
--- a/emulators/vice/options.mk Thu Apr 23 17:43:24 2020 +0000
+++ b/emulators/vice/options.mk Thu Apr 23 17:45:26 2020 +0000
@@ -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 @@
 .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).



Home | Main Index | Thread Index | Old Index