ogle-0.9.0 on hpux 11.00 questions
"Gansser, Martin" <[email protected]>
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <78224A6821F87A4D8023B133E5B1140B40CA4B@srvmxellwangen2.ratc-de.com> |
Hi,
I tried ogle-0.9.0 to compile on hpux 11.00, it compiles fine with the
following changes:
in ogle-0.9.0:
change the default DVD-ROM-Device in file configure:
# diff -Naur configure.orig configure
--- configure.orig 2003-02-28 12:53:18.000000000 +0100
+++ configure 2003-02-28 12:52:47.000000000 +0100
@@ -13731,6 +13731,9 @@
bsdi*)
DEFAULT_DVD_DEVICE="/dev/sr0c"
;;
+hpux*)
+ DEFAULT_DVD_DEVICE="/dev/dvd"
+ ;;
*)
DEFAULT_DVD_DEVICE=""
;;
cd ogle_gui-0.9.0:
change the shared library suffix of libglade in configure
# diff -Naur configure.orig configure
--- configure.orig 2003-02-28 12:56:23.000000000 +0100
+++ configure 2003-02-28 13:01:22.000000000 +0100
@@ -11243,10 +11243,25 @@
_ACEOF
+case "$host_os" in
+ *)
+
cat >>confdefs.h <<_ACEOF
#define LIBGLADE_LIB "libglade.so.0"
_ACEOF
+ ;;
+ hpux*)
+
+cat >>confdefs.h <<_ACEOF
+#define LIBGLADE_LIB "libglade.sl.0"
+_ACEOF
+
+ ;;
+ *)
+ ;;
+esac
+
1. Is it possible, that you apply this patches ?
2. ogle plays a dvd at the moment only w/o the gui
ogle -u cli /dev/dvd
prounix_root:/opt/ogle/bin # ./ogle -u cli /dev/dvd
libdvdread: Encrypted DVD support unavailable.
libdvdread: Encrypted DVD support unavailable.
vmg: attach_ctrl_data(), shmat(): Invalid argument
Xscreensaver not running.
No accelerated colorspace coversion found
vmg: attach_decoder_buffer(), shmat(): Invalid argument
No accelerated IMDCT transform found
ERROR[ogle_audio]: odelay failed, falling back to clock sync
What means this message ?
Is it possible to play ogle w/o audio ?
Is it possible to change the video mode (sdl/X11/XShm) ?
3. The playback with ogle gui starts, but if I want to
navigate in the DVD Mainmenue nothing happens.
prounix_root:/opt/ogle/bin # ./ogle
vmg: attach_ctrl_data(), shmat(): Invalid argument
libdvdread: Can't stat
No such file or directory
ERROR[ogle_nav]: faild to open/read the DVD
vmg: attach_ctrl_data(), shmat(): Invalid argument
libdvdread: Encrypted DVD support unavailable.
libdvdread: Encrypted DVD support unavailable.
vmg: attach_ctrl_data(), shmat(): Invalid argument
Xscreensaver not running.
No accelerated colorspace coversion found
vmg: attach_decoder_buffer(), shmat(): Invalid argument
vmg: attach_decoder_buffer(), shmat(): Invalid argument
No accelerated IMDCT transform found
ERROR[ogle_audio]: odelay failed, falling back to clock sync
#!!!!#!!!!##!!#!!!!!!##!!#!!#!!#!!##!!
MsgSendEvent: Resource temporarily unavailable
libdvdcss-1.2.4 and libdvdread-0.9.4 is installed
any suggestion ?
thanks Martin