diff --git a/packages/multimedia/vdr-iptv/package.mk b/packages/multimedia/vdr-iptv/package.mk index 0242808b58..60b2cf76e2 100644 --- a/packages/multimedia/vdr-iptv/package.mk +++ b/packages/multimedia/vdr-iptv/package.mk @@ -17,7 +17,7 @@ ################################################################################ PKG_NAME="vdr-iptv" -PKG_VERSION="2.2.0" +PKG_VERSION="2.2.1" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/multimedia/vdr-iptv/patches/vdr-iptv-01_makefile.patch b/packages/multimedia/vdr-iptv/patches/vdr-iptv-01_makefile.patch index 1f48cca871..0f250b180a 100644 --- a/packages/multimedia/vdr-iptv/patches/vdr-iptv-01_makefile.patch +++ b/packages/multimedia/vdr-iptv/patches/vdr-iptv-01_makefile.patch @@ -1,17 +1,8 @@ diff --git a/Makefile b/Makefile -index 48c8b2c..d370f92 100644 +index 62b2fb4..10e4e0d 100644 --- a/Makefile +++ b/Makefile -@@ -12,8 +12,6 @@ - - # 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,24 +25,15 @@ GITTAG = $(shell git describe --always 2>/dev/null) +@@ -19,25 +19,16 @@ GITTAG = $(shell git describe --always 2>/dev/null) ### The directory environment: @@ -30,6 +21,7 @@ index 48c8b2c..d370f92 100644 -export CFLAGS = $(call PKGCFG,cflags) -export CXXFLAGS = $(call PKGCFG,cxxflags) +include $(VDRDIR)/Make.global + STRIP ?= /bin/true ### The version number of VDR's plugin API: @@ -38,7 +30,7 @@ index 48c8b2c..d370f92 100644 ### Allow user defined options to overwrite defaults: -@@ -65,7 +54,7 @@ LIBS = $(shell curl-config --libs) +@@ -58,7 +49,7 @@ LIBS = $(shell curl-config --libs) ### Includes and Defines (add further entries here): @@ -47,11 +39,11 @@ index 48c8b2c..d370f92 100644 DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -@@ -139,6 +128,7 @@ install-i18n: $(I18Nmsgs) - +@@ -129,6 +120,7 @@ install-i18n: $(I18Nmsgs) $(SOFILE): $(OBJS) $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@ -+ @cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION) - ifndef IPTV_DEBUG @$(STRIP) $@ - endif ++ @cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION) + + install-lib: $(SOFILE) + install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION)