Thu, 25 Apr 2024 01:55:27 UTC | login

Information for build surgescript-0.5.5-1.fc33

ID192854
Package Namesurgescript
Version0.5.5
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/surgescript.git#10a642198232e432c7c0bab54ee28f0d34a334d6
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
StartedSun, 07 Feb 2021 16:54:31 UTC
CompletedSun, 07 Feb 2021 17:13:25 UTC
Taskbuild (f33, /rpms/surgescript.git:10a642198232e432c7c0bab54ee28f0d34a334d6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/surgescript.git#10a642198232e432c7c0bab54ee28f0d34a334d6'}}
Tags
f33
f37
f38
RPMs
src
surgescript-0.5.5-1.fc33.src.rpm (info) (download)
riscv64
surgescript-0.5.5-1.fc33.riscv64.rpm (info) (download)
surgescript-devel-0.5.5-1.fc33.riscv64.rpm (info) (download)
surgescript-static-0.5.5-1.fc33.riscv64.rpm (info) (download)
surgescript-debuginfo-0.5.5-1.fc33.riscv64.rpm (info) (download)
surgescript-debugsource-0.5.5-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sun Jan 24 2021 Artur Frenszek-Iwicki <fedora@svgames.pl> - 0.5.5-1 - Update to v0.5.5 * 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