An open API service indexing awesome lists of open source software.

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

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.