maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   gst-launch in N9? (https://talk.maemo.org/showthread.php?t=80030)

Watcom 2011-11-16 01:58

gst-launch in N9?
 
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

Watcom 2011-11-16 14:38

Re: gst-launch in N9?
 
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

XenGi 2012-04-11 20:05

Re: gst-launch in N9?
 
Sound good, but aegis is rejecting the package. Any idea how to allow it?

Using N950 PR1.2

Sniper_swe 2012-04-11 20:22

Re: gst-launch in N9?
 
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


XenGi 2012-04-11 20:40

Re: gst-launch in N9?
 
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

Sniper_swe 2012-04-11 20:45

Re: gst-launch in N9?
 
And that's easier than wget and dpkg -i how?;P

XenGi 2012-04-11 21:58

Re: gst-launch in N9?
 
Quote:

Originally Posted by Sniper_swe (Post 1190930)
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.

Sniper_swe 2012-04-11 22:04

Re: gst-launch in N9?
 
True ;)
I guess geekier is almost always better:)

m4r0v3r 2012-04-11 23:50

Re: gst-launch in N9?
 
Inception?


All times are GMT. The time now is 00:16.

vBulletin® Version 3.8.8