unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Eric S. Raymond" <esr@thyrsus.com>
To: Makoto Fujiwara <makoto@ki.nu>
Cc: emacs-devel@gnu.org
Subject: Re: giflib-5.1.0 (GIF image format library) API change
Date: Sun, 15 Jun 2014 07:23:32 -0400	[thread overview]
Message-ID: <20140615112332.GA17104@thyrsus.com> (raw)
In-Reply-To: <yfmwqci8tth.wl%makoto@ki.nu>

Makoto Fujiwara <makoto@ki.nu>:
> Hi, should be already fixed, I am presume, but I needed
> attached remedy to build,

I'm the giflib maintainer.

Please note that there are version symbols in gif_lib.h that would allow
you to write a version of this patch that builds for either giflib 5.0 or 5.1.
Currently these are

#define GIFLIB_MAJOR 5
#define GIFLIB_MINOR 1

but if you check for

#define GIFLIB_MAJOR 5
#define GIFLIB_MINOR 0

you can conditionalize in the existing image.c code.
-- 
		<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>



  reply	other threads:[~2014-06-15 11:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-15  8:23 giflib-5.1.0 (GIF image format library) API change Makoto Fujiwara
2014-06-15 11:23 ` Eric S. Raymond [this message]
2014-06-15 22:32 ` Glenn Morris
2014-06-16  0:06   ` Eric S. Raymond

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140615112332.GA17104@thyrsus.com \
    --to=esr@thyrsus.com \
    --cc=emacs-devel@gnu.org \
    --cc=makoto@ki.nu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).