packages: mythplugins/mythplugins.spec - disabled default building mythweat...
w.kier
w.kier at pld-linux.org
Fri Sep 24 16:14:00 CEST 2010
Author: w.kier Date: Fri Sep 24 14:14:00 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- disabled default building mythweather as it needs perl-DateTime-Format-ISO8601
not present by default in PLD and package looks as very hard to configure
- requires additional scripts
- added patch to fix compile errors with Qt4.7
- up to 0.23.1 bugfixes release
---- Files affected:
packages/mythplugins:
mythplugins.spec (1.58 -> 1.59)
---- Diffs:
================================================================
Index: packages/mythplugins/mythplugins.spec
diff -u packages/mythplugins/mythplugins.spec:1.58 packages/mythplugins/mythplugins.spec:1.59
--- packages/mythplugins/mythplugins.spec:1.58 Sun May 30 14:55:43 2010
+++ packages/mythplugins/mythplugins.spec Fri Sep 24 16:13:55 2010
@@ -12,7 +12,9 @@
%bcond_without mythmusic # disable building mythmusic plugin
%bcond_without mythnews # disable building mythgallery plugin
%bcond_without mythvideo # disable building mythgallery plugin
-%bcond_without mythweather # building mythgallery plugin disabled by default
+# Mythweather disabled, as we need DateTime::Format::ISO8601 first
+# not present by default in PLD
+%bcond_with mythweather # building mythgallery plugin disabled by default
# it looks unusable "due to msnbc webpage structure change
%bcond_without mythweb # disable building mythgallery plugin
%bcond_without mythzoneminder # disable building mythzoneminder plugin
@@ -38,13 +40,13 @@
Summary: Main MythTV plugins
Summary(pl.UTF-8): Główne wtyczki MythTV
Name: mythplugins
-Version: 0.23
+Version: 0.23.1
#Release: fix%{fix}.1
Release: 1
License: GPL v2
Group: Applications/Multimedia
Source0: ftp://ftp.osuosl.org/pub/mythtv/%{name}-%{version}.tar.bz2
-# Source0-md5: be44db841f9e03d0d17ab449545b38aa
+# Source0-md5: edd9c5f8a9ae0189b1c8951fa8282c4d
Source1: mythweb.conf
Source2: mythweb_lighttpd.conf
Source3: htdigest.sh
@@ -52,6 +54,7 @@
#Patch0: %{name}-lib64.patch
#Patch1: %{name}-paths.patch
Patch2: mythweb-chdir.patch
+Patch3: %{name}-compile_fixes_for_qt_4_7.patch
Patch20: %{name}-mytharchive-INT64.patch
#Patch21: mythmusic_fftw3.patch
#Patch100: mythtv-branch.diff
@@ -89,6 +92,10 @@
BuildRequires: mjpegtools-devel >= 1.6.1
BuildRequires: nasm
BuildRequires: patchutils
+%{?with_mythweather:BuildRequires: perl-XML-Simple}
+%{?with_mythweather:BuildRequires: perl-XML-XPath}
+%{?with_mythweather:BuildRequires: perl-Image-Size}
+%{?with_mythweather:BuildRequires: perl-DateTime-Format-ISO8601}
BuildRequires: qt4-build
BuildRequires: qt4-qmake
BuildRequires: rpm-perlprov >= 4.1-13
@@ -341,6 +348,7 @@
#%endif
#%patch1 -p1
%patch2 -p1
+%patch3 -p1
%patch20 -p1
#%patch21 -p1
#filterdiff -i 'mythplugins/*' %{PATCH100} | %{__patch} -p1 -s
@@ -749,6 +757,13 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.59 2010/09/24 14:13:55 w.kier
+- disabled default building mythweather as it needs perl-DateTime-Format-ISO8601
+ not present by default in PLD and package looks as very hard to configure
+ - requires additional scripts
+- added patch to fix compile errors with Qt4.7
+- up to 0.23.1 bugfixes release
+
Revision 1.58 2010/05/30 12:55:43 hawk
- in Th and Titanium for some time now, release 1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mythplugins/mythplugins.spec?r1=1.58&r2=1.59&f=u
More information about the pld-cvs-commit
mailing list