Re: [vdr] plugin loading

2007-03-26 Thread e9hack
Udo Richter wrote:
 e9hack wrote:
 I've selected some plugins for loading. It exist ca. 100 plugins in
 the vdr lib directory. Does vdr load only the selected plugins or all
 plugins?

 There is no common way how the plugins get selected for loading. VDR
 itself does not load plugins unless instructed. (except for --version
 and --help)

 Plugins get loaded by the -P or --plugin command line option, by
 modifying the runvdr script that is part of the VDR sources, or by
 distribution dependent load mechanisms in case you're using pre-built
 packages.
It seems, it is a problem of the runvdr script from suse. The script
prepares a list of installed and missing plugins from a list of selected
plugins. The script does some bogus things, if it exist an plugin with
wrong import entries.

- Hartmut

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


Re: [vdr] VDR-on-Mac patches; any more progress

2007-03-26 Thread Tero Siironen
On 26.3.2007 04:28, Torgeir Veimo [EMAIL PROTECTED] wrote:

 Using Martin Waches approach ends on
 
 Vigor10:~/java/src/vdr-1.4.6/PLUGINS/src/softdevice torgeir$ ./
 configure --with-ffmpeg-path ~/java/src/ffmpeg/  --disable-subplugins
 ffmpeg path set to: /Users/torgeir/java/src/ffmpeg/
 Testing system and cpu type... found Darwin on i386 cpu.
 Checking for pkg-config... Found.
 Checking for ffmpeg...  Not found.
 No usable ffmpeg library found in /Users/torgeir/java/src/ffmpeg/.
 Specify the path to your ffmpeg installation using --with-ffmpeg-path
 or use a more recent (svn) version of ffmpeg and use/install pkg-config.
 For details check config.log.
 
 I even tried to override the ffmpeg check, fixing a few deps (include/
 dvb/dmx.h etc), but the compilation ends on
 
 /Users/torgeir/java/src/ffmpeg//libavformat/avformat.h: In function
 'void av_init_packet(AVPacket*)':
 /Users/torgeir/java/src/ffmpeg//libavformat/avformat.h:66: error:
 'INT64_C' was not declared in this scope
 /Users/torgeir/java/src/ffmpeg//libavformat/avformat.h: At global scope:
 /Users/torgeir/java/src/ffmpeg//libavformat/avformat.h:284: warning:
 'AVFrac' is deprecated (declared at /Users/torgeir/java/src/ffmpeg//
 libavformat/avformat.h:118)
 /System/Library/Frameworks/CoreServices.framework/Frameworks/
 CarbonCore.framework/Headers/MachineExceptions.h:245: error:
 declaration does not declare anything
 
 Are there updated patches around, or am I missing something
 important? I'm trying this on a macbook pro with the relevant X11 and
 fink environment.

The later error is also what I get here. It doesn't happen on PPC OS X and
it is related to X11, but I haven't been able to find the fix for it yet.

VTK has had something similar:

http://www.vtk.org/Bug/bug.php?op=showbugid=3233


-- 
Tero



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


Re: [vdr] plugin loading

2007-03-26 Thread Ludwig Nussel
e9hack wrote:
 Udo Richter wrote:
  e9hack wrote:
  I've selected some plugins for loading. It exist ca. 100 plugins in
  the vdr lib directory. Does vdr load only the selected plugins or all
  plugins?
 
  There is no common way how the plugins get selected for loading. VDR
  itself does not load plugins unless instructed. (except for --version
  and --help)
 
  Plugins get loaded by the -P or --plugin command line option, by
  modifying the runvdr script that is part of the VDR sources, or by
  distribution dependent load mechanisms in case you're using pre-built
  packages.
 It seems, it is a problem of the runvdr script from suse. The script
 prepares a list of installed and missing plugins from a list of selected
 plugins. The script does some bogus things, if it exist an plugin with
 wrong import entries.

What kind of bogus things do you mean? The script runs vdr
--version to filter out obviously not working plugins, that's all.

cu
Ludwig

-- 
 (o_   Ludwig Nussel
 //\   SUSE Labs
 V_/_  http://www.suse.de/
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg)


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