Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suyu: Add at 0.0.1 #5

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/s/suyu/abi_libs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
suyu
suyu-cmd
2 changes: 2 additions & 0 deletions packages/s/suyu/abi_symbols
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
suyu:main
suyu-cmd:main
26 changes: 26 additions & 0 deletions packages/s/suyu/abi_used_libs
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
UNKNOWN
ld-linux-x86-64.so.2
libQt5Core.so.5
libQt5DBus.so.5
libQt5Gui.so.5
libQt5Multimedia.so.5
libQt5Widgets.so.5
libSDL2-2.0.so.0
libavcodec.so.60
libavutil.so.58
libboost_context.so.1.83.0
libc.so.6
libcrypto.so.3
libcubeb.so.0
libenet.so.7
libfmt.so.10
libgcc_s.so.1
liblz4.so.1
libm.so.6
libopus.so.0
libssl.so.3
libstdc++.so.6
libusb-1.0.so.0
libva.so.2
libz.so.1
libzstd.so.1
2,155 changes: 2,155 additions & 0 deletions packages/s/suyu/abi_used_symbols

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions packages/s/suyu/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name : suyu
version : 0.0.1
release : 1
source :
- git|https://git.suyu.dev/suyu/suyu.git : v0.0.1
homepage : https://suyu.dev
license : GPL-3.0-or-later
component : games.emulator
summary : A fully open-source Nintendo Switch emulator
description: |
A fully open-source Nintendo Switch emulator
builddeps :
- pkgconfig(Qt5Multimedia)
- pkgconfig(fmt)
- pkgconfig(gamemode)
- pkgconfig(glu)
- pkgconfig(libavcodec)
- pkgconfig(libenet)
- pkgconfig(liblz4)
- pkgconfig(libusb-1.0)
- pkgconfig(libva)
- pkgconfig(libzstd)
- pkgconfig(opus)
- pkgconfig(sdl2)
- pkgconfig(x11)
- cubeb-devel
- glslang-devel
- libboost-devel
- nlohmann-json
setup : |
%cmake_ninja \
-DBUILD_TAG=$version \
-DSUYU_DOWNLOAD_ANDROID_VVL=OFF \
-DSUYU_TESTS=OFF \
-DSUYU_USE_BUNDLED_SDL2=OFF \
-DSUYU_USE_EXTERNAL_SDL2=OFF \
-DTITLE_BAR_FORMAT_IDLE="suyu | $version {}" \
-DTITLE_BAR_FORMAT_RUNNING="suyu | $version | {}"
build : |
%ninja_build
install : |
%ninja_install
41 changes: 41 additions & 0 deletions packages/s/suyu/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<PISI>
<Source>
<Name>suyu</Name>
<Homepage>https://suyu.dev</Homepage>
<Packager>
<Name>Muhammad Alfi Syahrin</Name>
<Email>[email protected]</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>games.emulator</PartOf>
<Summary xml:lang="en">A fully open-source Nintendo Switch emulator</Summary>
<Description xml:lang="en">A fully open-source Nintendo Switch emulator
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>suyu</Name>
<Summary xml:lang="en">A fully open-source Nintendo Switch emulator</Summary>
<Description xml:lang="en">A fully open-source Nintendo Switch emulator
</Description>
<PartOf>games.emulator</PartOf>
<Files>
<Path fileType="executable">/usr/bin/suyu</Path>
<Path fileType="executable">/usr/bin/suyu-cmd</Path>
<Path fileType="executable">/usr/bin/suyu-room</Path>
<Path fileType="data">/usr/share/applications/org.suyu_emu.suyu.desktop</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/apps/org.suyu_emu.suyu.svg</Path>
<Path fileType="data">/usr/share/metainfo/org.suyu_emu.suyu.metainfo.xml</Path>
<Path fileType="data">/usr/share/mime/packages/org.suyu_emu.suyu.xml</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-04-12</Date>
<Version>0.0.1</Version>
<Comment>Packaging update</Comment>
<Name>Muhammad Alfi Syahrin</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>