1
0
forked from pool/sc-controller

6 Commits

Author SHA256 Message Date
0d70dc4f7a Accepting request 1272239 from games:tools
OBS-URL: https://build.opensuse.org/request/show/1272239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=18
2025-04-24 15:25:35 +00:00
Jannik Seiler
6e7e9773e6 - Update to 0.5.2
* Migrate from evdevice.fn to evdevice.path by @lunegh in #75

OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=45
2025-04-23 16:36:04 +00:00
05544d86ca Accepting request 1267969 from games:tools
OBS-URL: https://build.opensuse.org/request/show/1267969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=17
2025-04-11 14:46:00 +00:00
Jannik Seiler
d0b995850a - 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

OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=43
2025-04-08 18:56:58 +00:00
d06b29da09 Accepting request 1249562 from games:tools
OBS-URL: https://build.opensuse.org/request/show/1249562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=16
2025-03-03 15:43:23 +00:00
Jannik Seiler
04f753d3bc - 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
- Update to 0.4.8.13
  * Invert Gyro Roll for Steam Deck input handler
  * Fixed state handling with Steam Deck input handler
  * Changed svg_widget and osd keyboard for newer ElementTree behavior
  * Added HAS_RSTICK flag for Steam Deck module
  * Make special path for RIGHT when using Steam Deck
  * Fixed binding of ABS_X to Gyro Per Axis
  * CI and AppImage generation workflows added to project. Contribution by Christian
  * Hotfix BT controllers on SteamOS 3. Contribution by pattontim
  * Support custom UDP port. Contribution by Christian
  * Removed cpp namespace prefixes from cemuhook_server c code. Contribution by Christian
  * Changes to AppImage workflow
- Update to 0.4.8.11
  * Fixed saving previous state input object for DualSense BT connection
- Changes from 0.4.8.10
  * Added support for standard DualSense controller. Includes contributions from theY4Kman and psstoyanov
  * Use HIDRaw for DualSense Bluetooth support rather than evdev. evdev provided as backup method
  * Updated gitignore rules. Contributed by alex
  * Fixed tests showing broken Key enum deserialization. Contributed by alex
  * Added github action so that test status is visible. Contributed by alex
  * Lower LS and RS dead zones from DS5Controller reader class
  * Fixes for stick mouse support for mouse action type
  * Fixed EnumType error for AxisAction description generation. Changes in checks deprecated since Python 3.8
  * Updated EnumType checks in a few actions
  * Enabled quaternion calculations for DualSense. Needed for Gyro Tilt controls
  * Fixed file not found error with AppImage in Ubuntu 22.04 LTS
- Changes from 0.4.8.9
  * Fixed another TypeError when making X11 calls. Changed str to bytes objects
  * Updated some AppImage dependencies
- Update to 0.4.8.8
  * Merged latest changes from upstream Kozec repo. Steam Deck support added
  * Fixed AppImage build script
  * Fixed TypeError with Autoswitch Options menu item in OSD
  * Fixed RPAD icon display in main window
- Update to 0.4.8.7
  * AppImage tested on Ubuntu 22.04 LTS, Fedora 35, Fedora 33,
    Manjaro, and PopOS 21.10
  * Updated AppImage scripts for setuptools behavior changes and
    library path changes
  * Migrate setup.py script to use setuptools rather than distutils.
    Try to comply with PEP 632 regarding the deprecation of distutils
  * Fixed Turn Off Controller option for BLE connected controller.
    Contribution by labsin
  * Changed feel of rumble emulation support. Period and amplitude of
    haptics change depending on data in ff_rumble event struct.
    I find that it feels better
  * Fixed long packet support for BLE reader. 3 input packet payloads
    now work in BLE reader
  * Fixed hotplug detection for BT connected Steam Controller
  * Added report ID 3 to feature report packets to allow BLE support to
    work again. Needed to make BLE support work with later versions of BlueZ (5.64)
  * Fixes to allow Bluetooth evdev and HID controllers to appear in
    controller registration list. Contribution by chewi
  * Fixed some HID driver and evdev driver crashes. Contribution by Alastor27
  * Fixed popup positioning and layering (somewhat) on Wayland.
    Contribution by Supreeeme
  * Allow deadzone calculations for analog trigger output.
    Full usable analog trigger range
  * Fixed Mouse Region output
  * Small fixes for HID report parsing
  * Added lowercase VDF button aliases to button dictionary
  * Properly clamp rotated touchpad coordinates to s16 range
  * Use proper limits for output 360 axes
  * Add DS4 v.1 detection to ds4drv driver
  * Fix display names for mapped X and Y buttons due to busted Linux aliases
- Update to 0.4.8.6
  * Fixed initial Import Steam Profiles display list
  * Added python-vdf to AppImage build script
  * Fixed inputs tests. Contribution by rnhmjoj
  * Changed device config flags for Steam Controller to read accel 
    data from controller
  * Added Steam Controller accel data in cemuhook. Fixes controller 
    orientation in CemuHook
  * Disabled gyro action for default Desktop profile. CemuHook should 
    not be needed for the Desktop profile
- Update to 0.4.8.5
  * Fixed AttributeError problems in sccdaemon.py. Contribution by Alastor27
  * Fixed using two Steam Controllers in daemon. Contribution by berarma
  * Added toggled handler for 'Minimize to tray on start' checkbox 
    in Settings. Contribution by Alastor27
  * Fixed 'Edit Bindings' and 'Autoswitcher Options' OSD options. 
    Contribution by Supreeeme
  * Fixed importing VDFs from Steam. Contribution by Supreeeme
  * Changes to adjust mouse cursor movement based on gamepad poll rate. 
    Allows more uniform mouse cursor movement between wired and 
    wireless Steam Controllers
  * Now clear mouse cursor distance remainders when changing directions
- Update to 0.4.8.4
  * Fixes for axis detection
- Use SourceUrl instead of _service
- Updated to current git version
  * Fixed more issues related to Python 3 changes
  * BT support fixed. Contribution by claudius
  * Fixed invalid namespace issue with portions of OSD. 
    Fixed Current Binding Display portion of OSD
  * Make sure daemon socket endpoint uses read-write mode rather 
    than read-only. Contribution by aqxa1
- Updated to current git version
  * Initial Python 3 port
  * Fixed several errors discovered by pyflakes
  * Updated Linux platform SDL GameController mappings from SDL_GameControllerDB project
- Updated to current git version
  * Change decoration_layout property for GtkHeaderBar. Disable window icon.
    Removes double icon problem when run in Plasma
- Updated to current git version (Ryochan7's Python3 port)
- Set git version as version suffix
- Update to @Ryochan7 Python 3 port
- Update to version 0.4.7
  * Added option to send gyroscope data to Citra and Cemu (Cemuhook support)
  * Fixes in 0.4.7:
  * Not minimizing to tray on start
  * Issues when using stick simultaneously with lpad
  * Crash in controller registration dialog if udev device has special symbols in name (thanks @Verequies)
  * Trackball friction resets when set to zero
- Update to version 0.4.6.1
  * Backups created while converting profiles were not ignored by GUI nor when converting profiles, creating more and more backups every time application started.
  * New in 0.4.6:
  * Added support for Retroarch RemotePad protocol, which allows using mobile phone as additional controller. See this wiki page for more info.
  * Added option to use shell command as condition in modeshift (#427)
  * Fixes in 0.4.6:
  * Proton (Steam Play) crashing scc-daemon (#435)
- Fix dependencies by means of introspection (boo#1116778):
  + Add gobject-introspection BuildRequires: since the code is
    written with gobject-introspection in mind, having the BR adds
    a set of rpm provides/requires based on code inspection
  + Drop typelib-1-0-Rsvg-2_0 requires: with g-i above in place,
    this dependency is autodetected.
  + Replace python-gobject requires with python-gobject-Gdk: since
    this is a GUI tool, we need the Gdk/Gtk-part of pygobject in
    plus.
- Update to version 0.4.5
  * On-screen keyboard can be now used with DS4 gamepad
  * Improved editing profile using controller
  * Allowed SVG custom menu icons
  * Allowed displaying multiple OSD messages, with different font size and display time
  * Fixes:
  * Status icon displaying wrong application name and/or no image
  * Status icon looks bad on hidpi screens
  * With two displays, where one is rotated and other one is offseted horizontally (and Compiz is used on 3rd Friday in month while gray cat is in house), OSD menu with too many items is drawn partially off-screen
  * Bumpers swapped with bluetooth driver
  * More NixOS fixes
  
- dropped desktop-file.patch, fixed upstream
- Fixes to descriptions
- initial packaging of version 0.3.6.2

OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=41
2025-03-02 19:34:55 +00:00
4 changed files with 33 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6abd212b1168cbf7008623a447c12ad57c56d7cf876cc57cf51f8f9f54852798
size 2570335

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17f2b47b188f24ebd8fa970e812d9159f61e5df2f63e3e54432433ec6297fbdd
size 1816840

View File

@@ -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>

View File

@@ -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