Results 1 to 6 of 6

Thread: HOWTO: Get Beep Media Player playing .ape files

  1. #1
    Join Date
    Jun 2005
    Location
    Albuquerque, New Mexico
    Beans
    272
    Distro
    Ubuntu Development Release

    HOWTO: Get Beep Media Player playing .ape files

    HOWTO: Get Beep Media Player playing .ape files

    Introduction
    -------------------------------

    A friend ripped several cd's that he had and I wanted. I asked if he could rip them to OGG....Well got them in .ape. This started my search on how to play them under linux.

    ******************************************
    REQUIREMENTS to build the sources are:
    ******************************************


    beep-media-player
    beep-extra-plugins
    beep-media-player-dev
    nasm
    libgtk+2.0
    libglib2.0-dev



    ##################################################
    Installing requiements:
    ##################################################

    sudo apt-get install beep-media-player
    sudo apt-get install beep-extra-plugins
    sudo apt-get install beep-media-player-dev
    sudo apt-get install nasm
    sudo apt-get install libgtk+2.0
    sudo apt-get install libglib2.0-dev

    ##################################################
    Download the MAC libs:
    ##################################################


    http://prdownloads.sourceforge.net/m...ar.gz?download


    ##################################################
    Download the BMP MAC plugin:
    ##################################################


    http://prdownloads.sourceforge.net/m...ar.gz?download

    ##################################################
    Extract the MAC lib source:
    ##################################################

    tar zxvf mac-3.99-u4-b3.tar.gz

    ##################################################
    Build and install MAC lib
    ##################################################


    Change in to the extrect directory.
    _______________________________________


    cd mac-3.99-u4-b3




    Configure the source.
    _______________________________________


    ./configure





    Build the binary.
    _______________________________________

    make


    Install it.
    _______________________________________

    sudo make install






    With the MAC libs installed it's time to build and install the BMP plugin.




    ##################################################
    Extract the BMP plugin:
    ##################################################

    tar zxvf bmp-mac-0.1.1.tar.gz

    ##################################################
    Build and install BMP plugin
    ##################################################


    Change in to the extrect directory.
    _______________________________________


    cd bmp-mac-0.1.1


    Configure the source.
    _______________________________________


    ./configure


    Build the binary.
    _______________________________________


    make


    Install it.
    _______________________________________

    sudo make install



    Launch Beep, load, play and enjoy your .ape files.
    Last edited by GrammatonCleric; July 29th, 2005 at 08:23 PM.

  2. #2
    Join Date
    Dec 2006
    Location
    Ukraine, Europe
    Beans
    19

    Arrow Re: HOWTO: Get Beep Media Player playing .ape files

    it's a pity, but download pages from sourceforge.net are unavailable
    is there some else source available ?

  3. #3
    Join Date
    Jun 2005
    Location
    Albuquerque, New Mexico
    Beans
    272
    Distro
    Ubuntu Development Release

    Re: HOWTO: Get Beep Media Player playing .ape files

    Monkey Audio is available from ...

    http://morgoth.free.fr/ubports/

    -GC
    "Nice jail. Looks strong."
    - H. Houdini

  4. #4
    Join Date
    Aug 2007
    Beans
    11

    Re: HOWTO: Get Beep Media Player playing .ape files

    It was very nice of GrammatonCleric to take the trouble and time to post those detailed directions. But between the time they were posted and today (November 8), half of them don't work any more.


    Here are the parts of the instructions that don't work:

    beep-extra-plugins
    libgtk+2.0
    MAC libs
    BMP MAC plugins

    And the backports at morgoth can't be downloaded either.

    Any help?

    Thanks.

  5. #5
    Join Date
    Jun 2005
    Location
    Albuquerque, New Mexico
    Beans
    272
    Distro
    Ubuntu Development Release

    Re: HOWTO: Get Beep Media Player playing .ape files

    Hmmm... seems to be up and running for me...

    Code:
    Ign http://morgoth.free.fr gutsy-backports/main Packages                 
    Hit http://morgoth.free.fr gutsy-backports/main Sources
    Code:
    e$ sudo apt-get install monkeys-audio
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    The following extra packages will be installed:
      libmac2
    The following NEW packages will be installed:
      libmac2 monkeys-audio
    0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
    Need to get 79.2kB of archives.
    After unpacking 238kB of additional disk space will be used.
    Do you want to continue [Y/n]?
    I no longer use Beep-media-player. I now use Audacious.



    -GC
    Last edited by GrammatonCleric; November 8th, 2007 at 10:34 PM.
    "Nice jail. Looks strong."
    - H. Houdini

  6. #6
    Join Date
    Dec 2005
    Beans
    17

    Re: HOWTO: Get Beep Media Player playing .ape files

    Audacious 1.4.1 may add support for .ape files. We're not yet certain.

    We do have code though.

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
  •