public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Daniel Weismüller" <daniel.weismueller@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] vdr_dvbapi: updated to version 2.2.3, changed dependency to, vdr 2.2.0
Date: Mon, 24 Oct 2016 14:02:36 +0200	[thread overview]
Message-ID: <37430eff-5c03-3e2d-2777-2ed799c0840a@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3195 bytes --]

 From 99970f172b1c8fa5eabe379abfd7837946ec7e6c Mon Sep 17 00:00:00 2001
From: =?utf8?q?Daniel=20Weism=C3=BCller?= <daniel.weismueller(a)ipfire.org>
Date: Tue, 18 Oct 2016 16:11:24 +0200
Subject: [PATCH] vdr_dvbapi: updated to version 2.2.3, changed dependency to
  vdr 2.2.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Daniel Weismüller <daniel.weismueller(a)ipfire.org>
---
  config/rootfiles/packages/armv5tel/vdr_dvbapi |  2 +-
  config/rootfiles/packages/i586/vdr_dvbapi     |  4 ++--
  config/rootfiles/packages/x86_64/vdr_dvbapi   |  2 +-
  lfs/vdr_dvbapi                                | 10 +++++-----
  4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/config/rootfiles/packages/armv5tel/vdr_dvbapi b/config/rootfiles/packages/armv5tel/vdr_dvbapi
index 0748137..9626e11 100644
--- a/config/rootfiles/packages/armv5tel/vdr_dvbapi
+++ b/config/rootfiles/packages/armv5tel/vdr_dvbapi
@@ -1,3 +1,3 @@
  etc/sysconfig/vdr-plugins.d/dvbapi.conf
  etc/vdr/plugins/dvbapi
-usr/lib/vdr/libvdr-dvbapi.so.2.0.0
+usr/lib/vdr/libvdr-dvbapi.so.2.2.0
diff --git a/config/rootfiles/packages/i586/vdr_dvbapi b/config/rootfiles/packages/i586/vdr_dvbapi
index 5e06c12..ca1baae 100644
--- a/config/rootfiles/packages/i586/vdr_dvbapi
+++ b/config/rootfiles/packages/i586/vdr_dvbapi
@@ -1,4 +1,4 @@
  etc/sysconfig/vdr-plugins.d/dvbapi.conf
  etc/vdr/plugins/dvbapi
-usr/lib/vdr/libvdr-dvbapi.so.2.0.0
-usr/lib/vdr/libvdr-dvbapi.so.2.0.0-sse
+usr/lib/vdr/libvdr-dvbapi.so.2.2.0
+usr/lib/vdr/libvdr-dvbapi.so.2.2.0-sse
diff --git a/config/rootfiles/packages/x86_64/vdr_dvbapi b/config/rootfiles/packages/x86_64/vdr_dvbapi
index 0748137..9626e11 100644
--- a/config/rootfiles/packages/x86_64/vdr_dvbapi
+++ b/config/rootfiles/packages/x86_64/vdr_dvbapi
@@ -1,3 +1,3 @@
  etc/sysconfig/vdr-plugins.d/dvbapi.conf
  etc/vdr/plugins/dvbapi
-usr/lib/vdr/libvdr-dvbapi.so.2.0.0
+usr/lib/vdr/libvdr-dvbapi.so.2.2.0
diff --git a/lfs/vdr_dvbapi b/lfs/vdr_dvbapi
index 2cf34e7..2104daa 100644
--- a/lfs/vdr_dvbapi
+++ b/lfs/vdr_dvbapi
@@ -24,7 +24,7 @@
  
  include Config
  
-VER        = 1.0.6
+VER        = 2.2.3
  THISAPP    = vdr-plugin-dvbapi-$(VER)
  DL_FILE    = $(THISAPP).tar.gz
  
@@ -32,17 +32,17 @@ DL_FROM    = $(URL_IPFIRE)
  DIR_APP    = $(DIR_SRC)/$(THISAPP)
  TARGET     = $(DIR_INFO)/$(THISAPP)
  PROG       = vdr_dvbapi
-PAK_VER    = 1
+PAK_VER    = 2
  
  DEPS       = ""
  
-VDRPLUGVER = 2.0.0
+VDRPLUGVER = 2.2.0
  
  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     = -O3 -fexpensive-optimizations -funroll-loops
  CSAFLAGS-sse = $(CSAFLAGS) -mmmx -msse -msse2 -msse3
  PARALLEL     = PARALLEL_64_LONG
  PARALLEL-sse = PARALLEL_128_SSE2
@@ -68,7 +68,7 @@ objects = $(DL_FILE)
  
  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
  
-$(DL_FILE)_MD5 = 6a8024b2970beba8eadc1acaa86805e7
+$(DL_FILE)_MD5 = 06e757ec8b847cfc488d68165b0bed6c
  
  install : $(TARGET)
  
-- 
2.5.5


                 reply	other threads:[~2016-10-24 12:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=37430eff-5c03-3e2d-2777-2ed799c0840a@ipfire.org \
    --to=daniel.weismueller@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox