Skip to content

Commit

Permalink
flatpak: Update ffmpeg to 6.1 (#235)
Browse files Browse the repository at this point in the history
* flatpak: Update ffmpeg to 6.1

* Enable flatpak cache
  • Loading branch information
xfangfang authored Nov 13, 2023
1 parent 52888bd commit a321151
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
14 changes: 5 additions & 9 deletions .flatpak-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ modules:
- /lib/pkgconfig
- /share/ffmpeg/examples
config-opts:
- '--disable-debug'
- '--enable-shared'
- '--disable-static'
- '--enable-gnutls'
Expand All @@ -106,8 +107,8 @@ modules:
- '--enable-libwebp'
sources:
- type: archive
url: 'https://ffmpeg.org/releases/ffmpeg-6.0.tar.gz'
sha256: 'f4ccf961403752c93961927715f524576d1f4dd02cd76d8c76aed3bbe6686656'
url: 'https://ffmpeg.org/releases/ffmpeg-6.1.tar.gz'
sha256: '938dd778baa04d353163ca5cb06c909c918850055f549205b29b1224e45a5316'

- name: libass
cleanup:
Expand Down Expand Up @@ -141,10 +142,5 @@ modules:
cleanup: [ /share, /bin, /include ]
sources:
- type: archive
url: https://github.com/webmproject/libwebp/archive/refs/tags/v1.3.0.tar.gz
sha256: dc9860d3fe06013266c237959e1416b71c63b36f343aae1d65ea9c94832630e1
x-checker-data:
type: anitya
project-id: 1761
url-template: https://github.com/webmproject/libwebp/archive/refs/tags/v$version.tar.gz
is-important: true
url: https://github.com/webmproject/libwebp/archive/refs/tags/v1.3.2.tar.gz
sha256: c2c2f521fa468e3c5949ab698c2da410f5dce1c5e99f5ad9e70e0e8446b86505
12 changes: 2 additions & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,20 +420,12 @@ jobs:
with:
platforms: arm64

- name: Cache
id: cache
if: matrix.arch == 'x86_64' || ( matrix.arch == 'aarch64' && github.event.inputs.arm_flatpak == 'true')
uses: actions/cache@v3
with:
path: .flatpak-builder
key: wiliwili-flatpak-${{ matrix.driver }}-${{ hashFiles('.flatpak-manifest.yml') }}-${{ matrix.arch }}

- uses: flatpak/flatpak-github-actions/[email protected]
- uses: flatpak/flatpak-github-actions/[email protected]
if: matrix.arch == 'x86_64' || ( matrix.arch == 'aarch64' && github.event.inputs.arm_flatpak == 'true')
with:
bundle: ${{ steps.dep.outputs.FLATPAK_NAME }}
manifest-path: .flatpak-manifest.yml
cache: false
cache-key: flatpak-builder-${{ matrix.driver }}-${{ hashFiles('.flatpak-manifest.yml') }}
verbose: true
arch: ${{ matrix.arch }}

Expand Down

0 comments on commit a321151

Please sign in to comment.