From 5870f98e36922b190eb859d5a7fbabe7ab2b8061 Mon Sep 17 00:00:00 2001 From: CvH Date: Mon, 11 Jan 2016 10:24:18 +0100 Subject: [PATCH] vdr-epgsearch:update to vdr-epgsearch-0b09f90 --- packages/multimedia/vdr-epgsearch/package.mk | 2 +- ...patch => vdr-epgsearch-01-pkgconfig.patch} | 0 ...earch-02_don-t-build-unused-plugins.patch} | 0 .../vdr-epgsearch-02_vdr-2.1.2-buildfix.patch | 19 ------------------- 4 files changed, 1 insertion(+), 20 deletions(-) rename packages/multimedia/vdr-epgsearch/patches/{vdr-epgsearch-pkgconfig.patch => vdr-epgsearch-01-pkgconfig.patch} (100%) rename packages/multimedia/vdr-epgsearch/patches/{vdr-epgsearch-03_don-t-build-unused-plugins.patch => vdr-epgsearch-02_don-t-build-unused-plugins.patch} (100%) delete mode 100644 packages/multimedia/vdr-epgsearch/patches/vdr-epgsearch-02_vdr-2.1.2-buildfix.patch diff --git a/packages/multimedia/vdr-epgsearch/package.mk b/packages/multimedia/vdr-epgsearch/package.mk index a6eeab1c53..f5d870fca2 100644 --- a/packages/multimedia/vdr-epgsearch/package.mk +++ b/packages/multimedia/vdr-epgsearch/package.mk @@ -17,7 +17,7 @@ ################################################################################ PKG_NAME="vdr-epgsearch" -PKG_VERSION="29c174a" +PKG_VERSION="0b09f90" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/multimedia/vdr-epgsearch/patches/vdr-epgsearch-pkgconfig.patch b/packages/multimedia/vdr-epgsearch/patches/vdr-epgsearch-01-pkgconfig.patch similarity index 100% rename from packages/multimedia/vdr-epgsearch/patches/vdr-epgsearch-pkgconfig.patch rename to packages/multimedia/vdr-epgsearch/patches/vdr-epgsearch-01-pkgconfig.patch diff --git a/packages/multimedia/vdr-epgsearch/patches/vdr-epgsearch-03_don-t-build-unused-plugins.patch b/packages/multimedia/vdr-epgsearch/patches/vdr-epgsearch-02_don-t-build-unused-plugins.patch similarity index 100% rename from packages/multimedia/vdr-epgsearch/patches/vdr-epgsearch-03_don-t-build-unused-plugins.patch rename to packages/multimedia/vdr-epgsearch/patches/vdr-epgsearch-02_don-t-build-unused-plugins.patch diff --git a/packages/multimedia/vdr-epgsearch/patches/vdr-epgsearch-02_vdr-2.1.2-buildfix.patch b/packages/multimedia/vdr-epgsearch/patches/vdr-epgsearch-02_vdr-2.1.2-buildfix.patch deleted file mode 100644 index 4a1a5f1f23..0000000000 --- a/packages/multimedia/vdr-epgsearch/patches/vdr-epgsearch-02_vdr-2.1.2-buildfix.patch +++ /dev/null @@ -1,19 +0,0 @@ -commit e8bb2e8e0ef3602fc8cb252cee541bed5d45fc5c -Author: Stefan Saraev -Date: Sat Oct 19 22:19:10 2013 +0300 - - vdr 2.1.2 buildfix - -diff --git a/uservars.h b/uservars.h -index f098750..a0e047c 100644 ---- a/uservars.h -+++ b/uservars.h -@@ -538,7 +538,7 @@ class cVideodirVar : public cInternalVar { - cVideodirVar() : cInternalVar("videodir") {} - string Evaluate(const cEvent*, bool escapeStrings = false) - { -- return VideoDirectory; -+ return cVideoDirectory::Name(); - } - }; -