https://github.com/projectsynchro/copr-lsfg-vk-git
Copr repository for COPR repo for https://github.com/PancakeTAS/lsfg-vk, commits are fetched every hour.
https://github.com/projectsynchro/copr-lsfg-vk-git
Last synced: 10 months ago
JSON representation
Copr repository for COPR repo for https://github.com/PancakeTAS/lsfg-vk, commits are fetched every hour.
- Host: GitHub
- URL: https://github.com/projectsynchro/copr-lsfg-vk-git
- Owner: ProjectSynchro
- License: mit
- Created: 2025-07-14T21:02:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-30T16:07:51.000Z (10 months ago)
- Last Synced: 2025-07-30T18:54:17.532Z (10 months ago)
- Homepage: https://copr.fedorainfracloud.org/coprs/jackgreiner/lsfg-vk-git
- Size: 53.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Copr repository for COPR repo for https://github.com/PancakeTAS/lsfg-vk, commits are fetched every hour.
The packages in this repo should work on Fedora 41+.
See the COPR page here: https://copr.fedorainfracloud.org/coprs/jackgreiner/lsfg-vk-git
## Installation
Activate the repo with `sudo dnf copr enable jackgreiner/lsfg-vk-git`.
Install the package with `sudo dnf install lsfg-vk`
To revert this, remove the package with `sudo dnf remove lsfg-vk` and remove the copr repository with `sudo dnf copr remove jackgreiner/lsfg-vk-git`.
For more info about setting this up for your usecase, see the upstream Wiki here: https://github.com/PancakeTAS/lsfg-vk/wiki
### You will need to own Lossless Scaling on Steam and have it installed for this to work.
## Issues
Feel free to open issues when there are build issues I haven't fixed for a few days: https://github.com/ProjectSynchro/copr-lsfg-vk-git/issues
If you'd like me to attempt to package this for other RPM based distros like SUSE, open an issue and I'll see what I can do :)
## Testing
To test build this package locally using `fedpkg`, follow these steps:
1. Install `fedpkg`:
```sh
sudo dnf install fedpkg
```
3. Prepare the sources:
```sh
fedpkg prep
```
4. Build the package:
```sh
fedpkg local
```
This will create the RPM packages in the `x86_64` (or whatever arch you are building this package for) directory under the current working directory.