Mon, 17 Feb 2025 01:25:59 UTC | login

Information for build surgescript-0.5.4.4-1.fc33

ID158037
Package Namesurgescript
Version0.5.4.4
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/surgescript.git#d6cdd90452aced63bc1aa8acf4f9716d2376974d
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
StartedFri, 08 May 2020 14:46:52 UTC
CompletedFri, 08 May 2020 15:13:33 UTC
Taskbuild (f33, /rpms/surgescript.git:d6cdd90452aced63bc1aa8acf4f9716d2376974d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/surgescript.git#d6cdd90452aced63bc1aa8acf4f9716d2376974d'}}
Tags
f33
RPMs
src
surgescript-0.5.4.4-1.fc33.src.rpm (info) (download)
riscv64
surgescript-0.5.4.4-1.fc33.riscv64.rpm (info) (download)
surgescript-devel-0.5.4.4-1.fc33.riscv64.rpm (info) (download)
surgescript-static-0.5.4.4-1.fc33.riscv64.rpm (info) (download)
surgescript-debuginfo-0.5.4.4-1.fc33.riscv64.rpm (info) (download)
surgescript-debugsource-0.5.4.4-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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