Debian package environment for Lyrebird

Harry Stanton 1f604a0070 archive status -- thank you everyone 1 year ago
lyrebird 52f6814fc1 feat: fix desktop & sync with main repo 1 year ago
.gitignore ea882af09a initial commit 1 year ago
CHANGELOG.md ea882af09a initial commit 1 year ago
LICENSE ea882af09a initial commit 1 year ago
README.md 1f604a0070 archive status -- thank you everyone 1 year ago
build.sh ea882af09a initial commit 1 year ago

README.md

lyrebird-deb

Debian package environment for Lyrebird voice changer.

The code in this repo is only updated on every release, to find development builds of Lyrebird see the original repo.

Archived

As of December 2023, Lyrebird has ceased development and is now archived. Thank you to our users and contributors.

As an alternative, we recommend looking at Easy Effects.

Files

  • lyrebird/usr/bin/lyrebird - Bootstrap script that launches share/lyrebird/app.py, does not need to be modified across versions.
  • lyrebird/usr/share/applications/lyrebird.desktop - Desktop file that needs the version number incremented across versions.
  • lyrebird/usr/share/lyrebird - The main directory containing Lyrebird app code from the repo. app.py should reside in the root of this file. Be careful not to include __pycache__ directories when building a .deb.

Build

  1. Copy the essential files from the main Lyrebird repo to lyrebird/usr/share/lyrebird
  2. Read the Files section and ensure all version numbers have been updated.
  3. Place the main repo code (cleanup needed) in lyrebird/usr/share/lyrebird.
  4. Run build.sh, lyrebird.deb will be built.

Naming Scheme

lyrebird_x.x.x-x.deb