SHA256
1
0
forked from pool/kwave

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

- Enable MP3 support in Factory/Tumbleweed, libmad is part of the distribution now

OBS-URL: https://build.opensuse.org/request/show/519259
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kwave?expand=0&rev=31
This commit is contained in:
Christophe Giboudeaux 2017-08-29 20:32:13 +00:00 committed by Git OBS Bridge
parent 81ba7077ee
commit 2859925ba4
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Aug 26 09:14:06 UTC 2017 - wbauer@tmo.at
- Enable MP3 support in Factory/Tumbleweed, libmad is part of the
distribution now
-------------------------------------------------------------------
Wed Aug 23 18:04:00 UTC 2017 - wbauer@tmo.at

View File

@ -62,6 +62,10 @@ 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
@ -90,7 +94,11 @@ 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