Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jan 2000 01:05:17 +0900
From:      MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
To:        marcel@FreeBSD.org
Cc:        freebsd-emulation@FreeBSD.org
Subject:   [xmovie/linux libjpeg,libpng] I want to add linux-libjpeg and libpng for xmovie.
Message-ID:  <200001151605.BAA07097@lavender.yy.cs.keio.ac.jp>

next in thread | raw e-mail | index | archive | help

Hi.
maintainer of emulators/linux_base
Marcel Moolenaar

  I'm trying to execute xmovie/X11 QuickTime Viewer on FreeBSD.

	http://heroine.linuxbox.com/xmovie.html

  Linux binary is distributed from above URL. And also C++ source is
distributed.

  At first, I tried to compile FreeBSD native binary with -current
thread library.  But it can't run correctly.
  Second, I tried to compile FreeBSD native binary with Linuxthread
(ports/devel/linuxthreads). But also it can't run correctly.

  At last, if we have linux libjpeg and libpng in /compat/linux
directory, I can execute Linux native binary on Linux emulator.  It
needs to linux jpeg and png library. I manually installed these
library from RedHat RPMS.

% ldd xmovie-linux/xmovie-1.1.2
xmovie-linux/xmovie-1.1.2:
        /lib/libNoVersion.so.1 => /lib/libNoVersion.so.1 (0x280a7000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x280ac000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x28150000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x28000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x2816d000)	<------
        libpng.so.2 => /usr/lib/libpng.so.2 (0x2818c000)	<------
        libz.so.1 => /usr/lib/libz.so.1 (0x281a9000)
        libm.so.6 => /lib/libm.so.6 (0x281b9000)
        libc.so.6 => /lib/libc.so.6 (0x281d5000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x28094000)

  So, I want to contribute xmovie to FreeBSD ports collection.  But
we don't have linux jpeg and png library in ports collection.

  How can I do for xmovie and linux jpeg/png library into ports
collection?  Would you like to suggest about this?

	- add jpeg and png library to linux_base?
	- create linux_jpeg and linux_png ports?
	- others

Thanks in advance
---
MIHIRA Sanpei Yoshiro
Yokohama, Japan.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001151605.BAA07097>