[vdr-epg-daemon] rebuild for new git release

Martin Gansser martinkg at fedoraproject.org
Sat May 10 21:02:52 UTC 2014


commit 8d5bafc47ce5f012f04d22d18054e18ab6821cd3
Author: Martin Gansser <mgansser at alice.de>
Date:   Sat May 10 23:03:15 2014 +0200

    rebuild for new git release
    
    - Add BR libjpeg-turbo-devel
    - Add BR imlib2-devel
    - Add BR libxslt-devel
    - Add BR libxml2-devel

 .gitignore                    |    1 +
 sources                       |    2 +-
 vdr-epg-daemon-makefile.patch |   12 ++++++------
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 236ecf3..c9955d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /vdr-epg-daemon-d7fb6caf0f84ad56c2ce2a0d9ef8b554d230ec75.tar.bz2
 /vdr-epg-daemon-d5f1b4da70bacad82dd015a736ebeda7ab00627d.tar.bz2
 /vdr-epg-daemon-e1d19b88655144471daae1fade64b08b55606e1e.tar.bz2
+/vdr-epg-daemon-makefile.patch
diff --git a/sources b/sources
index 45d5804..9c6833a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-718835e0fda8d12dec2ca951540da482  vdr-epg-daemon-e1d19b88655144471daae1fade64b08b55606e1e.tar.bz2
+a440ef496c867c042168e768c118d351  vdr-epg-daemon-makefile.patch
diff --git a/vdr-epg-daemon-makefile.patch b/vdr-epg-daemon-makefile.patch
index 2f4b16b..77ee18e 100644
--- a/vdr-epg-daemon-makefile.patch
+++ b/vdr-epg-daemon-makefile.patch
@@ -1,18 +1,18 @@
---- Make.config.orig	2014-05-05 09:05:54.000000000 +0200
-+++ Make.config	2014-05-05 17:21:34.825910386 +0200
-@@ -33,9 +33,8 @@
+--- Make.config.orig	2014-05-10 10:44:07.844988406 +0200
++++ Make.config	2014-05-10 10:44:57.203990548 +0200
+@@ -38,10 +38,8 @@
    CFLAGS += -ggdb -O0
  endif
  
--CFLAGS += -fPIC -Wreturn-type -Wformat -pedantic -Wunused-variable -Wunused-label \
+-CFLAGS += -fPIC -Wreturn-type -Wall -Wno-parentheses -Wformat -pedantic -Wunused-variable -Wunused-label \
 -          -Wunused-value -Wunused-function \
 -          -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+-
 +CFLAGS += @@OPTFLAGS \
 +          -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
  
- 
  ifdef TEST_EPG_MERGE
-
+   CFLAGS += -DTEST_EPG_MERGE
 
 --- epglv/Makefile.orig	2014-05-05 09:05:54.000000000 +0200
 +++ epglv/Makefile	2014-05-05 17:05:07.421963649 +0200


More information about the scm-commits mailing list