Re: [vdr] vdr-1.7.8 skins for plugin text2skin.

2009-06-20 Thread Александр
Sorry, this happened after the patch:
http://www.thetick.de/vdr-1.7.8-extensions.tar.bz2 and(or)
vdr-1.7.7-ext_speedup.diff
With the original vdr-1.7.8 it works. I will wait for patches of Zulu.


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


Re: [vdr] [ANNOUNCE] tsplay-0.1 patch for VDR-1.6.0-2

2009-06-20 Thread Udo Richter

On 14.06.2009 16:39, Udo Richter wrote:

In order to re-unite VDR-1.6 and VDR-1.7, I've back-ported parts
of VDR-1.7 to 1.6 to allow playback of TS recordings even on VDR-1.6
systems.

http://www.udo-richter.de/vdr/patches.html#tsplay
http://www.udo-richter.de/vdr/patches.en.html#tsplay


There's a last-minute bug in the patch causing audio playback to be 
broken. The attached patch should fix it. (untested.)



Cheers,

Udo
--- device.c
+++ device.c
@@ -66,6 +61,7 @@
 cDevice *cDevice::avoidDevice = NULL;
 
 cDevice::cDevice(void)
+:patPmtParser(true)
 {
   cardIndex = nextCardIndex++;
 
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr 1.7.8 - __u8’ does not name a type

2009-06-20 Thread Anssi Hannula
Goga777 wrote:
 Hi
 
 I added #include asm/types.h as Tobi recommended 
 http://e-tobi.net/websvn/filedetails.php?repname=vdr-pkgpath=%2Fvdr%2Fbranches%2Fdevel%2Fdebian%2Fpatches%2F99_dvb-header-fixes.dpatch
 
 and after that I could compile vdr 178 
[...]
 ../s2-liplianin/linux/include/linux/dvb/frontend.h:92: error: ‘__u8’ does 
 not name a type

Strange, that file (at least current version) #includes linux/types.h,
which in turn (/usr/include/linux/types.h) #includes asm/types.h.
Including asm/types.h from VDR should not be necessary.

Could you confirm that your frontend.h file also contains #include
linux/types.h and tha tyour /usr/include/linux/types.h #includes
asm/types.h ?

-- 
Anssi Hannula

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


Re: [vdr] vdr 1.7.8 - __u8’ does not name a type

2009-06-20 Thread Goga777
  I added #include asm/types.h as Tobi recommended 
  http://e-tobi.net/websvn/filedetails.php?repname=vdr-pkgpath=%2Fvdr%2Fbranches%2Fdevel%2Fdebian%2Fpatches%2F99_dvb-header-fixes.dpatch
  
  and after that I could compile vdr 178 
 [...]
  ../s2-liplianin/linux/include/linux/dvb/frontend.h:92: error: ‘__u8’ does 
  not name a type
 
 Strange, that file (at least current version) #includes linux/types.h,
 which in turn (/usr/include/linux/types.h) #includes asm/types.h.
 Including asm/types.h from VDR should not be necessary.
 
 Could you confirm that your frontend.h file also contains #include
 linux/types.h and tha tyour /usr/include/linux/types.h #includes
 asm/types.h ?

yes my /s2-liplianin/linux/include/linux/dvb/frontend.h contains #include 
linux/types.h
and /usr/include/linux/types.h also conteins #includes asm/types.h

Goga

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


Re: [vdr] vdr-weatherng-0.0.10 - can't compile with vdr 1.7.8 and debian sid

2009-06-20 Thread hu_emulator
Revert back to gcc-4.2 compiles fine.
- Original Message - 
From: Goga777 goga...@bk.ru
To: vdr@linuxtv.org
Sent: Thursday, June 18, 2009 7:14 AM
Subject: Re: [vdr] vdr-weatherng-0.0.10 - can't compile with vdr 1.7.8 and 
debian sid


 Приветствую, Goga777

 with gcc 4.3.* патч 
 http://www.vdr-portal.de/board/thread.php?postid=776855#post776855
 Ш could compile plugin

 Hi

 In debian sid the're updated packages for imagic

 liblqr-1-0-dev (0.4.1-1) ...
 libmagick++2 (7:6.5.1.0-1.1) ...
 libmagickcore-dev (7:6.5.1.0-1.1) ...
 libmagickwand-dev (7:6.5.1.0-1.1) ...
 libmagick++-dev (7:6.5.1.0-1.1) .


 with vdr 178 I couldn't compile  vdr-weatherng-0.0.10.tar.bz2

 g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c 
 -D_FILE_OFFSET_BITS=64 
  -D_LARGEFILE_SOURCE
 -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -DPLUGIN_NAME_I18N='weatherng' 
 -I../s2-liplianin/linux/include 
  -I../../../include
 -obitmap.o bitmap.c In file included from bitmap.h:8, from bitmap.c:5:
 imagecache.h:22: error: ‘uint’ does not name a type
 imagecache.h:29: error: expected `)' before ‘MaxItems’
 imagecache.h:36: error: ‘uint’ does not name a type
 imagecache.h:46: error: expected constructor, destructor, or type 
 conversion before ‘(’ token
 imagecache.h: In member function ‘data_type cxCachekey_type, 
 data_type::operator[](const key_type)’:
 imagecache.h:91: error: ‘mMaxItems’ was not declared in this scope
 In file included from bitmap.c:5:
 bitmap.h: In constructor ‘cBitmapCache::cBitmapCache(uint)’:
 bitmap.h:58: error: no matching function for call to 
 ‘cxCachetBitmapSpec, cWeatherBitmap*::cxCache(uint)’
 imagecache.h:13: note: candidates are: cxCachetBitmapSpec, 
 cWeatherBitmap*::cxCache()
 imagecache.h:13: note: cxCachetBitmapSpec, 
 cWeatherBitmap*::cxCache(const cxCachetBitmapSpec,
 cWeatherBitmap*) make: *** [bitmap.o] Ошибка 1

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


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