vdr-plugin-dvbapi: update to vdr-plugin-dvbapi-2b1bacd

This commit is contained in:
Stefan Saraev
2014-03-27 22:18:52 +02:00
parent 7dc87c3c32
commit f3eac4364a
2 changed files with 10 additions and 6 deletions

View File

@@ -1,8 +1,12 @@
diff --git a/Makefile b/Makefile
index a49dda6..873e73d 100644
index efd124a..ed303fa 100644
--- a/Makefile
+++ b/Makefile
@@ -16,18 +16,11 @@ GITTAG = $(shell git describe --always 2>/dev/null)
@@ -12,22 +12,14 @@ PLUGIN = dvbapi
### The version number of this plugin (taken from the main source file):
VERSION = $(shell grep 'static const char \*VERSION *=' DVBAPI.h | awk '{ print $$6 }' | sed -e 's/[";]//g')
-GITTAG = $(shell git describe --always 2>/dev/null)
### The directory environment:
@@ -22,7 +26,7 @@ index a49dda6..873e73d 100644
### Allow user defined options to overwrite defaults:
@@ -35,7 +28,7 @@ export CXXFLAGS = $(call PKGCFG,cxxflags)
@@ -35,7 +27,7 @@ export CXXFLAGS = $(call PKGCFG,cxxflags)
### The version number of VDR's plugin API:
@@ -31,7 +35,7 @@ index a49dda6..873e73d 100644
### The name of the distribution archive:
@@ -48,7 +41,7 @@ SOFILE = libvdr-$(PLUGIN).so
@@ -48,7 +40,7 @@ SOFILE = libvdr-$(PLUGIN).so
### Includes and Defines (add further entries here):
@@ -40,7 +44,7 @@ index a49dda6..873e73d 100644
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
@@ -122,6 +115,7 @@ install-i18n: $(I18Nmsgs)
@@ -122,6 +114,7 @@ install-i18n: $(I18Nmsgs)
$(SOFILE): $(OBJS) $(FFDECSA)
$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(DECSALIB) -o $@