LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Xine v0.9.13 (https://www.linuxquestions.org/questions/linux-software-2/xine-v0-9-13-a-31709/)

GtkUser 10-02-2002 11:24 AM

Xine v0.9.13
 
I'm new to Linux. I'm running Mandrake 9.0. I was able to copy the 2 macromedia flash files in /usr/lib/mozilla-1.1/plugins and now flash works in Galeon, however Xine is too advanced. I want to be able to play DVD movies. Can anyone who has Xine configured to play DVD's give me some direction? I also don't know if I should be installing files as root or as a user.

In order to install source files this is what I know:
1)copy the files to /usr/local/src
2)unzip the files: tar xvf filename.tar.gz
3)./configure
4)make
5)install make

Does this look in any way accurate? I have an idea what files I need to download but if anyone has actually done it, I could use some information.

acid_kewpie 10-02-2002 11:36 AM

hehe, right big test of faith... we've been seeing eye to eye very well so far, so how about you trust me and use mplayer instead? it's sooo much better (apart from dvd menu navigation which is a big gimmick anyway) http://mplayerhq.hu

your instructinos are fine except...

5) make install

but if your'e not that keen on all that you can get rpms at http://fr2.rpmfind.net just search for mplayer or xine

acid_kewpie 10-02-2002 11:39 AM

and you ALWAYS install files as root, unless you're just a little user on some big companies server.

bsdjunkie 10-02-2002 11:48 AM

Quote:

and you ALWAYS install files as root, unless you're just a little user on some big companies server.
I would have to totally disagree with this statement.
NEVER use root unless absolutely necsessary.. Dont log in as root, dont surf web as root, and dont install as root unless its needed. Then you should use sudo or su - and immediately surrender your privs. :jawa:

GtkUser 10-02-2002 12:09 PM

What is the command to install an rmp?

rpm -i fielname.rpm
???

acid_kewpie 10-02-2002 12:17 PM

obviously doing anythign as root that isn't vital is bad, but it should be essential to install stuff as root, unless it's something really petty, everything other than the "make install" should be done as a normal user though.

acid_kewpie 10-02-2002 12:17 PM

rpm -ivh file.rpm it's all in the man page for rpm.

GtkUser 10-02-2002 12:19 PM

And what is the best way to unzip a file.tar.gz?

tar xvf filename.tar.gz

??
I'm writing this stuff down!

GtkUser 10-02-2002 12:20 PM

The man pages do not provide clear instructions.

acid_kewpie 10-02-2002 12:27 PM

these questions have been asked so many dozens of times, for more inforamtion, use the search feature, or try one of the links on my signature. they really are described well in the manpages
Quote:

-x, --extract, --get
extract files from an archive

-f, --file [HOSTNAME:]F
use archive file or device F (default /dev/rmt0)

-z, --gzip, --ungzip
filter the archive through gzip

-v, --verbose
verbosely list files processed

GtkUser 10-02-2002 12:28 PM

Maybe it's:

tar vxz filename.tar.gz

GtkUser 10-02-2002 12:29 PM

Oh, I missed the letter f, thanks.

GtkUser 10-02-2002 12:34 PM

That worked, but no environmental variables are set for Xine. Somehow that doesn't surprise me. They sure don't make this easy.

acid_kewpie 10-02-2002 12:52 PM

what variables would they be?

mplayer is still much much better....

GtkUser 10-02-2002 01:20 PM

Okay, say I try mplayer. It's a filename.tar.bz2 file.

Can I open that with:

tar -xfvz filename.tar.bz2

Than I just do a:
./configure
make
make install

? Is that what you did when you installed it?


All times are GMT -5. The time now is 02:49 PM.