-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
132 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 68 additions & 0 deletions
68
flatpak/io.itch.tx00100xt.SeriousSamClassic-VK.metainfo.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2024 Alexander Pavlov --> | ||
|
||
<component type="desktop"> | ||
<id>io.itch.tx00100xt.SeriousSamClassic-VK</id> | ||
<name>SeriousSamClassic-VK</name> | ||
<summary>SeriousSamClassic-VK is a Serious-Engine GPL source port</summary> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-2.0</project_license> | ||
|
||
<developer_name>Alexander Pavlov</developer_name> | ||
<update_contact>[email protected]</update_contact> | ||
|
||
<url type="homepage">https://github.com/tx00100xt/SeriousSamClassic-VK</url> | ||
<url type="help">https://github.com/tx00100xt/SeriousSamClassic-VK/wiki</url> | ||
<url type="bugtracker">https://github.com/tx00100xt/SeriousSamClassic-VK</url> | ||
|
||
<launchable type="desktop-id">io.itch.tx00100xt.SeriousSamClassic-VK.desktop</launchable> | ||
<launchable type="desktop-id">io.itch.tx00100xt.SeriousSamClassic-VK.SE.desktop</launchable> | ||
|
||
<description> | ||
<p>SeriousSamClassic-VK is open source game engine version developed by Croteam for Serious Sam Classic with Vulkan support(Windows, Linux, FreeBSD, Raspberry Pi OS, macOS). Based on https://github.com/sultim-t/Serious-Engine-Vk and linux port https://github.com/icculus/Serious-Engine, but it should work on (or be easily portable to) any system that supports Vulkan and SDL2. | ||
</p> | ||
<p>Note that while the Serious-Engine source code has been released under GPL, you still need to legally own the game and provide Serious Sam Classic The First Encounter and Serious Sam Classic The Second Encounter the game data to play. See the How to Install section for more information. | ||
</p> | ||
</description> | ||
|
||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://github.com/tx00100xt/SeriousSamClassic-VK/raw/main/Images/samvulkan_1.png</image> | ||
<caption>SeriousSamClassic-VK running on Linux with XPLUS Mod. Metropolis.</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://github.com/tx00100xt/SeriousSamClassic-VK/raw/main/Images/samvulkan_2.png</image> | ||
<caption>SeriousSamClassic-VK running on Linux with XPLUS Mod. Alley Of Sphinxes.</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://github.com/tx00100xt/SeriousSamClassic-VK/raw/main/Images/samvulkan_3.png</image> | ||
<caption>SeriousSamClassic-VK running on Linux with XPLUS Mod. Alley Of Sphinxes.</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://github.com/tx00100xt/SeriousSamClassic-VK/raw/main/Images/samvulkan_4.png</image> | ||
<caption>SeriousSamClassic-VK running on Linux with XPLUS Mod. Sierra de chiapas.</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://github.com/tx00100xt/SeriousSamClassic-VK/raw/main/Images/samvulkan_5.png</image> | ||
<caption>SeriousSamClassic-VK running on Linux with XPLUS Mod. Land of the Damned.</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://github.com/tx00100xt/SeriousSamClassic-VK/raw/main/Images/samvulkan_6.png</image> | ||
<caption>SeriousSamClassic-VK running on Linux with XPLUS Mod. The Grand Cathedral.</caption> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<content_rating type="oars-1.1"> | ||
<content_attribute id="violence-fantasy">moderate</content_attribute> | ||
<content_attribute id="violence-realistic">none</content_attribute> | ||
<content_attribute id="violence-bloodshed">mild</content_attribute> | ||
<content_attribute id="language-profanity">mild</content_attribute> | ||
<content_attribute id="social-chat">intense</content_attribute> | ||
</content_rating> | ||
|
||
<releases> | ||
<release version="1.10.6d" date="2024-01-17"/> | ||
</releases> | ||
|
||
</component> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
app-id: io.itch.tx00100xt.SeriousSamClassic-VK | ||
runtime: org.freedesktop.Platform | ||
sdk: org.freedesktop.Sdk | ||
runtime-version: '23.08' | ||
command: serioussam | ||
|
||
finish-args: | ||
- --socket=wayland | ||
- --socket=fallback-x11 | ||
- --device=dri | ||
- --share=ipc | ||
- --share=network | ||
- --socket=pulseaudio | ||
|
||
cleanup: | ||
- '*.la' | ||
- '*.a' | ||
|
||
modules: | ||
|
||
- name: serioussam | ||
buildsystem: cmake-ninja | ||
config-opts: | ||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo | ||
post-install: | ||
- install -Dm 644 io.itch.tx00100xt.SeriousSamClassic-VK.metainfo.xml -t /app/share/metainfo | ||
- install -Dm 644 io.itch.tx00100xt.SeriousSamClassic-VK.png -t /app/share/icons/hicolor/128x128/apps/ | ||
sources: | ||
- type: archive | ||
url: https://github.com/tx00100xt/SeriousSamClassic-VK/archive/refs/tags/1.10.6d.tar.gz | ||
sha256: 768ea6a42e6506ab4619771932032a392c6e3e64be9ecc694b02a172b767b2fa | ||
- type: patch | ||
path: 0001-CMakeLists.txt.patch | ||
- type: patch | ||
path: 0002-Engine.cpp.patch | ||
- type: patch | ||
path: 0003-desktop-file.patch | ||
- type: file | ||
path: io.itch.tx00100xt.SeriousSamClassic-VK.metainfo.xml | ||
- type: file | ||
path: io.itch.tx00100xt.SeriousSamClassic-VK.png |