Looking for sponsor or mentor for package crtmpserver

2011-03-11 Thread Andriy Beregovenko
Hi,

I'm looking for sponsor or mentor to my package crtmpserver.

Here is ITP:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617641
and package on mentors.debian.net:
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=crtmpserver

In two words:
crmpserver is high performance streaming server. It support several
protocols family like: RTMP, RTSP/RTCP/RTP, MPEG-TS, plain flv publishing.
Also it is generic network platform, and creating custom protocols with it is
really easy. In future plans are implement next protocols: gearman(already
exist but not too clean, so not included yet), memcached, possible redis.
Also there is some implementation of RTMFP protocol, but still not clean.
This allow use crtmpserver as universal network media streaming platform.
Licensed under GNU GPLv3.


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110311161106.gc9...@img.jet.kiev.ua



Re: duke University contact

2011-09-29 Thread Andriy Beregovenko
Hi Picca,

Looks like here is Rankin's profile:
http://www.linkedin.com/in/billrankin

Image is same as on Duke's page :)

On Thu, Sep 29, 2011 at 09:00:32AM +0200, Picca Fr??d??ric-Emmanuel wrote:
> Le Wed, 28 Sep 2011 22:36:19 +0200,
> Steven  a ??crit :
> 
> > On Wed, 2011-09-28 at 16:09 +0200, Picca Fr??d??ric-Emmanuel wrote: 
> > > Le Wed, 28 Sep 2011 14:17:07 +0100,
> > > Nick Leverton  a ??crit :
> > > 
> > > > On Wed, Sep 28, 2011 at 02:11:52PM +0200, Picca Fr??d??ric-Emmanuel 
> > > > wrote:
> > > > > Hello
> > > > > 
> > > > > I try to find the licences of a software developped at Duke university
> > > > > by a PhD student "named" William T. Rankin / wran...@ee.duke.edu. the
> > > > > software is dpmta[1] but as you can see all the links are broken.
> > > > 
> > > > You could try a well known search engine, which would point you to here:
> > > > http://people.ee.duke.edu/~wrankin/ (last modified April 2011)
> > > > or contact him via the dmpta Sourceforge project's admin page:
> > > > http://sourceforge.net/project/memberlist.php?group_id=158033
> > > > 
> > > 
> > > Hello, the upstream was contacted, but I got no answer. The upstream of
> > > the package I am working on and which use dpmta also contact the main
> > > author but he got no answer.
> > 
> > Looking at the first link from Nick, Bill Rankin is no longer with Duke
> > University, that could be the reason he doesn't answer. His old e-mail
> > might be disabled. The page also mentions the SAS Institute, perhaps you
> > can try to contact someone over there, see if they can get you into
> > contact with him?
> > 
> 
> Thanks I will try this way.
> 
> Cherrs,
> 
> Frederic
> 
> -- 
> GPG public key 4096R/4696E015 2011-02-14
> fingerprint = E92E 7E6E 9E9D A6B1 AA31  39DC 5632 906F 4696 E015
> uid  Picca Fr??d??ric-Emmanuel 
> 
> GPG public key 1024D/A59B1171 2009-08-11
> fingerprint = 1688 A3D6 F0BD E4DF 2E6B  06AA B6A9 BA6A A59B 1171
> uid  Picca Fr??d??ric-Emmanuel 



-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110929111239.gb19...@jet.kiev.ua



Re: Fwd: installing dependencies along with deb package

2011-10-11 Thread Andriy Beregovenko
Hi Thibaut,

On Tue, Oct 11, 2011 at 01:55:33PM +0200, Thibaut Paumard wrote:
> Hi
> 
> Le 11/10/11 13:15, karunakar medamoni a ?crit :
> > 
> > Hello.
> > This is karunakar. I was developed one package. i want convert that
> > package into deb package. i was created deb package with my source code.
> > i got the error when i install that package. it saying this package
> > needs apache2  package . how can i install dependencies which are
> > mentioned in control  file. i need to install all packages which are
> > required and mentioned in  control file at the time of deb package
> > installation automatically .
> > 
> 
> aptitude -f install

IMO this is not good way, because conflicting packages will be removed too.
But may be acceptable this time. As for me, good way is to install
dependencies manually(using aptitude install  or same for apt-get).
> will install the dependencies of the packages you installed with dpkg -i.
> 
> Example:
> dpkg -i my_own_package_1-1_i386.deb
> aptitude -f install
> 
> Regards, Thibaut.
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: http://lists.debian.org/4e942eb5.7000...@free.fr
> 


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111011144427.ga24...@hode1.jet.kiev.ua