Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Has anyone installed vlc 1.1 on karmic?

  1. #1
    Join Date
    Aug 2007
    Beans
    700
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Has anyone installed vlc 1.1 on karmic?

    I can't seem to find a .deb or ppa to get vlc 1.1 on karmic. the korn ppa only works for lynx and maverick. Am I finally gonna have to break down and install this from source?
    I would rather die of thirst than drink from the cup of mediocrity.

    Get better forum search results!

  2. #2
    Join Date
    Aug 2007
    Beans
    700
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Has anyone installed vlc 1.1 on karmic?

    Anybody?
    I would rather die of thirst than drink from the cup of mediocrity.

    Get better forum search results!

  3. #3
    Join Date
    Aug 2007
    Beans
    700
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Has anyone installed vlc 1.1 on karmic?

    No one? Compiling this from source is harder than I thought. Maybe I'll just upgrade to maverick.
    I would rather die of thirst than drink from the cup of mediocrity.

    Get better forum search results!

  4. #4
    Join Date
    Jul 2006
    Location
    Lancashire
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Has anyone installed vlc 1.1 on karmic?

    I'm using VLC v1.0.5 with Karmic.
    What is the advantage with v1.1 ? What's new?

  5. #5
    Join Date
    Apr 2010
    Location
    PNW on E-side Cascades
    Beans
    363
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Has anyone installed vlc 1.1 on karmic?

    Quote Originally Posted by Bakon Jarser View Post
    No one? Compiling this from source is harder than I thought. Maybe I'll just upgrade to maverick.
    It's not easy using apt-get!
    Enable medibuntu repository
    PHP Code:
    sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update 
    The above is from the site https://help.ubuntu.com/community/Medibuntu. I found Brasero interfering, so I purged it
    PHP Code:
    sudo apt-get purge brasero 
    . Update
    PHP Code:
     sudo apt-get update 
    Then I build dependencies around that which I want
    PHP Code:
    sudo apt-get build-dep dvdcss && sudo apt-get -f install dvdcss 
    NOTE: one may have to use "dvdcss2" in place of the simple dvdcss. Then, install vlc
    PHP Code:
    sudo apt-get build-dep vlc && sudo apt-get -f install vlc 
    In addition, I find aptitude more to my liking for doing upgrades, so if you cannot, apter first updating, do this
    PHP Code:
    sudo aptitude safe-upgrade 
    , then get it with the apt-get install command.

    Hope this proves useful to you.
    Last edited by sidzen; July 13th, 2010 at 02:54 AM.
    Nonsense is an assertion of man's spiritual freedom in spite of all the oppressions of circumstance-- Aldous Huxley
    The real power of Linux lies in the command line

  6. #6
    Join Date
    Aug 2007
    Beans
    700
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Has anyone installed vlc 1.1 on karmic?

    Quote Originally Posted by ron999 View Post
    I'm using VLC v1.0.5 with Karmic.
    What is the advantage with v1.1 ? What's new?
    The major feature that I need is gpu decoding for HD video. I'm using smplayer til I can get this installed.
    I would rather die of thirst than drink from the cup of mediocrity.

    Get better forum search results!

  7. #7
    Join Date
    Aug 2007
    Beans
    700
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Has anyone installed vlc 1.1 on karmic?

    Quote Originally Posted by sidzen View Post
    It's not easy using apt-get!

    Hope this proves useful to you.
    Thanks for trying but medibuntu doesn't have the latest vlc (or any vlc). That just installed vlc 1.0.2 which is the default version for karmic.

    Edit: list of packages in medibuntu karmic repository

    http://packages.medibuntu.org/karmic/index.html
    I would rather die of thirst than drink from the cup of mediocrity.

    Get better forum search results!

  8. #8
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Has anyone installed vlc 1.1 on karmic?

    It's actually not that hard to build once you've done, actually just finished a 1.1.1 build to test a patch to correct vp8 decoding.

    I could point you to a how-to, but you'd need to make some adjustments in the method and/or use as a basis.

    Are you on a 32 or 64 bit install? (makes a bit of diff.

    ================================================== ==================

    Otherwise - there is a ppa with a vaapi enabled vlc 1.1 but it's a little old - 3/24, though it may work for you.

    Keep in mind that it will install new ffmpeg shared libs, some karmic apps will break though he does provide some replacements.

    https://launchpad.net/~nvidia-vdpau/...dge-multimedia

    (if using, and gtreamer apps matter I'd first enable this ppa and update the gstreamer libs and plugins, then use the above ppa (and don't use his gstreamer ffmpeg plugin

    https://launchpad.net/~gstreamer-dev.../ppa/+packages


    As far as maverick - the vlc 1.1.0 build does not have vaapi enabled, you'll have to build or ppa's will certainly have once maverick releases

    small note - ymmv - I find vaapi to be nowhere as good as vdpau in mplayer though that certainly could be different depending on hardware one has
    Last edited by mc4man; July 13th, 2010 at 03:54 AM.

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

    Re: Has anyone installed vlc 1.1 on karmic?

    Hi ron,

    Quote Originally Posted by ron999 View Post
    I'm using VLC v1.0.5 with Karmic.
    What is the advantage with v1.1 ? What's new?
    Looks like some pretty impressive changes:

    http://www.videolan.org/developers/vlc/NEWS

    Andrew
    You think that's air you're breathing now?

  10. #10
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Has anyone installed vlc 1.1 on karmic?

    Taking a closer look at Andrew's guide I see he's updated the ffmpeg source inb. with the newer amd_64 patch so you could use that guide as is for 1.1.1 or 1.1.0 (almost..
    You'd want to substitute the source from the 1.2 git to 1.1.0 or 1.1.1, install libva libs and headers, and for taglib (libtag - 3 packages) the 1.6.3 source should work - available in lucid-proposed or default in maverick. (or can be statically built and linked as like ffmpeg

    http://nightlies.videolan.org/build/source/?C=M;O=D
    Look at 'latest', if latest is 1.2 then look at first listed 'branch' for 1.1.1,
    1.1.0 is on main vlc page under "You can also directly get the.."
    ================================================== ===========

    If a newer than 4/28 ffmpeg source is desired for 32 bit just use it instead of source in guide, for 64 bit the current patch should still work


    Patch for amd_64 - first one listed - applt to ffmpeg source before compiling
    http://connie.slackware.com/~alien/s...lds/vlc/build/

    (--enable-libfaad needs to be removed from ffmpeg configure for recent ffmpeg sources)

    The guide
    http://ubuntuforums.org/showthread.php?t=1398119

Page 1 of 2 12 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
  •