Hello community,

here is the log from the commit of package silan for openSUSE:Factory checked 
in at 2020-05-07 14:56:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/silan (Old)
 and      /work/SRC/openSUSE:Factory/.silan.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "silan"

Thu May  7 14:56:23 2020 rev:1 rq:800651 version:0.4.0

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

--- /dev/null   2020-04-14 14:47:33.391806949 +0200
+++ /work/SRC/openSUSE:Factory/.silan.new.2738/silan.changes    2020-05-07 
14:56:27.550505378 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Sun May  3 17:05:20 UTC 2020 - Martin Hauke <[email protected]>
+
+- Initial package for silan. version 0.4.0

New:
----
  silan-0.4.0.tar.gz
  silan.changes
  silan.spec

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

Other differences:
------------------
++++++ silan.spec ++++++
#
# spec file for package silan
#
# Copyright (c) 2020, Martin Hauke <[email protected]>
#
# 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:           silan
Version:        0.4.0
Release:        0
Summary:        CLI tool to detect silence in audio-files
License:        GPL-2.0-or-later
Group:          Productivity/Multimedia/Sound/Players
URL:            https://github.com/x42/silan
Source:         
https://github.com/x42/silan/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  libtool
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(libavcodec)
BuildRequires:  pkgconfig(libavformat)
BuildRequires:  pkgconfig(libavutil)
BuildRequires:  pkgconfig(sndfile)

%description
Standalone application to analyze audio files for silence and
print ranges of detected signals.

Silan uses ffmpeg/libav and supports a wide variety of audio
codecs and formats.

%prep
%setup -q

%build
autoreconf -fiv
%configure
%make_build

%install
%make_install

%files
%license COPYING
%doc AUTHORS ChangeLog README
%{_bindir}/silan
%{_mandir}/man1/silan.1%{?ext_man}

%changelog

Reply via email to