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:
parent
81ba7077ee
commit
2859925ba4
@ -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
|
Wed Aug 23 18:04:00 UTC 2017 - wbauer@tmo.at
|
||||||
|
|
||||||
|
@ -62,6 +62,10 @@ BuildRequires: pkgconfig(Qt5Core)
|
|||||||
BuildRequires: pkgconfig(Qt5Multimedia)
|
BuildRequires: pkgconfig(Qt5Multimedia)
|
||||||
BuildRequires: pkgconfig(Qt5Test)
|
BuildRequires: pkgconfig(Qt5Test)
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
|
%if 0%{?suse_version} >= 1330
|
||||||
|
BuildRequires: id3lib-devel
|
||||||
|
BuildRequires: pkgconfig(mad)
|
||||||
|
%endif
|
||||||
Recommends: lame
|
Recommends: lame
|
||||||
Recommends: toolame
|
Recommends: toolame
|
||||||
Recommends: twolame
|
Recommends: twolame
|
||||||
@ -90,7 +94,11 @@ and scroll capability.
|
|||||||
perl -pi -e "s|X-SuSE-translate=true||" kwave/org.kde.kwave.desktop.in
|
perl -pi -e "s|X-SuSE-translate=true||" kwave/org.kde.kwave.desktop.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if 0%{?suse_version} >= 1330
|
||||||
|
%cmake_kf5 -d build -- -DWITH_MP3=ON
|
||||||
|
%else
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
|
%endif
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user