Hello community,

here is the log from the commit of package filter_audio for openSUSE:Leap:15.2 
checked in at 2020-02-09 15:02:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/filter_audio (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.filter_audio.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "filter_audio"

Sun Feb  9 15:02:59 2020 rev:1 rq:771033 version:0.0.1

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.filter_audio.new.26092/filter_audio.changes   
2020-02-09 15:03:00.210762683 +0100
@@ -0,0 +1,26 @@
+-------------------------------------------------------------------
+Mon Mar 18 17:43:24 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Ensure neutrality of descriptions. Use %make_install.
+
+-------------------------------------------------------------------
+Thu Mar 15 18:23:05 UTC 2018 - egdf...@opensuse.org
+
+- update to 0.0.1
+
+-------------------------------------------------------------------
+Sun Aug 16 04:29:10 UTC 2015 - i...@marguerite.su
+
+- initial version 0.0.0+git20150516.612c5a1:
+  + Make samplerates work above 32kHz while preserving behaviour of 
filter_audio
+  + Fix whitespace
+  + Fixed 32kHz sample rate
+  + Makefile: avoid non-posix option in sed
+  + Disable 16kHz and 24kHz sample rates:
+  + Fixed bugs from last PR.
+  + add webrtc_vad to project
+  + remove useless code
+  + add OSS test sample
+  + Improvements to filter_audio.
+  + Removed useless file.
+

New:
----
  filter_audio-0.0.1.tar.gz
  filter_audio.changes
  filter_audio.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ filter_audio.spec ++++++
#
# spec file for package filter_audio
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           filter_audio
Version:        0.0.1
Release:        0
Summary:        Audio filtering library made from WebRTC code
License:        BSD-3-Clause
Group:          Productivity/Multimedia/Other
URL:            https://github.com/irungentoo/filter_audio
Source:         %{name}-%{version}.tar.gz
BuildRequires:  pkgconfig

%description
An audio filtering library made from webrtc code.

%package -n libfilteraudio0
Summary:        Audio filtering library made from WebRTC code
Group:          System/Libraries

%description -n libfilteraudio0
An audio filtering library made from webrtc code.

This package provides shared libraries for filter_audio.

%package devel
Summary:        Development headers for filter_audio
Group:          Development/Libraries/C and C++
Requires:       libfilteraudio0 = %{version}

%description devel
An audio filtering library made from WebRTC code.

This package provides development headers for filter_audio.

%prep
%setup -q

%build
make %{?_smp_mflags} PREFIX=%{_prefix} LIBDIR=/%{_lib}

%install
%make_install PREFIX=%{_prefix} LIBDIR=/%{_lib} %{?_smp_mflags}

find %{buildroot} -name "*.a" -print -delete

%post -n libfilteraudio0 -p /sbin/ldconfig
%postun -n libfilteraudio0 -p /sbin/ldconfig

%files -n libfilteraudio0
%doc README
%{_libdir}/libfilteraudio.so.0
%{_libdir}/libfilteraudio.so.0.0.0

%files devel
%{_includedir}/%{name}.h
%{_libdir}/libfilteraudio.so
%{_libdir}/pkgconfig/filteraudio.pc

%changelog

Reply via email to