Accepting request 828514 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/828514 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webrtc-audio-processing?expand=0&rev=12
This commit is contained in:
commit
320ccb018d
BIN
webrtc-audio-processing-0.3.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
webrtc-audio-processing-0.3.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:756e291d4f557d88cd50c4fe3b8454ec238362d22cedb3e6173240d90f0a80fa
|
|
||||||
size 688096
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 17 15:30:03 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.3.1:
|
||||||
|
* doc: file invalid reference to pulseaudio mailing list
|
||||||
|
* various build system fixes
|
||||||
|
- spec-cleaner run
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 2 08:23:00 UTC 2019 - Martin Liška <mliska@suse.cz>
|
Fri Aug 2 08:23:00 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package webrtc-audio-processing
|
# spec file for package webrtc-audio-processing
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -21,12 +21,12 @@
|
|||||||
%define soname 1
|
%define soname 1
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
Name: webrtc-audio-processing
|
Name: webrtc-audio-processing
|
||||||
Version: 0.3
|
Version: 0.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Real-Time Communication Library for Web Browsers
|
Summary: Real-Time Communication Library for Web Browsers
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/
|
URL: https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/
|
||||||
Source: http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/webrtc-audio-processing-%{version}.tar.xz
|
Source: http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/webrtc-audio-processing-%{version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAN big_endian_support.patch https://bugs.freedesktop.org/show_bug.cgi?id=95738
|
# PATCH-FIX-UPSTREAN big_endian_support.patch https://bugs.freedesktop.org/show_bug.cgi?id=95738
|
||||||
@ -44,7 +44,6 @@ BuildRequires: libtool
|
|||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
WebRTC is an open source project that enables web browsers with Real-Time
|
WebRTC is an open source project that enables web browsers with Real-Time
|
||||||
@ -100,31 +99,28 @@ sed -i 's/\r$//' AUTHORS
|
|||||||
%build
|
%build
|
||||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags} V=1
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%make_install
|
||||||
|
|
||||||
rm -f "%{buildroot}%{_libdir}"/*.la
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -n libwebrtc_audio_processing%{soname} -p /sbin/ldconfig
|
%post -n libwebrtc_audio_processing%{soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libwebrtc_audio_processing%{soname} -p /sbin/ldconfig
|
%postun -n libwebrtc_audio_processing%{soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libwebrtc_audio_processing%{soname}
|
%files -n libwebrtc_audio_processing%{soname}
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc AUTHORS COPYING NEWS README.md UPDATING.md
|
%doc AUTHORS NEWS README.md UPDATING.md
|
||||||
%{_libdir}/libwebrtc_audio_processing.so.%{soname}
|
%{_libdir}/libwebrtc_audio_processing.so.%{soname}
|
||||||
%{_libdir}/libwebrtc_audio_processing.so.%{soname}.*.*
|
%{_libdir}/libwebrtc_audio_processing.so.%{soname}.*.*
|
||||||
|
|
||||||
%files -n libwebrtc_audio_processing-devel
|
%files -n libwebrtc_audio_processing-devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/webrtc_audio_processing
|
%{_includedir}/webrtc_audio_processing
|
||||||
%{_libdir}/libwebrtc_audio_processing.so
|
%{_libdir}/libwebrtc_audio_processing.so
|
||||||
%{_libdir}/pkgconfig/webrtc-audio-processing.pc
|
%{_libdir}/pkgconfig/webrtc-audio-processing.pc
|
||||||
|
|
||||||
%files -n libwebrtc_audio_processing-devel-static
|
%files -n libwebrtc_audio_processing-devel-static
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/libwebrtc_audio_processing.a
|
%{_libdir}/libwebrtc_audio_processing.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user