Re: [aur-general] java package has build time deps

2009-07-21 Thread svoufff
Le Tue, 21 Jul 2009 16:20:26 +0200,
Laszlo Papp  a écrit :

> In last case, you can take these near the package, like other people
> do it with patches, install files.
> 
> Thorp, No Pardon :)
> 
> Best Regards,
> Laszlo Papp
> 

Thanks Laszlo, that's probably what i'll do.However there is another
method that would be to put the release version in the source array
just to strip the libs out of it...


Re: [aur-general] java package has build time deps

2009-07-20 Thread svoufff
yes the jsampler release version contains them but not jsampler from
cvs.

Le Mon, 20 Jul 2009 20:56:55 +,
Laszlo Papp  a écrit :

> Is there any package/program which contains this files ?
> 
> Best Regards,
> Laszlo Papp
> 
> 
> On Mon, Jul 20, 2009 at 8:51 PM, svoufff  wrote:
> 
> > Hi, i'm working on a PKGBUILD for jsampler-cvs.This is a java
> > frontend to Linuxsampler.
> > This app requires 4 more java libraries to be present at build time
> > in a subdir of the source.These are jlscp.jar, juife.jar, swingx.jar
> > and substance.jar.All of these are only needed for build, I ran the
> > program without them installed just to check.
> >
> > What would be the best way to do ?
> > put them in the makedepends array :
> > that means packaging 4 more libs to AUR, forces the user to install
> > these libraries on system, absolutely unneeded for running jsampler,
> > since they are somewhat integrated to jsampler.jar during build.And
> > it would still require to copy them from their install path to the
> > source/subdir of jsampler to be able to build...
> > or
> > put them in the sources array and copy them the source/subdir before
> > building, so they are just used for build and not installed.That
> > works but is it the "good" way ?
> > or
> > something else ?
> >
> 



[aur-general] java package has build time deps

2009-07-20 Thread svoufff
Hi, i'm working on a PKGBUILD for jsampler-cvs.This is a java frontend
to Linuxsampler.
This app requires 4 more java libraries to be present at build time in a
subdir of the source.These are jlscp.jar, juife.jar, swingx.jar
and substance.jar.All of these are only needed for build, I ran the
program without them installed just to check.

What would be the best way to do ?
put them in the makedepends array :
that means packaging 4 more libs to AUR, forces the user to install
these libraries on system, absolutely unneeded for running jsampler,
since they are somewhat integrated to jsampler.jar during build.And it
would still require to copy them from their install path to the
source/subdir of jsampler to be able to build...
or
put them in the sources array and copy them the source/subdir before
building, so they are just used for build and not installed.That works
but is it the "good" way ?
or
something else ?