diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2007-06-25 12:44:11 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2007-06-25 12:44:11 +0200 |
commit | fc61e314442d22bb7886dba77380497b776fcb62 (patch) | |
tree | b6e891bb760438f2209d5f24ab489d8d01579026 /Makefile | |
parent | ae9c6ccad6ba1ab419fe73d9e75f545cbbb62c96 (diff) | |
download | vdr-plugin-skinenigmang-fc61e314442d22bb7886dba77380497b776fcb62.tar.gz vdr-plugin-skinenigmang-fc61e314442d22bb7886dba77380497b776fcb62.tar.bz2 |
2007-06-25: Version 0.0.5rc3v0.0.5rc3
- Updated Finnish translation (Submitted by Rolf Ahrenberg).
- Added quickepgsearch, sport and music plugins in main menu logos (Submitted by zulu @vdr-portal.de).
- Reworked debug() and error().
- Use required width of date for calculation of logo area with.
- Don't let vector for text effects grow when moving through lists in menus.
- Added internal translation of long weeksdays (Requested and translated by Pat @vdr-portal.de).
- Support TrueTypeFonts again with VDR >=v1.5.4 (TTF width setup disabled).
- Read OSD size from VDR's cOsd as suggested in VDR and Avards plugin.
- Minor bugfixes and enhancements.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.14 2007/06/11 06:57:47 amair Exp $ +# $Id: Makefile,v 1.16 2007/06/25 10:44:11 amair Exp $ # If you are using the epgsearch plugin and want to see the number of # timer conflicts in the main menu's info area. @@ -66,7 +66,8 @@ LIBDIR = ../../lib TMPDIR = /tmp ### Allow user defined options to overwrite defaults: - +#TODO +CLEAR_BUG_WORKAROUND = 1 -include $(VDRDIR)/Make.config ### The version number of VDR's plugin API (taken from VDR's "config.h"): @@ -113,6 +114,10 @@ ifdef SKINENIGMA_DISABLE_ANIMATED_TEXT DEFINES += -DDISABLE_ANIMATED_TEXT endif +ifdef CLEAR_BUG_WORKAROUND +DEFINES += -DCLEAR_BUG_WORKAROUND +endif + DEFINES += -DSKINENIGMA_FONTS=$(SKINENIGMA_FONTS) ### The object files (add further files here): |