mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
vdr-iptv: update to vdr-iptv-2.1.2
This commit is contained in:
parent
d53cc0896f
commit
2f3643a4f6
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="vdr-iptv"
|
PKG_NAME="vdr-iptv"
|
||||||
PKG_VERSION="2.1.0"
|
PKG_VERSION="2.1.2"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
diff --git a/Makefile b/Makefile
|
diff --git a/Makefile b/Makefile
|
||||||
index 74f8b09..db294fc 100644
|
index 48c8b2c..d370f92 100644
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -12,8 +12,6 @@
|
@@ -12,8 +12,6 @@
|
||||||
@ -11,7 +11,7 @@ index 74f8b09..db294fc 100644
|
|||||||
# The official name of this plugin.
|
# The official name of this plugin.
|
||||||
# This name will be used in the '-P...' option of VDR to load the plugin.
|
# This name will be used in the '-P...' option of VDR to load the plugin.
|
||||||
# By default the main source file also carries this name.
|
# By default the main source file also carries this name.
|
||||||
@@ -27,23 +25,15 @@ GITTAG = $(shell git describe --always 2>/dev/null)
|
@@ -27,24 +25,15 @@ GITTAG = $(shell git describe --always 2>/dev/null)
|
||||||
|
|
||||||
### The directory environment:
|
### The directory environment:
|
||||||
|
|
||||||
@ -20,6 +20,7 @@ index 74f8b09..db294fc 100644
|
|||||||
-LIBDIR = $(call PKGCFG,libdir)
|
-LIBDIR = $(call PKGCFG,libdir)
|
||||||
-LOCDIR = $(call PKGCFG,locdir)
|
-LOCDIR = $(call PKGCFG,locdir)
|
||||||
-PLGCFG = $(call PKGCFG,plgcfg)
|
-PLGCFG = $(call PKGCFG,plgcfg)
|
||||||
|
-RESDIR = $(call PKGCFG,resdir)
|
||||||
-CFGDIR = $(call PKGCFG,configdir)
|
-CFGDIR = $(call PKGCFG,configdir)
|
||||||
-#
|
-#
|
||||||
TMPDIR ?= /tmp
|
TMPDIR ?= /tmp
|
||||||
@ -37,7 +38,7 @@ index 74f8b09..db294fc 100644
|
|||||||
|
|
||||||
### Allow user defined options to overwrite defaults:
|
### Allow user defined options to overwrite defaults:
|
||||||
|
|
||||||
@@ -64,7 +54,7 @@ LIBS = $(shell curl-config --libs)
|
@@ -65,7 +54,7 @@ LIBS = $(shell curl-config --libs)
|
||||||
|
|
||||||
### Includes and Defines (add further entries here):
|
### Includes and Defines (add further entries here):
|
||||||
|
|
||||||
@ -46,7 +47,7 @@ index 74f8b09..db294fc 100644
|
|||||||
|
|
||||||
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
|
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
|
||||||
|
|
||||||
@@ -138,6 +128,7 @@ install-i18n: $(I18Nmsgs)
|
@@ -139,6 +128,7 @@ install-i18n: $(I18Nmsgs)
|
||||||
|
|
||||||
$(SOFILE): $(OBJS)
|
$(SOFILE): $(OBJS)
|
||||||
$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@
|
$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user