Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 29

Thread: HOWTO: Play WMA audio files using Beep Media Player

  1. #11
    Join Date
    Apr 2005
    Beans
    126
    Distro
    Kubuntu Breezy 5.10

    Re: HOWTO: Play WMA audio files using Beep Media Player

    When I tried to install the bmp dev package using KPackage I got this error
    Code:
    <pt-get install --yes 'beep-media-player-dev' ;echo RESULT=$?
    Reading package lists... Done
    Building dependency tree... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    
    Since you only requested a single operation it is extremely likely that
    the package is simply not installable and a bug report against
    that package should be filed.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
      beep-media-player-dev: Depends: libgtk2.0-dev but it is not going to be installed
    E: Broken packages
    RESULT=100
    Anybody know what the problem could be? Thanks.

  2. #12
    Join Date
    Oct 2004
    Location
    Binary Land, Maryland
    Beans
    632

    Re: HOWTO: Play WMA audio files using Beep Media Player

    Quote Originally Posted by Jonathan2007
    When I tried to install the bmp dev package using KPackage I got this error
    Code:
    <pt-get install --yes 'beep-media-player-dev' ;echo RESULT=$?
    Reading package lists... Done
    Building dependency tree... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    
    Since you only requested a single operation it is extremely likely that
    the package is simply not installable and a bug report against
    that package should be filed.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
      beep-media-player-dev: Depends: libgtk2.0-dev but it is not going to be installed
    E: Broken packages
    RESULT=100
    Anybody know what the problem could be? Thanks.
    This should be a huge clue
    Code:
    beep-media-player-dev: Depends: libgtk2.0-dev but it is not going to be installed
    $ sudo apt-get install libgtk2.0-dev --force-yes --y
    Last edited by FLeiXiuS; June 30th, 2005 at 07:12 AM.
    Regards,
    FL-ei-|X|-iu-S
    ][ My Blog ][

  3. #13
    Join Date
    Apr 2005
    Beans
    126
    Distro
    Kubuntu Breezy 5.10

    Re: HOWTO: Play WMA audio files using Beep Media Player

    Well I am not that stupid. I tried to just sudo apt-get install libgtk2.0-dev but it said it depended on something else. And when I tried to apt-get that it said that it depended on something else. So I thought I had hit a dead end, I will try your suggestion to force it which is what I thought needed to happen but I didn't know the exact command. Thanks. I will post back.

    EDIT: Just tried it and I got this E: Command line option --force is not understood. So what now? Thanks again for your help.

  4. #14
    Join Date
    Oct 2004
    Location
    Binary Land, Maryland
    Beans
    632

    Re: HOWTO: Play WMA audio files using Beep Media Player

    Quote Originally Posted by Jonathan2007
    Well I am not that stupid. I tried to just sudo apt-get install libgtk2.0-dev but it said it depended on something else. And when I tried to apt-get that it said that it depended on something else. So I thought I had hit a dead end, I will try your suggestion to force it which is what I thought needed to happen but I didn't know the exact command. Thanks. I will post back.

    EDIT: Just tried it and I got this E: Command line option --force is not understood. So what now? Thanks again for your help.
    $ sudo apt-get install libgtk2.0-dev --force-yes --y
    Regards,
    FL-ei-|X|-iu-S
    ][ My Blog ][

  5. #15
    Join Date
    Apr 2005
    Beans
    126
    Distro
    Kubuntu Breezy 5.10

    Re: HOWTO: Play WMA audio files using Beep Media Player

    When I try

    sudo apt-get install libgtk2.0-dev --force-yes --y

    I get this

    E: Command line option --y is not understood

    ??

  6. #16
    Join Date
    Nov 2004
    Beans
    177
    Distro
    Dapper Drake

    Re: HOWTO: Play WMA audio files using Beep Media Player

    Great! Thanks for sharing!

  7. #17
    Join Date
    Apr 2005
    Beans
    126
    Distro
    Kubuntu Breezy 5.10

    Re: HOWTO: Play WMA audio files using Beep Media Player

    Quote Originally Posted by Jonathan2007
    When I try

    sudo apt-get install libgtk2.0-dev --force-yes --y

    I get this

    E: Command line option --y is not understood

    ??
    No knows how to get this dev package installed? I really want BMP to be able to play wma's and I know I have the w32 codec package because Kaffeine can play the wma's fine.

  8. #18
    Join Date
    Jun 2005
    Location
    A blue state of mind
    Beans
    118

    Re: HOWTO: Play WMA audio files using Beep Media Player

    Alternatively, you can convert the .rpm and avoid the build.

    Code:
    wget http://mcmcc.bat.ru/xmms-wma/xmms-wma-1.0.4-1.i386.rpm
    sudo alien --to-deb xmms-wma-1.0.4-1.i386.rpm
    sudo dpkg -i xmms-wma_1.0.4-2_i386.deb
    cheers.

  9. #19
    Join Date
    Jun 2005
    Beans
    2

    Re: HOWTO: Play WMA audio files using Beep Media Player

    Nice work Darrena! Exactly what I was searching for. Man, I love this ubuntu community - the level of commitment ot helping others is priceless.... literally. big ups yoself

  10. #20
    Join Date
    Nov 2004
    Beans
    213

    Re: HOWTO: Play WMA audio files using Beep Media Player

    Quote Originally Posted by empathy
    Nice work Darrena! Exactly what I was searching for. Man, I love this ubuntu community - the level of commitment ot helping others is priceless.... literally. big ups yoself
    Glad you liked it! I am going to write a more detailed HOWTO to use Beep to play all your audio formats soon.

Page 2 of 3 FirstFirst 123 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
  •