public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Cossette <farchord@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/plasma-camera] epel10: Initial Import (fedora#2292804)
Date: Tue, 04 Aug 2026 20:19:23 GMT	[thread overview]
Message-ID: <178587476379.1.13711948745697305498.rpms-plasma-camera-29ecfb331bfb@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/plasma-camera
Branch : epel10
Commit : 29ecfb331bfb29d65040db48d7b0f5adb353575f
Author : Steve Cossette <farchord@gmail.com>
Date   : 2024-07-25T21:55:59-04:00
Stats  : +66/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/plasma-camera/c/29ecfb331bfb29d65040db48d7b0f5adb353575f?branch=epel10

Log:
Initial Import (fedora#2292804)

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3384479
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/plasma-camera-2b92073a0742cd87c5bbfc69b161e09064f71604.tar.gz

diff --git a/plasma-camera.spec b/plasma-camera.spec
new file mode 100644
index 0000000..b435a63
--- /dev/null
+++ b/plasma-camera.spec
@@ -0,0 +1,64 @@
+%global gitcommit 2b92073a0742cd87c5bbfc69b161e09064f71604
+%global gitdate 20240615.212920
+%global shortcommit %(c=%{gitcommit}; echo ${c:0:7})
+
+Name:          plasma-camera
+Version:       1.0^%{gitdate}.%{shortcommit}
+Release:       1%{?dist}
+License:       BSD-3-Clause AND GPL-2.0-or-later AND CC0-1.0 AND GPL-3.0-or-later
+Summary:       Camera application for Plasma Mobile
+URL:           https://apps.kde.org/plasma-camera/
+
+Source0:       https://invent.kde.org/plasma-mobile/%{name}/-/archive/%{gitcommit}/%{name}-%{gitcommit}.tar.gz
+
+BuildRequires: extra-cmake-modules
+BuildRequires: gcc-c++
+BuildRequires: kf6-rpm-macros
+BuildRequires: desktop-file-utils
+BuildRequires: libappstream-glib
+
+BuildRequires: cmake(Qt6Core)
+BuildRequires: cmake(Qt6Quick)
+BuildRequires: cmake(Qt6Test)
+BuildRequires: cmake(Qt6Gui)
+BuildRequires: cmake(Qt6Svg)
+BuildRequires: cmake(Qt6QuickControls2)
+BuildRequires: cmake(Qt6Widgets)
+
+BuildRequires: cmake(KF6Kirigami)
+BuildRequires: cmake(KF6CoreAddons)
+BuildRequires: cmake(KF6I18n)
+BuildRequires: cmake(KF6Config)
+
+%description
+%{summary}.
+It supports different resolutions, different white balance modes and
+switching between different camera devices.
+
+
+%prep
+%autosetup -p1 -n %{name}-%{gitcommit}
+
+
+%build
+%cmake_kf6
+%cmake_build
+
+
+%install
+%cmake_install
+%find_lang %{name} --with-man --with-qt --all-name
+
+%check
+desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.plasma.camera.desktop
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
+
+%files -f %{name}.lang
+%license LICENSES/*
+%{_bindir}/plasma-camera
+%{_kf6_datadir}/applications/org.kde.plasma.camera.desktop
+%{_metainfodir}/org.kde.plasma.camera.appdata.xml
+
+%changelog
+* Mon Jun 17 2024 Steve Cossette <farchord@gmail.com> - 1.0^2b92073.20240615.212920
+- Initial Release

diff --git a/sources b/sources
new file mode 100644
index 0000000..5f8f03c
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (plasma-camera-2b92073a0742cd87c5bbfc69b161e09064f71604.tar.gz) = 1ee6e397a5853b3066aa3d7dd6f223f7db91c7517efd29351b399b7573edad154eb9560e2223afc4bc1357e1bbcb148e21e8657343410ad89c79f597ae8048e0

                 reply	other threads:[~2026-08-04 20:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178587476379.1.13711948745697305498.rpms-plasma-camera-29ecfb331bfb@fedoraproject.org \
    --to=farchord@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox