SHA256
1
0
forked from pool/krecorder

Accepting request 1073264 from home:krop:applications-23.03.80

OBS-URL: https://build.opensuse.org/request/show/1073264
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krecorder?expand=0&rev=1
This commit is contained in:
Christophe Marin 2023-03-20 14:23:39 +00:00 committed by Git OBS Bridge
commit bf67fdbbd0
7 changed files with 125 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

BIN
applications.keyring Normal file

Binary file not shown.

View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAmQUHN8ACgkQOmpNuDnq
ptfilA//YPwKsl8+GOwHWAqSOcBCKPLlhhc0vXuk+XBtukpb9iGOimJTFgA2NChs
O5GYdKHTolttSnuunlEEK5hfpUasJDVi0fUOQaAWIRWWvls3+b83KyDVqQLvs4lZ
WTYhpHpfhFDCq8k+0nYt5v3ZJgRCEtCp51br0kqwENM8DepK9AdZxq/z4SCTjkvh
/T04ySUGLFAC/YysMO6atJNb3cJV9pWW6NDx0nKYxafI5BisFwnsU/T17UvQqF8B
d3R32rhNdfWyGvOULnHh2W/s7dRfTB3TUGUffQETsryPdgOKdDTHdz4N0Kjnv4z6
BinETxKTUlKGKMrHdufPdigQAdauB6BFLEQQEeLuOuoA1I/07vL5kXsUnib5QDsE
063aorRkUm6v0gztM5zKmd1ZXoS0R5bK6XCnLaaew7Y6lt8B3RfrHl5H+nq4A0In
bUz0Z8w1hoE6vdsOLfPmk2X2e8aTMCeIXsUfFTMkFXx3z8FwnJTKeLOunrl44RVn
cSfqEaVsS3HIAlj/pqtVdgmXecX1+kat3zrY36OyX3wTQPFn0Xmp1ONuVMcmHFKL
T82chl6Tq/3a4h4WXlMDOegyKtSpNaXmfHfduoMi7OZGQNgHT2zO9QTs/UAYuUio
//7zhb9ACsrZcjs3aksWCM9SUtbiwa/Yw+N+qazWuNwMs5O97P8=
=dXJO
-----END PGP SIGNATURE-----

5
krecorder.changes Normal file
View File

@ -0,0 +1,5 @@
-------------------------------------------------------------------
Mon Mar 20 10:05:58 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 23.03.80
* New feature release

77
krecorder.spec Normal file
View File

@ -0,0 +1,77 @@
#
# spec file for package krecorder
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%bcond_without released
Name: krecorder
Version: 23.03.80
Release: 0
Summary: Audio recording application
License: GPL-3.0-or-later
URL: https://apps.kde.org/krecorder/
Source0: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: hicolor-icon-theme
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KirigamiAddons)
BuildRequires: cmake(KF5Kirigami2)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Multimedia)
BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5QuickCompiler)
BuildRequires: cmake(Qt5QuickControls2)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Widgets)
Requires: kirigami2
%description
Recorder is a simple, cross-platform audio recording application.
%lang_package
%prep
%autosetup -p1
%build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%find_lang %{name} --all-name
%files
%license LICENSES/*
%doc README.md
%{_kf5_applicationsdir}/org.kde.krecorder.desktop
%{_kf5_appstreamdir}/org.kde.krecorder.appdata.xml
%{_kf5_bindir}/krecorder
%{_kf5_iconsdir}/hicolor/scalable/apps/org.kde.krecorder.svg
%files lang -f %{name}.lang
%changelog