good video mpeg encoder library

2002-01-02 Thread Michael O'Brien
Hola~

I was curious if anyone knows of a good video mpeg library that allows for
encoding?  I'm looking for something with a C interface that's on par with
libtiff or libquicktime4linux.

I have an application that takes a set of images and generates a movie from
them.

MO

-- 
Michael O'Brien Tools
Pixar   [EMAIL PROTECTED]

VIZZINI:That's inconceivable.



font problem with mozilla

2001-08-27 Thread Michael O'Brien
Hola~

I've got unstable installed with mozilla 0.9.3+0-3. Many pages do not display
correctly. At least one problem is related to relative sized fonts. For
example, the following page:

html
body
pParagraph
pfont size=+1+1 Font/font
/body
/html

Displays as:

Paragraph
[][][]

Where [] is a box. I've got the following xfont packages installed:

ii  xfonts-100dpi  4.1.0-2100 dpi fonts for X
ii  xfonts-75dpi   4.1.0-275 dpi fonts for X
ii  xfonts-base4.1.0-2standard fonts for X
ii  xfonts-scalabl 4.1.0-2scalable fonts for X

Anyone else experiencing this problem? Currently, my font is set to Adobe
Helvetica. If I view the font in xfontsel, it displays letters and numbers
correctly, but the international chars (the ones with accents, ~, etc...) show
up as a boxes in xfontsel. If I change the font, I can find one that will
display the page, but I'd like to use Helvetica.

MO

-- 
Michael O'Brien Tools
Pixar   [EMAIL PROTECTED]

VIZZINI: You fell victim to one of the classic blunders. The most famous is 
 never get involved in a land war in Asia. But only slightly less 
 well-known is this: never go in against a Sicilian when death is on
 the line. Ha ha ha ha ha ha. Ha ha ha ha ha--



getting started w/ debs

2001-06-20 Thread Michael O'Brien
Hola~

I'd like to create a deb to install some custom packages on my machine. I was
curious if there was a good document that walks someone thru changing a set of
files into an installable deb?

MO


-- 
Michael O'Brien Tools
Pixar   [EMAIL PROTECTED]

VIZZINI: You fell victim to one of the classic blunders. The most famous is 
 never get involved in a land war in Asia. But only slightly less 
 well-known is this: never go in against a Sicilian when death is on
 the line. Ha ha ha ha ha ha. Ha ha ha ha ha--



bad configureation script on libstdc++2.10-dev.deb ?

2001-06-01 Thread Michael O'Brien
Hola~

Anyone else seeing the following:

# dpkg --configure libstdc++2.10-dev
Setting up libstdc++2.10-dev (2.95.4-0.010522) ...

gzip: stdout: Broken pipe
install-info: read gzip -d /usr/share/info/iostream-295.info.gz |: 256
dpkg: error processing libstdc++2.10-dev (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 libstdc++2.10-dev

??? Where does one find the post-installation script?

MO



-- 
Michael O'Brien Tools
Pixar   [EMAIL PROTECTED]

VIZZINI: You fell victim to one of the classic blunders. The most famous is 
 never get involved in a land war in Asia. But only slightly less 
 well-known is this: never go in against a Sicilian when death is on
 the line. Ha ha ha ha ha ha. Ha ha ha ha ha--



Re: Qt2-gl - help!

2001-05-29 Thread Michael O'Brien
Hola~

-- On Mon, May 28, 2001 at 02:42:07PM +0200, % wrote:
 On Mon, May 28, 2001 at 11:57:34AM +0100, Cliff Rowley wrote:
  Whilst trying to compile and install the CVS version of KMail (apparently
  with IMAP support) last night, I installed the Qt2 and kde dev
  packages.  The only problem is that the install removed Qt2-gl and now I
  cant get it back.  I am just told that Qt2 is the latest version.  If I
  try to remove Qt2 it (obviously) tries to remove all its dependencies -
  yet it had no trouble removing it yesterday.
 
 The latest QT2 is compiled with GL support by default, thus obsoleting
 qt2-gl.

I have the following installed:

ii  libqt22.3.0-final-5 Qt GUI Library 
(runtime version).

The package contains libqt.so.2.3.0 and libqt.so.2.3.0_nogl (which are both
~5meg). libqt.so was pointing to libqt.so.2.3.0_nogl, so you will need to
change the link to point to libqt.so.2.3.0 to get gl support.

It would great if the installation allowed you to configure this package so
that only one or both versions of libqt are installed. Also, it would be
wonderful if the configure script let you choose which version of libqt
libqt.so is pointing to.

MO

 

(snip) 8

 

-- 
Michael O'Brien Tools
Pixar   [EMAIL PROTECTED]

VIZZINI: You fell victim to one of the classic blunders. The most famous is 
 never get involved in a land war in Asia. But only slightly less 
 well-known is this: never go in against a Sicilian when death is on
 the line. Ha ha ha ha ha ha. Ha ha ha ha ha--



open gl man pages

2001-05-24 Thread Michael O'Brien
Hola~

I'm struggling to find a debian package that contains the OpenGL man pages in
man form. Is there one?

MO

-- 
Michael O'Brien Tools
Pixar   [EMAIL PROTECTED]

VIZZINI: You fell victim to one of the classic blunders. The most famous is 
 never get involved in a land war in Asia. But only slightly less 
 well-known is this: never go in against a Sicilian when death is on
 the line. Ha ha ha ha ha ha. Ha ha ha ha ha--



ot: imap server-side filtering

2001-04-20 Thread Michael O'Brien
Hola~

I'm looking for a mail filtering program that runs on an imap server. I read
e-mail thru imap. I use mutt on Linux and Irix, and Outlook on Win2k.

Essentially, I want to setup mail filters to route messages into other imap
folders based on some set of criteria.

Does anyone know of a good program to do this type of filtering?

MO

-- 
Michael O'Brien Tools
Pixar   [EMAIL PROTECTED]

VIZZINI: You fell victim to one of the classic blunders. The most famous is 
 never get involved in a land war in Asia. But only slightly less 
 well-known is this: never go in against a Sicilian when death is on
 the line. Ha ha ha ha ha ha. Ha ha ha ha ha--



Re: HOWTO: HTML cross reference of C code

2001-03-30 Thread Michael O'Brien
Hola~

Check out doxygen:

http://www.doxygen.org

You will need to do some configuring to get doxygen to parse out standard
structures (ie, you need to run doxygen on /usr/include, then cross ref it
with your code).

MO

-- On Fri, Mar 30, 2001 at 08:08:00PM +0200, % wrote:
 Hi folks,
 
 I'm looking for a tool that creates HTMLified cross reference of C
 code.  Particulary, if I have a e.g. a prototype for an open function
 
   int dev_open (struct inode *inode, struct file *filp)
 
 and click on inode I want to be taken to its definition in
 linux/fs.h.
 
 TIA,
 Viktor
 -- 
 Viktor Rosenfeld
 WWW: http://www.informatik.hu-berlin.de/~rosenfel/
 Geek Code (3.1):
   GCS/SS d-@ s+: a20 C++@ UL++$ P+ L+++ E--- W++ N++ o? K? !W O? M? V?
   PS++@ PE+(-) Y+ P?(+++) t+ 5+ X- R? !tv b+ DI+ D- G e+++ h-- r- !y+
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 

-- 
Michael O'Brien Tools
Pixar   [EMAIL PROTECTED]

VIZZINI: You fell victim to one of the classic blunders. The most famous is 
 never get involved in a land war in Asia. But only slightly less 
 well-known is this: never go in against a Sicilian when death is on
 the line. Ha ha ha ha ha ha. Ha ha ha ha ha--



pdf encrypted file?

2001-03-30 Thread Michael O'Brien
Hola~

After running a dist-upgrade, I got a new version of gv. It doesn't seem to be
real happy with pdf files. A pdf file that I was viewing with gv last week
won't parse now. I get some message about the pdf file having password
encryption (as far as I know, it doesn't).

Anyone else seeing this?

MO


-- 
Michael O'Brien Tools
Pixar   [EMAIL PROTECTED]

VIZZINI: You fell victim to one of the classic blunders. The most famous is 
 never get involved in a land war in Asia. But only slightly less 
 well-known is this: never go in against a Sicilian when death is on
 the line. Ha ha ha ha ha ha. Ha ha ha ha ha--



disk drive controller failure

2001-03-23 Thread Michael O'Brien
Hola~

I've got a Dell Inspiron 8000 on which I have the unstable debs installed.

I believe the laptop has a buggy disk or drive controller. I'm finding some
files saved to the disk contain garbage. For example, in downloading the
kernel 2.4.2 source, one of the files contained some syntactically incorrect
c. I've also got some sort of corruption in some apt file as apt now cores on
startup. The real reason I believe this is a hardware problem is because I'm
seeing similar problems using Win2k.

Anyway, I was curious if there was some sort of disk drive diagnostic or
testing package? I was looking at bonnie, but it seems more geared toward
finding disk performance than diagnostics.

MO

-- 
Michael O'Brien Tools
Pixar   [EMAIL PROTECTED]

VIZZINI: You fell victim to one of the classic blunders. The most famous is 
 never get involved in a land war in Asia. But only slightly less 
 well-known is this: never go in against a Sicilian when death is on
 the line. Ha ha ha ha ha ha. Ha ha ha ha ha--



#! syntax

2001-02-26 Thread Michael O'Brien
Hola~

Is there any way to have a #! syntax that will conditionally run a interpreter
based on a set of fallback locations?

For example, we have a perl install in /dir/bin/perl. However, if you are at a
non-work machine (ie, at home), you may not have a /dir/bin/perl. So, I'd like
to have a script that will first try /dir/bin/perl, then if that doesn't
exist, tries /usr/bin/perl.

MO


-- 
Michael O'Brien Tools
Pixar   [EMAIL PROTECTED]

VIZZINI: You fell victim to one of the classic blunders. The most famous is 
 never get involved in a land war in Asia. But only slightly less 
 well-known is this: never go in against a Sicilian when death is on
 the line. Ha ha ha ha ha ha. Ha ha ha ha ha--



Re: #! syntax

2001-02-26 Thread Michael O'Brien
Hola~

The problem I found with env was that the shell incorrectly passes args to
env:

% head -1 t348.sh 
#! /usr/bin/env perl -w
% ./t348.sh 
env: perl -w: No such file or directory

How does one get around this? Please don't say, Don't use perl.

MO

-- On Mon, Feb 26, 2001 at 04:49:05PM +, % wrote:
 Quoting Anthony Fox ([EMAIL PROTECTED]):
  Michael O'Brien [EMAIL PROTECTED] writes:
 
   Is there any way to have a #! syntax that will conditionally run a
   interpreter based on a set of fallback locations?
   
   For example, we have a perl install in /dir/bin/perl. However, if
   you are at a non-work machine (ie, at home), you may not have a
   /dir/bin/perl. So, I'd like to have a script that will first try
   /dir/bin/perl, then if that doesn't exist, tries /usr/bin/perl.
 
 I missed the original posting. I have a similar problem with
 perl, python etc. at work on a Sun. My solution is to put
 #!/usr/bin/env python
 on all my scripts, in place of
 #!/usr/bin/python
 because their python is in /usr/local/bin.
 
 Cheers,
 
 -- 
 Email:  [EMAIL PROTECTED]   Tel: +44 1908 653 739  Fax: +44 1908 655 151
 Snail:  David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA
 Disclaimer:   These addresses are only for reaching me, and do not signify
 official stationery. Views expressed here are either my own or plagiarised.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 

-- 
Michael O'Brien Tools
Pixar   [EMAIL PROTECTED]

VIZZINI: You fell victim to one of the classic blunders. The most famous is 
 never get involved in a land war in Asia. But only slightly less 
 well-known is this: never go in against a Sicilian when death is on
 the line. Ha ha ha ha ha ha. Ha ha ha ha ha--



lame/not-lame deb packages

2000-12-20 Thread Michael O'Brien

Hola~

I was curious if there's a deb for the lame/not-lame encoder? Just 
wanted to know before I download the binaries and install by hand.


MO



binding f4 to middle mouse

2000-10-05 Thread Michael O'Brien
Hola~

On sgi, F4 performs the same action as middle mouse (namely, it pastes what's
in the selection buffer). I've tried weeding thru the sgi xdefault files, but
can't find how this is done.

How does one bind f4 to paste the selection buffer?

MO


-- 
Michael O'BrienRenderMan Products
Pixar   [EMAIL PROTECTED]

EINSTEIN:  What I said is the fundamental, end-all, final, not-subject-to-
   opinion absolute truth, depending on where you're standing.
  -Steve Martin, Picasso at the Lapin Agile



indmod - modules.conf translator

2000-09-07 Thread Michael O'Brien

Hola~

I've tried several different variations on getting my sound card driver 
to correctly initialize thru /etc/modules.conf. I still have not figured 
out a good way to do so.


However, I can manually install the sound driver using the following:

  modprobe sound
  insmod ad1848
  insmod uart401
  insmod cs4232 io=0x534 irq=5 dma=1 dma2=0

How can I translate the above commands into something that should end up 
in /etc/modules.conf? I've tried several combinations of alias, 
pre-install, and option commands in /etc/modules.conf.


MO



dlopen oddness

2000-07-20 Thread Michael O'Brien

Hola~

Sorry about the wide bandwidth, if there's a better forum, please feel 
free to refer me to it.


I've got an application that calls dlopen(SO_NAME, RTLD_LAZY). dlopen is 
returning null and dlerror returns undefined symbol. The manpage 
basically says dlopen with RTLD_LAZY shouldn't have this problem.


The same application on RedHat 6.x system doesn't have this problem.

I'm running the current unstable dist of Debian (by current, I ran an 
apt-get dist-upgrade this morning). According to ldd, the application is 
using libdl-2.1.3.so, from version 2.1.3-10 of libc6.


Is anyone else running into a similar problem?

MO



Re: equivs problem-o

2000-07-10 Thread Michael O'Brien
Hola~

I've attached the file. I've tried equivs-build with a blank Changelog: line,
without a Changelog: line, and with an empty Changelog file.

MO

-- On Sat, Jul 08, 2000 at 09:53:45AM +0200, % wrote:
 Hi,
 
 Brien dh_installchangelogs
 Brien parsechangelog/debian: error: badly formatted trailer line, at 
 changelog line 5
 Brien dh_installchangelogs: changelog parse failure
 Brien make: *** [binary-arch] Error 1
 Brien Error during the build process: Illegal seek at /usr/bin/equivs-build 
 line 162, IN chunk 44.
 
 Please send me the contol file you use with equivs-build, I'll check this.
 
 Ciao,
 Martin
 
Section: graphics
Priority: optional
Standards-Version: 3.0.1

Package: nvidia-libgl1
Version: 1.0
Maintainer: [EMAIL PROTECTED]
Pre-Depends: 
Depends:
Recommends:
Suggests:
Provides: libgl1
Architecture: all
Copyright:
Changelog:
Readme:
Extra-Files:
Description: 
 nvidia OpenGL libraries.
 .
 MO


packages contained with the xfree86 distribution

2000-07-10 Thread Michael O'Brien
Hola~

I had to upgrade my xserver to 4.0. Does anyone know which debian packages I
need to version to 4.0 so that I can safely use apt-get dist-upgrade?

MO



Re: packages contained with the xfree86 distribution

2000-07-10 Thread Michael O'Brien
Hola~

-- On Tue, Jul 11, 2000 at 12:34:53AM +0200, % wrote:
 xfree86 4.0 isn't packaged for debian (yet), patience... patience

Right. However, I needed to install it so I could use my graphics card. So, I
ran the binary install from xfree86.org. Now, I would like to update the
versions of the correct debian packages so that I can still use apt-get
dist-upgrade and not have to worry about apt stomping all over my xfree86
installation.

For example, xf86setup and xserver need to be updated. What are the others?

MO

 
 On Mon, 10 Jul 2000, Michael O'Brien wrote:
 
  Hola~
  
  I had to upgrade my xserver to 4.0. Does anyone know which debian packages I
  need to version to 4.0 so that I can safely use apt-get dist-upgrade?
  
  MO
  
  
  -- 
  Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
  
 
 



equivs problem-o

2000-07-07 Thread Michael O'Brien
Hola~

I'm trying to use equivs to update the debian database so that I can once
again use apt-get. Essentially, I have an NVidia card so I had to install
XFree86 4.0 and NVidia's OpenGL implementation.

I use equivs-control to build a ctl file. I remove the Readme, Changelog, and
Extra File lines. equivs-build complains:

dh_installchangelogs
parsechangelog/debian: error: badly formatted trailer line, at changelog 
line 5
dh_installchangelogs: changelog parse failure
make: *** [binary-arch] Error 1
Error during the build process: Illegal seek at /usr/bin/equivs-build line 
162, IN chunk 44.

Anyone else seen this? I've tries everything from leaving the Changelog: tag
in but blank and building a bogus Changelog file.

I'm using equivs 2.0 (but this problem also occurs w/ 1.9x.

MO



XFree86 4.0 deb

2000-05-17 Thread Michael O'Brien
Hola~

Anyone know of the location of an xfree86 4.0 deb file?

MO




crypto patch

2000-04-20 Thread Michael O'Brien
Hola~

Rookie question here. I'm trying to setup an encrypted filesystem as per:

http://www.linuxdoc.org/HOWTO/Loopback-Encrypted-Filesystem-HOWTO-3.html

The first step is installing the latest crypto patch. How do I install the
latest crypto patch using apt-get?

My sources.list include:

deb http://http.us.debian.org/debian unstable main contrib non-free
deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib
non-free
deb http://security.debian.org stable updates

deb-src http://http.us.debian.org/debian unstable main contrib non-free
deb-src http://non-us.debian.org/debian-non-US unstable/non-US main contrib
non-free
deb-src http://security.debian.org stable updates

MO



encrypted files system

2000-04-13 Thread Michael O'Brien
Hola~

I would like to have a portion of my filesystem encrypted. I've got a
laptop, and I'd like to protect a portion of the filesystem on the off
chance someone steals my laptop. Essentially, I'd like to have a password
required to access a dir and all subdirs. The dir contains code, so it's not
feasible to compress the subdir, encrypt the compressed file, and then
decrypt | uncompress specific files.

Is there a way or application that anyone knows that can do this?

MO



404 not found using apt-get

1999-12-30 Thread Michael O'Brien
Hola~

With a sources.list of:

deb http://http.us.debian.org/debian unstable main contrib non-free
deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib
non-free
deb http://security.debian.org unstable updates

deb http://www.debian.org/~vincent xfree-update main
deb http://www.debian.org/~vincent y2k-update main

I'm able to run apt-get install for most packages. However, I've got a couple
packages that return with 404 errors:

Err http://http.us.debian.org unstable/main pcmcia-cs 3.1.6-1
  404 Not Found
Err http://http.us.debian.org unstable/main pcmcia-source 3.1.6-1
  404 Not Found
Err http://http.us.debian.org unstable/main libreadlineg2 2.1-15
  404 Not Found
Err http://http.us.debian.org unstable/main dpkg 1.6.3
  404 Not Found
Err http://http.us.debian.org unstable/main dpkg-dev 1.6.3
  404 Not Found

If I hop out to
http://debian.midco.net/debian/dists/unstable/main/binary-i386/base/; the
dpkg is the wrong version (1.6.3). The Packages file at
http://debian.midco.net/debian/dists/unstable/main/binary-i386/Packages;
lists 1.6.4 tho.

Anyway, am I looking at the right information (ie, the right dir for the dpkg
pulled by apt-get based on the right Packages file)??? Where do I send support
issues like this???

MO

--

Michael O'Brien
[EMAIL PROTECTED] 
Alias|Wavefront
206.287.5634Polygonist

At Microsoft, we always feel we can improve on a standard.
   -Dale Rogerson, _Inside COM_