KDE Applications 20.03.80

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmix?expand=0&rev=120
This commit is contained in:
Christophe Giboudeaux 2020-03-28 13:57:53 +00:00 committed by Git OBS Bridge
parent 7707f81c19
commit 423a70b6d1
7 changed files with 78 additions and 24 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drXMACgkQ29LOiT4t
HIeaLAf+OopDPTzMpIalR7V0nnPgUW0smGLmezKU7MiJUP83DCFvqIPAUCf9Fp38
vwao8usbZREo9Bul2mRP7PhTkXIGuqTmMaChZJj3VfPpT+pK7BuZPyu/eXqQpvPj
es+tQH0yoQ9m/UXOPt4LPpBEyPVtAVv4p2kMTEdPVsiYCbI34Y2QuP8/J8IAVXmv
mm3Hj6p559VWusNmFNhi8GECPOidXRr7YpnKo8fX29igRyQcXPSBOkExLQRZZEXp
fopmSThTgFZ8OArwroiNTj9BiXS8dcMcL8gf5pldgmeNSi+53usP7ftmrZWawEhW
sHIJuGlCYB2pkQJ7o3KvPJIzFF5GpQ==
=hHcO
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl50vA8ACgkQOmpNuDnq
ptdiTQ/+J4PyI2NMcFxKZgdaF9vvPENoYMcFYbqc5jpgQgvYKvVZLk/86D2Xapd8
0PxCG/z9ABLF/I6j438wZnOXvUbcQbHRNWFbfnNkxlkTKX5tYts5/jXmKJ5/0FEq
6UicbV9j1S+SWndyHxBAcrYfsBEKiXWyVok2n3NJX/FSMF1eIX7wgcYxv2NxENmY
hr7i4So9nYiAsuqfuKAwRSchhYgmR5Gnk+nVpNE4NM4MfxTJ9Fa049scf0D+1tHn
1ZsXxx7P8ZhCxUuFv0URRtK/U3REqHYGGLzWnYBRPHNZH2vB3AC+sJQhpQ3yuC3h
MnF2a9sfgsyt8CQFPxdpRfpWTK65G6zd8xE6nmzJU6ziprdOJ7QKXszAgbdBTCwK
kDKPyxjn/0hTUsHiaMFXd7/GIp2AieesbhcInQdGk4PoV742HZA/HEQ++CKSC11x
Oz5Gj8KYgKCMJ1BD/XEek9cMWwnYXH2RSmvlnv7kmyvQB++orm7Y+jVJlarFSxLe
0Wxagm1M/eDn07GYYZfgmBqoxpYS8M64i8ztrOagO0da4+pSO17Zklj2p5Mc7Oxz
+rVbbiMR25rEWchIkKG6wQhhPDLsCcYymmM3RhyLd0WGVVCdAzVfXXnI+6pjsST3
nP00ycl8ovgrRzg6M7jUwa4diTdIpwmdpVO9AqIj5kls8BGX0ZY=
=Rqpn
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,39 @@
diff -Ndur kmix-4.14.3/apps/kmixremote kmix-4.14.3-fix-bashisms/apps/kmixremote
--- kmix-4.14.3/apps/kmixremote 2014-07-16 11:24:17.000000000 +0300
+++ kmix-4.14.3-fix-bashisms/apps/kmixremote 2014-11-23 06:46:36.616308340 +0200
@@ -7,7 +7,7 @@
# Mute
#################################################################################
-function usage
+usage()
{
echo "Usage:"
echo "List mixers # $0 list"
@@ -18,7 +18,7 @@
echo
}
-function exit_with_error
+exit_with_error()
{
echo "Error: $1"
echo
@@ -27,7 +27,7 @@
}
# Prints the mixer DBUS ID's on the console. leaving out the "/Mixers/" prefix
-function listMixers
+listMixers()
{
qdbus org.kde.kmix /Mixers org.freedesktop.DBus.Properties.Get org.kde.KMix.MixSet mixers | cut -f3 -d/
errorCode=$?
@@ -37,7 +37,7 @@
}
# Prints the mixer control DBUS ID's of the given mixer on the console. leaving out the "/Mixers/" prefix
-function listControls
+listControls()
{
qdbus org.kde.kmix $1 org.freedesktop.DBus.Properties.Get org.kde.KMix.Mixer controls | cut -f4 -d/
errorCode=$?

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Mar 22 09:17:10 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
- Changes since 19.12.3:
* Fix minor EBN issues
* Remove unused include
* const'ify + remove extra ;
* Remove extra ; use nullptr use override
* Port some deprecated method. Remove extra ;
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 5 20:36:17 UTC 2020 - Luca Beltrame <lbeltrame@kde.org> Thu Mar 5 20:36:17 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package kmix # spec file for package kmix
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -21,17 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: kmix Name: kmix
Version: 19.12.3 Version: 20.03.80
Release: 0 Release: 0
Summary: Sound Mixer Summary: Sound Mixer
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Multimedia/Sound/Mixers Group: Productivity/Multimedia/Sound/Mixers
URL: https://www.kde.org URL: https://www.kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz Source: https://download.kde.org/unstable/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
BuildRequires: alsa-devel BuildRequires: alsa-devel
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: glib2-devel BuildRequires: glib2-devel
@ -61,15 +57,15 @@ BuildRequires: cmake(Qt5Xml)
Obsoletes: %{name}5 < %{version} Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version} Provides: %{name}5 = %{version}
%if %{with lang} %if %{with lang}
Recommends: %{name}-lang Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif %endif
Recommends: %{name}-lang
%description %description
KMix is a fully featured audio mixer by KDE. KMix is a fully featured audio mixer by KDE.
%if %{with lang}
%lang_package %lang_package
%endif
%prep %prep
%setup -q %setup -q