summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2015-10-09 14:37:06 +0200
committerhorchi <vdr@jwendel.de>2015-10-09 14:37:06 +0200
commit09fea217e4e138512c0bd344a7598bc6b05d9501 (patch)
tree7c2a694827d1f15b7e0c0c541730f344569c06f9
parent983c8342aa03462d56def736bdf8f5c1b59f9066 (diff)
downloadvdr-plugin-seduatmo-09fea217e4e138512c0bd344a7598bc6b05d9501.tar.gz
vdr-plugin-seduatmo-09fea217e4e138512c0bd344a7598bc6b05d9501.tar.bz2
minor changes
-rw-r--r--.gitignore6
-rw-r--r--Makefile.since-1.7.3510
-rw-r--r--README5
-rw-r--r--po/de_DE.po4
4 files changed, 12 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..929ca40
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+.dependencies
+*.o
+*.so
+*~
+*.mo
+*.pot
diff --git a/Makefile.since-1.7.35 b/Makefile.since-1.7.35
index fe36410..49fe38d 100644
--- a/Makefile.since-1.7.35
+++ b/Makefile.since-1.7.35
@@ -1,11 +1,6 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id$
-
-# 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.
PLUGIN = seduatmo
@@ -17,16 +12,19 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri
# Use package data if installed...otherwise assume we're under the VDR source directory:
PKGCFG = $(if $(VDRDIR),$(shell pkg-config --variable=$(1) $(VDRDIR)/vdr.pc),$(shell pkg-config --variable=$(1) vdr || pkg-config --variable=$(1) ../../../vdr.pc))
+
LIBDIR = $(call PKGCFG,libdir)
LOCDIR = $(call PKGCFG,locdir)
PLGCFG = $(call PKGCFG,plgcfg)
+
#
+
TMPDIR ?= /tmp
### The compiler options:
export CFLAGS = $(call PKGCFG,cflags)
-export CXXFLAGS = $(call PKGCFG,cxxflags)
+export CXXFLAGS = $(call PKGCFG,cxxflags) -fPIC
CXXFLAGS += -Wno-unused-result
diff --git a/README b/README
index a6c551c..6e50b9a 100644
--- a/README
+++ b/README
@@ -21,8 +21,6 @@ KERNEL=="ttyUSB?", OWNER="vdr", ATTRS{product}=="SEDU Board USB", SYMLINK+="ttyS
Adjust the seduconf.pl cofig script to generate a suiteable seduatmo.conf according to your configuration and place it in plugin cond dir.
Blacklevel = 5 -> brightness for blacklevel
-Damping = 85 -> Threshold percentage(0-100), 0 off, max damping 100, proportion of adjustment, aligned in one cycle
-DampingThreshold = 20 -> Threshold für damping – no damping until change of RG and B is below this threshold
DetectCineBars = 2 -> 0- horizontal; 1 - vertical; 2 - both
FixedColorBlue = 0 -> B level of fixek color (0-255)
FixedColorGreen = 101 -> G level of fixek color (0-255)
@@ -41,10 +39,7 @@ ShowMainmenu = 1 -> ;)
Threshold = 17 -> level for black level detection, dark led until all LED below this threshold
ViewMode = 0 -> 0 - atmo; 1 - fixed color; 2 - off
-
Blacklevel = 5 -> Helligkeitslevel bei Schwarzem Bild
-Damping = 85 -> Dämpfung in Prozent (0-100), Anteil der Änderung die pro Zyklus geregelt wird
-DampingThreshold = 20 -> Schwelle für die Dämpfung, liegt die Änderung aller drei Farben (jeweils) eines Pixel darunter wird nicht gedämpft
DetectCineBars = 2 -> 0- horizontal; 1 - vertical; 2 - both
FixedColorBlue = 0 -> B Wert für Fixed Color (0-255)
FixedColorGreen = 101 -> G Wert für Fixed Color (0-255)
diff --git a/po/de_DE.po b/po/de_DE.po
index e0ffe45..494ae04 100644
--- a/po/de_DE.po
+++ b/po/de_DE.po
@@ -9,9 +9,9 @@ msgstr ""
"Report-Msgid-Bugs-To: <see README>\n"
"POT-Creation-Date: 2012-11-29 12:31+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Last-Translator: ckone santos\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
+"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"