Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Newbie Q's ( membership , etc' ) : (5 Items)
   
Newbie Q's ( membership , etc' )  
Hi, 
How do I request membership to this project  ?

Should I have svn installed for downloading code ? 

Has anyone tried building packages for ARM ? 

Thanks, 
Ran  
Re: Newbie Q's ( membership , etc' )  
On Wed, Mar 14, 2012 at 11:03:37AM -0400, ran wainstein wrote:
> Hi, 
> How do I request membership to this project  ?

Go to projects->all projects then click the box on
the left then click the 'request membership' button
at the bottom.

> 
> Should I have svn installed for downloading code ? 

Yes.

> 
> Has anyone tried building packages for ARM ? 

Yes.  Nothing to post yet though.

-seanb
Re: Newbie Q's ( membership , etc' )  
Thanks. 

I've installed SVN client, cloned from "http://community.qnx.com/svn/repos/pkgsrc/HEAD_650/pkgsrc/multimedia/gstreamer0.
10" , but not getting any source code. I'm am getting a bunch of other files, but no source. 
How can I download source for gstreamer for ex ? 

Thanks, 
Ran 
Re: Newbie Q's ( membership , etc' )  
qnx 6.5 ships with svn.

# which svn
/usr/qnx650/host/qnx6/x86/usr/bin/svn


pkgsrc is a bunch of makefiles and patches.  The makefiles
download the source of various packages as they're made.

On Wed, Mar 14, 2012 at 01:54:59PM -0400, ran wainstein wrote:
> Thanks. 
> 
> I've installed SVN client, cloned from "http://community.qnx.com/svn/repos/pkgsrc/HEAD_650/pkgsrc/multimedia/
gstreamer0.10" , but not getting any source code. I'm am getting a bunch of other files, but no source. 
> How can I download source for gstreamer for ex ? 
> 
> Thanks, 
> Ran 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post92118
> 
Re: Newbie Q's ( membership , etc' )  
Hi Sean, 
We are trying to port ffmpeg bsd code to ARM V7 target. 
We can get the source to compile, and it can run on Linux x86 machine with no problem. 
However - when we run on our ARM V7 QNX Target, seems like parsing is all wrong, and code fails to execute.

Any Ideas ?  Could it be related to libc compatibility of QNX 6.5 ? 


Thanks, 
Ran