vdr-iptv: update to vdr-iptv-2.0.1

This commit is contained in:
Stefan Saraev 2014-01-18 19:10:25 +02:00
parent da58d802f5
commit e4408fe2af
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="vdr-iptv"
PKG_VERSION="2.0.0"
PKG_VERSION="2.0.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -1,5 +1,5 @@
diff --git a/Makefile b/Makefile
index 7f147b8..db294fc 100644
index 74f8b09..db294fc 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,6 @@
@ -16,7 +16,7 @@ index 7f147b8..db294fc 100644
### The directory environment:
-# Use package data if installed...otherwise assume we're under the VDR source directory:
-PKGCFG = $(if $(VDRDIR),$(shell pkg-config --variable=$(1) $(VDRDIR)/vdr.pc),$(shell pkg-config --variable=$(1) vdr || pkg-config --variable=$(1) ../../../vdr.pc))
-PKGCFG = $(if $(VDRDIR),$(shell pkg-config --variable=$(1) $(VDRDIR)/vdr.pc),$(shell PKG_CONFIG_PATH="$$PKG_CONFIG_PATH:../../.." pkg-config --variable=$(1) vdr))
-LIBDIR = $(call PKGCFG,libdir)
-LOCDIR = $(call PKGCFG,locdir)
-PLGCFG = $(call PKGCFG,plgcfg)