libfrei0r: 2.5.4 → 2.5.6 (#15150)

* libfrei0r -> 2.5.6 in updater-libfrei0r-2.5.6

* updater-libfrei0r-2.5.6: Package File Update Run on linux/amd64 container.

* updater-libfrei0r-2.5.6: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2026-03-25 14:58:57 +11:00
committed by GitHub
parent 2fd7de3039
commit 5830df7db5
3 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 1538135
# Total size: 1538267
/usr/local/include/frei0r.h
/usr/local/include/frei0r.hpp
/usr/local/include/frei0r/blur.h

View File

@@ -1,4 +1,4 @@
# Total size: 2374461
# Total size: 2374717
/usr/local/include/frei0r.h
/usr/local/include/frei0r.hpp
/usr/local/include/frei0r/blur.h

View File

@@ -3,7 +3,7 @@ require 'buildsystems/cmake'
class Libfrei0r < CMake
description 'Minimalistic API for a collection of free video effect plugins.'
homepage 'https://frei0r.dyne.org/'
version '2.5.4'
version '2.5.6'
license 'GPL-2'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://github.com/dyne/frei0r.git'
@@ -11,15 +11,15 @@ class Libfrei0r < CMake
binary_compression 'tar.zst'
binary_sha256({
aarch64: '7acedb2d0e857f529ce5e36aadf923b89674ffc2da37bd412f07e24acd8308ce',
armv7l: '7acedb2d0e857f529ce5e36aadf923b89674ffc2da37bd412f07e24acd8308ce',
x86_64: '8c546108bd074c5023b9068d7a83da6564028ca31cb9dba7ed6fbf007554c808'
aarch64: '1501a40474325902aa103b712eca13253e3ffe817ffe15c7fc91dbe965a707c1',
armv7l: '1501a40474325902aa103b712eca13253e3ffe817ffe15c7fc91dbe965a707c1',
x86_64: '04b4c16da5480d35cc4268e5cde4c4cb038f22aaaca05cea6f290f6d4045c56f'
})
depends_on 'cairo' # R
depends_on 'gcc_lib' # R
depends_on 'glibc' # R
depends_on 'harfbuzz' # R
depends_on 'cairo' => :library
depends_on 'gcc_lib' => :library
depends_on 'glibc' => :library
depends_on 'harfbuzz' => :library
# TODO: should we add gavl and enable this?
cmake_options '-DWITHOUT_OPENCV=ON -DWITHOUT_GAVL=ON'