Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging / 
Packages / baresip


Commits:
11a56941 by Alexander Epaneshnikov at 2024-06-24T15:09:41+03:00
add mqtt support

- - - - -
c7398eb9 by Alexander Epaneshnikov at 2024-06-24T15:09:49+03:00
upgpkg: 3.13.0-1: upstream update

- - - - -


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.12.1
-       pkgrel = 2
+       pkgver = 3.13.0
+       pkgrel = 1
        url = https://github.com/baresip/baresip
        arch = x86_64
        license = BSD-3-Clause
@@ -25,6 +25,7 @@ pkgbase = baresip
        makedepends = libpulse
        makedepends = libx11
        makedepends = mpg123
+       makedepends = mosquitto
        makedepends = opus
        makedepends = portaudio
        makedepends = sdl2
@@ -57,6 +58,7 @@ pkgbase = baresip
        optdepends = libpulse: Pulseaudio audio driver
        optdepends = libx11: (x11, x11grab modules)
        optdepends = mpg123: (rst module)
+       optdepends = mosquitto: (mqtt module)
        optdepends = opus: (opus module)
        optdepends = portaudio: Portaudio audio driver
        optdepends = sdl2: (sdl2 module)
@@ -64,7 +66,7 @@ pkgbase = baresip
        optdepends = speexdsp: (speex_aec, speex_pp modules)
        optdepends = sndio: sndio audio driver
        optdepends = v4l-utils: (v4l2 module)
-       source = 
baresip-3.12.1.tar.gz::https://github.com/baresip/baresip/archive/v3.12.1.tar.gz
-       sha256sums = 
228e3a1e2ce20a49cb8995ea78b711eae4d01f4647834f6ec765be841d788cc3
+       source = 
baresip-3.13.0.tar.gz::https://github.com/baresip/baresip/archive/v3.13.0.tar.gz
+       sha256sums = 
f474de87747dd71e69c32de68ec5528436a2edb23898510b41f88f1da8daf074
 
 pkgname = baresip


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 # Contributor: Dmitrij D. Czarkoff <czarkoff at gmail dot com>
 
 pkgname=baresip
-pkgver=3.12.1
-pkgrel=2
+pkgver=3.13.0
+pkgrel=1
 pkgdesc="portable and modular SIP User-Agent with audio and video support"
 arch=('x86_64')
 url="https://github.com/baresip/baresip";
@@ -30,6 +30,7 @@ optdepends=('libfdk-aac: AAC audio codec'
             'libpulse: Pulseaudio audio driver'
             'libx11: (x11, x11grab modules)'
             'mpg123: (rst module)'
+            'mosquitto: (mqtt module)'
             'opus: (opus module)'
             'portaudio: Portaudio audio driver'
             'sdl2: (sdl2 module)'
@@ -39,7 +40,7 @@ optdepends=('libfdk-aac: AAC audio codec'
             'v4l-utils: (v4l2 module)')
 makedepends=(${optdepends[@]/%:*/} python cmake python-packaging)
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/baresip/baresip/archive/v${pkgver}.tar.gz";)
-sha256sums=('228e3a1e2ce20a49cb8995ea78b711eae4d01f4647834f6ec765be841d788cc3')
+sha256sums=('f474de87747dd71e69c32de68ec5528436a2edb23898510b41f88f1da8daf074')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/baresip/-/compare/f033cfa8515eefd8e556b1baf4de6d680178c142...c7398eb96b3a4b1aa9e287870caf39e26d9550b7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/baresip/-/compare/f033cfa8515eefd8e556b1baf4de6d680178c142...c7398eb96b3a4b1aa9e287870caf39e26d9550b7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to