GitXplorerGitXplorer
c

flatpak-modules

public
3 stars
1 forks
2 issues

Commits

List of commits on branch master.
Unverified
35e8b84c40566d4eceee3050d81f13e273a1a6c9

Improve cleanup

ccasept committed 8 years ago
Unverified
32c62883422576ca7d6b5d1c7effe681b41d5c12

Add cleanup to libopus

ccasept committed 8 years ago
Unverified
c57f5918e3d4c6dcc706d1f583a34e9f3563b2ec

Add cleanup to fribidi

ccasept committed 8 years ago
Unverified
a47e251156c589cfdea1741c43e58cec3040be5b

Add cleanup to libass

ccasept committed 8 years ago
Unverified
9654072565b78cf4dd6ead8eca942a11466283b4

Add cleanup to libmp3lame

ccasept committed 8 years ago
Unverified
c0997c04b80dfd738142f61d7555f07094da779f

Add cleanup to x265

ccasept committed 8 years ago

README

The README file for this repository.

A bunch of modules for inclusion in flatpak build recipes

Note

This repo is only compatible with flatpak-builder 0.9.3 and later due to some backwards-incompatible changes.

How to use

Just add this repo as a submodule:

git submodule add https://github.com/casept/flatpak-modules.git modules     
git submodule init         
git submodule update        

And add whichever module you need to your main .json under the modules key, for example:

"modules": [
  "modules/ffmpeg-3.2.4.json",    
  your-own-stuff-here

will add FFMPEG as a module.