[vdr-skinnopacity] Update to 1.0.3-7

Martin Gansser martinkg at fedoraproject.org
Mon Jan 20 17:46:28 UTC 2014


commit 7d806136394f38aa2dbad75b6600baddab51183b
Author: Martin Gansser <mgansser at alice.de>
Date:   Mon Jan 20 18:46:42 2014 +0100

    Update to 1.0.3-7

 vdr-skinnopacity.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/vdr-skinnopacity.spec b/vdr-skinnopacity.spec
index 5ee428d..fff4a24 100644
--- a/vdr-skinnopacity.spec
+++ b/vdr-skinnopacity.spec
@@ -4,7 +4,7 @@
 
 Name:           vdr-skinnopacity
 Version:        1.0.3
-Release:        6.%{gitdate}git%{shortcommit}%{?dist}
+Release:        7.%{gitdate}git%{shortcommit}%{?dist}
 Summary:        A highly customizable native true color skin for the Video Disc Recorder
 
 Group:          Applications/Multimedia
@@ -19,7 +19,7 @@ Source0:        http://projects.vdr-developer.org/git/skin-nopacity.git/snapshot
 # Configuration files for plugin parameters. These are Fedora specific and not in upstream.
 Source1:        %{name}.conf
 BuildRequires:  freetype-devel
-BuildRequires:  ImageMagick-c++-devel
+BuildRequires:  GraphicsMagick-c++-devel
 BuildRequires:  vdr-devel >= 1.7.34
 Requires:       vdr(abi)%{?_isa} = %{vdr_apiversion}
 Requires:       %{name}-data = %{version}-%{release}
@@ -42,7 +42,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}" %{?_smp_mflags} all
+make CFLAGS="%{optflags}" IMAGELIB=graphicsmagick %{?_smp_mflags} all
 
 %install
 # make install would install the themes under /etc, let's not use that
@@ -71,6 +71,11 @@ install -Dpm 644 %{SOURCE1} \
 %{vdr_resdir}/plugins/skinnopacity/icons/
 
 %changelog
+* Mon Jan 20 2014 Martin Gansser <martinkg at fedoraproject.org> - 1.0.3-7.20131221git0b29805
+- removed requirement ImageMagick-c++-devel
+- added requirement GraphicsMagick-c++-devel
+- added IMAGELIB=graphicsmagick to build flag
+
 * Fri Jan 17 2014 Martin Gansser <martinkg at fedoraproject.org> - 1.0.3-6.20131221git0b29805
 - added vdr-skinnopacity-data as requirement
 - corrected tarball download instructions


More information about the scm-commits mailing list