pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games
Module Name: pkgsrc
Committed By: nia
Date: Sun Jun 23 16:02:00 UTC 2019
Modified Files:
pkgsrc/games: Makefile
Added Files:
pkgsrc/games/oshu: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.427 -r1.428 pkgsrc/games/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/games/oshu/DESCR pkgsrc/games/oshu/Makefile \
pkgsrc/games/oshu/PLIST pkgsrc/games/oshu/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/Makefile
diff -u pkgsrc/games/Makefile:1.427 pkgsrc/games/Makefile:1.428
--- pkgsrc/games/Makefile:1.427 Mon Jun 17 13:41:05 2019
+++ pkgsrc/games/Makefile Sun Jun 23 16:02:00 2019
@@ -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+= openmortal
SUBDIR+= openttd
SUBDIR+= openttd-data
SUBDIR+= orbital_eunuchs_sniper
+SUBDIR+= oshu
SUBDIR+= pag
SUBDIR+= palapeli
SUBDIR+= picmi
Added files:
Index: pkgsrc/games/oshu/DESCR
diff -u /dev/null pkgsrc/games/oshu/DESCR:1.1
--- /dev/null Sun Jun 23 16:02:00 2019
+++ pkgsrc/games/oshu/DESCR Sun Jun 23 16:02:00 2019
@@ -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.
Index: pkgsrc/games/oshu/Makefile
diff -u /dev/null pkgsrc/games/oshu/Makefile:1.1
--- /dev/null Sun Jun 23 16:02:00 2019
+++ pkgsrc/games/oshu/Makefile Sun Jun 23 16:02:00 2019
@@ -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"
Index: pkgsrc/games/oshu/PLIST
diff -u /dev/null pkgsrc/games/oshu/PLIST:1.1
--- /dev/null Sun Jun 23 16:02:00 2019
+++ pkgsrc/games/oshu/PLIST Sun Jun 23 16:02:00 2019
@@ -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
Index: pkgsrc/games/oshu/distinfo
diff -u /dev/null pkgsrc/games/oshu/distinfo:1.1
--- /dev/null Sun Jun 23 16:02:00 2019
+++ pkgsrc/games/oshu/distinfo Sun Jun 23 16:02:00 2019
@@ -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