Page 45 of 45 FirstFirst ... 35434445
Results 441 to 449 of 449

Thread: Howto: Build the development version of vlc under Ubuntu

  1. #441
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Howto: Build the development version of vlc under Ubuntu

    Quote Originally Posted by andrew.46 View Post
    Good news is that the ffaudio change has been absorbed into the new 3.2.2 release, so looks like the long history of problematic wma lossless playback is well and truly finished .
    All does seem well on the self-built front, Debian/Ubuntu package users will have to wait a bit.
    Hopefully the next time D/U upgrades Audacious they won't take 6+ months to get their act together as far as the ffaudo plugin

  2. #442
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Howto: Build the development version of vlc under Ubuntu

    Ot -
    Went ahead & did a new aud build with the 3.2 release & as you mentioned alls well with a current FFmpeg & that source

    If you came across some time -
    For the current gtk there are quite alot of warnings that could be cleaned up - not critical, but still..

    To do by hand would be time consuming, figure there is one of your nice commands that could search thru the affected files & fix.

    Some of the more common ones that are widespread in both aud & the plugin source - if you had a command or two then could definitely put 2 & 2 together, ect.

    Ex.

    ‘gtk_vbox_new’ is deprecated : Use 'gtk_box_new'

    ‘gtk_hbox_new’ is deprecated : Use 'gtk_box_new'

    ‘gtk_hseparator_new’ is deprecated : Use 'gtk_separator_new'

    ‘gtk_hscale_new’ is deprecated : Use 'gtk_scale_new'

  3. #443
    Join Date
    Dec 2006
    Beans
    7,349

    Re: Howto: Build the development version of vlc under Ubuntu

    Quote Originally Posted by mc4man View Post
    If you came across some time -
    For the current gtk there are quite alot of warnings that could be cleaned up - not critical, but still..

    To do by hand would be time consuming, figure there is one of your nice commands that could search thru the affected files & fix.
    I will admit that I have not tested this thoroughly but permutations of the following should do the trick, from the root directory of the source:

    Code:
    grep -rl 'gtk_vbox_new' src/ | xargs sed -i_bak 's/gtk_vbox_new/gtk_box_new/'
    Of course once you have full confidence in the syntax you would drop the _bak and then no backup would be saved... Don't you love Linux!!!
    You think that's air you're breathing now?

  4. #444
    Join Date
    Dec 2006
    Beans
    7,349

    Re: Howto: Build the development version of vlc under Ubuntu

    Hmmmmmmm........ interesting times ahead:

    Pending Changes to Tutorials and Tips
    http://ubuntuforums.org/showthread.php?t=1949027
    You think that's air you're breathing now?

  5. #445
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Howto: Build the development version of vlc under Ubuntu

    The web page looks pretty good -
    While I don't use the v4l in 12.04 it seems ok, at least the plugin built
    Attached Images Attached Images

  6. #446
    Join Date
    Dec 2006
    Beans
    7,349

    Re: Howto: Build the development version of vlc under Ubuntu

    Quote Originally Posted by mc4man View Post
    The web page looks pretty good -
    Actually I like the background image trick that I filched from the Ubuntu Community Wiki so much I may very well use it for the rest of my site .


    While I don't use the v4l in 12.04 it seems ok, at least the plugin built
    Next major look at the guide will be 12.04....
    You think that's air you're breathing now?

  7. #447
    Join Date
    Dec 2006
    Beans
    7,349

    Re: Howto: Build the development version of vlc under Ubuntu

    Website version bumped for Precise Pangolin.......
    Last edited by andrew.46; April 29th, 2012 at 12:53 AM.
    You think that's air you're breathing now?

  8. #448
    Join Date
    Dec 2006
    Beans
    7,349

    Re: Howto: Build the development version of vlc under Ubuntu

    Version bump for libbluray and libaacs for keen owners of bluray drives . This version bump puts this guide ahead of repository offerings of both already!
    You think that's air you're breathing now?

  9. #449
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: Howto: Build the development version of vlc under Ubuntu

    Closed at the request of the OP.

Page 45 of 45 FirstFirst ... 35434445

Tags for this Thread

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
  •