Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a0ffcc7b8 |
3 changed files with 17 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,3 +17,4 @@
|
|||
/vdr-plugin-tvguide-1.3.3.tar.bz2
|
||||
/tvguide-v1.3.4.tar.bz2
|
||||
/tvguide-v1.3.5.tar.bz2
|
||||
/tvguide-v1.3.6.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (tvguide-v1.3.5.tar.bz2) = 1784c396f40c693d9996ddd3b047c1cf8db2a20b97e4fe9e1cabd09c6fa19efe9f43f7cc136c70b6cdd9cd111011f63be44be0f67282b9fad5e196e51f340f2a
|
||||
SHA512 (tvguide-v1.3.6.tar.bz2) = 23688e5247e1e3e4c7be3f989acd62ee271406503895324ee50551c8dabe816e25c4d0d63da9c57ce999bfdfd48a5b9a59c785cd8837a4fb778a52f8eab2e917
|
||||
|
|
|
|||
|
|
@ -1,22 +1,29 @@
|
|||
%global pname tvguide
|
||||
# version we want build against
|
||||
%global vdr_version 2.4.0
|
||||
%if 0%{?fedora} >= 36
|
||||
%global vdr_version 2.6.1
|
||||
%endif
|
||||
%if 0%{?fedora} == 35
|
||||
%global vdr_version 2.4.7
|
||||
%endif
|
||||
|
||||
|
||||
Name: vdr-tvguide
|
||||
Version: 1.3.5
|
||||
Release: 7%{?dist}
|
||||
Version: 1.3.6
|
||||
Release: 1%{?dist}
|
||||
Summary: TvGuide is a highly customizable 2D EPG viewer plugin
|
||||
License: GPLv2+
|
||||
URL: https://gitlab.com/kamel5/tvguide
|
||||
Source0: https://gitlab.com/kamel5/%{pname}/-/archive/v%{version}/%{pname}-v%{version}.tar.bz2
|
||||
# Configuration files for plugin parameters. These are Fedora specific and not in upstream.
|
||||
Source1: %{name}.conf
|
||||
# https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git/patch/?id=eb259fb96143dccf42f41523093987eb1fcdb739
|
||||
Patch0: Fixed-possible-segfault-when-showing-scrollbar.patch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: ImageMagick-c++-devel
|
||||
BuildRequires: vdr-devel >= 2.0.0
|
||||
BuildRequires: vdr-devel >= %{vdr_version}
|
||||
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
|
||||
|
||||
%description
|
||||
|
|
@ -50,6 +57,9 @@ install -Dpm 644 %{SOURCE1} \
|
|||
%{vdr_resdir}/plugins/tvguide/
|
||||
|
||||
%changelog
|
||||
* Sun Jun 26 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.3.6-1
|
||||
- Update to 1.3.6
|
||||
|
||||
* Mon May 02 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.3.5-7
|
||||
- Add Fixed-possible-segfault-when-showing-scrollbar.patch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue