Bug#803291: prepare for giflib5

2016-01-04 Thread Christian Welzel

Am 02.01.2016 um 10:27 schrieb Matthias Klose:


any update on this?


Uploaded a new version to m.d.n but cannot upload to archive.
See here for more information:
http://mentors.debian.net/package/swftools

--
 MfG, Christian Welzel

  GPG-Key: pub 4096R/5117E119 2011-09-19
  Fingerprint: 3688 337C 0D3E 3725 94EC  E401 8D52 CDE9 5117 E119



Bug#803291: prepare for giflib5

2016-01-02 Thread Matthias Klose

On 15.12.2015 23:04, Christian Welzel wrote:

Am 28.10.2015 um 15:53 schrieb Matthias Klose:


Planning an update of giflib to the current version 5.1.1. Giflib
slightly changes it's API, requiring soureful changes.


I'll look into this, and fix some other issues with the package on
the way. Currently looking for some source for the swf.


any update on this?



Bug#803291: prepare for giflib5

2015-12-15 Thread Christian Welzel

Am 28.10.2015 um 15:53 schrieb Matthias Klose:


Planning an update of giflib to the current version 5.1.1. Giflib
slightly changes it's API, requiring soureful changes.


I'll look into this, and fix some other issues with the package on
the way. Currently looking for some source for the swf.

--
 MfG, Christian Welzel

  GPG-Key: pub 4096R/5117E119 2011-09-19
  Fingerprint: 3688 337C 0D3E 3725 94EC  E401 8D52 CDE9 5117 E119



Bug#803291: prepare for giflib5

2015-10-28 Thread Matthias Klose

Package: src:swftools_
Version: 0.9.2+git20130725-2
Tags: sid stretch patch
Blocks: 803158
User: gif...@packages.debian.org
Usertags: giflib5

Planning an update of giflib to the current version 5.1.1. Giflib slightly 
changes it's API, requiring soureful changes. There are some options for getting 
giflib5.1 support:


- Look for a newer upstream version, if upstream supports
both giflib4 and giflib5.1. Upload the new package,
and close the bug report.

- Patch the code to both use the NEW API. This can be done using
#if GIFLIB_MAJOR >= 5

#else

#endif
Please upload the package, and close the report.

- Unconditionally patch the code, not supporting giflib4 anymore.
Please upload a package to experimental once giflib5 hits
experimental.

For the latter two options, please see a patch at
http://launchpadlibrarian.net/222931742/swftools_0.9.2%2Bgit20130725-2build2_0.9.2%2Bgit20130725-2ubuntu1.diff.gz

To test your changes before giflib5 is found in experimental, please use

deb https://people.debian.org/~doko/tmp/giflib5 ./

Thanks, Matthias