Re: Is rvplayer working for others?

1998-10-19 Thread Rob Browning
[EMAIL PROTECTED] writes:

 On the rvplayer side, nobody there seems to want to talk about it...
 *sigh*

Always nice to have such clear reminders of the importance of free
software...

-- 
Rob Browning [EMAIL PROTECTED] PGP=E80E0D04F521A094 532B97F5D64E3930



Re: Is rvplayer working for others?

1998-10-19 Thread Joseph Carter
On Sun, Oct 18, 1998 at 09:03:34PM +, Rob Browning wrote:
 
  On the rvplayer side, nobody there seems to want to talk about it...
  *sigh*
 
 Always nice to have such clear reminders of the importance of free
 software...

And people ask why we push for mp3 in places that patents on software are
illegal and continue to use mp3 players all we like...  After seeing this
situation, they ask?  Here's your answer.

Show me code or get out of my way.


pgpui7pBYbpEP.pgp
Description: PGP signature


Re: Is rvplayer working for others?

1998-10-18 Thread W. Paul Mills

Works for me. Make sure you have all the libs you need.
Output of ldd /usr/X11R6/lib/X11/rvplayer/rvplayer
/lib/nfslock.so.0 = /lib/nfslock.so.0 (0x4000c000)
libXmu.so.6 = /usr/lib/libc5-compat/libXmu.so.6 (0x4000e000)
libXt.so.6 = /usr/lib/libc5-compat/libXt.so.6 (0x4002)
libXext.so.6 = /usr/lib/libc5-compat/libXext.so.6 (0x40062000)
libX11.so.6 = /usr/lib/libc5-compat/libX11.so.6 (0x4006d000)
libdl.so.1 = /lib/libdl.so.1 (0x4010b000)
libg++.so.27 = /usr/lib/libc5-compat/libg++.so.27 (0x4010e000)
libstdc++.so.27 = /usr/lib/libc5-compat/libstdc++.so.27 (0x40146000)
libm.so.5 = /lib/libm.so.5 (0x40177000)
libc.so.5 = /lib/libc.so.5 (0x4018)
libSM.so.6 = /usr/lib/libc5-compat/libSM.so.6 (0x4023e000)
libICE.so.6 = /usr/lib/libc5-compat/libICE.so.6 (0x40247000)

If you use network audio, you may want to use the following script instead
of the debian wrapper in /usr/X11R6/bin/rvplayer.

x--cut-
#!/bin/bash
if /sbin/pidof au  /dev/null 21
then
sudo /etc/init.d/nas stop  /dev/null 21
fi

unset LD_LIBRARY_PATH
/usr/X11R6/lib/X11/rvplayer/rvplayer $@

if ! /sbin/pidof rvplayer  /dev/null 21
then
sudo /etc/init.d/nas start  /dev/null 21
fi

exit 0
x--cut-


 From: Rob Browning [EMAIL PROTECTED]
 Date: 17 Oct 1998 16:21:08 -500
 User-Agent: Gnus/5.070033 (Pterodactyl Gnus v0.33) Emacs/20.3
 Resent-From: debian-devel@lists.debian.org
 X-Mailing-List: debian-devel@lists.debian.org archive/latest/16984
 X-Loop: debian-devel@lists.debian.org
 Precedence: list
 Resent-Sender: [EMAIL PROTECTED]
 
 
 I've installed the rvplayer package, but even something as simple as
 
   rvplayer /usr/doc/rvplayer/examples/welcome.rm
 
 doesn't work.  The app comes up, and then it just sits there.  Does
 this work for others?  (verson 5.0-6)
 
 Thanks
 
 -- 
 Rob Browning [EMAIL PROTECTED] PGP=E80E0D04F521A094 532B97F5D64E3930
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 


-- 
/*** Running Debian Linux ***
*   For God so loved the world that He gave his only begotten Son,  *
*   that whoever believes in Him should not perish...John 3:16  *
* W. Paul Mills  *  Topeka, Kansas, U.S.A.  *
* EMAIL= [EMAIL PROTECTED]  *  WWW= http://Mills-USA.com/  *
* Bill, I was there several years ago, why would I want to go back? *
* pgp public key on keyservers everywhere? */



Re: Is rvplayer working for others?

1998-10-18 Thread Ben Gertzfield
 Rob == Rob Browning [EMAIL PROTECTED] writes:

Rob I've installed the rvplayer package, but even something as
Rob simple as

Rob   rvplayer /usr/doc/rvplayer/examples/welcome.rm

Rob doesn't work.  The app comes up, and then it just sits there.
Rob Does this work for others?  (verson 5.0-6)

rvplayer does not work under Linux 2.1, if that's what you're running.

-- 
Brought to you by the letters A and L and the number 8.
Mmm.. slanty.. -- Homer Simpson
Debian GNU/Linux -- where do you want to go tomorrow? http://www.debian.org/
I'm on FurryMUCK as Che, and EFNet and YiffNet IRC as Che_Fox.



Re: Is rvplayer working for others?

1998-10-18 Thread Brian Almeida
On Sat, Oct 17, 1998 at 07:17:03PM -0700, Ben Gertzfield wrote:
 rvplayer does not work under Linux 2.1, if that's what you're running.
Why not? I noticed today that it wasn't working...are there any fixes?
It'll suck when 2.2 comes out and rvplayer don't wrok...



Re: Is rvplayer working for others?

1998-10-18 Thread Rob Browning
W. Paul Mills [EMAIL PROTECTED] writes:

   libc.so.5 = /lib/libc.so.5 (0x4018)

Ah.  You're using the older version, but other than newer versions, I
have all the relevant libs.

-- 
Rob Browning [EMAIL PROTECTED] PGP=E80E0D04F521A094 532B97F5D64E3930



Re: Is rvplayer working for others?

1998-10-18 Thread Rob Browning
Ben Gertzfield [EMAIL PROTECTED] writes:

 rvplayer does not work under Linux 2.1, if that's what you're running.

Thanks.  That explains it.  Hope it gets fixed soon one way or
another...

-- 
Rob Browning [EMAIL PROTECTED] PGP=E80E0D04F521A094 532B97F5D64E3930



Re: Is rvplayer working for others?

1998-10-18 Thread warp
On Sat, Oct 17, 1998 at 10:30:16PM -0400, Brian Almeida wrote:
 On Sat, Oct 17, 1998 at 07:17:03PM -0700, Ben Gertzfield wrote:
  rvplayer does not work under Linux 2.1, if that's what you're running.
 Why not? I noticed today that it wasn't working...are there any fixes?

Its a bug in rvplayer, the sound code changed to fix some broken
behaver, the fix broke rvplayer, people on both sides know the problem,
on the driver side its a case of a bug fix, plain and simple..

On the rvplayer side, nobody there seems to want to talk about it...
*sigh*
 It'll suck when 2.2 comes out and rvplayer don't wrok...

Zephaniah E, Hull.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 


pgpOIosVU7x0c.pgp
Description: PGP signature


Is rvplayer working for others?

1998-10-17 Thread Rob Browning

I've installed the rvplayer package, but even something as simple as

  rvplayer /usr/doc/rvplayer/examples/welcome.rm

doesn't work.  The app comes up, and then it just sits there.  Does
this work for others?  (verson 5.0-6)

Thanks

-- 
Rob Browning [EMAIL PROTECTED] PGP=E80E0D04F521A094 532B97F5D64E3930