https://github.com/korewachino/bitwig-studio-rpm
RPM Specs for Bitwig Studio
https://github.com/korewachino/bitwig-studio-rpm
Last synced: 4 months ago
JSON representation
RPM Specs for Bitwig Studio
- Host: GitHub
- URL: https://github.com/korewachino/bitwig-studio-rpm
- Owner: korewaChino
- License: mit
- Created: 2021-12-15T12:01:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T12:13:18.000Z (over 3 years ago)
- Last Synced: 2025-01-10T03:11:31.493Z (5 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPM meta-spec for Bitwig Studio
This spec file builds an RPM package for Bitwig Studio by unpacking the Debian package, and then properly packaging the binaries, made for you in case you don't like the Flatpak version.The spec file also supports patching the binary with a cracked version of the JAR file by adding the `--with filthy_pirate` to the rpmbuild process, and adding a `bitwig-patched.jar` to the source directory (~/rpmbuild/SOURCES) (bring your own JAR file becuase I don't condone piracy).
## Building the RPM
Make sure you have the packages necessary to build the RPM:
```
sudo dnf install rpm-build rpmdevtools
```Then, create the `~/rpmbuild` structure if you haven't already:
```
rpmdev-setuptree
```And finally, build the RPM:
```
rpmbuild -bb bitwig-studio.spec
```
This will automatically download the original Debian package from the Bitwig website, and then rebuild it.