Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2017 17:13:08 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449303 - in head/emulators/nestopia: . files
Message-ID:  <201709051713.v85HD8pp066776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Sep  5 17:13:08 2017
New Revision: 449303
URL: https://svnweb.freebsd.org/changeset/ports/449303

Log:
  emulators/nestopia: Update to 1.4.8
  
  PR:		222058
  Submitted by:	Neel Chauhan <neel@neelc.org>

Deleted:
  head/emulators/nestopia/files/
Modified:
  head/emulators/nestopia/Makefile
  head/emulators/nestopia/distinfo
  head/emulators/nestopia/pkg-plist

Modified: head/emulators/nestopia/Makefile
==============================================================================
--- head/emulators/nestopia/Makefile	Tue Sep  5 16:55:57 2017	(r449302)
+++ head/emulators/nestopia/Makefile	Tue Sep  5 17:13:08 2017	(r449303)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	nestopia
-PORTVERSION=	1.47
-PORTREVISION=	1
+PORTVERSION=	1.48
 CATEGORIES=	emulators
 
 MAINTAINER=	neel@neelc.org
@@ -10,15 +9,17 @@ COMMENT=	Portable NES/Famicom emulator
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libao.so:audio/libao
+LIB_DEPENDS=	libao.so:audio/libao libepoxy.so:graphics/libepoxy
 
-USES=		gmake libarchive pkgconfig
+USES=		cmake desktop-file-utils libarchive localbase:ldflags pkgconfig
 USE_GL=		glu
-USE_GNOME=	gtk30
+USE_GNOME=	cairo gdkpixbuf2 gtk30
 USE_SDL=	sdl2
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rdanbrook
+
+INSTALLS_ICONS=	yes
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

Modified: head/emulators/nestopia/distinfo
==============================================================================
--- head/emulators/nestopia/distinfo	Tue Sep  5 16:55:57 2017	(r449302)
+++ head/emulators/nestopia/distinfo	Tue Sep  5 17:13:08 2017	(r449303)
@@ -1,2 +1,3 @@
-SHA256 (rdanbrook-nestopia-1.47_GH0.tar.gz) = 915db5aeeda5c9e800a96dac229766d82c0990a7ee165a30317a62bfabccf9b7
-SIZE (rdanbrook-nestopia-1.47_GH0.tar.gz) = 1271675
+TIMESTAMP = 1504559258
+SHA256 (rdanbrook-nestopia-1.48_GH0.tar.gz) = fb6629b5d0da8548bbf5beb387209d1958358b303e5a2100a94491497e019ea0
+SIZE (rdanbrook-nestopia-1.48_GH0.tar.gz) = 1263143

Modified: head/emulators/nestopia/pkg-plist
==============================================================================
--- head/emulators/nestopia/pkg-plist	Tue Sep  5 16:55:57 2017	(r449302)
+++ head/emulators/nestopia/pkg-plist	Tue Sep  5 17:13:08 2017	(r449303)
@@ -1,12 +1,15 @@
 bin/nestopia
-share/pixmaps/nestopia.svg
+share/icons/hicolor/128x128/apps/nestopia.png
+share/icons/hicolor/32x32/apps/nestopia.png
+share/icons/hicolor/48x48/apps/nestopia.png
+share/icons/hicolor/64x64/apps/nestopia.png
+share/icons/hicolor/96x96/apps/nestopia.png
+share/icons/hicolor/scalable/apps/nespad.svg
+share/icons/hicolor/scalable/apps/nestopia.svg
 share/applications/nestopia.desktop
-%%DATADIR%%/icons/nestopia.svg
-%%DATADIR%%/icons/nespad.svg
-%%DATADIR%%/icons/nestopia48.png
-%%DATADIR%%/icons/nestopia96.png
-%%DATADIR%%/icons/nestopia32.png
-%%DATADIR%%/icons/nestopia128.png
-%%DATADIR%%/icons/nestopia64.png
 %%DATADIR%%/NstDatabase.xml
-%%DATADIR%%/nestopia.desktop
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/README.md
+%%PORTDOCS%%%%DOCSDIR%%/README.unix
+%%PORTDOCS%%%%DOCSDIR%%/html/readme.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709051713.v85HD8pp066776>