Re: RFS: libgstreamer-java

2010-06-09 Thread Samuel Lucas Vaz de Mello
2010/6/9 Torsten Werner : > Hi Samuel, > > 2010/5/28 Torsten Werner : >> yes, maybe > > any news on that issue? Maybe you can ignore the test failure? > If we ignore this error someone can face it in runtime. I couldn't get an amd64 machine to test it yet, but I guess the problem should be caused

Re: RFS: libgstreamer-java

2010-05-28 Thread Samuel Lucas Vaz de Mello
>> 1 test (and the whole build process) fails for me: > ---end quoted text--- > >  That's wierd, I built the package with pbuilder, and this did not >  happen. The build log is attached. > >  Note: I haven't updated my sid chroot since 3 or 4 days ago. Torsten is using amd64, Ahmed and I are using

Re: RFS: libgstreamer-java

2010-05-28 Thread Samuel Lucas Vaz de Mello
> 1 test (and the whole build process) fails for me: > >    [junit] - Standard Output --- >    [junit] PlayBin factory name=playbin >    [junit] - --- >    [junit] Testcase: > getStaticPadTemplates(org.gstreamer.ElementFactoryTest):  

Re: RFS: libgstreamer-java

2010-05-26 Thread Samuel Lucas Vaz de Mello
> * Is it needed to have tango-icon-theme in Build-Depends-Indep ? Removed. I was thinking in the junit tests, but just realized they don't use the classes that require the icons. > * Other than that, lintian have some minor (I & P level) issues: > > capitalization-error-in-description gstreamer

Re: RFS: libgstreamer-java

2010-05-26 Thread Samuel Lucas Vaz de Mello
> > 'Class-Path' entry in manifest file is used by JVM to load > dependencies (jar files, resource files) automatically. This way if > some class from your library depends on external library then > applications dependent on your library don't have to load them > explicitly. > > By the way, regardi

Re: RFS: libgstreamer-java

2010-05-25 Thread Samuel Lucas Vaz de Mello
Just uploaded a new version to mentors.debian.net with the changes below: >>  * If I understand correctly, you should also link against >>  libjna-java-doc, ie. in your patch you should also add: >> >>  -link /usr/share/doc/libjna-java-doc/api >> >>  Also, libjna-java-doc & default-jdk-doc should

Re: RFS: libgstreamer-java

2010-05-25 Thread Samuel Lucas Vaz de Mello
> 2010/5/25 Torsten Werner : > > On Tue, May 25, 2010 at 5:22 AM, Samuel Lucas Vaz de Mello > > wrote: > >> Tango is now in public domain. Do we still need to include it? > > > > You just have to document the fact that tango is in the public domain. > &

Re: RFS: libgstreamer-java

2010-05-24 Thread Samuel Lucas Vaz de Mello
>  * If I understand correctly, you should also link against >  libjna-java-doc, ie. in your patch you should also add: > >  -link /usr/share/doc/libjna-java-doc/api > >  Also, libjna-java-doc & default-jdk-doc should be added to Recommends >  of libgstreamer-java-doc > >  * Please add DEP3 headers

Re: RFS: libgstreamer-java

2010-05-23 Thread Samuel Lucas Vaz de Mello
> Samuel Lucas Vaz de Mello wrote: >>>> It seems we don't need default-jdk-doc nor libjna-java-doc. >>> ---end quoted text--- >>> >>> I remember reading on that list to link the API documentation against >>> default-jdk-doc & API docu

Re: RFS: libgstreamer-java

2010-05-22 Thread Samuel Lucas Vaz de Mello
>> It seems we don't need default-jdk-doc nor libjna-java-doc. > ---end quoted text--- > > I remember reading on that list to link the API documentation against > default-jdk-doc & API documentation of other java libs that the package > depends on. > > Also, it was mentioned that those doc packages

Re: RFS: libgstreamer-java

2010-05-20 Thread Samuel Lucas Vaz de Mello
>  I still think it would be better to use ant in building, it runs the >  JUnit test suite, builds the javadoc, and also it properly cleans up >  (by running: ant clean) Done. >  You also need to build the javadoc, also it has to be in a separate >  package (libgstreamer-java-doc), if I understa

RFS: libgstreamer-java

2010-05-19 Thread Samuel Lucas Vaz de Mello
debian.net/debian unstable main contrib non-free - dget http://mentors.debian.net/debian/pool/main/l/libgstreamer-java/libgstreamer-java_1.3-1.dsc I would be glad if someone uploaded this package for me. Kind regards Samuel Lucas Vaz de Mello -- To UNSUBSCRIBE, email to debian-java-requ...@lists.

Request For Mentor/Sponsor: libgstreamerjava

2010-04-08 Thread Samuel Lucas Vaz de Mello
Hi, I need a sponsor/mentor for the libgstreamerjava package, Java bindings for the Gstreamer Multimedia Framework. Short information: - Programming Language: Java - ITP Bug: #576984 - Homepage: http://code.google.com/p/gstreamer-java/ - Version: 1.3 - Upstream Authors: Andres Colubri, Levente Fa

Re: Package for gstreamer-java

2010-04-05 Thread Samuel Lucas Vaz de Mello
> > I recommend looking at the documentation in the javahelper package, and then > running jh_makepkg to get your starting position. These are tools similar to > debhelper (in addition to) which are java-specific. > Thank you, that's exactly what I was looking for. - Samuel -- To UNSUBSCRIBE,

Re: Package for gstreamer-java

2010-04-05 Thread Samuel Lucas Vaz de Mello
>> I'm developing an open source application that uses GStreamer using >> gstreamer-java binding [1]. >> >> I would like to have gstreamer-java available in debian repositories, >> so I will be able to just reference it as a dependency. I believe that >> many other applications could use it too. >>