Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
72a7e118ca | ||
|
|
b86063b713 | ||
|
|
811814ce84 | ||
|
|
9e7b6cd1ea |
3 changed files with 41 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -11,3 +11,7 @@
|
|||
/SkinNopacity-1.1.7.tar.bz2
|
||||
/SkinNopacity-1.1.8.tar.bz2
|
||||
/SkinNopacity-1.1.9.tar.bz2
|
||||
/SkinNopacity-1.1.10.tar.bz2
|
||||
/SkinNopacity-1.1.11.tar.bz2
|
||||
/SkinNopacity-1.1.12.tar.bz2
|
||||
/SkinNopacity-1.1.13.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (SkinNopacity-1.1.9.tar.bz2) = 4fbde348a8d17e43c1c8667be9cb4ab8ebddbd02e0d568f66e14a1390ceaeb7d92e502391a38277fdeca75f83465676ecc376d762ae0c1ded99e1f09dd32e7fa
|
||||
SHA512 (SkinNopacity-1.1.13.tar.bz2) = 04464e36d2b868e106ce32daf1489a0770eeea62eb71040764ddedf1c697fd42c911a3c3649474162369805d415f82b0518204b3ca300c59c4e22ab1c8774c9c
|
||||
|
|
|
|||
|
|
@ -1,8 +1,17 @@
|
|||
%global pname SkinNopacity
|
||||
%global sname skinnopacity
|
||||
# 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-skinnopacity
|
||||
Version: 1.1.9
|
||||
Version: 1.1.13
|
||||
Release: 1%{?dist}
|
||||
Summary: A highly customizable native true color skin for the Video Disc Recorder
|
||||
|
||||
|
|
@ -18,7 +27,7 @@ BuildRequires: make
|
|||
BuildRequires: gcc-c++
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: ImageMagick-c++-devel
|
||||
BuildRequires: vdr-devel >= 1.7.34
|
||||
BuildRequires: vdr-devel >= %{vdr_version}
|
||||
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
|
||||
Requires: %{name}-data = %{version}-%{release}
|
||||
|
||||
|
|
@ -39,7 +48,7 @@ This package contains icons files.
|
|||
iconv -f iso-8859-1 -t utf-8 README > README.utf8 ; mv README.utf8 README
|
||||
|
||||
%build
|
||||
make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" IMAGELIB=imagemagick %{?_smp_mflags} all
|
||||
%make_build CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" IMAGELIB=imagemagick
|
||||
|
||||
%install
|
||||
# make install would install the themes under /etc, let's not use that
|
||||
|
|
@ -68,6 +77,30 @@ install -Dpm 644 %{SOURCE1} \
|
|||
%{vdr_resdir}/plugins/skinnopacity/icons/
|
||||
|
||||
%changelog
|
||||
* Sat Oct 22 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.1.13-1
|
||||
- Update to 1.1.13
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jun 25 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.1.12-1
|
||||
- Update to 1.1.12
|
||||
|
||||
* Mon May 30 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.1.11-1
|
||||
- Update to 1.1.11
|
||||
|
||||
* Sun May 01 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.1.10-1
|
||||
- Update to 1.1.10
|
||||
|
||||
* Sat Feb 05 2022 Martin Gansser <martinkg@fedoraproject.org> - 1.1.9-4
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Dec 30 2021 Martin Gansser <martinkg@fedoraproject.org> - 1.1.9-2
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Thu Dec 16 2021 Martin Gansser <martinkg@fedoraproject.org> - 1.1.9-1
|
||||
- Update to 1.1.9
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue