forked from pool/sc-controller
Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ad49d61fcb | |||
|
|
01461719bc | ||
| 5caca308d0 | |||
|
|
a9d24aac91 | ||
| f86f98c7e0 | |||
|
|
14b4f81995 | ||
| 0d70dc4f7a | |||
|
|
6e7e9773e6 | ||
| 05544d86ca | |||
|
|
d0b995850a | ||
| d06b29da09 | |||
|
|
04f753d3bc |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6abd212b1168cbf7008623a447c12ad57c56d7cf876cc57cf51f8f9f54852798
|
|
||||||
size 2570335
|
|
||||||
3
sc-controller-0.5.5.tar.gz
Normal file
3
sc-controller-0.5.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b6dbbec8d03190a94015ad44d0a3d1b922cd3f273ca19485f25ec91fcb64425f
|
||||||
|
size 1819098
|
||||||
@@ -1,3 +1,47 @@
|
|||||||
|
Thu Dec 18 15:12:00 UTC 2025 - Armin Seuchter <a.seuchter@gmail.com>
|
||||||
|
|
||||||
|
- Update to 0.5.5
|
||||||
|
* Add option to run scc-daemon in foreground
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 08 15:00:00 UTC 2025 - Armin Seuchter <a.seuchter@gmail.com>
|
||||||
|
|
||||||
|
- Update to 0.5.4
|
||||||
|
* Re-release with fixed CI to get prebuilt binaries
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 18 14:56:56 UTC 2025 - Armin Seuchter <a.seuchter@gmail.com>
|
||||||
|
|
||||||
|
- Update to 0.5.3
|
||||||
|
* Ensure files are always closed
|
||||||
|
* Fix DualSense controllers
|
||||||
|
* Attempt to fix the gtk-layer-shell crash bug
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 23 13:57:58 UTC 2025 - Jannik Seiler <seil0@mosad.xyz>
|
||||||
|
|
||||||
|
- Update to 0.5.2
|
||||||
|
* Migrate from evdevice.fn to evdevice.path by @lunegh in #75
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 8 18:52:59 UTC 2025 - Jannik Seiler <seil0@mosad.xyz>
|
||||||
|
|
||||||
|
- Update to 0.5.1
|
||||||
|
* Fixed inability to use trackball mode on Steam Deck by @Kitsumi in #70
|
||||||
|
* Use tomllib rather than toml by @chewi in #71
|
||||||
|
* Fix evdev .fn removal mentioned in #74
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 18 22:07:17 UTC 2025 - Jannik Seiler <seil0@mosad.xyz>
|
||||||
|
|
||||||
|
- Update to 0.5.0
|
||||||
|
* Removed support for Python 3.9
|
||||||
|
* chore: add dependency ioctl-opt by @git-developer in #28
|
||||||
|
* Fix loading of libudev by @git-developer in #31
|
||||||
|
* Fix return code when subprocess fails by @git-developer in #33
|
||||||
|
* Fix the build of v0.4.9.3 by @git-developer in #37
|
||||||
|
* Set DAEMON_VERSION from git metadata by @git-developer in #30
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 30 15:38:57 UTC 2024 - Jannik Seiler <seil0@mosad.xyz>
|
Tue Jan 30 15:38:57 UTC 2024 - Jannik Seiler <seil0@mosad.xyz>
|
||||||
|
|
||||||
@@ -14,7 +58,6 @@ Tue Jan 30 15:38:57 UTC 2024 - Jannik Seiler <seil0@mosad.xyz>
|
|||||||
* Removed cpp namespace prefixes from cemuhook_server c code. Contribution by Christian
|
* Removed cpp namespace prefixes from cemuhook_server c code. Contribution by Christian
|
||||||
* Changes to AppImage workflow
|
* Changes to AppImage workflow
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 26 16:26:23 UTC 2023 - Jannik Seiler <seil0@mosad.xyz>
|
Fri May 26 16:26:23 UTC 2023 - Jannik Seiler <seil0@mosad.xyz>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sc-controller
|
# spec file for package sc-controller
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sc-controller
|
Name: sc-controller
|
||||||
Version: 0.4.8.13
|
Version: 0.5.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: User-mode driver and GTK3-based GUI for the Steam Controller
|
Summary: User-mode driver and GTK3-based GUI for the Steam Controller
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Hardware/Joystick
|
Group: Hardware/Joystick
|
||||||
URL: https://github.com/Ryochan7/sc-controller
|
URL: https://github.com/C0rn3j/sc-controller
|
||||||
Source: %{URL}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: %{URL}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -36,6 +36,8 @@ BuildRequires: pkgconfig(python3)
|
|||||||
BuildRequires: pkgconfig(udev)
|
BuildRequires: pkgconfig(udev)
|
||||||
Requires: python3-evdev
|
Requires: python3-evdev
|
||||||
Requires: python3-gobject-Gdk
|
Requires: python3-gobject-Gdk
|
||||||
|
Requires: python3-ioctl-opt
|
||||||
|
Requires: python3-libusb1
|
||||||
Requires: python3-pycairo
|
Requires: python3-pycairo
|
||||||
Requires: python3-pylibacl
|
Requires: python3-pylibacl
|
||||||
Requires: python3-setuptools
|
Requires: python3-setuptools
|
||||||
|
|||||||
Reference in New Issue
Block a user