Accepting request 534808 from KDE:Applications

KDE Applications 17.08.2

OBS-URL: https://build.opensuse.org/request/show/534808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kwave?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2017-10-23 14:50:33 +00:00 committed by Git OBS Bridge
commit 83f75ffd93
4 changed files with 21 additions and 11 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Oct 17 08:37:15 UTC 2017 - wbauer@tmo.at
- Enable MP3 support unconditionally, libmad has been released as
update for Leap 42.2 and 42.3 too
-------------------------------------------------------------------
Tue Oct 17 00:32:40 CEST 2017 - lbeltrame@kde.org
- Update to 17.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.08.2.php
- Changes since 17.08.1:
* None
-------------------------------------------------------------------
Thu Sep 07 07:02:30 CEST 2017 - lbeltrame@kde.org

View File

@ -19,7 +19,7 @@
%bcond_without lang
Name: kwave
Version: 17.08.1
Version: 17.08.2
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@ -34,6 +34,7 @@ BuildRequires: audiofile-devel
BuildRequires: extra-cmake-modules
BuildRequires: fftw3-devel
BuildRequires: flac-devel
BuildRequires: id3lib-devel
BuildRequires: karchive-devel
BuildRequires: kcompletion-devel
BuildRequires: kconfig-devel
@ -62,10 +63,7 @@ BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Multimedia)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
%if 0%{?suse_version} >= 1330
BuildRequires: id3lib-devel
BuildRequires: pkgconfig(mad)
%endif
Recommends: lame
Recommends: toolame
Recommends: twolame
@ -94,11 +92,7 @@ and scroll capability.
perl -pi -e "s|X-SuSE-translate=true||" kwave/org.kde.kwave.desktop.in
%build
%if 0%{?suse_version} >= 1330
%cmake_kf5 -d build -- -DWITH_MP3=ON
%else
%cmake_kf5 -d build
%endif
%make_jobs
%install