pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games Add oshu-2.0.0 as games/oshu.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1435f2dae7c
branches:  trunk
changeset: 335619:a1435f2dae7c
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jun 23 16:02:00 2019 +0000

description:
Add oshu-2.0.0 as games/oshu.

oshu! is a clone of osu!

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.

diffstat:

 games/Makefile      |   3 ++-
 games/oshu/DESCR    |   9 +++++++++
 games/oshu/Makefile |  23 +++++++++++++++++++++++
 games/oshu/PLIST    |  34 ++++++++++++++++++++++++++++++++++
 games/oshu/distinfo |   6 ++++++
 5 files changed, 74 insertions(+), 1 deletions(-)

diffs (105 lines):

diff -r df15e3647675 -r a1435f2dae7c games/Makefile
--- a/games/Makefile    Sun Jun 23 13:28:04 2019 +0000
+++ b/games/Makefile    Sun Jun 23 16:02:00 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.427 2019/06/17 13:41:05 micha Exp $
+# $NetBSD: Makefile,v 1.428 2019/06/23 16:02:00 nia Exp $
 #
 
 COMMENT=       Games
@@ -276,6 +276,7 @@
 SUBDIR+=       openttd
 SUBDIR+=       openttd-data
 SUBDIR+=       orbital_eunuchs_sniper
+SUBDIR+=       oshu
 SUBDIR+=       pag
 SUBDIR+=       palapeli
 SUBDIR+=       picmi
diff -r df15e3647675 -r a1435f2dae7c games/oshu/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/oshu/DESCR  Sun Jun 23 16:02:00 2019 +0000
@@ -0,0 +1,9 @@
+oshu! is a clone of osu!
+
+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 -r df15e3647675 -r a1435f2dae7c games/oshu/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/oshu/Makefile       Sun Jun 23 16:02:00 2019 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2019/06/23 16:02:00 nia Exp $
+
+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
+
+CMAKE_ARGS+=   -DOSHU_SKINS="minimal;osu"
+
+.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 -r df15e3647675 -r a1435f2dae7c games/oshu/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/oshu/PLIST  Sun Jun 23 16:02:00 2019 +0000
@@ -0,0 +1,34 @@
+@comment $NetBSD: PLIST,v 1.1 2019/06/23 16:02:00 nia Exp $
+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/minimal/drum-hitnormal.wav
+share/oshu/skins/minimal/normal-hitnormal.wav
+share/oshu/skins/minimal/soft-hitnormal.wav
+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 -r df15e3647675 -r a1435f2dae7c games/oshu/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/oshu/distinfo       Sun Jun 23 16:02:00 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/06/23 16:02:00 nia Exp $
+
+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