]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/vdr
vdr: fix packages names for updating from 1.6 to 2.x.
[people/teissler/ipfire-2.x.git] / lfs / vdr
diff --git a/lfs/vdr b/lfs/vdr
index f881134dc2df5976e93d12ba2b353b4979b05e13..0dd2c0f4628ab3960e895a583e00d7213fbbf570 100644 (file)
--- a/lfs/vdr
+++ b/lfs/vdr
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2012  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2013  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,8 @@
 
 include Config
 
-VER        = 1.7.41
+VER        = 2.0.1
+VDRPLUGVER = 2.0.0
 THISAPP    = vdr-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
 
@@ -34,14 +35,14 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = vdr
 PAK_VER    = 6
 
-DEPS       = "freefont"
+DEPS       = "vdr_streamdev"
 
 MAKE_OPTIONS = \
        PREFIX=/usr \
        BINDIR=/usr/bin \
        CACHEDIR=/var/cache/vdr \
        CONFDIR=/etc/vdr \
-       INCDIR=/usr/include/vdr \
+       INCDIR=/usr/include \
        LIBDIR=/usr/lib/vdr \
        LOCDIR=/usr/share/locale \
        MANDIR=/usr/share/man \
@@ -60,7 +61,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE)  = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5  = c7928bff45fa1c0e6dadf2c0a5adf94b
+$(DL_FILE)_MD5  = e1b7a76c57c96300829dccd39eb20e7d
 
 install : $(TARGET)
 
@@ -109,15 +110,23 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install-bin install-dirs install-includes $(MAKE_OPTIONS)
        mv -v /usr/bin/vdr /usr/sbin/vdr
 
-       sed -e "s/VDR_PLUGIN_VERSION/$(VER)/" \
+       sed -e "s/VDR_PLUGIN_VERSION/$(VDRPLUGVER)/" \
                < $(DIR_SRC)/config/vdr/runvdr > /usr/sbin/runvdr
        chmod 755 /usr/sbin/runvdr
 
        # Install configuration.
        mkdir -pv /etc/vdr
        mkdir -pv /etc/sysconfig/vdr-plugins.d
+       cd $(DIR_APP) && install -m 644 $(DIR_SRC)/config/vdr/vdr.sysconfig \
+               /etc/sysconfig/vdr
        cd $(DIR_APP) && install -m 644 *.conf /etc/vdr
 
+       # Link development files.
+       mkdir -pv /usr/lib/vdr
+       cd $(DIR_APP) && cp -vf Make.global /usr/lib/vdr
+       ln -svf ../../include/vdr/config.h /usr/lib/vdr/config.h
+       ln -svf ../../include/vdr/device.h /usr/lib/vdr/device.h
+
        # Install start links and backup include file.
        ln -sf ../init.d/vdr /etc/rc.d/rc3.d/S60vdr
        ln -sf ../init.d/vdr /etc/rc.d/rc0.d/K40vdr