mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
vdr-satip: update to 2.2.1
This commit is contained in:
parent
b0cf3e5653
commit
02df206fde
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="vdr-satip"
|
PKG_NAME="vdr-satip"
|
||||||
PKG_VERSION="2.2.0"
|
PKG_VERSION="2.2.1"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
@ -1,17 +1,8 @@
|
|||||||
diff --git a/Makefile b/Makefile
|
diff --git a/Makefile b/Makefile
|
||||||
index 524338c..0569ebe 100644
|
index b4c3bec..3a687cb 100644
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -12,8 +12,6 @@
|
@@ -19,24 +19,16 @@ GITTAG = $(shell git describe --always 2>/dev/null)
|
||||||
|
|
||||||
# Strip debug symbols? Set eg. to /bin/true if not
|
|
||||||
|
|
||||||
-STRIP = strip
|
|
||||||
-
|
|
||||||
# The official name of this 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.
|
|
||||||
@@ -27,23 +25,15 @@ GITTAG = $(shell git describe --always 2>/dev/null)
|
|
||||||
|
|
||||||
### The directory environment:
|
### The directory environment:
|
||||||
|
|
||||||
@ -29,6 +20,7 @@ index 524338c..0569ebe 100644
|
|||||||
-export CFLAGS = $(call PKGCFG,cflags)
|
-export CFLAGS = $(call PKGCFG,cflags)
|
||||||
-export CXXFLAGS = $(call PKGCFG,cxxflags)
|
-export CXXFLAGS = $(call PKGCFG,cxxflags)
|
||||||
+include $(VDRDIR)/Make.global
|
+include $(VDRDIR)/Make.global
|
||||||
|
STRIP ?= /bin/true
|
||||||
|
|
||||||
### The version number of VDR's plugin API:
|
### The version number of VDR's plugin API:
|
||||||
|
|
||||||
@ -37,7 +29,7 @@ index 524338c..0569ebe 100644
|
|||||||
|
|
||||||
### Allow user defined options to overwrite defaults:
|
### Allow user defined options to overwrite defaults:
|
||||||
|
|
||||||
@@ -64,7 +54,7 @@ LIBS = $(shell curl-config --libs)
|
@@ -57,7 +49,7 @@ LIBS = $(shell curl-config --libs)
|
||||||
|
|
||||||
### Includes and Defines (add further entries here):
|
### Includes and Defines (add further entries here):
|
||||||
|
|
||||||
@ -46,11 +38,11 @@ index 524338c..0569ebe 100644
|
|||||||
|
|
||||||
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
|
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
|
||||||
|
|
||||||
@@ -139,6 +129,7 @@ install-i18n: $(I18Nmsgs)
|
@@ -130,6 +122,7 @@ install-i18n: $(I18Nmsgs)
|
||||||
|
|
||||||
$(SOFILE): $(OBJS)
|
$(SOFILE): $(OBJS)
|
||||||
$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@
|
$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@
|
||||||
+ @cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
|
|
||||||
ifndef SATIP_DEBUG
|
|
||||||
@$(STRIP) $@
|
@$(STRIP) $@
|
||||||
endif
|
+ @cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
|
||||||
|
|
||||||
|
install-lib: $(SOFILE)
|
||||||
|
install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user