public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* ITP: gif2apng -- Tool for converting animated GIF images to APNG format
@ 2012-09-16  9:43 Jari Aalto
  2012-10-21 16:44 ` marco atzeri
  0 siblings, 1 reply; 5+ messages in thread
From: Jari Aalto @ 2012-09-16  9:43 UTC (permalink / raw)
  To: cygwin-apps

wget --recursive --no-host-directories --cut-dirs=3 \
    http://cante.net/~jaalto/tmp/cygwin/gif2apng/gif2apng-1.7-1-src.tar.bz2 \
    http://cante.net/~jaalto/tmp/cygwin/gif2apng/gif2apng-1.7-1.tar.bz2 \
    http://cante.net/~jaalto/tmp/cygwin/gif2apng/setup.hint

Included in Debian:

  http://packages.debian.org/gif2apng

To check packaging:

  tar -xf *-src.tar.bz2
  ./*.sh --color --verbose all

Jari

[ setup.hint ]

sdesc: "Tool for converting animated GIF images to APNG format"
ldesc: "Package provides a command line tool for converting images
from animated GIF to Animated PNG format.  The Animated Portable Network
Graphics (APNG) file format is an extension to the Portable Network Graphics
(PNG) specification.  It allows for animated PNG files that work similarly
to animated GIF files, while retaining backward compatibility with
non-animated PNG files and adding support for 8-bit transparency and 24-bit
images."
category: Graphics Utils
requires: zlib0

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ITP: gif2apng -- Tool for converting animated GIF images to APNG format
  2012-09-16  9:43 ITP: gif2apng -- Tool for converting animated GIF images to APNG format Jari Aalto
@ 2012-10-21 16:44 ` marco atzeri
  2012-10-22  7:35   ` Jari Aalto
  0 siblings, 1 reply; 5+ messages in thread
From: marco atzeri @ 2012-10-21 16:44 UTC (permalink / raw)
  To: cygwin-apps

On 9/16/2012 11:43 AM, Jari Aalto wrote:
> wget --recursive --no-host-directories --cut-dirs=3 \
>      http://cante.net/~jaalto/tmp/cygwin/gif2apng/gif2apng-1.7-1-src.tar.bz2 \
>      http://cante.net/~jaalto/tmp/cygwin/gif2apng/gif2apng-1.7-1.tar.bz2 \
>      http://cante.net/~jaalto/tmp/cygwin/gif2apng/setup.hint
>
> Included in Debian:
>
>    http://packages.debian.org/gif2apng
>
> To check packaging:
>
>    tar -xf *-src.tar.bz2
>    ./*.sh --color --verbose all
>
> Jari


-- [NOTE] applying included patches to sources (if any)
-- cd /tmp/ITP/gif2apng/gif2apng-1.7 && patch      --strip=0 
--forward      --fuzz=3      --strip=1 < 
/tmp/ITP/gif2apng/gif2apng-1.7/CYGWIN-PATCHES/patches/0001-main-Display-kp-not-kp-option-syntx.patch
patching file gif2apng.c
Hunk #1 FAILED at 398.
1 out of 1 hunk FAILED -- saving rejects to file gif2apng.c.rej
-- [FATAL] Exiting.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ITP: gif2apng -- Tool for converting animated GIF images to APNG format
  2012-10-21 16:44 ` marco atzeri
@ 2012-10-22  7:35   ` Jari Aalto
  2012-10-22  7:53     ` marco atzeri
  0 siblings, 1 reply; 5+ messages in thread
From: Jari Aalto @ 2012-10-22  7:35 UTC (permalink / raw)
  To: cygwin-apps

2012-10-21 19:44 marco atzeri
| Hunk #1 FAILED at 398.

Adjusted, try with this:

wget --recursive --no-host-directories --cut-dirs=3 \
     http://cante.net/~jaalto/tmp/cygwin/gif2apng/gif2apng-1.7-1-src.tar.bz2 \
     http://cante.net/~jaalto/tmp/cygwin/gif2apng/gif2apng-1.7-1.tar.bz2 \
     http://cante.net/~jaalto/tmp/cygwin/gif2apng/setup.hint

    cd gif2apng

    tar -xf *-src.tar.bz2
    ./*.sh --color --verbose all

Jari

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ITP: gif2apng -- Tool for converting animated GIF images to APNG format
  2012-10-22  7:35   ` Jari Aalto
@ 2012-10-22  7:53     ` marco atzeri
  2012-10-22  8:05       ` Corinna Vinschen
  0 siblings, 1 reply; 5+ messages in thread
From: marco atzeri @ 2012-10-22  7:53 UTC (permalink / raw)
  To: cygwin-apps

On 10/22/2012 9:35 AM, Jari Aalto wrote:
> 2012-10-21 19:44 marco atzeri
> | Hunk #1 FAILED at 398.
>
> Adjusted, try with this:
>
> wget --recursive --no-host-directories --cut-dirs=3 \
>       http://cante.net/~jaalto/tmp/cygwin/gif2apng/gif2apng-1.7-1-src.tar.bz2 \
>       http://cante.net/~jaalto/tmp/cygwin/gif2apng/gif2apng-1.7-1.tar.bz2 \
>       http://cante.net/~jaalto/tmp/cygwin/gif2apng/setup.hint
>
>      cd gif2apng
>
>      tar -xf *-src.tar.bz2
>      ./*.sh --color --verbose all
>
> Jari
>

builds and packages fine
GTG

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ITP: gif2apng -- Tool for converting animated GIF images to APNG format
  2012-10-22  7:53     ` marco atzeri
@ 2012-10-22  8:05       ` Corinna Vinschen
  0 siblings, 0 replies; 5+ messages in thread
From: Corinna Vinschen @ 2012-10-22  8:05 UTC (permalink / raw)
  To: cygwin-apps

On Oct 22 09:53, marco atzeri wrote:
> On 10/22/2012 9:35 AM, Jari Aalto wrote:
> >2012-10-21 19:44 marco atzeri
> >| Hunk #1 FAILED at 398.
> >
> >Adjusted, try with this:
> >
> >wget --recursive --no-host-directories --cut-dirs=3 \
> >      http://cante.net/~jaalto/tmp/cygwin/gif2apng/gif2apng-1.7-1-src.tar.bz2 \
> >      http://cante.net/~jaalto/tmp/cygwin/gif2apng/gif2apng-1.7-1.tar.bz2 \
> >      http://cante.net/~jaalto/tmp/cygwin/gif2apng/setup.hint
> >
> >     cd gif2apng
> >
> >     tar -xf *-src.tar.bz2
> >     ./*.sh --color --verbose all
> >
> >Jari
> >
> 
> builds and packages fine
> GTG

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-10-22  8:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-16  9:43 ITP: gif2apng -- Tool for converting animated GIF images to APNG format Jari Aalto
2012-10-21 16:44 ` marco atzeri
2012-10-22  7:35   ` Jari Aalto
2012-10-22  7:53     ` marco atzeri
2012-10-22  8:05       ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).