Page MenuHomeSolus

D3739.id10027.diff
No OneTemporary

D3739.id10027.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,27 @@
+name : m64py
+version : 0.2.4
+release : 1
+source :
+ - https://github.com/mupen64plus/mupen64plus-ui-python/archive/0.2.4.tar.gz : e233e0356ecc1e60bf615808547b8b79b458b49174f0f9d4089b48ad1b49a02f
+license :
+ - BSD-3-Clause #loader.py
+ - CC-BY-SA-3.0 #Mupen64plus logo, Python snake logo, Controller image
+ - GPL-2.0-or-later #joystick.py
+ - GPL-3.0-or-later #m64py
+ - Public Domain #Icons
+
+component : games.emulator
+summary : Qt5 front-end for Mupen64Plus
+description: |
+ M64Py is a Qt5 front-end (GUI) for Mupen64Plus, a cross-platform plugin-based Nintendo 64 emulator. Front-end is written in Python and it provides a user-friendly interface over the Mupen64Plus shared library.
+builddeps :
+ - python-qtpy
+ - python-sdl2
+rundeps :
+ - mupen64plus
+ - python-qtpy
+ - python-sdl2
+build : |
+ %python3_setup
+install : |
+ %python3_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,137 @@
+<PISI>
+ <Source>
+ <Name>m64py</Name>
+ <Packager>
+ <Name>Thomas Staudinger</Name>
+ <Email>staudi.kaos@gmail.com</Email>
+ </Packager>
+ <License>BSD-3-Clause</License>
+ <License>CC-BY-SA-3.0</License>
+ <License>GPL-2.0-or-later</License>
+ <License>GPL-3.0-or-later</License>
+ <License>Public Domain</License>
+ <PartOf>games.emulator</PartOf>
+ <Summary xml:lang="en">Qt5 front-end for Mupen64Plus</Summary>
+ <Description xml:lang="en">M64Py is a Qt5 front-end (GUI) for Mupen64Plus, a cross-platform plugin-based Nintendo 64 emulator. Front-end is written in Python and it provides a user-friendly interface over the Mupen64Plus shared library.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>m64py</Name>
+ <Summary xml:lang="en">Qt5 front-end for Mupen64Plus</Summary>
+ <Description xml:lang="en">M64Py is a Qt5 front-end (GUI) for Mupen64Plus, a cross-platform plugin-based Nintendo 64 emulator. Front-end is written in Python and it provides a user-friendly interface over the Mupen64Plus shared library.
+</Description>
+ <PartOf>games.emulator</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/m64py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py-0.2.4-py3.6.egg-info</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/__pycache__/archive.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/__pycache__/loader.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/__pycache__/opts.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/__pycache__/platform.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/__pycache__/screensaver.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/__pycache__/utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/archive.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/core/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/core/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/core/__pycache__/config.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/core/__pycache__/core.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/core/__pycache__/defs.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/core/__pycache__/vidext.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/core/config.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/core/core.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/core/defs.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/core/vidext.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__pycache__/cheat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__pycache__/dialogs.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__pycache__/glwidget.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__pycache__/input.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__pycache__/joystick.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__pycache__/keycodes.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__pycache__/keymap.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__pycache__/log.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__pycache__/mainwindow.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__pycache__/plugin.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__pycache__/recentfiles.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__pycache__/rominfo.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__pycache__/romlist.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__pycache__/romreader.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__pycache__/settings.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/__pycache__/worker.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/cheat.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/dialogs.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/glwidget.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/input.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/joystick.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/keycodes.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/keymap.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/log.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/mainwindow.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/plugin.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/recentfiles.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/rominfo.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/romlist.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/romreader.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/settings.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/frontend/worker.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/loader.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/opts.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/platform.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/screensaver.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/about_ui.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/archive_ui.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/cheat_ui.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/choices_ui.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/i18n_rc.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/icons_rc.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/images_rc.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/imageview.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/input_ui.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/inputbutton.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/license_ui.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/logview_ui.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/mainwindow_ui.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/plugin_ui.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/romlist_ui.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/settings_ui.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/snapshot_rc.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/__pycache__/title_rc.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/about_ui.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/archive_ui.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/cheat_ui.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/choices_ui.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/i18n_rc.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/icons_rc.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/images_rc.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/imageview.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/input_ui.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/inputbutton.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/license_ui.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/logview_ui.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/mainwindow_ui.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/plugin_ui.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/romlist_ui.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/settings_ui.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/snapshot_rc.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/ui/title_rc.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/m64py/utils.py</Path>
+ <Path fileType="data">/usr/share/applications/m64py.desktop</Path>
+ <Path fileType="data">/usr/share/pixmaps/m64py.png</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-09-22</Date>
+ <Version>0.2.4</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Thomas Staudinger</Name>
+ <Email>staudi.kaos@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 30 2023, 1:16 PM (10 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5843071
Default Alt Text
D3739.id10027.diff (13 KB)

Event Timeline