Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / libilbc
Commits: 48349f57 by Daniel Bermond at 2026-02-15T13:58:12-03:00 upgpkg: 3.0.4-4: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,15 @@ pkgbase = libilbc pkgdesc = A friendly copy of the iLBC codec from the WebRTC project pkgver = 3.0.4 - pkgrel = 3 + pkgrel = 4 url = https://github.com/TimothyGu/libilbc/ arch = x86_64 license = BSD-3-Clause - makedepends = git makedepends = cmake - depends = gcc-libs + makedepends = git + depends = glibc + depends = libgcc + depends = libstdc++ source = git+https://github.com/TimothyGu/libilbc.git#tag=v3.0.4?signed source = git+https://github.com/abseil/abseil-cpp.git validpgpkeys = 9456AFC0814A8139E99483517FE6B095B582B0D4 ===================================== PKGBUILD ===================================== @@ -2,13 +2,18 @@ pkgname=libilbc pkgver=3.0.4 -pkgrel=3 +pkgrel=4 pkgdesc='A friendly copy of the iLBC codec from the WebRTC project' arch=('x86_64') url='https://github.com/TimothyGu/libilbc/' license=('BSD-3-Clause') -depends=('gcc-libs') -makedepends=('git' 'cmake') +depends=( + 'glibc' + 'libgcc' + 'libstdc++') +makedepends=( + 'cmake' + 'git') source=("git+https://github.com/TimothyGu/libilbc.git#tag=v${pkgver}?signed" 'git+https://github.com/abseil/abseil-cpp.git') validpgpkeys=('9456AFC0814A8139E99483517FE6B095B582B0D4') # Timothy Gu View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libilbc/-/commit/48349f5788b222e1bfec7f16172baca42123062f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libilbc/-/commit/48349f5788b222e1bfec7f16172baca42123062f You're receiving this email because of your account on gitlab.archlinux.org.
