pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/retroarch retroarch: Bump PKGREVISION for mi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/705dac06460f
branches:  trunk
changeset: 313607:705dac06460f
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Oct 03 23:31:06 2018 +0000

description:
retroarch: Bump PKGREVISION for miniupnpc. Disable some default options.

The options disabled have minimal apparent utility, but are reasonably
heavy dependencies.

diffstat:

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

diffs (37 lines):

diff -r c25282bf33ca -r 705dac06460f emulators/retroarch/Makefile
--- a/emulators/retroarch/Makefile      Wed Oct 03 23:15:28 2018 +0000
+++ b/emulators/retroarch/Makefile      Wed Oct 03 23:31:06 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2018/09/06 09:33:38 nia Exp $
+# $NetBSD: Makefile,v 1.11 2018/10/03 23:31:06 nia Exp $
 
 PKGNAME=       retroarch-${RETROARCH_VERSION}
 DISTNAME=      RetroArch-${RETROARCH_VERSION}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/RetroArch/releases/download/v${RETROARCH_VERSION}/}
 EXTRACT_SUFX=  .tar.xz
@@ -49,4 +49,5 @@
 .include "../../audio/flac/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../net/miniupnpc/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c25282bf33ca -r 705dac06460f emulators/retroarch/options.mk
--- a/emulators/retroarch/options.mk    Wed Oct 03 23:15:28 2018 +0000
+++ b/emulators/retroarch/options.mk    Wed Oct 03 23:31:06 2018 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.5 2018/09/06 09:33:38 nia Exp $
+# $NetBSD: options.mk,v 1.6 2018/10/03 23:31:06 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.retroarch
 
 PKG_SUPPORTED_OPTIONS+=                sdl2 ffmpeg freetype qt5 x11 caca
 PKG_SUPPORTED_OPTIONS+=                alsa jack openal pulseaudio libusb-1
 PKG_SUPPORTED_OPTIONS+=                libxml2 # Deprecated
-PKG_SUGGESTED_OPTIONS+=                sdl2 ffmpeg freetype x11 openal
+PKG_SUGGESTED_OPTIONS+=                sdl2 freetype x11
 
 .if ${OPSYS} == "Linux"
 PKG_SUPPORTED_OPTIONS+=                udev



Home | Main Index | Thread Index | Old Index