SHA256
1
0
forked from pool/kwave

KDE Applications 19.12 beta

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kwave?expand=0&rev=104
This commit is contained in:
Wolfgang Bauer 2019-11-29 11:40:24 +00:00 committed by Git OBS Bridge
parent eeb3cb8495
commit 3eceee504e
7 changed files with 63 additions and 38 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/PEACgkQ29LOiT4t
HIfe0wf+P8AbEvEgKU4Zq4Pe6T7DSdQw6yrtwOkrh94rIsGigHKNsbSggwMqq0BH
vavSMJD+lfXTkVWtTxUBcZfd+NRb0xXIWv34h3sSchVQznHR8iuj6fBqOr+oYRlf
v/tJHgSJdE0nfo4e63HULeZ11wBNbFiH6DFngEKGu3vlZ1BFJ1zvxPZ237Yr3PPf
iQ0WoR6XFh86yFjw0XvywQZV90DbHxW5e159tT/kZj0df8TDzMSW6eHtDOT67Rul
9gV/cttPth0dfk1g69tiDzQeMDT7sIXWhX8CQyBZ0PN3Ew/JIGyDwjXNNOt5Mlqg
sdM5CzxmNfHPcdyjUqAxX6eWfGLnVw==
=u/Xj
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl3ObxwACgkQOmpNuDnq
ptcuXw//Ue9IHbcKS1GUcgjFA0v85gT/hHzJNwq959wTQN1DcdasYsDgnCKjhb+0
bAik4WDxpskVNDE7bpGhJevPAnCrYzmJ/39wuPZRexmgnMo7q0CBS/Pi3E7vULgK
3XxHNam9i7Of3BEUlo3vLNc6xZ2diN5Bb1RqGxzmM7tgZt3lQTubvsUSyV+1Egh5
WS9aPLFEqJwyrBwPP/J4atL560XkEabUJgvZMLYV3TllKxDiK1KXCz2Fvoj/xOzd
gsTJkiHtaF/GA0Ak674mgK6X/UYSwZ61cm/xU/wOJfp5WOC8HeXRoMMkhJzaaS7S
0bxlqhTEdhPOYkn4oJ8QJjAP47FJqGSs6npkpG8z0+1M/+MXTuiTaRr2cjOr8u/f
lNsuSV+RkL5rIeIh4g6tOQ9RNiqbpyaoAlXQkS75h3xCoOGzFWPUiUsTIBUXwtF5
89E68H7EeRuC723J/LwXdWYlt3wnbdHRpwmU1fKzEX2greoy7go7WsVLaV/CBgtp
mv4b2aJSUDZd9cqZyoB+hlE6H/wor+0NBfoog1o5Ka3sUZwmPdlcmMPb1i3bIGqN
MonE+Aw/1+NAWNmkf2ya+XrWHxB5tstzXd+/RQ0l6kNjbv2Y8q99xocwy0dR2Mcx
pKjoAAt5pti/O9+QSKO/xUehgWq2Q3M0fkTt+juqmLFNgXkHKBQ=
=fNuJ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Nov 24 13:29:57 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.12-beta.php
- Changes since 19.08.2:
* fixed some warnings about unnecessary temporary containers
(pointed out by clang)
* use QVector<unsigned int> instead of QList<unsigned int> for track lists.
This makes clang happy and is a more efficient container anyway.
* removed class Kwave::MemoryManager, use Kwave::SampleArray directly
as backend for Kwave::Stripe (which reduces complexity a lot)
* changed SAMPLE_INDEX_MAX to maximum value of a 32bit int (2.147.483.647),
minor cleanup in memory manager
* (minor EBN fix)
* fixed compiler warning about deprecated implicit assignment operator
(gcc-9.1)
-------------------------------------------------------------------
Thu Nov 7 23:13:28 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package kwave
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,20 +16,20 @@
#
%define kf5_version 5.26.0
%define kf5_version 5.60.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kwave
Version: 19.08.3
Version: 19.11.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/applications/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/unstable/applications/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: alsa-devel
@ -38,20 +38,6 @@ BuildRequires: extra-cmake-modules
BuildRequires: fftw3-devel
BuildRequires: flac-devel
BuildRequires: id3lib-devel
BuildRequires: karchive-devel
BuildRequires: kcompletion-devel
BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kcrash-devel
BuildRequires: kdbusaddons-devel
BuildRequires: kdoctools-devel
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: kio-devel
BuildRequires: kservice-devel
BuildRequires: ktextwidgets-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: libogg-devel
BuildRequires: libopus-devel
BuildRequires: libpulse-devel
@ -65,11 +51,25 @@ BuildRequires: rsvg-convert
BuildRequires: rsvg-view
%endif
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Multimedia)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5Service)
BuildRequires: cmake(KF5TextWidgets)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(Qt5Concurrent)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Multimedia)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: pkgconfig(mad)
Recommends: %{name}-lang
Recommends: lame