Tue, 19 Nov 2024 05:40:23 UTC | login

Information for build surgescript-0.5.4.4-3.fc33

ID178234
Package Namesurgescript
Version0.5.4.4
Release3.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/surgescript.git#a78bcd2abc3ad794223d2647d64ca0568cd26baf
SummaryA scripting language for games
DescriptionSurgeScript is a scripting language for games. It has been designed with the specific needs of games in mind. Its features include: - The state-machine pattern: objects are state machines, making it easy to create in-game entities - The composition approach: you may design complex objects and behaviors by means of composition - The hierarchy system: objects have a parent and may have children, in a tree-like structure - The game loop: it's defined implicitly - Automatic garbage collection, object tagging and more! SurgeScript is meant to be used in games and in interactive applications. It's easy to integrate it into existing code, it's easy to extend, it features a C-like syntax, and it's free and open-source software. SurgeScript has been designed based on the experience of its developer dealing with game engines, applications related to computer graphics and so on. Some of the best practices have been incorporated into the language itself, making things really easy for developers and modders.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 15:06:59 UTC
CompletedThu, 13 Aug 2020 15:31:48 UTC
Taskbuild (f33, /rpms/surgescript.git:a78bcd2abc3ad794223d2647d64ca0568cd26baf)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/surgescript.git#a78bcd2abc3ad794223d2647d64ca0568cd26baf'}}
Tags
f33
RPMs
src
surgescript-0.5.4.4-3.fc33.src.rpm (info) (download)
riscv64
surgescript-0.5.4.4-3.fc33.riscv64.rpm (info) (download)
surgescript-devel-0.5.4.4-3.fc33.riscv64.rpm (info) (download)
surgescript-static-0.5.4.4-3.fc33.riscv64.rpm (info) (download)
surgescript-debuginfo-0.5.4.4-3.fc33.riscv64.rpm (info) (download)
surgescript-debugsource-0.5.4.4-3.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Jul 29 2020 Artur Iwicki <fedora@svgames.pl> - 0.5.4.4-3 - Update spec to work properly with CMake out-of-source builds * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Apr 16 2020 Artur Iwicki <fedora@svgames.pl> - 0.5.4.4-1 - Update to upstream release v.0.5.4.4 - Remove the /lib -> /lib64 shenanigans from %prep (issue solved upstream) * Mon Apr 13 2020 Artur Iwicki <fedora@svgames.pl> - 0.5.4.3-3 - Fix the License: tag - Fix pkgconfig files having /lib hardcoded * Mon Apr 13 2020 Artur Iwicki <fedora@svgames.pl> - 0.5.4.3-1 - Initial packaging