Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 46

Thread: HOWTO: Build Audacious media player from SVN!

  1. #21
    Join Date
    May 2007
    Beans
    17
    Distro
    Xubuntu 6.10 Edgy

    Re: HOWTO: Build Audacious media player from SVN!

    Quote Originally Posted by Artificial Intelligence View Post
    For those who want stable audacious 1.3.2 add the following to sourcelist:
    #### Morgoth Feisty Backports ####
    deb http://morgoth.free.fr/ubuntu edgy-backports main
    deb-src http://morgoth.free.fr/ubuntu edgy-backports main


    works both for edgy and feisty - arch x86
    GPG Key
    Code:
    wget -O - http://morgoth.free.fr/files/morgoth-signkey.gpg.asc | sudo apt-key add -
    Last edited by hexo1125; May 13th, 2007 at 11:39 AM. Reason: typo

  2. #22
    Join Date
    Sep 2006
    Beans
    23
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HOWTO: Build Audacious media player from SVN!

    Quote Originally Posted by Artificial Intelligence View Post
    ...

    By the way, here's a full fix for your howto, with this all plugins and options will be available in audacious;
    (tested on Feisty x86)
    ...
    Thank you, i updated the first post according to your information!

  3. #23
    Join Date
    Sep 2006
    Beans
    23
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HOWTO: Build Audacious media player from SVN!

    hexo1125,
    Are you sure you have libmad0-dev ?
    You may need libmad0 also, not sure

  4. #24
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: HOWTO: Build Audacious media player from SVN!

    By the way what I wrote earlier is aimed towards gnome, so KDE and Enlightenment should make some minor changes.

  5. #25
    Join Date
    May 2007
    Beans
    17
    Distro
    Xubuntu 6.10 Edgy

    Re: HOWTO: Build Audacious media player from SVN!

    Tine, thanks for your help.

    I have the latest version of libmad0-dev already. BTW I'm running Xubuntu, if it matters.

    It still doesn't work on my comp, altho everything seem to have compiled and installed properly.
    I even tried the deb source Artificial Intelligence mentioned, and have the same result.

    I think it's just my comp being weird.

    I've had enough for now. I'll work on it again sometime later.

    Thanks for the howto!!
    Last edited by hexo1125; May 13th, 2007 at 12:05 PM. Reason: added info

  6. #26
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: HOWTO: Build Audacious media player from SVN!

    Another option (which I prefer) - Download the stable source from their homepage: http://audacious-media-player.org/Downloads
    just follow the guide but leave out the autogen stuff as it not needed there.
    I'm not sure with XFCE, but leave out the --enable-gconf flag

  7. #27
    Join Date
    Apr 2007
    Beans
    7

    Re: HOWTO: Build Audacious media player from SVN!

    Quote Originally Posted by Tine View Post
    Weird indeed.
    Maybe you try this:
    go to audacious-devel directory, then try this:

    Code:
    sudo svn up -r 4442
    sudo make distclean
    sudo sh autogen.sh
    sudo ./configure
    sudo make
    sudo make install
    I got it. Thanks Tine!

    I was stuck at the code for audacious-plugins-ugly until I added the following line(begins with "***"):
    Code:
    cd ~/Desktop
    svn co http://svn.atheme.org/audacious-plugins/ugly-trunk audacious-plugins-ugly-devel
    ***cd Desktop/audacious-plugins-ugly-devel
    ./autogen.sh
    ./configure 
    make
    sudo make install/

  8. #28
    Join Date
    May 2007
    Beans
    17
    Distro
    Xubuntu 6.10 Edgy

    Re: HOWTO: Build Audacious media player from SVN!

    I gave up and downgraded back to the one in ubuntu repository. hahaha

    BTW, how come I can't find the change log online?
    What's new in the recent versions?

  9. #29
    Join Date
    Sep 2006
    Beans
    23
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HOWTO: Build Audacious media player from SVN!


  10. #30
    Join Date
    Sep 2006
    Beans
    23
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HOWTO: Build Audacious media player from SVN!

    Quote Originally Posted by hsmwrv View Post
    I got it. Thanks Tine!

    I was stuck at the code for audacious-plugins-ugly until I added the following line(begins with "***"):
    Code:
    cd ~/Desktop
    svn co http://svn.atheme.org/audacious-plugins/ugly-trunk audacious-plugins-ugly-devel
    ***cd Desktop/audacious-plugins-ugly-devel
    ./autogen.sh
    ./configure 
    make
    sudo make install/
    thanks, i added that line it to first post now.

Page 3 of 5 FirstFirst 12345 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
  •