pkgsrc-WIP-changes archive

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

add oshu.



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Mon May 27 14:38:26 2019 +0100
Changeset:	cee2e7d977d41482df20f92f2e6070e57ea8643f

Modified Files:
	Makefile
Added Files:
	oshu/DESCR
	oshu/Makefile
	oshu/PLIST
	oshu/distinfo

Log Message:
add oshu.

osu! is that PC clone of the osu! Tatakae! Ouendan DS rhythm game,
occidentalized as Elite Beat Agents.

This project was born out of frustration from not being able to
play osu! on a little Linux box with no graphics card whatsoever.
It's aimed at minimalistic people and probably will never contain
a hundredth of the official client's features.

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

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

diffstat:
 Makefile      |  1 +
 oshu/DESCR    |  7 +++++++
 oshu/Makefile | 21 +++++++++++++++++++++
 oshu/PLIST    | 31 +++++++++++++++++++++++++++++++
 oshu/distinfo |  6 ++++++
 5 files changed, 66 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 5eb61b0d86..2cb3e29fdb 100644
--- a/Makefile
+++ b/Makefile
@@ -2526,6 +2526,7 @@ SUBDIR+=	orbifolder
 SUBDIR+=	org-caldav-git
 SUBDIR+=	orion
 SUBDIR+=	orocos-kdl
+SUBDIR+=	oshu
 SUBDIR+=	oslc
 SUBDIR+=	osmo
 SUBDIR+=	osmo-sdr-git
diff --git a/oshu/DESCR b/oshu/DESCR
new file mode 100644
index 0000000000..09204b7dd6
--- /dev/null
+++ b/oshu/DESCR
@@ -0,0 +1,7 @@
+osu! is that PC clone of the osu! Tatakae! Ouendan DS rhythm game,
+occidentalized as Elite Beat Agents.
+
+This project was born out of frustration from not being able to
+play osu! on a little Linux box with no graphics card whatsoever.
+It's aimed at minimalistic people and probably will never contain
+a hundredth of the official client's features.
diff --git a/oshu/Makefile b/oshu/Makefile
new file mode 100644
index 0000000000..8e401326aa
--- /dev/null
+++ b/oshu/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	oshu-2.0.0
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_GITHUB:=fmang/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/fmang/oshu
+COMMENT=	Fast osu! port
+LICENSE=	gnu-gpl-v3
+
+USE_TOOLS+=	pkg-config
+USE_LANGUAGES=	c c++14
+USE_CMAKE=	yes
+
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../graphics/SDL2_image/buildlink3.mk"
+.include "../../multimedia/ffmpeg4/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/oshu/PLIST b/oshu/PLIST
new file mode 100644
index 0000000000..e65f334f25
--- /dev/null
+++ b/oshu/PLIST
@@ -0,0 +1,31 @@
+@comment $NetBSD$
+bin/oshu
+bin/oshu-library
+man/man1/oshu-library.1
+man/man1/oshu.1
+share/applications/oshu.desktop
+share/mime/packages/oshu.xml
+share/oshu/skins/default
+share/oshu/skins/osu/README.md
+share/oshu/skins/osu/drum-hitclap.wav
+share/oshu/skins/osu/drum-hitfinish.wav
+share/oshu/skins/osu/drum-hitnormal.wav
+share/oshu/skins/osu/drum-hitwhistle.wav
+share/oshu/skins/osu/drum-sliderslide.wav
+share/oshu/skins/osu/drum-slidertick.wav
+share/oshu/skins/osu/drum-sliderwhistle.wav
+share/oshu/skins/osu/normal-hitclap.wav
+share/oshu/skins/osu/normal-hitfinish.wav
+share/oshu/skins/osu/normal-hitnormal.wav
+share/oshu/skins/osu/normal-hitwhistle.wav
+share/oshu/skins/osu/normal-sliderslide.wav
+share/oshu/skins/osu/normal-slidertick.wav
+share/oshu/skins/osu/normal-sliderwhistle.wav
+share/oshu/skins/osu/soft-hitclap.wav
+share/oshu/skins/osu/soft-hitfinish.wav
+share/oshu/skins/osu/soft-hitnormal.wav
+share/oshu/skins/osu/soft-hitwhistle.wav
+share/oshu/skins/osu/soft-sliderslide.wav
+share/oshu/skins/osu/soft-slidertick.wav
+share/oshu/skins/osu/soft-sliderwhistle.wav
+share/oshu/web/style.css
diff --git a/oshu/distinfo b/oshu/distinfo
new file mode 100644
index 0000000000..2283741254
--- /dev/null
+++ b/oshu/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (oshu-2.0.0.tar.gz) = e5ff79bd84b3b53b78b359ac83b4791b34e87491
+RMD160 (oshu-2.0.0.tar.gz) = be26f0964c07a6f028af84a6cec8987cf3aba630
+SHA512 (oshu-2.0.0.tar.gz) = ed2b8294b06d239948c563135d997b422191be681ff86714a244ca64079251508a5a62e23cf3ae1e0ac2b3128b6401901233714eab7787989296ca1700192643
+Size (oshu-2.0.0.tar.gz) = 144088 bytes


Home | Main Index | Thread Index | Old Index