FreeBSD Bugzilla – Attachment 192311 Details for
Bug 227346
emulators/mgba: update to 0.6.2, build libretro core
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mgba062.patch
mgba062.patch (text/plain), 2.25 KB, created by
Val Packett
on 2018-04-07 14:50:08 UTC
(
hide
)
Description:
mgba062.patch
Filename:
MIME Type:
Creator:
Val Packett
Created:
2018-04-07 14:50:08 UTC
Size:
2.25 KB
patch
obsolete
>diff --git c/emulators/mgba/Makefile i/emulators/mgba/Makefile >index ffe28e0de2af..71fc3f182b40 100644 >--- c/emulators/mgba/Makefile >+++ i/emulators/mgba/Makefile >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= mgba >-DISTVERSION= 0.6.1 >-PORTREVISION= 1 >+DISTVERSION= 0.6.2 > CATEGORIES= emulators > > MAINTAINER= greg@unrelenting.technology >@@ -32,17 +31,19 @@ CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR:STRING="${DOCSDIR}" \ > -DUSE_LZMA:BOOL=ON \ > -DUSE_SQLITE3:BOOL=ON \ > -DBUILD_GL:BOOL=ON \ >- -DBUILD_GLES2:BOOL=OFF >+ -DBUILD_GLES2:BOOL=OFF \ >+ -DLIBRETRO_LIBDIR=${LOCALBASE}/lib/libretro > LDFLAGS+= -Wl,--as-needed # glu > >-OPTIONS_DEFINE= DEBUGGERS FFMPEG MAGICK QT5 >-OPTIONS_DEFAULT= DEBUGGERS FFMPEG MAGICK QT5 >+OPTIONS_DEFINE= DEBUGGERS FFMPEG MAGICK QT5 LIBRETRO >+OPTIONS_DEFAULT= DEBUGGERS FFMPEG MAGICK QT5 LIBRETRO > OPTIONS_SUB= yes > > DEBUGGERS_DESC= Debugging infrastructure (CLI debugger, GDB remote stub) > FFMPEG_DESC= FFmpeg video recording support > MAGICK_DESC= ImageMagick GIF recording support > QT5_DESC= Qt 5 frontend >+LIBRETRO_DESC= Libretro core > > DEBUGGERS_CMAKE_BOOL= USE_DEBUGGERS USE_EDITLINE USE_GDB_STUB > DEBUGGERS_USES= libedit >@@ -63,4 +64,6 @@ QT5_USE= qt5=qmake_build,buildtools_build,core,gui,widgets,network,opengl,multim > QT5_USES= desktop-file-utils > QT5_VARS= installs_icons=yes > >+LIBRETRO_CMAKE_BOOL= BUILD_LIBRETRO >+ > .include <bsd.port.mk> >diff --git c/emulators/mgba/distinfo i/emulators/mgba/distinfo >index 6a991847c9b1..3c4eb7c00f19 100644 >--- c/emulators/mgba/distinfo >+++ i/emulators/mgba/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1507126883 >-SHA256 (mgba-emu-mgba-0.6.1_GH0.tar.gz) = 7c78feb0aa12930b993ca1b220d282ed178e306621559e48bb168623030eb876 >-SIZE (mgba-emu-mgba-0.6.1_GH0.tar.gz) = 7437240 >+TIMESTAMP = 1523109141 >+SHA256 (mgba-emu-mgba-0.6.2_GH0.tar.gz) = 22429f2c94a43fc25c51a6f0d8b024ee62be4de8a74d579c8283c526434cea74 >+SIZE (mgba-emu-mgba-0.6.2_GH0.tar.gz) = 7441969 >diff --git c/emulators/mgba/pkg-plist i/emulators/mgba/pkg-plist >index 34f73f534d78..5a0330538592 100644 >--- c/emulators/mgba/pkg-plist >+++ i/emulators/mgba/pkg-plist >@@ -3,6 +3,7 @@ bin/mgba > include/mgba/flags.h > lib/libmgba.so.0.6 > lib/libmgba.so.0.6.1 >+%%LIBRETRO%%lib/libretro/mgba_libretro.so > %%QT5%%man/man6/mgba-qt.6.gz > man/man6/mgba.6.gz > %%PORTDOCS%%%%DOCSDIR%%/CHANGES
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227346
:
192311
|
197024
|
201443