Accepting request 534354 from home:wolfi323:branches:KDE:Applications

- Enable MP3 support unconditionally, libmad has been released as
  update for Leap 42.2 and 42.3 too

OBS-URL: https://build.opensuse.org/request/show/534354
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kwave?expand=0&rev=36
This commit is contained in:
Luca Beltrame 2017-10-17 12:14:22 +00:00 committed by Git OBS Bridge
parent ee64774b6e
commit 895e5d0de3
2 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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

View File

@ -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