Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: [ANNOUNCE] vdr-xine-0.5.0 plugin



Reinhard Nissl wrote:
Hi,

I'm pleased to announce release 0.5.0:

http://home.vr-web.de/~rnissl/vdr-xine-0.5.0.tgz

2004-08-08: Version 0.5.0

- Added paragraph to INSTALL about using the correct xine-config in Makefile
(suggested by Luca Olivetti).
- Fixed SEGV (in remote control code) which happend when VDR was exitting
(thanks to Mattias Grönlund for supplying the patch).
- Added a Makefile switch DONT_CHANGE_XINE_VOLUME to have vdr-xine never
change xine's volume control (e. g. when connecting xine to VDR), as this
might lead to (un)muteing the wrong audio channels (requested by Jouni
Karvo).
- Fixed quickly switching between play / pause. There is still a lockup left
to fix that appears on some machines when jumping between cutting marks
(thanks to peter_weber69 at vdr-portal for testing the fix).
- Added video scaling by xine post plugin 'vdr' to support yaepg plugin. One
will have to add "--post vdr" to the command line or select the post plugin
via the user interface. As yaepg patches VDR, you'll have to tell vdr-xine
whether you want to support yaepg by enabling SET_VIDEO_WINDOW in Makefile.
- Looking forward to having the xine part integrated into CVS, the locations
of my plugins in xine-lib's source tree have changed. INSTALL was updated
to the new patch procedure. A current CVS source tree is required (can be
found on my home page, too).

Enjoy.

Bye.
The patch for the xine-lib is'n complete!

I get following errors:

input_vdr.c: In function `internal_read':
input_vdr.c:630: error: `XINE_PARAM_FINE_SPEED' undeclared (first use in this function)
input_vdr.c:630: error: (Each undeclared identifier is reported only once
input_vdr.c:630: error: for each function it appears in.)
input_vdr.c: In function `vdr_plugin_open':
input_vdr.c:1198: warning: implicit declaration of function `asprintf'
input_vdr.c: In function `eventHandler':
input_vdr.c:1313: error: `XINE_EVENT_VDR_BACK' undeclared (first use in this function)
input_vdr.c:1316: error: `XINE_EVENT_VDR_CHANNELPLUS' undeclared (first use in this function)
input_vdr.c:1319: error: `XINE_EVENT_VDR_CHANNELMINUS' undeclared (first use in this function)
input_vdr.c:1322: error: `XINE_EVENT_VDR_RED' undeclared (first use in this function)
input_vdr.c:1325: error: `XINE_EVENT_VDR_GREEN' undeclared (first use in this function)
input_vdr.c:1328: error: `XINE_EVENT_VDR_YELLOW' undeclared (first use in this function)
input_vdr.c:1331: error: `XINE_EVENT_VDR_BLUE' undeclared (first use in this function)
input_vdr.c:1334: error: `XINE_EVENT_VDR_PLAY' undeclared (first use in this function)
input_vdr.c:1337: error: `XINE_EVENT_VDR_PAUSE' undeclared (first use in this function)
input_vdr.c:1340: error: `XINE_EVENT_VDR_STOP' undeclared (first use in this function)
input_vdr.c:1343: error: `XINE_EVENT_VDR_RECORD' undeclared (first use in this function)
input_vdr.c:1346: error: `XINE_EVENT_VDR_FASTFWD' undeclared (first use in this function)
input_vdr.c:1349: error: `XINE_EVENT_VDR_FASTREW' undeclared (first use in this function)
input_vdr.c:1352: error: `XINE_EVENT_VDR_POWER' undeclared (first use in this function)
input_vdr.c:1355: error: `XINE_EVENT_VDR_SCHEDULE' undeclared (first use in this function)
input_vdr.c:1358: error: `XINE_EVENT_VDR_CHANNELS' undeclared (first use in this function)
input_vdr.c:1361: error: `XINE_EVENT_VDR_TIMERS' undeclared (first use in this function)
input_vdr.c:1364: error: `XINE_EVENT_VDR_RECORDINGS' undeclared (first use in this function)
input_vdr.c:1370: error: `XINE_EVENT_VDR_SETUP' undeclared (first use in this function)
input_vdr.c:1373: error: `XINE_EVENT_VDR_COMMANDS' undeclared (first use in this function)
input_vdr.c:1406: error: `XINE_EVENT_VDR_USER1' undeclared (first use in this function)
input_vdr.c:1409: error: `XINE_EVENT_VDR_USER2' undeclared (first use in this function)
input_vdr.c:1412: error: `XINE_EVENT_VDR_USER3' undeclared (first use in this function)
input_vdr.c:1415: error: `XINE_EVENT_VDR_USER4' undeclared (first use in this function)
input_vdr.c:1418: error: `XINE_EVENT_VDR_USER5' undeclared (first use in this function)
input_vdr.c:1421: error: `XINE_EVENT_VDR_USER6' undeclared (first use in this function)
input_vdr.c:1424: error: `XINE_EVENT_VDR_USER7' undeclared (first use in this function)
input_vdr.c:1427: error: `XINE_EVENT_VDR_USER8' undeclared (first use in this function)
input_vdr.c:1430: error: `XINE_EVENT_VDR_USER9' undeclared (first use in this function)
input_vdr.c: In function `init_class':

i took the missing lines from the patch in vdr-xine-0.4.3


--
this mail was sent using 100% recycled electrons




Home | Main Index | Thread Index