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=$?
|
30
kmix.changes
30
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
|
||||
|
||||
@ -20,14 +30,14 @@ Thu Feb 9 07:01:53 UTC 2017 - lbeltrame@kde.org
|
||||
Sat Jan 14 08:59:04 UTC 2017 - lbeltrame@kde.org
|
||||
|
||||
- - Update to KDE Applications 16.12.1
|
||||
* KDE Applications 16.12.1
|
||||
* KDE Applications 16.12.1
|
||||
* https://www.kde.org/announcements/announce-applications-16.12.1.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 19:48:23 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.12.0
|
||||
* KDE Applications 16.12.0
|
||||
* KDE Applications 16.12.0
|
||||
* https://www.kde.org/announcements/announce-applications-16.12.0.php
|
||||
|
||||
|
||||
@ -128,7 +138,7 @@ Mon Apr 11 06:44:42 UTC 2016 - tittiatcoke@gmail.com
|
||||
Sun Mar 13 15:47:15 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.12.3
|
||||
* KDE Applications 15.12.3
|
||||
* KDE Applications 15.12.3
|
||||
* https://www.kde.org/announcements/announce-applications-15.12.3.php
|
||||
* boo#970855
|
||||
|
||||
@ -137,7 +147,7 @@ Sun Mar 13 15:47:15 UTC 2016 - tittiatcoke@gmail.com
|
||||
Sat Feb 13 08:14:47 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.12.2
|
||||
* KDE Applications 15.12.2
|
||||
* KDE Applications 15.12.2
|
||||
* https://www.kde.org/announcements/announce-applications-15.12.2.php
|
||||
* boo#966605
|
||||
|
||||
@ -146,7 +156,7 @@ Sat Feb 13 08:14:47 UTC 2016 - tittiatcoke@gmail.com
|
||||
Sat Jan 9 18:23:28 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.12.1
|
||||
* KDE Applications 15.12.1
|
||||
* KDE Applications 15.12.1
|
||||
* https://www.kde.org/announcements/announce-applications-15.12.1.php
|
||||
* boo#961265
|
||||
|
||||
@ -155,7 +165,7 @@ Sat Jan 9 18:23:28 UTC 2016 - tittiatcoke@gmail.com
|
||||
Sun Dec 13 13:22:38 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.12.0
|
||||
* KDE Applications 15.12.0
|
||||
* KDE Applications 15.12.0
|
||||
* https://www.kde.org/announcements/announce-applications-15.12.0.php
|
||||
* boo#958887
|
||||
|
||||
@ -164,7 +174,7 @@ Sun Dec 13 13:22:38 UTC 2015 - tittiatcoke@gmail.com
|
||||
Tue Nov 10 20:12:04 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.08.3
|
||||
* KDE Applications 15.08.3
|
||||
* KDE Applications 15.08.3
|
||||
* https://www.kde.org/announcements/announce-applications-15.08.3.php
|
||||
* boo#954531
|
||||
|
||||
@ -173,7 +183,7 @@ Tue Nov 10 20:12:04 UTC 2015 - tittiatcoke@gmail.com
|
||||
Sun Oct 11 13:34:41 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.08.2
|
||||
* KDE Applications 15.08.2
|
||||
* KDE Applications 15.08.2
|
||||
* https://www.kde.org/announcements/announce-applications-15.08.2.php
|
||||
|
||||
|
||||
@ -181,7 +191,7 @@ Sun Oct 11 13:34:41 UTC 2015 - tittiatcoke@gmail.com
|
||||
Sun Sep 13 19:19:45 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.08.1
|
||||
* KDE Applications 15.08.1
|
||||
* KDE Applications 15.08.1
|
||||
* https://www.kde.org/announcements/announce-applications-15.08.1.php
|
||||
|
||||
|
||||
@ -245,7 +255,7 @@ Sun Mar 8 12:46:35 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.03.80
|
||||
* KDE Applications 15.04 Beta
|
||||
|
||||
|
||||
- Drop upstreamed patch kmix-4.14.3-fix-bashisms.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
Name: kmix
|
||||
Version: 16.12.3
|
||||
Version: 17.03.80
|
||||
Release: 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}')}
|
||||
Summary: Sound Mixer
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user