pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/oshu



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun May 15 17:12:25 UTC 2022

Modified Files:
        pkgsrc/games/oshu: Makefile distinfo

Log Message:
oshu: update to 2.0.2

Changes:
    Add support to more path types in the beatmap
    New scoring model based on the hit/miss ratio
    ffmpeg 5.0 compability


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/games/oshu/Makefile
cvs rdiff -u -r1.4 -r1.5 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/oshu/Makefile
diff -u pkgsrc/games/oshu/Makefile:1.12 pkgsrc/games/oshu/Makefile:1.13
--- pkgsrc/games/oshu/Makefile:1.12     Mon Mar 28 10:44:15 2022
+++ pkgsrc/games/oshu/Makefile  Sun May 15 17:12:25 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2022/03/28 10:44:15 tnn Exp $
+# $NetBSD: Makefile,v 1.13 2022/05/15 17:12:25 nia Exp $
 
-DISTNAME=      oshu-2.0.1
-PKGREVISION=   7
+DISTNAME=      oshu-2.0.2
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fmang/}
 
@@ -22,5 +21,5 @@ CMAKE_ARGS+=  -DOSHU_SKINS="minimal"
 .include "../../devel/pango/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../graphics/SDL2_image/buildlink3.mk"
-.include "../../multimedia/ffmpeg4/buildlink3.mk"
+.include "../../multimedia/ffmpeg5/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/games/oshu/distinfo
diff -u pkgsrc/games/oshu/distinfo:1.4 pkgsrc/games/oshu/distinfo:1.5
--- pkgsrc/games/oshu/distinfo:1.4      Tue Oct 26 10:44:19 2021
+++ pkgsrc/games/oshu/distinfo  Sun May 15 17:12:25 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:44:19 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/05/15 17:12:25 nia Exp $
 
-BLAKE2s (oshu-2.0.1.tar.gz) = 29b96804f3498cfd02c517b12f27442396834126dcb1d2bf894e629ce38857c6
-SHA512 (oshu-2.0.1.tar.gz) = 65768b3d8e7733464f05a19bbee594c0be728267bbd0667bc0f34e0d01a39e52d4ecce89a9223f7c454d73b21bc735401e9d83eea8b0a2eaf1c7825a3bd6b1cf
-Size (oshu-2.0.1.tar.gz) = 144900 bytes
+BLAKE2s (oshu-2.0.2.tar.gz) = 851bb4af285bdb66d093ac136491c57f1222fe65a128b51a8dcfc18ebbcc61a8
+SHA512 (oshu-2.0.2.tar.gz) = e881e9429cebaf74337e55e7fa5445d992627d7616088f15abfafa2c125e1ff057a5b0f39ee4a1d1728c310728a8590e65286b9a0f81dca1f8963b2943fba596
+Size (oshu-2.0.2.tar.gz) = 146109 bytes



Home | Main Index | Thread Index | Old Index