Page 29 of 30 FirstFirst ... 1927282930 LastLast
Results 281 to 290 of 297

Thread: HowTo: Install the very latest MPlayer under Jaunty Jackalope

  1. #281
    Join Date
    Dec 2006
    Beans
    7,349

    Re: HowTo: Install the very latest MPlayer under Jaunty Jackalope

    Hi motorhead,

    Quote Originally Posted by motorhead_1 View Post
    I've run your commands and at the end the video started perfectly in MPlayer. strange, isn't ? don't know why I can't run it by right click and open with MPlayer...
    Great news . Have you opened the file with SMPlayer and then adjusted the Video Out device in the preferences? This should hopefully complete the circle and give you access to a modern MPlayer and a great gui for it as well...

    Andrew
    You think that's air you're breathing now?

  2. #282
    Join Date
    Oct 2009
    Beans
    125
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HowTo: Install the very latest MPlayer under Jaunty Jackalope

    Hi!
    I'm actually stuck in compiling SMPlayer. from the .txt file:

    Code:
    1) How to make a deb package 
    ---------------------------- 
    Be sure you have installed the following packages: libqt4-dev, zlib1g-dev, 
    fakeroot, build-essential, devscripts, debhelper and g++.
    Done

    Code:
    Now run ./create_deb.sh
    daitarn@daitarn-laptop:~$ /home/daitarn/smplayer-0.6.9/create_deb.sh
    cp: cannot stat `debian-rvm/changelog-orig': No such file or directory
    /home/daitarn/smplayer-0.6.9/create_deb.sh: 6: ./get_svn_revision.sh: not found
    rm: cannot remove `build-stamp': No such file or directory
    rm: cannot remove `src/smplayer': No such file or directory
    /usr/bin/fakeroot: line 176: debian/rules: No such file or directory
    /usr/bin/fakeroot: line 176: debian/rules: No such file or directory
    dh_clean: cannot read debian/control: No such file or directory

    rm: cannot remove `debian-rvm/changelog': No such file or directory


    what's wrong? I'm quite a newbie in these kind of things

    Code:
    2) How to make a rpm package 
    ---------------------------- 
    Run rpmbuild -tb smplayer-0.6.x.tar.bz2 
    You'll find the rpm pachage under /usr/src/packages/RPMS/i586/ 
     
    Take a look at this document to know how to create a rpm from the SVN sources: 
    http://smplayer.berlios.de/forums/viewtopic.php?id=188 
     
     
    3) Generic compilation 
    ---------------------- 
    You need at least Qt 4.3 to compile smplayer. It won't work with an older 
    version. 
     
    Be sure you have installed the Qt 4 development package. Its name maybe 
    qt4-devel, libqt4-dev or similar.  
     
    Uncompress the source code, open a console and enter in the  
    smplayer-0.6.x directory. 
     
    Type "make".  
     
    If everything is ok now you can install it with "make install". 
    That will install smplayer in /usr/local. 
     
    If "make" fails, it's probably because the Qt 3 qmake has been used instead of 
    the Qt 4 one. It seems that some distros have renamed that tool to qmake-qt4.  
    Others may have installed in another directory. 
    Look at the contents of the qt4-devel package (or whatever its name is) and 
    find out where it is. 
     
    Now type something like this (just examples): 
    make QMAKE=qmake-qt4 
    or 
    make QMAKE=/usr/share/qt4/bin/qmake 
     
     
    4) Changing installation path 
    ----------------------------- 
    By default smplayer will be installed in /usr/local. You can change it by 
    using PREFIX and DESTDIR. 
     
    Examples: 
    make PREFIX=/usr 
    make PREFIX=/usr install 
     
    That would install smplayer under /usr. 
     
    DESTDIR will be useful for package maintainers. 
     
    make PREFIX=/usr 
    make PREFIX=/usr DESTDIR=/tmp/ install 
     
    That would compile smplayer for /usr but in fact it will be installed in 
    /tmp/usr/
    Last edited by motorhead_1; March 9th, 2010 at 02:57 PM.

  3. #283
    Join Date
    Jun 2007
    Beans
    17,337

    Re: HowTo: Install the very latest MPlayer under Jaunty Jackalope

    If you added the ppa then just install smplayer as suggested - sudo apt-get install smplayer

    Rvm's 'create_deb.sh's' are actually very interesting little scripts and do work well, though I'm not sure of any advantage for the smplayer one.
    (used to use the mplayer one, with a few changes to the rules file worked quite well, though haven't used in many months

    If you wish to use or try this method for smplayer then you are at the wrong terminal prompt.

    Simply download the smplayer source (smplayer-0.6.9.tar.bz) extract it and then in a terminal cd to the extracted source (smplayer-0.6.9

    Then run the command and all should be well

    Ex.of prompt
    doug@doug-laptop:~/Downloads/smplayer-0.6.9$ ./create_deb.sh
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Screenshot-smplayer - File Browser.png 
Views:	27 
Size:	35.6 KB 
ID:	149491  

  4. #284
    Join Date
    Oct 2009
    Beans
    125
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HowTo: Install the very latest MPlayer under Jaunty Jackalope

    I've followed the first and easiest way sudo apt-get install smplayer and I'm now watching the video with SMPlayer

  5. #285
    Join Date
    Dec 2006
    Beans
    7,349

    Re: HowTo: Install the very latest MPlayer under Jaunty Jackalope

    Hi motorhead,

    Quote Originally Posted by motorhead_1 View Post
    I've followed the first and easiest way sudo apt-get install smplayer and I'm now watching the video with SMPlayer
    I am glad that you have had the patience to pursue this matter, the result should be very worthwhile .

    Andrew
    You think that's air you're breathing now?

  6. #286
    Join Date
    Oct 2009
    Beans
    125
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HowTo: Install the very latest MPlayer under Jaunty Jackalope

    thanks again!

  7. #287
    Join Date
    Apr 2006
    Beans
    800
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: HowTo: Install the very latest MPlayer under Jaunty Jackalope

    Hi
    I still use Jaunty and have been following this guide successfully a couple of times earlier.
    Thanks Andrew for this great guide

    But when I tried it today (using latest mplayer from svn, rev 30913) I got a error compiling mplayer,
    and since I'm no compilation guru I turn to this thread for some help on why I can't compile.

    Here's some info
    OS: Ubuntu 9.04 Jaunty
    Graphics driver: nvidia-glx-195.36-15
    ...
    (I can provide more info if needed)

    Attached is a text file of last 100 or so lines of the compile output
    (where it starts to complain about undefined references for libavcodec.a (I think), and finally ends with an exit 1)

    Thankful for any help...

    PS I've tried to disable x264 and also disable mencoder altogether but to no success.
    Attached Files Attached Files

  8. #288
    Join Date
    Dec 2006
    Beans
    7,349

    Re: HowTo: Install the very latest MPlayer under Jaunty Jackalope

    Hi lykeon,

    Quote Originally Posted by lykeion View Post
    I still use Jaunty and have been following this guide successfully a couple of times earlier.
    Thanks Andrew for this great guide
    It is my pleasure . I will admit that I have been working with MPlayer and Ubuntu for a little too long now and I seem to have little else to contribute in this field but it is nice to have made a contribution...

    But when I tried it today (using latest mplayer from svn, rev 30913) I got a error compiling mplayer
    I get the same error and have for a day or so I suspect the best bet is to wait another day or so. If the situation is not rectified perhaps a trip to #mplayer might be worthwhile but usually the fault is rectified quickly...

    All the best,

    Andrew
    You think that's air you're breathing now?

  9. #289
    Join Date
    Dec 2006
    Beans
    7,349

    Re: HowTo: Install the very latest MPlayer under Jaunty Jackalope

    Hi lykeion,

    Compilation succeeds again:

    Code:
    andrew@skamandros~/source/mplayer$ mplayer | head -n 1
    MPlayer SVN-r30916-4.3.3 (C) 2000-2010 MPlayer Team
    Andrew
    You think that's air you're breathing now?

  10. #290
    Join Date
    Dec 2008
    Location
    SL
    Beans
    Hidden!
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: HowTo: Install the very latest MPlayer under Jaunty Jackalope

    thanks usefull in4

Page 29 of 30 FirstFirst ... 1927282930 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •