]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/vdr_streamdev
dnsdist: Update to 1.3.3
[ipfire-2.x.git] / lfs / vdr_streamdev
index 31aa6553b848c7b813a031e76c7dbbbea4718e44..c6d21f110c881687b4262d95e29284c188897307 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2013  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2018  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        #
@@ -26,6 +26,8 @@ include Config
 
 VER        = 0.6.1
 GIT_VER    = 10db11ac
+SUP_ARCHES =
+
 THISAPP    = vdr-streamdev-$(GIT_VER)
 DL_FILE    = $(THISAPP).tar.xz
 
@@ -33,9 +35,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = vdr_streamdev
-PAK_VER    = 1
+PAK_VER    = 2
 
-DEPS       = "vdr"
+DEPS       = ""
 
 VDRPLUGVER = 2.0.0
 
@@ -85,6 +87,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/vdr-streamdev_recordings-64.patch
+
        cd $(DIR_APP) && sed -i 's@$(VDRDIR)/device.h@/usr/include/vdr/device.h@' Makefile
        cd $(DIR_APP) && make $(MAKE_TUNING) LIBDIR=. VDRDIR=/usr/lib/vdr \
                CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \