pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/vice



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Apr 23 17:45:26 UTC 2020

Modified Files:
        pkgsrc/emulators/vice: Makefile options.mk

Log Message:
vice: Switch to ffmpeg4


To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 pkgsrc/emulators/vice/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/emulators/vice/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/vice/Makefile
diff -u pkgsrc/emulators/vice/Makefile:1.147 pkgsrc/emulators/vice/Makefile:1.148
--- pkgsrc/emulators/vice/Makefile:1.147        Thu Mar 26 12:26:02 2020
+++ pkgsrc/emulators/vice/Makefile      Thu Apr 23 17:45:26 2020
@@ -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"

Index: pkgsrc/emulators/vice/options.mk
diff -u pkgsrc/emulators/vice/options.mk:1.12 pkgsrc/emulators/vice/options.mk:1.13
--- pkgsrc/emulators/vice/options.mk:1.12       Wed Jan  1 16:30:37 2020
+++ pkgsrc/emulators/vice/options.mk    Thu Apr 23 17:45:26 2020
@@ -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).



Home | Main Index | Thread Index | Old Index