Page 11 of 15 FirstFirst ... 910111213 ... LastLast
Results 101 to 110 of 143

Thread: [How-To] Install Amarok with MTP-Device Support

  1. #101
    Join Date
    Oct 2006
    Beans
    327
    Distro
    Kubuntu 7.04 Feisty Fawn

    Re: [How-To] Install Amarok with MTP-Device Support

    It appears the newest Amarok in the repos, 1.4.5, is packaged with MTP functionality.

  2. #102
    Join Date
    Nov 2005
    Beans
    73

    Re: [How-To] Install Amarok with MTP-Device Support

    we talking feisty or edgy repo's ??

  3. #103
    Join Date
    Jan 2007
    Location
    Philadelphia, PA USA
    Beans
    1,115

    Re: [How-To] Install Amarok with MTP-Device Support

    Quote Originally Posted by ButteBlues View Post
    1. It needs a compatible Libmtp version.

    2. The amarok in Feisty repos is built with mtp support. Just not the Edgy one.


    ===

    For edgy, please try 1.2.0. It accounts for Edgy not being compatible with certain libs.

    I'll be looking through for those bugs.
    mine doesnt have it... I'm running herd 3, and I installed it from the repo.

  4. #104
    Join Date
    Jun 2006
    Location
    ~wfarr
    Beans
    409

    Re: [How-To] Install Amarok with MTP-Device Support

    Quote Originally Posted by Iamalex View Post
    mine doesnt have it... I'm running herd 3, and I installed it from the repo.
    It doesn't now, but it DID. You must understand the amarok in the repos updates often.

  5. #105
    Join Date
    Oct 2006
    Beans
    327
    Distro
    Kubuntu 7.04 Feisty Fawn

    Re: [How-To] Install Amarok with MTP-Device Support

    Mine had MTP support when I installed it yesterday. Edgy.

  6. #106
    Join Date
    Jun 2005
    Beans
    92

    Re: [How-To] Install Amarok with MTP-Device Support

    i'm on a newly installed feisty. i have libmtp and amarok 1.4.5 installed. if i type mtp-detect it reads the device just fine it is listed in libmtp.rules and matches the ID's of lsusb.., however inside of amarok MTP is not an option when configuring a new media device

    any ideas?

    thank you


    nevermind, i rebuilt amarok with the command:

    ./configure --with-libnjb --with-libmtp --with-libgpod --prefix=`kde-config --prefix`

    and now it recognizes mtp
    Last edited by rachii; February 10th, 2007 at 06:54 PM.

  7. #107
    Join Date
    Nov 2006
    Beans
    31
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Question Re: [How-To] Install Amarok with MTP-Device Support

    HOw exactly did you do it?

  8. #108
    Join Date
    Jun 2006
    Location
    ~wfarr
    Beans
    409

    Re: [How-To] Install Amarok with MTP-Device Support

    Quote Originally Posted by anaspeople View Post
    HOw exactly did you do it?
    Build libmtp 0.1.3 as directed here: http://www.ubuntuforums.org/showthread.php?t=199250.

    Then, open up the terminal.

    Run the following (ignore the $: in front of any given line when copying/pasting):
    Code:
    $: sudo apt-get update
    $: sudo apt-get upgrade
    $: sudo apt-get build-dep amarok
    $: wget -C http://kde.mirrors.tds.net/pub/kde/stable/amarok/1.4.5/src/amarok-1.4.5.tar.bz2
    $: tar -jxf amarok-1.4.5.tar.bz2
    $: cd amarok-1.4.5/
    $: ./configure --with-libnjb --with-libmtp --with-libgpod --prefix=`kde-config --prefix`
    $: sudo make
    $: sudo make install
    Once all that's done, assuming none of it exited with errors, Amarok should work with MTP.

  9. #109
    Join Date
    Nov 2006
    Beans
    31
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Question Re: [How-To] Install Amarok with MTP-Device Support

    Thanks for answering, anyways I get these problems:
    First I'm using Gnome so when I do this
    Quote Originally Posted by ButteBlues View Post
    $: sudo apt-get build-dep amarok
    I get 58MBs of dependency packages which decompressed mean 172MB. I don't think I need many of them, but wonder which one I really need.

    Sencondly I managed to download using wget -c but when I do
    Quote Originally Posted by ButteBlues View Post
    $: ./configure --with-libnjb --with-libmtp --with-libgpod --prefix=`kde-config --prefix`
    I get
    Code:
    checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (headers and libraries) not found. Please check your installation!
    For more details about this problem, look at the end of config.log.
    And consecuntly when I try to do make I get:
    Code:
    make: *** No targets specified and no makefile found.  Stop.
    Any suggestions?

  10. #110
    Join Date
    Jun 2006
    Location
    ~wfarr
    Beans
    409

    Re: [How-To] Install Amarok with MTP-Device Support

    You need to apt-get build-dep amarok and install all the files needed to build amarok.

Page 11 of 15 FirstFirst ... 910111213 ... LastLast

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
  •