Discussion:
[vdr] [ANNOUNCE] vdr-osdteletext 0.9.3
(too old to reply)
Tobi
2012-04-03 19:22:27 UTC
Permalink
The new version should compile with VDR 1.7.27 and fix the issues with the
TT6400 OSD.

Special thanks in random order to Udo Richter, gda and nox from
vdrportal.de, Andreas 'powARman' Regel, Rolf Ahrenberg and Uwe

The changes:

* VDR 1.7.27 compatibility (Closes #919), Credit goes to nox and gda fro
vdrportal.de
* Instead of doing mixed drawing to cOsd and cBitmap only draw to cBitmap
(Closes #899, this should fixe the issues with the TT6400)

As always: Any help is welcome!

Development site:
http://projects.vdr-developer.org/projects/plg-osdteletext

Downloads:
http://projects.vdr-developer.org/projects/plg-osdteletext/files

Git-Web:
http://projects.vdr-developer.org/git/vdr-plugin-osdteletext.git/

Anonymous Git-access :
git://projects.vdr-developer.org/vdr-plugin-osdteletext.git


This is intended to be a community maintained project! Don't expect me
to fix your problems, I'm merely maintaining the project!

Please report any bugs, ideas or feature requests to the project site (no
registration required for this!). If you want to contribute patches, new
features or whatever, post an issue or patch to the projects issue tracker
or request to join the project. I would happily add everyone as a project
member, who would like to contribute to the project!

Tobias
Joerg Bornkessel
2012-04-04 18:54:35 UTC
Permalink
Post by Tobi
The new version should compile with VDR 1.7.27 and fix the issues with the
TT6400 OSD.
Special thanks in random order to Udo Richter, gda and nox from
vdrportal.de, Andreas 'powARman' Regel, Rolf Ahrenberg and Uwe
* VDR 1.7.27 compatibility (Closes #919), Credit goes to nox and gda fro
vdrportal.de
* Instead of doing mixed drawing to cOsd and cBitmap only draw to cBitmap
(Closes #899, this should fixe the issues with the TT6400)
As always: Any help is welcome!
typo ?

is there a reason why the CXXFLAGS ( Makefile ) are hardcoded?

better would be this setup, so the user have the chance to use the
systemwhite settings of CXXFLAGS without to edit the Makefile

+ OPTLEVEL = 2
+ CXXFLAGS ?= -0.....
- OPTLEVEL ?= 2
- CXXFLAGS = -0....



Friendly regards
--
Regards
Gentoo Developer
Joerg Bornkessel <***@gentoo.org>
Tobi
2012-04-04 20:21:21 UTC
Permalink
Post by Joerg Bornkessel
is there a reason why the CXXFLAGS ( Makefile ) are hardcoded?
No. I simply haven't touched this since I moved the plugin to
projects.vdr-developer.org.

Fixed in the Git repo, thx for the hint.

Tobias

Loading...