File vdr-plugin-satip.spec of Package vdr-plugin-satip
#
# spec file for package vdr-plugin-satip
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2014-2022 B1 Systems GmbH, Vohburg, Germany.
#
# 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/
#
Name: vdr-plugin-satip
Version: 2.4.1+git3~02a842f
Release: 0
Summary: SAT>IP Input Plugin for the Video Disc Recorder VDR
License: GPL-2.0-only
Group: Productivity/Multimedia/Other
URL: https://github.com/rofafor/vdr-plugin-satip/
# https://github.com/rofafor/vdr-plugin-satip/archive/refs/tags/v%{version}/vdr-plugin-satip-%{version}.tar.gz
Source0: vdr-plugin-satip-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: pkg-config
BuildRequires: pugixml-devel
BuildRequires: vdr-devel >= 2.0.0
BuildRequires: pkgconfig(libcurl) >= 7.36.0
# Requires(pre) is not enough, as it does not work on updates
Requires: vdr(abi) = %{vdr_apiversion}
%description
This package contains the SAT>IP input plugin for the video disc recorder VDR.
This plugin integrates SAT>IP network devices seamlessly into VDR.
You can use any SAT>IP channel like any other normal DVB channel for
live viewing, recording, etc. The plugin also features full section
filtering capabilities which allow for example EIT information to be
extracted from the incoming stream.
%prep
%setup -q
#%%autopatch -p1
%build
# use msgmerge wrapper
export PATH=%{_datadir}/vdr:$PATH
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
# locale files
%vdr_find_locale
%files -f vdrlocale.files
%defattr(-,root,root)
%doc HISTORY README
%license COPYING
%{vdr_libdir}/libvdr*
%changelog