From owner-freebsd-multimedia Sat Mar 7 17:34:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11055 for freebsd-multimedia-outgoing; Sat, 7 Mar 1998 17:34:24 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA11050 for ; Sat, 7 Mar 1998 17:34:22 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sat, 7 Mar 1998 20:33:49 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA11767; Sat, 7 Mar 98 20:33:47 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id UAA26669; Sat, 7 Mar 1998 20:33:25 -0500 Message-Id: <19980307203324.61497@ct.picker.com> Date: Sat, 7 Mar 1998 20:33:24 -0500 From: Randall Hopper To: Jesse Walters , multimedia@FreeBSD.ORG Subject: Re: mpeg (fwd) Mail-Followup-To: Jesse Walters , multimedia@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Jesse Walters on Sat, Mar 07, 1998 at 12:56:13AM -0600 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jesse Walters: |Ok, i didn't do my homework on this one. In the ports section, I am |trying to get mpeg2play to install. It says Motif required. I have a |basic idea on what motif is, assuming it is a agreed upon windows like |interface. I am running x with the fvwm95 emu. What do I have to |"install" etc so it takes care of the Motif error. Again, sorry for my |ignorance. I wouldn't sweat trying to get mpeg2play to run. It only supports 8bpp PseudoColor visuals, and playing MPEGs in that mode really dogs performance doing color conversion (even on my P233MMX). It doesn't support sound in system streams either. mpeg_play and mtv (the latter supporting sound) both support TrueColor visuals, so I'd go with them. But just in case you're still curious about Motif, it's both the name given to a commercial X/Windows widget (GUI) toolkit (the meaning that's relevent in this case) and also the name given to the commercial X/Windows window manager (executable = "mwm") that is build on that widget toolkit. You can identify apps that are dynamically linked with the Motif toolkit by doing an ldd on them and seeing a "libXm.so...." library dependency. You'll see this if you do a "ldd /usr/X11R6/bin/mpeg2play". To run these apps, you can buy the Motif runtime from somewhere (Xi, SWIM, etc.), install a Motif toolkit clone (e.g. see "lesstif" in the ports collection), or get the person that build the executable to link the Motif library statically into the executable (Netscape is one example of this). Randall P.S. See http://www.mpeg.org/MPEG/bitstreams.html for some MPEG goodies. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message