KDE Applications 20.03.80

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kwave?expand=0&rev=123
This commit is contained in:
Christophe Giboudeaux 2020-03-28 13:58:22 +00:00 committed by Git OBS Bridge
parent 7fec6ced0f
commit 27b1782573
6 changed files with 39 additions and 25 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c90115d4702dbe46767e2404c952d84533137fa558b787b87ff95ed61f6930d
size 6194476

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drY4ACgkQ29LOiT4t
HIdmiAf/cmPxPP9GHCUyB3aJdK6FvkbCFhorrDrF0E81iZ+xPCX5TBR5KYv8EJ2j
WCvmS5TsCfFzaPQbsvmnWslhl7C1cx8s3d6eQJFXSfZp7+U/LhW9t91Bgoc6/8XU
wfaM48JcbZHaQI13S0b14co7P4F500ZEC+LeLs2FI5qGdIw8uiqkAA958xvvMlC7
jAm7iHpE9NcfcWysLBv0EfiRDknW2KtRBQbCh2tvVCQzYZE1O7i+3nsRhZ/yVDPe
+28Q7VFySfeuUKztgRLz2l+jD7kkS5Mjv35WvpG+O7q0/RwSQg90UvKu8QzdrhKo
JXB5m+dfVXhMUywxJv6yu/71T6/mEQ==
=0iao
-----END PGP SIGNATURE-----

3
kwave-20.03.80.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f64aa585ba635e942bf69eaf31cc035382fe31ce6dbaaf490409d5d568055db7
size 6195208

16
kwave-20.03.80.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl50vB4ACgkQOmpNuDnq
ptfYww/9F2tVC2dcVfoQQcCzz9XCkz+bcEzhjmpOiMgPb+Z3MqzpP7McoI+5uL2Q
DEFCw9PbzaG0Jh7ZvXgQh5iA3URalt3fV1YZMwNDmbKrUjGUqfRFprTZsvMgw9dZ
YdW62bLLQdP88Qy0duvHs7yDjwAIQ0erbvdug5FkJqBYrvXVT1xHqES0ElCiGhTQ
/GZwY1ibK5Bj6Y0/Xtt9TaJhVZti3HJOaJvG7G+d4Mw8payCeIKyKUFW2mue17t6
k2Sxl9LXmWVODNas/aH6ufiue7URKRFwqaJoC2FA3vGb+xrg3AfemAY0D0KOKL4o
0sHMQ0/giNklSYa8HHNTb8QN6nlbknwEm16x9f6Ying7J372ZvaTg/BNnQv/1lsC
ok2tzpYJCkBpkGjJrDUjVfDVRCyGxuqquUSdWTOq/51A4EKm5buOCNvuBDrPznCB
ZNvFv1ytZ7MVXqtoBkfMXxleTc1HSzNXtMKb8Ig1dL5brd0KMkITfTdJq0RiCnnw
iSCwWAQWyQ+I1gA6XRNMTYoWfyHJT3y04fcK0ZkbmawWvFKrSca13wAf/4ZQSAte
MO3tZLrjP5GXF1w1CWRUpZqF3+nTWyB3wjsK+ACslnrgP5nPX+pm6UEBF48MNtP1
dZH6tAUwXRWVI83gSvn6L74krQaogijMnbfWuJNERdExIjSRR8U=
=kqCa
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Mar 22 09:17:32 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Too many changes to list here.
-------------------------------------------------------------------
Thu Mar 5 20:36:39 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,17 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kwave
Version: 19.12.3
Version: 20.03.80
Release: 0
Summary: Sound Editor designed for KDE
License: GPL-2.0-or-later
Group: Productivity/Multimedia/Sound/Editors and Convertors
URL: https://www.kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: alsa-devel
BuildRequires: audiofile-devel
BuildRequires: extra-cmake-modules
@ -45,11 +41,6 @@ BuildRequires: libsamplerate-devel
BuildRequires: libvorbis-devel
BuildRequires: perl
BuildRequires: pkgconfig
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
BuildRequires: rsvg-convert
%else
BuildRequires: rsvg-view
%endif
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5Completion)
@ -75,6 +66,15 @@ Recommends: %{name}-lang
Recommends: lame
Recommends: toolame
Recommends: twolame
%if %{with lang}
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
BuildRequires: rsvg-convert
%else
BuildRequires: rsvg-view
%endif
%description
Kwave is a sound editor designed for the KDE Desktop Environment.