Re: [PATCH] gnu: Add optipng.

2016-09-26 Thread Leo Famulari
On Tue, Sep 27, 2016 at 12:51:59AM +0530, Arun Isaac wrote: > > > make[2]: Leaving directory > > '/tmp/nix-build-optipng-0.7.6.drv-0/optipng-0.7.6/src/pngxtern' > > gcc -c -O2 -Wall -Wextra -I../cexcept -I../zlib -I../libpng -I../opngreduc > > -I../pngxtern -o optipng.o optipng.c > > gcc -c -O

Re: [PATCH] gnu: Add optipng.

2016-09-26 Thread Danny Milosavljevic
Hi Leo, On Mon, 26 Sep 2016 13:59:58 -0400 Leo Famulari wrote: > gcc -s -o optipng optipng.o optim.o bitset.o ratio.o osys.o wildargs.o > ../opngreduc/libopngreduc.a ../pngxtern/libpngxtern.a ../libpng/libpng.a > ../zlib/libz.a ../gifread/libgifread.a ../pnmio/libpnmio.a > ../minitiff/libmini

Re: [PATCH] gnu: Add optipng.

2016-09-26 Thread Arun Isaac
> make[2]: Leaving directory > '/tmp/nix-build-optipng-0.7.6.drv-0/optipng-0.7.6/src/pngxtern' > gcc -c -O2 -Wall -Wextra -I../cexcept -I../zlib -I../libpng -I../opngreduc > -I../pngxtern -o optipng.o optipng.c > gcc -c -O2 -Wall -Wextra -I../cexcept -I../zlib -I../libpng -I../opngreduc > -I.

Re: [PATCH] gnu: Add optipng.

2016-09-26 Thread Leo Famulari
On Sun, Sep 25, 2016 at 05:03:43PM -0400, Kei Kebreau wrote: > Arun Isaac writes: > > > * gnu/packages/image.scm (optipng): New variable. It failed to build on armhf: https://hydra.gnu.org/build/1479396 Log excerpt: make[2]: Leaving directory '/tmp/nix-build-optipng-0.7.6.drv-0/optipng-0.7.6/

Re: [PATCH] gnu: Add optipng.

2016-09-25 Thread Kei Kebreau
Arun Isaac writes: > * gnu/packages/image.scm (optipng): New variable. > --- > gnu/packages/image.scm | 33 + > 1 file changed, 33 insertions(+) > > diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm > index 931cad1..4039c1a 100644 > --- a/gnu/packages/i

[PATCH] gnu: Add optipng.

2016-09-25 Thread Arun Isaac
* gnu/packages/image.scm (optipng): New variable. --- gnu/packages/image.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 931cad1..4039c1a 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.sc

Re: [PATCH] gnu: Add optipng.

2016-09-25 Thread Arun Isaac
`guix lint` reports no issues on my side. Somebody should probably check it on their machine anyway. I am sending an updated patch with the copyright header included.

Re: [PATCH] gnu: Add optipng.

2016-09-25 Thread Leo Famulari
On Sun, Sep 25, 2016 at 12:20:40PM -0400, Kei Kebreau wrote: > Arun Isaac writes: > > > I just noticed that I forgot to add the copyright header. If someone > > reviews the patch and everything else is fine, I'll send an updated > > patch with the copyright header. > > > > Thanks. > > Everything

Re: [PATCH] gnu: Add optipng.

2016-09-25 Thread Kei Kebreau
Arun Isaac writes: > I just noticed that I forgot to add the copyright header. If someone > reviews the patch and everything else is fine, I'll send an updated > patch with the copyright header. > > Thanks. Everything looks and works fine for me. signature.asc Description: PGP signature

Re: [PATCH] gnu: Add optipng.

2016-09-25 Thread Arun Isaac
I just noticed that I forgot to add the copyright header. If someone reviews the patch and everything else is fine, I'll send an updated patch with the copyright header. Thanks. signature.asc Description: PGP signature

[PATCH] gnu: Add optipng.

2016-09-24 Thread Arun Isaac
* gnu/packages/image.scm (optipng): New variable. --- gnu/packages/image.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 931cad1..b998f45 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm