[MPlayer-users] SVN has problems with librtsp

Rich Felker dalias at aerifal.cx
Sat Jan 12 09:00:12 CET 2008


On Sat, Jan 12, 2008 at 07:44:49AM +0000, Pedro A. ARANDA wrote:
> Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:
> 
> > 
> > Hi!
> > 
> > Pedro A ARANDA <paaguti <at> hotmail.com> writes:
> > 
> > > I can't listen to Internet radio with the latest SVN versions. The problem
> > started yesterday
> > 
> > Did you try make distclean?
> > 
> > Carl Eugen
> > 
> 
> I'm using the following script to upadt from SVN, compile & install
>  
> #!/bin/bash
> pushd $HOME/devel

Missing quotes and UUOB (useless use of bash).

> pushd mplayer
> fakeroot debian/rules clean
> svn update
> fakeroot debian/rules binary || (popd; popd; exit 1)

WTF is the point of these popds if you're going to exit?

> popd
> sudo dpkg -i ./mplayer_1.0svn_i386.deb
> popd

Again no need for popd.

Rich



More information about the MPlayer-users mailing list