pkgsrc-WIP-changes archive

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

moonlight-qt: Remove, imported into pkgsrc as games/moonlight-qt



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Thu Feb 16 00:10:08 2023 -0800
Changeset:	dfd4f714b78e3e4aaf4255f5350e574257a1f759

Modified Files:
	Makefile
Removed Files:
	moonlight-qt/DESCR
	moonlight-qt/Makefile
	moonlight-qt/PLIST
	moonlight-qt/distinfo
	moonlight-qt/patches/patch-moonlight-qt.pro

Log Message:
moonlight-qt: Remove, imported into pkgsrc as games/moonlight-qt

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dfd4f714b78e3e4aaf4255f5350e574257a1f759

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

diffstat:
 Makefile                                    |  1 -
 moonlight-qt/DESCR                          |  8 ------
 moonlight-qt/Makefile                       | 44 -----------------------------
 moonlight-qt/PLIST                          |  5 ----
 moonlight-qt/distinfo                       |  6 ----
 moonlight-qt/patches/patch-moonlight-qt.pro | 12 --------
 6 files changed, 76 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index bdafc305cc..7518598050 100644
--- a/Makefile
+++ b/Makefile
@@ -2402,7 +2402,6 @@ SUBDIR+=	monajat
 SUBDIR+=	mono
 SUBDIR+=	mono-git
 SUBDIR+=	mono-zeroconf
-SUBDIR+=	moonlight-qt
 SUBDIR+=	mop
 SUBDIR+=	mopac7
 SUBDIR+=	moregroupware
diff --git a/moonlight-qt/DESCR b/moonlight-qt/DESCR
deleted file mode 100644
index be7bb82ce2..0000000000
--- a/moonlight-qt/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-Moonlight is an open source implementation of NVIDIA's GameStream protocol.
-We implemented the protocol used by the NVIDIA Shield and wrote a set of 3rd
-party clients.
-
-You can stream your collection of PC games from your GameStream-compatible
-PC to any supported device and play them remotely. Moonlight is perfect for
-gaming on the go without sacrificing the graphics and game selection
-available on PC.
diff --git a/moonlight-qt/Makefile b/moonlight-qt/Makefile
deleted file mode 100644
index 6d27da4cfd..0000000000
--- a/moonlight-qt/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	MoonlightSrc-4.3.1
-PKGNAME=	moonlight-qt-4.3.1
-CATEGORIES=	games
-MASTER_SITES=	${MASTER_SITE_GITHUB:=moonlight-stream/}
-GITHUB_RELEASE=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	charlotte%NetBSD.org@localhost
-HOMEPAGE=	https://moonlight-stream.org/
-COMMENT=	GameStream client
-LICENSE=	gnu-gpl-v3
-
-USE_LANGUAGES=	c c++
-USE_TOOLS+=	pkg-config
-
-WRKSRC=		${WRKDIR}/${DISTNAME}
-
-# Work around the fact that the distfile is a tarbomb
-EXTRACT_DIR=	${WRKSRC}
-
-QMAKE_ARGS+=	moonlight-qt.pro
-QMAKE_ARGS+=	PREFIX=${PREFIX}
-
-BUILD_MAKE_FLAGS+=	debug
-INSTALL_MAKE_FLAGS+=	INSTALL_ROOT=${DESTDIR}
-
-pre-extract:
-	${MKDIR} ${WRKSRC}
-
-do-configure:
-	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QTDIR}/bin/qmake ${QMAKE_ARGS}
-
-.include "../../devel/SDL2/buildlink3.mk"
-.include "../../fonts/SDL2_ttf/buildlink3.mk"
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../graphics/freeglut/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../multimedia/ffmpeg4/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../x11/qt5-qtquickcontrols2/buildlink3.mk"
-.include "../../x11/qt5-qtsvg/buildlink3.mk"
-.include "../../x11/qt5-qttools/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/moonlight-qt/PLIST b/moonlight-qt/PLIST
deleted file mode 100644
index aceb205ae1..0000000000
--- a/moonlight-qt/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD$
-bin/moonlight
-share/applications/com.moonlight_stream.Moonlight.desktop
-share/icons/hicolor/scalable/apps/moonlight.svg
-share/metainfo/com.moonlight_stream.Moonlight.appdata.xml
diff --git a/moonlight-qt/distinfo b/moonlight-qt/distinfo
deleted file mode 100644
index 5f4fcd5a92..0000000000
--- a/moonlight-qt/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-RMD160 (MoonlightSrc-4.3.1.tar.gz) = ce10ad13963f3f332b7586a260e0645ff2fe6d73
-SHA512 (MoonlightSrc-4.3.1.tar.gz) = f5f7b23929aadb87716470522a315cba40d8155be6b76297eab4107e0fef71b48f9f4c9a4cc2b58bd48579db052a8ca8ecda9b49c78c3d229863a30886cf1847
-Size (MoonlightSrc-4.3.1.tar.gz) = 71454450 bytes
-SHA1 (patch-moonlight-qt.pro) = 983da58082157b04a53a02a6849e9273d51034b0
diff --git a/moonlight-qt/patches/patch-moonlight-qt.pro b/moonlight-qt/patches/patch-moonlight-qt.pro
deleted file mode 100644
index 694d09a668..0000000000
--- a/moonlight-qt/patches/patch-moonlight-qt.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
-Skip the configure-time tests for SL and EGL
-
---- moonlight-qt.pro.orig	2022-05-24 17:41:37.000000000 -0700
-+++ moonlight-qt.pro	2022-05-31 20:16:00.154248888 -0700
-@@ -21,5 +21,3 @@
- 
- # Run our compile tests
- load(configure)
--qtCompileTest(SL)
--qtCompileTest(EGL)


Home | Main Index | Thread Index | Old Index