X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fvdr_streamdev;h=c6d21f110c881687b4262d95e29284c188897307;hp=31aa6553b848c7b813a031e76c7dbbbea4718e44;hb=fd0b2742bf217cbacacd4725a2bd9ad4ec1b6aaf;hpb=58ccbbd4f276050f7f2b5930725eae4cf5957887 diff --git a/lfs/vdr_streamdev b/lfs/vdr_streamdev index 31aa6553b8..c6d21f110c 100644 --- a/lfs/vdr_streamdev +++ b/lfs/vdr_streamdev @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2013 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # 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)" \