KDE Applications 17.08.80 beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmix?expand=0&rev=52
This commit is contained in:
parent
e9ed8aba62
commit
f1a414e4e4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:44fa5657a831146bcaf565563073dcd92f82ed14c4e3416a3242983f949d04d7
|
|
||||||
size 388792
|
|
3
kmix-17.03.80.tar.xz
Normal file
3
kmix-17.03.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ec1aad4e8d82a6b82c7173888190123a83c88a8684e3972065413d0414dda2e3
|
||||||
|
size 388816
|
39
kmix-4.14.3-fix-bashisms.patch
Normal file
39
kmix-4.14.3-fix-bashisms.patch
Normal 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=$?
|
10
kmix.changes
10
kmix.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 25 23:10:35 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 17.03.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||||
|
- Changes since 16.12.3:
|
||||||
|
* None
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 9 12:39:35 CET 2017 - lbeltrame@kde.org
|
Thu Mar 9 12:39:35 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kmix
|
Name: kmix
|
||||||
Version: 16.12.3
|
Version: 17.03.80
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: Sound Mixer
|
Summary: Sound Mixer
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user