Gstreamer on ubuntu

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Gstreamer on ubuntu

Wes Miller
Administrator
I'd like to update gstreamer to 0.10.30 on Ubuntu 10.04.  SShould be easy right?  Just apt-get gstreame and a dozen other bits and pieces.  Sorry, latest version known to apt-get is 10.28.

So,

1. anyone kow an ubuntu apt-get repository for current gstreamer and related products?
2. If  I just download the source tarballs and build them like normal, is there some special something I have to do to appease ubuntu?

Wes

Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer on ubuntu

Sebastian Dröge-7
On Thu, 2010-08-26 at 05:41 -0700, Wes Miller wrote:
> I'd like to update gstreamer to 0.10.30 on Ubuntu 10.04.  SShould be easy
> right?  Just apt-get gstreame and a dozen other bits and pieces.  Sorry,
> latest version known to apt-get is 10.28.
>
> So,
>
> 1. anyone kow an ubuntu apt-get repository for current gstreamer and related
> products?

You can get the latest GStreamer packages for Ubuntu 10.04 at:

https://launchpad.net/~gstreamer-developers/+archive/ppa/+packages?field.name_filter=&field.status_filter=published&field.series_filter=lucid

Follow the instructions there to get them.

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users
worldwide. Take advantage of special opportunities to increase revenue and
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

signature.asc (205 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer on ubuntu [UPDATED]

Wes Miller
Administrator
This post was updated on .
Thanks.  Now if only the keyservers would work.  I've tried about ten and none seem to be working.

sudo add-apt-repository  ppa:gstreamer-developers/ppa   only uses keyserver.ubuntu.com.


MY ERROR:  I failed to notice that keyservers require port 11371 to be open.



Sigh.

Wes
Reply | Threaded
Open this post in threaded view
|

Gstreamer on ubuntu [HOWTO get latest gst on ubuntu]

Wes Miller
Administrator
So, because I hate forum threads that just fall into the abyss and never actually answer the question:

To get the latest gStreamer on Ubuntu 10.04:

  1. From a command prompt:  sudo add-apt-repository  ppa:gstreamer-developers/ppa

        if this fails have your sysadmin open port 11371.

  2. Then either use  
           apt-get upgrade   or  
           the Synaptic package manager   or  
           aptitude  
       to upgrade your system.


Thanks to all who helped.

Wes