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:
parent
ee64774b6e
commit
895e5d0de3
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user