Re: [vdr] ANNOUNCE vdr-ttxtsubs 0.0.8

2009-01-07 Thread Matthias Fechner
Hi Antti,

Antti Hartikainen wrote:
> You haven't applied patch to the vdr core. It's included in the package.

thx for your answer.

Bye
Matthias

-- 
"Programming today is a race between software engineers striving to 
build bigger and better idiot-proof programs, and the universe trying to 
produce bigger and better idiots. So far, the universe is winning." -- 
Rich Cook


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr



Re: [vdr] ANNOUNCE vdr-ttxtsubs 0.0.8

2009-01-06 Thread Tobi
Antti Hartikainen wrote:

> Solution so far has been to use little transparent background, but it looks 
> ugly, not like "normal 
> text" should look like (white text with few pixels thick black border)

I think VDR doesn't support drawing an outlined OSD text.

The only way to do this, might be to render the text to a bitmap and show
the bitmap instead. Maybe this would be a good opportunity to somehow
transform ttxtsubs to dvb subs which then can be handled by VDR itself.

Any suggestions or contributions are welcome. Use the force / issue
tracker Luke! :-)

http://projects.vdr-developer.org/projects/plg-ttxtsubs/issues

Tobias


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] ANNOUNCE vdr-ttxtsubs 0.0.8

2009-01-05 Thread Antti Hartikainen
On Tue, Jan 06, 2009 at 01:51:25AM +0100, Matthias Fechner wrote:
> 
> seems not to compile, I get errormessages:
> ...
> ttxtsubs.c:23:34: error: vdr/vdrttxtsubshooks.h: No such file or directory
> ...

You haven't applied patch to the vdr core. It's included in the package.

> Is that plugin a replacement for vdr-osdteletext-0.6.0.tgz?

No. osdteletext is to view teletext pages on OSD, ttxtsubs is to show teletext 
subtitles. It's 
subtitles which are sent in teletext pages (of course you can see those with 
osdteletext too, but it 
looks ugly and can't include subtitles in recordings etc..)

And while we're at the topic, is it possible to have border colour for the text 
in ttxtsubs? When i 
select white as text color, i can't see anything when there's something white 
on video under text. 
Solution so far has been to use little transparent background, but it looks 
ugly, not like "normal 
text" should look like (white text with few pixels thick black border)

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] ANNOUNCE vdr-ttxtsubs 0.0.8

2009-01-05 Thread Matthias Fechner
Hello Tobias,

Tobi schrieb:
> A new version of the VDR Teletext Subtitles plug-in was just released.
> 
> Downloads:
>   http://projects.vdr-developer.org/projects/list_files/plg-ttxtsubs

seems not to compile, I get errormessages:
video:/usr/local/video/VDR/PLUGINS/src/ttxtsubs# make
g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c
-DPLUGIN_NAME_I18N='"ttxtsubs"'
-I/usr/local/src/v4l-dvb-3cc7daa31234/linux/include -I../../../include
-I/usr/local/src/v4l-dvb-3cc7daa31234/linux/include ttxtsubs.c
ttxtsubs.c:23:34: error: vdr/vdrttxtsubshooks.h: No such file or directory
ttxtsubsrecorder.h:26: error: expected class-name before '{' token
ttxtsubs.c:115: error: expected class-name before ',' token
ttxtsubs.c:150: error: ISO C++ forbids declaration of
'cTtxtSubsRecorderBase' with no type
ttxtsubs.c:150: error: 'cTtxtSubsRecorderBase' declared as a 'virtual' field
ttxtsubs.c:150: error: expected ';' before '*' token
ttxtsubs.c: In member function 'virtual bool cPluginTtxtsubs::Start()':
ttxtsubs.c:269: error: 'HookAttach' was not declared in this scope
ttxtsubs.c: At global scope:
ttxtsubs.c:479: error: expected constructor, destructor, or type
conversion before '*' token
make: *** [ttxtsubs.o] Error 1

Is that plugin a replacement for vdr-osdteletext-0.6.0.tgz?

Bye
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] ANNOUNCE vdr-ttxtsubs 0.0.8

2009-01-05 Thread Tobi
Joerg Bornkessel wrote:

> http://www.saunalahti.fi/~rahrenbe/vdr/patches/
> - vdr-ttxtsubs-0.0.5-lusikkahaarukka-edition.diff.gz
> - vdr-ttxtsubs-0.0.5-raastinrauta-edition.diff.gz

The raastinrauta-edition-patch is included:

http://projects.vdr-developer.org/git/?p=vdr-plugin-ttxtsubs.git;a=commit;h=fa04d4b0ec432c4115eb52c3ec848e3e9f7b515e

Tobias

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] ANNOUNCE vdr-ttxtsubs 0.0.8

2009-01-05 Thread Joerg Bornkessel

> Hello!

> A new version of the VDR Teletext Subtitles plug-in was just released.

> Development site:
>   http://projects.vdr-developer.org/projects/show/plg-ttxtsubs



> Recent Changes:

> - Updated Italien translation provided by Diego Pierotto
> - Updated Russian translation provided by Oleg Roitburd (Closes #47)
> - Fixed displaying of multiple rows when antialiasing is enabled by
>   aquiring a single OSD area for all rows - Thx to Rolf Ahrenberg
>   (Closes #24)

On gentoo distri was on ttxtsubs-0.0.5 any patches for the
scandinavien users needed.

http://www.saunalahti.fi/~rahrenbe/vdr/patches/
- vdr-ttxtsubs-0.0.5-lusikkahaarukka-edition.diff.gz
- vdr-ttxtsubs-0.0.5-raastinrauta-edition.diff.gz

Befor i will add the new version to the gentoo portage,
can a user from the northern countrys confirm, that no patches for
some fixes needed?

Thanks

Joerg


-- 
Regards
Gentoo Developer
Joerg Bornkessel 


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] ANNOUNCE vdr-ttxtsubs 0.0.8

2009-01-04 Thread Tobi
Hello!

A new version of the VDR Teletext Subtitles plug-in was just released.

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

Downloads:
  http://projects.vdr-developer.org/projects/list_files/plg-ttxtsubs

Git-Web:
   http://projects.vdr-developer.org/git/?p=vdr-plugin-ttxtsubs.git

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

For the required VDR-patches, I've also set up a Git-Repository, based on
the one maintained by Dieter Hametner:

   http://projects.vdr-developer.org/git/?p=vdr-patches.git;a=summary
   git://projects.vdr-developer.org/vdr-patches.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!

If you want to contribute but don't know what to do - start with some code
refactoring!

Currently some help from translators would be welcome for the following
languages:

- es_ES
- fr_FR
- sv_SE

Recent Changes:

- Updated Italien translation provided by Diego Pierotto
- Updated Russian translation provided by Oleg Roitburd (Closes #47)
- Fixed displaying of multiple rows when antialiasing is enabled by
  aquiring a single OSD area for all rows - Thx to Rolf Ahrenberg
  (Closes #24)

Tobias


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr