]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/vdr_dvbapi
buildprocess: Add extra metadata to pak lfs files
[people/pmueller/ipfire-2.x.git] / lfs / vdr_dvbapi
index 781f00d26cc45c2b01a6fd6baed25273401fdc1e..54adcb2bbb21568e2fa321d671ba7d4206ed179f 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2013  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  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,8 +24,9 @@
 
 include Config
 
-VER        = 1.0.6
-SUP_ARCHES =
+SUMMARY    = DVBAPI plugin for VDR
+
+VER        = 2.2.5
 
 THISAPP    = vdr-plugin-dvbapi-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,20 +35,20 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = vdr_dvbapi
-PAK_VER    = 1
+PAK_VER    = 5
+
+DEPS       =
 
-DEPS       = ""
+SERVICES   =
 
-VDRPLUGVER = 2.0.0
+VDRPLUGVER = 2.4.7
 
 EXTRA_FLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
 CFLAGS    += $(EXTRA_FLAGS)
 CXXFLAGS  += $(EXTRA_FLAGS)
 
 CSAFLAGS     =  -O3 -fexpensive-optimizations -funroll-loops
-CSAFLAGS-sse = $(CSAFLAGS) -mmmx -msse -msse2 -msse3
 PARALLEL     = PARALLEL_64_LONG
-PARALLEL-sse = PARALLEL_128_SSE2
 
 define BUILD
        cp -a $(DIR_APP) $(DIR_APP)-build$(1)
@@ -70,7 +71,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 6a8024b2970beba8eadc1acaa86805e7
+$(DL_FILE)_MD5 = cf35ed8a787c09676338ec16d231b61a
 
 install : $(TARGET)
 
@@ -104,11 +105,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP)* && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 
-ifeq "$(BUILD_ARCH)" "i586"
-       # Build an SSE enabled version.
-       $(call BUILD,-sse)
-endif
-
        # Build normal version.
        $(call BUILD)