From owner-freebsd-emulation Sat Jan 15 8: 5:48 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from oxygen.yy.ics.keio.ac.jp (oxygen.yy.ics.keio.ac.jp [131.113.47.3]) by hub.freebsd.org (Postfix) with ESMTP id DCCDC14C95; Sat, 15 Jan 2000 08:05:28 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (ppp171.dialup.st.keio.ac.jp [131.113.27.171]) by oxygen.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id BAA01700; Sun, 16 Jan 2000 01:05:20 +0900 (JST) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id BAA07097; Sun, 16 Jan 2000 01:05:18 +0900 (JST) Message-Id: <200001151605.BAA07097@lavender.yy.cs.keio.ac.jp> To: marcel@FreeBSD.org Cc: freebsd-emulation@FreeBSD.org Subject: [xmovie/linux libjpeg,libpng] I want to add linux-libjpeg and libpng for xmovie. X-Mailer: Mew version 1.70 on Emacs 19.34.1 / Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 16 Jan 2000 01:05:17 +0900 From: MIHIRA Sanpei Yoshiro Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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