File kaffeine.spec of Package kaffeine

#
# spec file for package kaffeine
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 Sundtek
#
# 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/
#


%define kf6_version 6.6.0
%define qt6_version 6.6.0

Name:           kaffeine
Version:        2.0.19+git20250921.d442506 
Release:        1.1
Summary:        VLC-based Multimedia Player
License:        GPL-2.0-or-later
URL:            https://apps.kde.org/kaffeine/
Source0:        %{name}-%{version}.tar.gz
BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires:  pkgconfig
BuildRequires:  cmake(KF6CoreAddons) >= %{kf6_version}
BuildRequires:  cmake(KF6DBusAddons) >= %{kf6_version}
BuildRequires:  cmake(KF6DocTools) >= %{kf6_version}
BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
BuildRequires:  cmake(KF6KIO) >= %{kf6_version}
BuildRequires:  cmake(KF6Solid) >= %{kf6_version}
BuildRequires:  cmake(KF6WidgetsAddons) >= %{kf6_version}
BuildRequires:  cmake(KF6WindowSystem) >= %{kf6_version}
BuildRequires:  cmake(KF6XmlGui) >= %{kf6_version}
BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
BuildRequires:  cmake(Qt6Network) >= %{qt6_version}
BuildRequires:  cmake(Qt6Sql) >= %{qt6_version}
BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
BuildRequires:  pkgconfig(libdvbv5)
BuildRequires:  pkgconfig(libvlc) >= 3.0
Requires:       qt6-sql-sqlite >= %{qt6_version}
Requires:       vlc-noX
Recommends:     vlc-codecs

%description
Kaffeine is a media player.
What makes it different from the others is its support of digital TV (DVB).
Kaffeine has a user-friendly interface so that even first-time users can start
immediately playing their movies: from DVD (including DVD menus, titles,
chapters, etc.), VCD, or a file.
This version includes support for all Sundtek devices
* Sundtek MediaTV Pro (DVB-C/T/T2)
* Sundtek MediaTV Digital Home (DVB-C/T/T2)
* Sundtek SkyTV IV - VIII (DVB-S/S2/S2X)
* Sundtek SkyTV Dual (DVB-S/S2/S2X)
etc.

%lang_package

%prep
%autosetup -p1

# Unneeded
sed -i '/scrnsaver/d' src/mediawidget.cpp

%build
%cmake_kf6

%kf6_build

%install
%kf6_install

%find_lang %{name} --with-html --with-man

%files
%license LICENSES/*
%doc README.md
%doc %lang(en) %{_kf6_htmldir}/en/kaffeine/
%{_kf6_applicationsdir}/org.kde.kaffeine.desktop
%{_kf6_appstreamdir}/org.kde.kaffeine.appdata.xml
%{_kf6_bindir}/kaffeine
%{_kf6_iconsdir}/hicolor/*/*/*
%{_kf6_mandir}/man1/kaffeine.1%{?ext_man}
%dir %{_kf6_sharedir}/kaffeine
%{_kf6_sharedir}/kaffeine/scanfile.dvb
%{_kf6_sharedir}/solid/actions/kaffeine_play_audiocd.desktop
%{_kf6_sharedir}/solid/actions/kaffeine_play_dvd.desktop
%{_kf6_sharedir}/solid/actions/kaffeine_play_videocd.desktop

%files lang -f %{name}.lang
%exclude %{_kf6_htmldir}/en/kaffeine/

%changelog
* Sat Sep 20 2025 mrechberger@gmail.com
- Merge branch kaffeine:master into master
* Sat Sep 20 2025 scripty@kde.org
- GIT_SILENT Sync po/docbooks with svn
* Fri Sep 19 2025 mrechberger@gmail.com
- Merge branch kaffeine:master into master
* Fri Sep 19 2025 luigi.toscano@tiscali.it
- doc: remove the space at the end of a 'url' tag
  * It is an error with libxml2 2.15.0, since
  * <a href="https://gitlab.gnome.org/GNOME/libxml2/-/commit/e4cbc295fa97f3c290cec8b243bd96ebdaa3dab2" rel="nofollow noreferrer noopener" target="_blank">https://gitlab.gnome.org/GNOME/libxml2/-/commit/e4cbc295fa97f3c290cec8b243bd96ebdaa3dab2</a>
* Tue Sep 16 2025 mrechberger@gmail.com
- Merge branch kaffeine:master into master
* Tue Sep 16 2025 scripty@kde.org
- GIT_SILENT Sync po/docbooks with svn
* Tue Sep  9 2025 mrechberger@gmail.com
- Merge branch kaffeine:master into master
* Tue Sep  9 2025 scripty@kde.org
- GIT_SILENT made messages (after extraction)
* Mon Sep  8 2025 scripty@kde.org
- SVN_SILENT made messages (.desktop file) - always resolve ours
  * In case of conflict in i18n, keep the version of the branch "ours"
  * To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
* Wed Sep  3 2025 mrechberger@gmail.com
- Merge branch kaffeine:master into master
* Tue Sep  2 2025 scripty@kde.org
- GIT_SILENT Sync po/docbooks with svn
* Thu Aug 28 2025 kontakt@sundtek.de
- moved target_link_libraries in CMakeLists.txt
* Thu Aug 28 2025 kontakt@sundtek.de
- fix FreeBSD Build, add inotify dependency
  * add inotify dependency to CMakeLists.txt for FreeBSD
* Thu Aug 28 2025 kontakt@sundtek.de
- Fix FreeBSD dmx.h include
  * FreeBSD will include its own dmx.h from another path, causing the compile to fail. The DVB API files are part of v4l_compat on FreeBSD, it includes linux/dvb/dmx.h. This patch priorities dmx.h from the kaffeine package (which is a little bit outdated and contains less API calls)
* Thu Aug 28 2025 kontakt@sundtek.de
- adding support for sundtek devices
* Thu Aug 21 2025 scripty@kde.org
- GIT_SILENT Sync po/docbooks with svn
* Fri Aug 15 2025 scripty@kde.org
- GIT_SILENT Sync po/docbooks with svn
* Thu Aug  7 2025 scripty@kde.org
- GIT_SILENT Sync po/docbooks with svn
* Tue Aug  5 2025 scripty@kde.org
- GIT_SILENT Sync po/docbooks with svn
* Mon Aug  4 2025 scripty@kde.org
- GIT_SILENT Sync po/docbooks with svn

openSUSE Build Service is sponsored by