Active Topics

 



Notices


Reply
Thread Tools
Posts: 4 | Thanked: 5 times | Joined on Nov 2011
#1
How do I install gst-launch using apt-get or otherwise in the N9? I researched a bit and found it should be in a package named gstreamer0.10-tools. However, it does not seem to exist:
~ # apt-get install gstreamer0.10-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package gstreamer0.10-tools is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package gstreamer0.10-tools has no installation candidate
 
Posts: 4 | Thanked: 5 times | Joined on Nov 2011
#2
Ok, after a *lot* of searching I found out you must add the harmattan-dev repo first:
echo 'deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free' > /etc/apt/sources.list.d/harmattan
.list
then run
apt-get update
and finally, you can:
apt-get install gstreamer0.10-tools
 

The Following 5 Users Say Thank You to Watcom For This Useful Post:
Guest | Posts: n/a | Thanked: 0 times | Joined on
#3
Sound good, but aegis is rejecting the package. Any idea how to allow it?

Using N950 PR1.2

Last edited by XenGi; 2012-04-11 at 20:39.
 
Posts: 362 | Thanked: 179 times | Joined on Sep 2010
#4
Had the same problem with aegis so i did:
Code:
devel-su
rootme
apt-get install wget (if you don't have it already)
cd /home/user/MyDocs
wget http://harmattan-dev.nokia.com/pool/...+0m6_armel.deb
dpkg -i gstreamer0.10-tools_0.10.34-0maemo2+0m6_armel.deb

Last edited by Sniper_swe; 2012-04-11 at 20:24.
 

The Following User Says Thank You to Sniper_swe For This Useful Post:
Guest | Posts: n/a | Thanked: 0 times | Joined on
#5
I found another solution. Just try to install the package and let it fail. Then deactivate the sources.list entries of the sdk and run apt-get update. Now you can install it by running dpkg -i /var/cache/apt/archives/package.deb.

Here's an example log: link
 
Posts: 362 | Thanked: 179 times | Joined on Sep 2010
#6
And that's easier than wget and dpkg -i how?;P
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#7
Originally Posted by Sniper_swe View Post
And that's easier than wget and dpkg -i how?;P
It's geekier.

And you don't have to know the correct package name. maybe you can write a script for it to automate the process.
 
Posts: 362 | Thanked: 179 times | Joined on Sep 2010
#8
True
I guess geekier is almost always better
 
Posts: 1,746 | Thanked: 1,832 times | Joined on Dec 2010
#9
Inception?
 
Reply


 
Forum Jump


All times are GMT. The time now is 05:29.