Code Monkey home page Code Monkey logo

flatpaks's Introduction

BurNiinTRee's flatpaks

This repository contains a bunch of flatpak manifests for programs I use that aren't on flathub or elsewhere.

Usage

Clone this repository recursively:

$ git clone --recursive https://github.com/BurNiinTRee/flatpaks

To build and install a specific flatpak, use flatpak-builder:

$ flatpak-builder build-dir --user --install <manifest>
$ # Or for subsequent builds
$ flatpak-builder --force-clean build-dir --user --install <manifest>

When prompted that some sdks or runtimes are missing, install those with

$ flatpak install <id>

There are also the build and install scripts that set up a local flatpak repo named burniintree and install stuff from there. If run without any arguments, it installs and builds all flatapks in this directory, otherwise it builds/installs only flatpaks with the given id:

$ # Install all applications
$ ./build && ./install
$ # OR install only specific flatpaks
$ ./build <manifest-path> && ./install <app-id>

REAPER

For REAPER to find plugins installed via flatpaks (those with ids org.freedesktop.LinuxAudio.Plugins.<name>) you need to add the respective LV2 (/app/extensions/Plugins/lv2/) and VST3 (/app/extensions/Plugins/vst3) paths to the REAPER settings under Preferences > Plug-ins > LV2/VST.

Pianoteq

To install Pianoteq, you need to download it seperately from Modartt's website and place the extracted archive into this folder. You might need to adapt the source entry in the manifests (com.modartt.Pianoteq.json and org.freedesktop.LinuxAudio.Plugins.Pianoteq.json) or rename the extracted folder to match.

For the standalone application you also need to provide an icon as com.modartt.Pianoteq.png. I use the v7-logo-black.png from the presskit, which I extended to be 512 by 512 pixels. If you choose a different size, you need to adapt the icon folder in the manifest.

I don't know how copyright in regards to logos is typically handled, so I've elected not to include any

Copying

I have no idea what license flatpak manifests are typically distributed as. If you have any suggestions, please let me know.

flatpaks's People

Contributors

burniintree avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.