<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sfnt2woff-zopfli.git, branch v1.3.0</title>
<subtitle>Manual mirror of the sfnt2woff-zopfli project.</subtitle>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/sfnt2woff-zopfli.git/'/>
<entry>
<title>Merge pull request #10 from musicinmybrain/external-zopfli-support-bis</title>
<updated>2022-05-16T18:03:41+00:00</updated>
<author>
<name>Bram Stein</name>
<email>b.l.stein@gmail.com</email>
</author>
<published>2022-05-16T18:03:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/sfnt2woff-zopfli.git/commit/?id=40aabcc4b88868cb5c0744025c8a85685bba383f'/>
<id>40aabcc4b88868cb5c0744025c8a85685bba383f</id>
<content type='text'>
Reduce coupling with bundled Zopfli library</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reduce coupling with bundled Zopfli library</pre>
</div>
</content>
</entry>
<entry>
<title>Add ZLIB_LIBS and ZLIB_CFLAGS variables to the Makefile to make it easy to</title>
<updated>2020-10-20T22:15:37+00:00</updated>
<author>
<name>Benjamin Beasley</name>
<email>code@musicinmybrain.net</email>
</author>
<published>2020-10-20T22:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/sfnt2woff-zopfli.git/commit/?id=6b63776f3d03f8b88d23cedb6fe2a9bd2947d93d'/>
<id>6b63776f3d03f8b88d23cedb6fe2a9bd2947d93d</id>
<content type='text'>
control linking against zlib, just as we added ZOPFLI_LIBS and ZOPFLI_CFLAGS
for the Zopfli library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
control linking against zlib, just as we added ZOPFLI_LIBS and ZOPFLI_CFLAGS
for the Zopfli library.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ZOPFLI_LIBS and ZOPFLI_CFLAGS variables to the Makefile to make it easy to</title>
<updated>2020-10-20T22:13:00+00:00</updated>
<author>
<name>Benjamin Beasley</name>
<email>code@musicinmybrain.net</email>
</author>
<published>2020-10-20T22:02:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/sfnt2woff-zopfli.git/commit/?id=6323a64c051817854a7c992e0259cc0e2bc5fb38'/>
<id>6323a64c051817854a7c992e0259cc0e2bc5fb38</id>
<content type='text'>
build with an external Zopfli library. Set their default values such that the
bundled Zopfli library is still used by default. Re-order the linker flags so
that both cases work as expected.

Fix linker flag order
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
build with an external Zopfli library. Set their default values such that the
bundled Zopfli library is still used by default. Re-order the linker flags so
that both cases work as expected.

Fix linker flag order
</pre>
</div>
</content>
</entry>
<entry>
<title>Use only Zopfli public API functions from zopfli.h.</title>
<updated>2020-10-20T18:43:05+00:00</updated>
<author>
<name>Benjamin Beasley</name>
<email>code@musicinmybrain.net</email>
</author>
<published>2020-10-20T18:43:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/sfnt2woff-zopfli.git/commit/?id=9ed2430baaf3558d0844c8bc74fa904007133db7'/>
<id>9ed2430baaf3558d0844c8bc74fa904007133db7</id>
<content type='text'>
The Zopfli library is normally installed only with zopfli.h (and
zopflipng_lib.h). Using only APIs in this header makes it easier to use an
external Zopfli library. This means including zopfli.h instead of
zlib_container.h, and calling ZopfliCompress with ZOPFLI_FORMAT_ZLIB instead of
calling ZopfliZlibCompress directly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Zopfli library is normally installed only with zopfli.h (and
zopflipng_lib.h). Using only APIs in this header makes it easier to use an
external Zopfli library. This means including zopfli.h instead of
zlib_container.h, and calling ZopfliCompress with ZOPFLI_FORMAT_ZLIB instead of
calling ZopfliZlibCompress directly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for external CPPFLAGS/CFLAGS to the Makefile</title>
<updated>2020-10-20T18:35:42+00:00</updated>
<author>
<name>Benjamin Beasley</name>
<email>code@musicinmybrain.net</email>
</author>
<published>2020-10-20T18:35:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/sfnt2woff-zopfli.git/commit/?id=3e6cf7a7b29698b69f96e848f84196aeda57b4a4'/>
<id>3e6cf7a7b29698b69f96e848f84196aeda57b4a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add full text of the three WOFF licenses:</title>
<updated>2020-10-20T18:32:20+00:00</updated>
<author>
<name>Benjamin Beasley</name>
<email>code@musicinmybrain.net</email>
</author>
<published>2020-10-20T18:30:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/sfnt2woff-zopfli.git/commit/?id=7e08f1c944142c8e37050d9e02d91ec326d60ba5'/>
<id>7e08f1c944142c8e37050d9e02d91ec326d60ba5</id>
<content type='text'>
  - LICENSE-WOFF-MPL, from
    https://www.mozilla.org/media/MPL/1.1/index.0c5913925d40.txt
  - LICENSE-WOFF-GPL, from
    https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
  - LICENSE-WOFF-LGPL, from
    https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - LICENSE-WOFF-MPL, from
    https://www.mozilla.org/media/MPL/1.1/index.0c5913925d40.txt
  - LICENSE-WOFF-GPL, from
    https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
  - LICENSE-WOFF-LGPL, from
    https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the WOFF license file with the full text from upstream, matching the</title>
<updated>2020-10-20T18:28:13+00:00</updated>
<author>
<name>Benjamin Beasley</name>
<email>code@musicinmybrain.net</email>
</author>
<published>2020-10-20T18:28:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/sfnt2woff-zopfli.git/commit/?id=073dd2a2d618bee39e387e8f23ecbecb382adfcd'/>
<id>073dd2a2d618bee39e387e8f23ecbecb382adfcd</id>
<content type='text'>
license comment blocks in the source files, from
https://raw.githubusercontent.com/samboy/WOFF/2017-06-11/LICENSE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
license comment blocks in the source files, from
https://raw.githubusercontent.com/samboy/WOFF/2017-06-11/LICENSE.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the Zopfli license file (LICENSE-ZOPFLI) to contain the complete Apache</title>
<updated>2020-10-20T18:23:14+00:00</updated>
<author>
<name>Benjamin Beasley</name>
<email>code@musicinmybrain.net</email>
</author>
<published>2020-10-20T18:23:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/sfnt2woff-zopfli.git/commit/?id=b4611511e882f6064131f65732b5ba85b04f5ea3'/>
<id>b4611511e882f6064131f65732b5ba85b04f5ea3</id>
<content type='text'>
2.0 license text from
https://raw.githubusercontent.com/google/zopfli/zopfli-1.0.3/COPYING rather
than a brief summary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2.0 license text from
https://raw.githubusercontent.com/google/zopfli/zopfli-1.0.3/COPYING rather
than a brief summary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split license terms for extended/modified WOFF sources and bundled Zopfli</title>
<updated>2020-10-20T18:19:51+00:00</updated>
<author>
<name>Benjamin Beasley</name>
<email>code@musicinmybrain.net</email>
</author>
<published>2020-10-20T18:19:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/sfnt2woff-zopfli.git/commit/?id=e898b4faa7158e62b6da20bea7be1fc3ab55ca92'/>
<id>e898b4faa7158e62b6da20bea7be1fc3ab55ca92</id>
<content type='text'>
sources into separate files. Add a COPYING file to summarize which terms apply
to which sources.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sources into separate files. Add a COPYING file to summarize which terms apply
to which sources.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move bundled zopfli sources into a new zopfli/ subdirectory.</title>
<updated>2020-10-20T17:45:03+00:00</updated>
<author>
<name>Benjamin Beasley</name>
<email>code@musicinmybrain.net</email>
</author>
<published>2020-10-20T17:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.estrogen.zone/sfnt2woff-zopfli.git/commit/?id=d177bb1fb75b129721219d9c40ff910840db9785'/>
<id>d177bb1fb75b129721219d9c40ff910840db9785</id>
<content type='text'>
Separating source files by origin (and license) makes it easy for users who
want to build with an external zopfli library to remove the bundled sources,
ensuring they are not used. Unbundling libraries is mandatory for packaging in
many popular Linux distributions, and can be useful for other applications as
well. Additional changes will be needed to make it easy to select an external
zopfli library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Separating source files by origin (and license) makes it easy for users who
want to build with an external zopfli library to remove the bundled sources,
ensuring they are not used. Unbundling libraries is mandatory for packaging in
many popular Linux distributions, and can be useful for other applications as
well. Additional changes will be needed to make it easy to select an external
zopfli library.
</pre>
</div>
</content>
</entry>
</feed>
