KDE Applications 18.08.0 beta (third time's the charm)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kwave?expand=0&rev=59
This commit is contained in:
Wolfgang Bauer 2018-07-28 13:45:57 +00:00 committed by Git OBS Bridge
parent 56fc90b4f6
commit d1e284eef8
4 changed files with 16 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89ff12b1c75e851ad78da4811faedfa110bd8455d7537155be7a31f6bbc7d4c0
size 6186388

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jul 26 13:00:58 UTC 2018 - lbeltrame@kde.org
- Update to 18.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.07.80.php
- Changes since 18.04.3:
* Too many changes to list here
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 13 04:50:14 UTC 2018 - lbeltrame@kde.org Fri Jul 13 04:50:14 UTC 2018 - lbeltrame@kde.org

View File

@ -19,11 +19,11 @@
%bcond_without lang %bcond_without lang
Name: kwave Name: kwave
Version: 18.04.3 Version: 18.07.80
Release: 0 Release: 0
%define kf5_version 5.26.0 %define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Sound Editor designed for KDE Summary: Sound Editor designed for KDE
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Multimedia/Sound/Editors and Convertors Group: Productivity/Multimedia/Sound/Editors and Convertors
@ -67,9 +67,7 @@ BuildRequires: pkgconfig(mad)
Recommends: lame Recommends: lame
Recommends: toolame Recommends: toolame
Recommends: twolame Recommends: twolame
%if %{with lang}
Recommends: %{name}-lang Recommends: %{name}-lang
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -81,9 +79,7 @@ includes many plugins (most are still under development) to transform the
wave-file in several ways and presents a graphical view with a complete zoom- wave-file in several ways and presents a graphical view with a complete zoom-
and scroll capability. and scroll capability.
%if %{with lang}
%lang_package %lang_package
%endif
%prep %prep
%setup -q %setup -q
@ -92,7 +88,7 @@ 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
%cmake_kf5 -d build -- -DWITH_MP3=ON %cmake_kf5 -d build
%make_jobs %make_jobs
%install %install