diff --git a/Makefile b/Makefile index 65b86ca..f8a9701 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ VERSION = $(shell grep 'const char VERSION\[\] *=' $(PLUGIN).c | awk '{ print $$ ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -fPIC -g -O2 -Wall -Wextra -Wswitch-default -Wfloat-equal -Wundef -Wpointer-arith -Wconversion -Wcast-align -Wredundant-decls -Wno-unused-parameter -Woverloaded-virtual -Wno-parentheses +CXXFLAGS ?= -fPIC -g -O3 -Wall -Wextra -Wswitch-default -Wfloat-equal -Wundef -Wpointer-arith -Wconversion -Wcast-align -Wredundant-decls -Wno-unused-parameter -Woverloaded-virtual -Wno-parentheses LDFLAGS ?= -Wl,--as-needed ### The directory environment: @@ -98,7 +98,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot msgfmt -c -o $@ $< $(I18Npot): $(wildcard *.c) - xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='' -o $@ $^ + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name='vdr-$(PLUGIN)' --package-version='$(VERSION)' --msgid-bugs-address='' -o $@ $^ %.po: $(I18Npot) msgmerge -U --no-wrap --no-location --backup=none -q $@ $< @@ -120,7 +120,7 @@ ifndef IPTV_DEBUG endif @cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION) -dist: clean +dist: $(I18Npo) clean @-rm -rf $(TMPDIR)/$(ARCHIVE) @mkdir $(TMPDIR)/$(ARCHIVE) @cp -a * $(TMPDIR)/$(ARCHIVE) diff --git a/po/de_DE.po b/po/de_DE.po index f714a09..2bb18db 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: iptv 0.4.3\n" +"Project-Id-Version: vdr-iptv 0.4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-10-10 10:10+0300\n" "PO-Revision-Date: 2010-10-10 10:10+0300\n" diff --git a/po/fi_FI.po b/po/fi_FI.po index f8153d6..d7f0743 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: iptv 0.4.3\n" +"Project-Id-Version: vdr-iptv 0.4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-10-10 10:10+0300\n" "PO-Revision-Date: 2010-10-10 10:10+0300\n" diff --git a/po/fr_FR.po b/po/fr_FR.po index 70b0284..0170bd6 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: iptv 0.4.3\n" +"Project-Id-Version: vdr-iptv 0.4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-10-06 21:49+0300\n" "PO-Revision-Date: 2010-09-09 09:09+0300\n" diff --git a/po/it_IT.po b/po/it_IT.po index 3ce28fc..9503e7e 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: iptv 0.4.3\n" +"Project-Id-Version: vdr-iptv 0.4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-10-10 10:10+0300\n" "PO-Revision-Date: 2010-10-10 10:10+0300\n" diff --git a/po/nl_NL.po b/po/nl_NL.po index 5623884..a548765 100644 --- a/po/nl_NL.po +++ b/po/nl_NL.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: iptv 0.4.3\n" +"Project-Id-Version: vdr-iptv 0.4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-10-10 10:10+0300\n" "PO-Revision-Date: 2010-10-10 10:10+0300\n" diff --git a/po/ru_RU.po b/po/ru_RU.po index a3287cf..3eb06b4 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: iptv 0.4.3\n" +"Project-Id-Version: vdr-iptv 0.4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-10-06 21:49+0300\n" "PO-Revision-Date: 2010-09-09 09:09+0300\n"