Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / openh264
Commits: f9ffc3c4 by Daniel Bermond at 2026-02-15T12:20:08-03:00 upgpkg: 2.6.0-2: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,12 +1,14 @@ pkgbase = openh264 pkgdesc = H.264 encoder and decoder pkgver = 2.6.0 - pkgrel = 1 + pkgrel = 2 url = https://www.openh264.org/ arch = x86_64 license = BSD-2-Clause makedepends = nasm - depends = gcc-libs + depends = glibc + depends = libgcc + depends = libstdc++ provides = libopenh264.so source = https://github.com/cisco/openh264/archive/v2.6.0/openh264-2.6.0.tar.gz source = https://github.com/google/googletest/archive/release-1.8.1/googletest-1.8.1.tar.gz ===================================== PKGBUILD ===================================== @@ -3,15 +3,19 @@ pkgname=openh264 pkgver=2.6.0 -pkgrel=1 +pkgrel=2 # https://github.com/cisco/openh264/blob/v2.6.0/Makefile#L33 _gtestver=1.8.1 pkgdesc='H.264 encoder and decoder' arch=('x86_64') url='https://www.openh264.org/' license=('BSD-2-Clause') -depends=('gcc-libs') -makedepends=('nasm') +depends=( + 'glibc' + 'libgcc' + 'libstdc++') +makedepends=( + 'nasm') provides=('libopenh264.so') source=("https://github.com/cisco/openh264/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz" "https://github.com/google/googletest/archive/release-${_gtestver}/googletest-${_gtestver}.tar.gz") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/openh264/-/commit/f9ffc3c4633785ccf6177c7463ad2acd9afcd370 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/openh264/-/commit/f9ffc3c4633785ccf6177c7463ad2acd9afcd370 You're receiving this email because of your account on gitlab.archlinux.org.
