Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / baresip
Commits:
9f05bef8 by Alexander Epaneshnikov at 2024-06-27T15:59:07+03:00
add glib2-devel to makedepends
fixes #1
- - - - -
52ab7ca1 by Alexander Epaneshnikov at 2024-06-27T18:11:02+03:00
upgpkg: 3.13.0-2: rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = baresip
pkgdesc = portable and modular SIP User-Agent with audio and video
support
pkgver = 3.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/baresip/baresip
arch = x86_64
license = BSD-3-Clause
@@ -35,7 +35,7 @@ pkgbase = baresip
makedepends = v4l-utils
makedepends = python
makedepends = cmake
- makedepends = python-packaging
+ makedepends = glib2-devel
depends = libre.so
depends = openssl
optdepends = libfdk-aac: AAC audio codec
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=baresip
pkgver=3.13.0
-pkgrel=1
+pkgrel=2
pkgdesc="portable and modular SIP User-Agent with audio and video support"
arch=('x86_64')
url="https://github.com/baresip/baresip"
@@ -38,7 +38,7 @@ optdepends=('libfdk-aac: AAC audio codec'
'speexdsp: (speex_aec, speex_pp modules)'
'sndio: sndio audio driver'
'v4l-utils: (v4l2 module)')
-makedepends=(${optdepends[@]/%:*/} python cmake python-packaging)
+makedepends=(${optdepends[@]/%:*/} python cmake glib2-devel)
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/baresip/baresip/archive/v${pkgver}.tar.gz")
sha256sums=('f474de87747dd71e69c32de68ec5528436a2edb23898510b41f88f1da8daf074')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/baresip/-/compare/c7398eb96b3a4b1aa9e287870caf39e26d9550b7...52ab7ca1c20f7a1360b9ecbe7a09f9fdd3cc3959
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/baresip/-/compare/c7398eb96b3a4b1aa9e287870caf39e26d9550b7...52ab7ca1c20f7a1360b9ecbe7a09f9fdd3cc3959
You're receiving this email because of your account on gitlab.archlinux.org.