Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 67

Thread: HOWTO: mplayerplug-in 3.11 for Hoary

  1. #11
    Join Date
    Aug 2005
    Beans
    52

    Re: HOWTO: mplayerplug-in 3.05 for Hoary

    Okay, i figured out that what i had to do was uninstall xdm and reinstall, but now I get this error when I type 'make'

    cp Source/nsIScriptableMplayerPlugin.xpt mplayerplug-in-gmp.xpt
    make -C po
    make[1]: Entering directory `/home/webby/mplayerplug-in/po'
    msgfmt -o da.mo da.po
    make[1]: msgfmt: Command not found
    make[1]: *** [da.mo] Error 127
    make[1]: Leaving directory `/home/webby/mplayerplug-in/po'
    make: *** [languages] Error 2

  2. #12
    arnieboy Guest

    Re: HOWTO: mplayerplug-in 3.05 for Hoary

    Quote Originally Posted by WebbyBabe
    Okay, i figured out that what i had to do was uninstall xdm and reinstall, but now I get this error when I type 'make'

    cp Source/nsIScriptableMplayerPlugin.xpt mplayerplug-in-gmp.xpt
    make -C po
    make[1]: Entering directory `/home/webby/mplayerplug-in/po'
    msgfmt -o da.mo da.po
    make[1]: msgfmt: Command not found
    make[1]: *** [da.mo] Error 127
    make[1]: Leaving directory `/home/webby/mplayerplug-in/po'
    make: *** [languages] Error 2
    do this:
    Code:
    sudo apt-get install xview-clients
    and try again

  3. #13
    Join Date
    Aug 2005
    Beans
    52

    Re: HOWTO: mplayerplug-in 3.05 for Hoary

    Nope. I still get the same error when typing make.

  4. #14
    Join Date
    Jun 2005
    Location
    Cambridge, UK
    Beans
    175

    Re: HOWTO: mplayerplug-in 3.05 for Hoary

    hi again,
    Code:
    about:plugins
    lists mplayer but doesn't have in associated with quicktime movies. Any suggestions?
    thanks for the help
    Jeremy

  5. #15
    Join Date
    Jun 2005
    Location
    Cambridge, UK
    Beans
    175

    Re: HOWTO: mplayerplug-in 3.05 for Hoary

    ahah! figured it out. Needed to copy all the .so and .xpt files to the plugins and components directory.

    i.e.
    replace the commands
    Code:
    sudo cp mplayerplug-in.so /usr/lib/mozilla-firefox/plugins
    sudo cp mplayerplug-in.xpt /usr/lib/mozilla-firefox/components
    sudo cp mplayerplug-in.types /etc
    sudo cp mplayerplug-in.conf /etc
    with

    Code:
    sudo cp mplayerplug-in.*so /usr/lib/mozilla-firefox/plugins
    sudo cp mplayerplug-in*.xpt /usr/lib/mozilla-firefox/components
    sudo cp mplayerplug-in.types /etc
    sudo cp mplayerplug-in.conf /etc
    thanks for all the help.... it's so much better than the old mplayer plugin!

    jeremy

  6. #16
    Join Date
    Jun 2005
    Location
    Cambridge, UK
    Beans
    175

    Re: HOWTO: mplayerplug-in 3.05 for Hoary

    me again....sigh
    for some reason the video runs far too fast, the audio stream seems fine.
    any suggestions?
    jeremy

  7. #17
    Join Date
    Aug 2005
    Beans
    52

    Re: HOWTO: mplayerplug-in 3.05 for Hoary

    Can anyone help me? Why doi I keep getting this error?

    cp Source/nsIScriptableMplayerPlugin.xpt mplayerplug-in-gmp.xpt
    make -C po
    make[1]: Entering directory `/home/webby/mplayerplug-in/po'
    msgfmt -o da.mo da.po
    make[1]: msgfmt: Command not found
    make[1]: *** [da.mo] Error 127
    make[1]: Leaving directory `/home/webby/mplayerplug-in/po'
    make: *** [languages] Error 2

    I even went as far as uninstalling and reinstalling Breezy.

  8. #18
    arnieboy Guest

    Re: HOWTO: mplayerplug-in 3.05 for Hoary

    Quote Originally Posted by WebbyBabe
    Can anyone help me? Why doi I keep getting this error?

    cp Source/nsIScriptableMplayerPlugin.xpt mplayerplug-in-gmp.xpt
    make -C po
    make[1]: Entering directory `/home/webby/mplayerplug-in/po'
    msgfmt -o da.mo da.po
    make[1]: msgfmt: Command not found
    make[1]: *** [da.mo] Error 127
    make[1]: Leaving directory `/home/webby/mplayerplug-in/po'
    make: *** [languages] Error 2

    I even went as far as uninstalling and reinstalling Breezy.
    do a:
    Code:
    sudo apt-get install gettext
    and then do a configure and make again.
    gettext contains msgfmt which make cannot find in your compilation.

  9. #19
    Join Date
    Aug 2005
    Beans
    52

    Re: HOWTO: mplayerplug-in 3.05 for Hoary

    thanks! That got rid of the error, but the videos won't play after the install. I restarted firefox and had no luck.

  10. #20
    arnieboy Guest

    Re: HOWTO: mplayerplug-in 3.05 for Hoary

    Quote Originally Posted by WebbyBabe
    thanks! That got rid of the error, but the videos won't play after the install. I restarted firefox and had no luck.
    follow step 8 in the HowTo .

Page 2 of 7 FirstFirst 1234 ... 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
  •