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: Tue Mar 5 10:45:38 UTC 2019
Modified Files:
pkgsrc/games/easyrpg-player: Makefile distinfo options.mk
pkgsrc/games/liblcf: Makefile PLIST distinfo
Log Message:
easyrpg-player/liblcf: Update to 0.6.0
Many fixes and improvements have been made. An in-depth report of the
changes is available here:
https://blog.easyrpg.org/2019/03/easyrpg-player-0-6-0-preemptive-attack/
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/easyrpg-player/Makefile \
pkgsrc/games/easyrpg-player/distinfo \
pkgsrc/games/easyrpg-player/options.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/liblcf/Makefile \
pkgsrc/games/liblcf/PLIST pkgsrc/games/liblcf/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/easyrpg-player/Makefile
diff -u pkgsrc/games/easyrpg-player/Makefile:1.1 pkgsrc/games/easyrpg-player/Makefile:1.2
--- pkgsrc/games/easyrpg-player/Makefile:1.1 Fri Dec 21 16:57:35 2018
+++ pkgsrc/games/easyrpg-player/Makefile Tue Mar 5 10:45:38 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/12/21 16:57:35 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/03/05 10:45:38 nia Exp $
-DISTNAME= easyrpg-player-0.5.4
+DISTNAME= easyrpg-player-0.6.0
CATEGORIES= games
MASTER_SITES= https://easyrpg.org/downloads/player/
Index: pkgsrc/games/easyrpg-player/distinfo
diff -u pkgsrc/games/easyrpg-player/distinfo:1.1 pkgsrc/games/easyrpg-player/distinfo:1.2
--- pkgsrc/games/easyrpg-player/distinfo:1.1 Fri Dec 21 16:57:35 2018
+++ pkgsrc/games/easyrpg-player/distinfo Tue Mar 5 10:45:38 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/12/21 16:57:35 nia Exp $
+$NetBSD: distinfo,v 1.2 2019/03/05 10:45:38 nia Exp $
-SHA1 (easyrpg-player-0.5.4.tar.gz) = f22fe7b9953b4dfb99ea652b347d1c24c1ee1020
-RMD160 (easyrpg-player-0.5.4.tar.gz) = 9fd51f402e4dbf27227111e13f25e89f230cad1c
-SHA512 (easyrpg-player-0.5.4.tar.gz) = 7a51b5ce1638eb33788d696ae82e6625d562ad53d63e17e151f74bae80073ce9c7ce5ef80ef2ba135e2b82edd73c8de52bccc68ff8ee30d1aed71c35e8976a9b
-Size (easyrpg-player-0.5.4.tar.gz) = 5730393 bytes
+SHA1 (easyrpg-player-0.6.0.tar.gz) = 5eaa4f56a6b1cd7832c1a220e389b4f4a4466e4e
+RMD160 (easyrpg-player-0.6.0.tar.gz) = 60eed5baabc1d57ab20d25d10a48618bb882acd4
+SHA512 (easyrpg-player-0.6.0.tar.gz) = 96fa3758e1ca07a941d65600e54ff2caf8a923091662e5e557c8d9a8b77556323549464be4fd0ad5c0235f9516d0222226819dd9c90069750e8dfe4ed425d425
+Size (easyrpg-player-0.6.0.tar.gz) = 5516565 bytes
Index: pkgsrc/games/easyrpg-player/options.mk
diff -u pkgsrc/games/easyrpg-player/options.mk:1.1 pkgsrc/games/easyrpg-player/options.mk:1.2
--- pkgsrc/games/easyrpg-player/options.mk:1.1 Fri Dec 21 16:57:35 2018
+++ pkgsrc/games/easyrpg-player/options.mk Tue Mar 5 10:45:38 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2018/12/21 16:57:35 nia Exp $
+# $NetBSD: options.mk,v 1.2 2019/03/05 10:45:38 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.easyrpg-player
PKG_SUPPORTED_OPTIONS= freetype mpg123 libwildmidi vorbis opus sndfile speex
@@ -59,8 +59,8 @@ CONFIGURE_ARGS+= --without-libsndfile
.endif
.if !empty(PKG_OPTIONS:Mspeex)
-CONFIGURE_ARGS+= --with-speex
+CONFIGURE_ARGS+= --with-libspeexdsp
.include "../../audio/speexdsp/buildlink3.mk"
.else
-CONFIGURE_ARGS+= --without-speex
+CONFIGURE_ARGS+= --without-libspeexdsp
.endif
Index: pkgsrc/games/liblcf/Makefile
diff -u pkgsrc/games/liblcf/Makefile:1.1 pkgsrc/games/liblcf/Makefile:1.2
--- pkgsrc/games/liblcf/Makefile:1.1 Fri Dec 21 16:56:18 2018
+++ pkgsrc/games/liblcf/Makefile Tue Mar 5 10:45:38 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/12/21 16:56:18 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/03/05 10:45:38 nia Exp $
-DISTNAME= liblcf-0.5.4
+DISTNAME= liblcf-0.6.0
CATEGORIES= games
MASTER_SITES= https://easyrpg.org/downloads/player/
@@ -15,6 +15,7 @@ USE_TOOLS+= pkg-config gmake
USE_LANGUAGES+= c c++
USE_LIBTOOL= yes
+.include "../../databases/shared-mime-info/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/games/liblcf/PLIST
diff -u pkgsrc/games/liblcf/PLIST:1.1 pkgsrc/games/liblcf/PLIST:1.2
--- pkgsrc/games/liblcf/PLIST:1.1 Fri Dec 21 16:56:18 2018
+++ pkgsrc/games/liblcf/PLIST Tue Mar 5 10:45:38 2019
@@ -1,10 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2018/12/21 16:56:18 nia Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/03/05 10:45:38 nia Exp $
include/liblcf/command_codes.h
include/liblcf/data.h
+include/liblcf/encoder.h
include/liblcf/enum_tags.h
+include/liblcf/flag_set.h
include/liblcf/ini.h
include/liblcf/inireader.h
include/liblcf/lcf_options.h
+include/liblcf/lcf_saveopt.h
include/liblcf/ldb_chunks.h
include/liblcf/ldb_reader.h
include/liblcf/ldb_terrain_flags.h
@@ -19,6 +22,7 @@ include/liblcf/lsd_reader.h
include/liblcf/lsd_savepicture_flags.h
include/liblcf/reader_lcf.h
include/liblcf/reader_struct.h
+include/liblcf/reader_struct_impl.h
include/liblcf/reader_util.h
include/liblcf/reader_xml.h
include/liblcf/rpg_actor.h
@@ -57,11 +61,14 @@ include/liblcf/rpg_rect.h
include/liblcf/rpg_save.h
include/liblcf/rpg_saveactor.h
include/liblcf/rpg_savecommonevent.h
+include/liblcf/rpg_saveeasyrpgdata.h
include/liblcf/rpg_saveeventcommands.h
include/liblcf/rpg_saveeventdata.h
include/liblcf/rpg_saveinventory.h
include/liblcf/rpg_savemapevent.h
+include/liblcf/rpg_savemapeventbase.h
include/liblcf/rpg_savemapinfo.h
+include/liblcf/rpg_savepanorama.h
include/liblcf/rpg_savepartylocation.h
include/liblcf/rpg_savepicture.h
include/liblcf/rpg_savescreen.h
@@ -84,8 +91,12 @@ include/liblcf/rpg_troopmember.h
include/liblcf/rpg_trooppage.h
include/liblcf/rpg_trooppagecondition.h
include/liblcf/rpg_variable.h
+include/liblcf/scope_guard.h
include/liblcf/writer_lcf.h
include/liblcf/writer_xml.h
+lib/cmake/liblcf/FindEXPAT.cmake
+lib/cmake/liblcf/FindICU.cmake
lib/cmake/liblcf/liblcf-config.cmake
lib/liblcf.la
lib/pkgconfig/liblcf.pc
+share/mime/packages/liblcf.xml
Index: pkgsrc/games/liblcf/distinfo
diff -u pkgsrc/games/liblcf/distinfo:1.1 pkgsrc/games/liblcf/distinfo:1.2
--- pkgsrc/games/liblcf/distinfo:1.1 Fri Dec 21 16:56:18 2018
+++ pkgsrc/games/liblcf/distinfo Tue Mar 5 10:45:38 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/12/21 16:56:18 nia Exp $
+$NetBSD: distinfo,v 1.2 2019/03/05 10:45:38 nia Exp $
-SHA1 (liblcf-0.5.4.tar.gz) = e6cdb7c02c0502391053be6a067ca5a2e362b14a
-RMD160 (liblcf-0.5.4.tar.gz) = 65178853052cadf5939d0b893368d4f4f03f1975
-SHA512 (liblcf-0.5.4.tar.gz) = 466908464a1c1fc3ea83eb7a22e3c01b5de32603f0f190d71f41a4b8ee35705a269fc4bbfa15d8ce74f1111d09b7854cde616cd6e9d1eaf629338c36609599d6
-Size (liblcf-0.5.4.tar.gz) = 556559 bytes
+SHA1 (liblcf-0.6.0.tar.gz) = be0cd84ad2cee8e32c6618aa25e1e42a201c5a01
+RMD160 (liblcf-0.6.0.tar.gz) = 4b9945ac5f00f7fb27155e3add0e3f3741b48e72
+SHA512 (liblcf-0.6.0.tar.gz) = 565ac006fa1de25760a761fbf2e08fadd0c893b52c39aafa646258ea9280c64737620a4cb20f2331f52c6619c6949ce058aa45d62240b67248340248ead17f8b
+Size (liblcf-0.6.0.tar.gz) = 584487 bytes
Home |
Main Index |
Thread Index |
Old Index