forked from pool/sc-controller
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 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.2.tar.gz
Normal file
3
sc-controller-0.5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17f2b47b188f24ebd8fa970e812d9159f61e5df2f63e3e54432433ec6297fbdd
|
||||
size 1816840
|
||||
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
@@ -14,7 +39,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
|
||||
* Changes to AppImage workflow
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 26 16:26:23 UTC 2023 - Jannik Seiler <seil0@mosad.xyz>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: sc-controller
|
||||
Version: 0.4.8.13
|
||||
Version: 0.5.2
|
||||
Release: 0
|
||||
Summary: User-mode driver and GTK3-based GUI for the Steam Controller
|
||||
License: GPL-2.0-only
|
||||
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
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
@@ -36,6 +36,8 @@ BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: pkgconfig(udev)
|
||||
Requires: python3-evdev
|
||||
Requires: python3-gobject-Gdk
|
||||
Requires: python3-ioctl-opt
|
||||
Requires: python3-libusb1
|
||||
Requires: python3-pycairo
|
||||
Requires: python3-pylibacl
|
||||
Requires: python3-setuptools
|
||||
|
||||
Reference in New Issue
Block a user