Merge remote-tracking branch 'origin/main' into epel8
This commit is contained in:
commit
c287659e62
30
baresip.spec
30
baresip.spec
@ -1,7 +1,7 @@
|
||||
Summary: Modular SIP user-agent with audio and video support
|
||||
Name: baresip
|
||||
Version: 2.6.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.7.0
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
URL: https://github.com/baresip/baresip
|
||||
Source0: https://github.com/baresip/baresip/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
@ -13,8 +13,8 @@ Source13: https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/raw/master/C
|
||||
Source14: https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/raw/master/COPYING_LGPL#/COPYING_LGPL.adwaita-icon-theme
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libre-devel >= 2.6.0
|
||||
BuildRequires: librem-devel >= 2.6.0
|
||||
BuildRequires: libre-devel >= 2.7.0
|
||||
BuildRequires: librem-devel >= 2.7.0
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||
BuildRequires: openssl-devel >= 1.1.0
|
||||
%else
|
||||
@ -33,6 +33,7 @@ Obsoletes: %{name}-speex_pp < 2.0.0-1
|
||||
Obsoletes: %{name}-x11grab < 2.0.0-1
|
||||
Obsoletes: %{name}-gsm < 2.6.0-1
|
||||
Obsoletes: %{name}-gst_video < 2.6.0-1
|
||||
Obsoletes: %{name}-omx < 2.7.0-1
|
||||
|
||||
%description
|
||||
A modular SIP user-agent with support for audio and video, and many IETF
|
||||
@ -209,19 +210,6 @@ Baresip is a modular SIP user-agent with audio and video support.
|
||||
This module provides the Message Queue Telemetry Transport (MQTT)
|
||||
management module.
|
||||
|
||||
%if 0%{?fedora}
|
||||
%package omx
|
||||
Summary: OpenMAX IL video display module for baresip
|
||||
BuildRequires: libomxil-bellagio-devel
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description omx
|
||||
Baresip is a modular SIP user-agent with audio and video support.
|
||||
|
||||
This module provides the OpenMAX IL (OMX) video display module for
|
||||
video playback support for the VideoCore 4 of the Raspberry Pi.
|
||||
%endif
|
||||
|
||||
%package opus
|
||||
Summary: Opus speech and audio codec module for baresip
|
||||
BuildRequires: opus-devel
|
||||
@ -518,11 +506,6 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || :
|
||||
%files mqtt
|
||||
%{_libdir}/%{name}/modules/mqtt.so
|
||||
|
||||
%if 0%{?fedora}
|
||||
%files omx
|
||||
%{_libdir}/%{name}/modules/omx.so
|
||||
%endif
|
||||
|
||||
%files opus
|
||||
%{_libdir}/%{name}/modules/opus.so
|
||||
%{_libdir}/%{name}/modules/opus_multistream.so
|
||||
@ -562,6 +545,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || :
|
||||
%{_libdir}/%{name}/modules/x11.so
|
||||
|
||||
%changelog
|
||||
* Thu Sep 01 2022 Robert Scheck <robert@fedoraproject.org> 2.7.0-1
|
||||
- Upgrade to 2.7.0 (#2123475)
|
||||
|
||||
* Wed Aug 03 2022 Robert Scheck <robert@fedoraproject.org> 2.6.0-2
|
||||
- Rebuilt for libre 2.6.1
|
||||
|
||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (baresip-2.6.0.tar.gz) = 0738fec088df22773a25413cc4b8188d29b5caf3ec8f3148f90e6ebfee8c9488ae35e2405a7d2ede3a25e9144e9a764a96f59fd78476ec2fcd8992469f5e11ac
|
||||
SHA512 (baresip-2.7.0.tar.gz) = 3305ca2877646a6d16813699228dd49efb03a30532521b244086402881dc6cc07de07bf8c5ce27b33e193ca6c073c293b9ec1e1dde934e1c57cafb80a78eb34a
|
||||
SHA512 (call-incoming-symbolic.svg) = 49b6422efff9986dd4a18b34df4ab185b01b46c44ab5b8c1d45ab1ca25694cb42e73428b0a69e5fe2eb61c4e7a7aba9c0df82b5e0290f45950f3942be63bf987
|
||||
SHA512 (call-outgoing-symbolic.svg) = 142cf668d977e3a709d3c13e01d86fdd09e501affd1756df3000de84581c55b3b5082758b32a73ae0e47f45233cc7e55609f3e54effbba01666ca97d5a55fdaa
|
||||
SHA512 (COPYING.adwaita-icon-theme) = e8963bab4d94d9fbcfc930b95164afff9502e4e53209104f4836fcd6dab2c2e9f105c9f9a17b43bc9502903c9c7b2e0880dacf2339cbe110a19654f13742e20a
|
||||
|
Loading…
Reference in New Issue
Block a user