File tree Expand file tree Collapse file tree 1 file changed +25
-19
lines changed
Expand file tree Collapse file tree 1 file changed +25
-19
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ runtime-version: &runtime-version "6.7"
44sdk : org.kde.Sdk
55command : /app/bin/es-de
66
7+ add-extensions :
8+ org.freedesktop.Platform.ffmpeg-full :
9+ directory : lib/ffmpeg
10+ add-ld-path : .
11+ version : *runtime-version
12+ cleanup-commands :
13+ - mkdir -p ${FLATPAK_DEST}/lib/ffmpeg
14+
715cleanup :
816 - /include
917 - /share/ffmpeg
@@ -71,26 +79,24 @@ modules:
7179 type : anitya
7280 project-id : 3728
7381 url-template : https://github.com/zeux/pugixml/releases/download/v$version/pugixml-$version.tar.gz
74-
75- # https://gitlab.com/es-de/emulationstation-de
7682
77- - name : ffmpeg
78- config-opts :
79- - --disable-static
80- - --disable-programs
81- - --disable-doc
82- - --enable-gpl
83- - --enable-shared
84- - --enable-libvorbis
85- - --enable-libopus
86- - --enable-libvpx
87- - --enable-postproc
88- sources :
89- - type : git
90- url : https://github.com/FFmpeg/FFmpeg.git
91- tag : n7.1
92- # tag: n6.1 # Working but got weird video issues (speedup, glitching)
93- # tag: n5.1.6 # Not working on flatpak KDE runtime 6.7
83+ # - name: ffmpeg
84+ # config-opts:
85+ # - --disable-static
86+ # - --disable-programs
87+ # - --disable-doc
88+ # - --enable-gpl
89+ # - --enable-shared
90+ # - --enable-libvorbis
91+ # - --enable-libopus
92+ # - --enable-libvpx
93+ # - --enable-postproc
94+ # sources:
95+ # - type: git
96+ # url: https://github.com/FFmpeg/FFmpeg.git
97+ # # tag: n7.1 # Not working on flatpak KDE runtime 6.7
98+ # tag: n6.1 # Working but got weird video issues (speedup, glitching)
99+ # #tag: n5.1.6 # Not working on flatpak KDE runtime 6.7
94100
95101 - name : freeimage
96102 no-autogen : true
You can’t perform that action at this time.
0 commit comments