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

2009-07-21 Thread Andrei Thorp
Excerpts from Loui Chang's message of Mon Jul 20 17:30:47 -0400 2009:
 On Tue 21 Jul 2009 01:03 +0400, svoufff wrote:
  yes the jsampler release version contains them but not jsampler from
  cvs.
  
  Le Mon, 20 Jul 2009 20:56:55 +,
  Laszlo Papp djsza...@gmail.com 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 svou...@free.fr wrote:
   
Hi, i'm working on a PKGBUILD for jsampler-cvs.This is a java
 
 Stop with the top-posting!

Yeah! Death to top-posting! ;)
-- 
Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com)


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

2009-07-21 Thread edogawaconan
On Tue, Jul 21, 2009 at 9:11 PM, Andrei Thorpgar...@gmail.com wrote:
 Excerpts from Loui Chang's message of Mon Jul 20 17:30:47 -0400 2009:
 On Tue 21 Jul 2009 01:03 +0400, svoufff wrote:
  yes the jsampler release version contains them but not jsampler from
  cvs.
 
  Le Mon, 20 Jul 2009 20:56:55 +,
  Laszlo Papp djsza...@gmail.com 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 svou...@free.fr wrote:
  
Hi, i'm working on a PKGBUILD for jsampler-cvs.This is a java

 Stop with the top-posting!

 Yeah! Death to top-posting! ;)

how about death to oot? :)


-- 
O ascii ribbon campaign - stop html mail - www.asciiribbon.org


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

2009-07-21 Thread Laszlo Papp
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


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

2009-07-21 Thread Andrei Thorp
Excerpts from edogawaconan's message of Tue Jul 21 10:19:44 -0400 2009:
 On Tue, Jul 21, 2009 at 9:11 PM, Andrei Thorpgar...@gmail.com wrote:
  Excerpts from Loui Chang's message of Mon Jul 20 17:30:47 -0400 2009:
  On Tue 21 Jul 2009 01:03 +0400, svoufff wrote:
   yes the jsampler release version contains them but not jsampler from
   cvs.
  
   Le Mon, 20 Jul 2009 20:56:55 +,
   Laszlo Papp djsza...@gmail.com 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 svou...@free.fr wrote:
   
 Hi, i'm working on a PKGBUILD for jsampler-cvs.This is a java
 
  Stop with the top-posting!
 
  Yeah! Death to top-posting! ;)
 
 how about death to oot? :)

Yeah! Death to oot! ;)
-- 
Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com)


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 djsza...@gmail.com 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...


[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 ?


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 djsza...@gmail.com 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 svou...@free.fr 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 ?
 
 



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

2009-07-20 Thread Loui Chang
On Tue 21 Jul 2009 01:03 +0400, svoufff wrote:
 yes the jsampler release version contains them but not jsampler from
 cvs.
 
 Le Mon, 20 Jul 2009 20:56:55 +,
 Laszlo Papp djsza...@gmail.com 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 svou...@free.fr wrote:
  
   Hi, i'm working on a PKGBUILD for jsampler-cvs.This is a java

Stop with the top-posting!