The NetBSD Project

CVS log for pkgsrc/graphics/libwebp/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / graphics / libwebp

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.39 / (download) - annotate - [select for diffs], Tue Jan 3 17:37:26 2023 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, HEAD
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored)

*: recursive bump for tiff shlib major bump

Revision 1.38 / (download) - annotate - [select for diffs], Mon Aug 8 13:44:07 2022 UTC (9 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

libwebp: updated to 1.2.4

version 1.2.4
This is a binary compatible release.
* restore CMake libwebpmux target name for compatibility with 1.2.2
* fix lossless crunch mode encoding with WEBP_REDUCE_SIZE

Revision 1.37 / (download) - annotate - [select for diffs], Mon Jul 18 19:06:44 2022 UTC (10 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.36: +2 -3 lines
Diff to previous 1.36 (colored)

libwebp: updated to 1.2.3

version 1.2.3
This is a binary compatible release.
* security fix for lossless encoder
* improved progress granularity in WebPReportProgress() when using lossless
* improved precision in Sharp YUV (-sharp_yuv) conversion
* many corrections to webp-lossless-bitstream-spec.txt
* crash/leak fixes on error/OOM and other bug fixes

Revision 1.36 / (download) - annotate - [select for diffs], Thu Jul 14 23:46:23 2022 UTC (10 months, 2 weeks ago) by dholland
Branch: MAIN
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored)

Bump everything affected by the jpeg.buildlink3.mk fix.

Revision 1.35 / (download) - annotate - [select for diffs], Thu Mar 3 10:41:34 2022 UTC (14 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

libwebp: updated to 1.2.2

version 1.2.2
  This is a binary compatible release.
  * webpmux: add "-set bgcolor A,R,G,B"
  * add ARM64 NEON support for MSVC builds
  * fix duplicate include error in Xcode when using multiple XCFrameworks in a
    project
  * doc updates and bug fixes

Revision 1.34 / (download) - annotate - [select for diffs], Fri Aug 20 05:44:26 2021 UTC (21 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

libwebp: updated to 1.2.1

version 1.2.1
This is a binary compatible release.
* minor lossless encoder improvements and x86 color conversion speed up
* add ARM64 simulator support to xcframeworkbuild.sh
* further security related hardening in libwebp & examples
* toolchain updates and bug fixes
* use more inclusive language within the source

Revision 1.33 / (download) - annotate - [select for diffs], Mon Feb 15 21:18:38 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.32: +2 -3 lines
Diff to previous 1.32 (colored)

libwebp: updated to 1.2.0

version 1.2.0
* API changes:
  - libwebp:
    encode.h: add a qmin / qmax range for quality factor (cwebp adds -qrange)
* lossless encoder improvements
* SIMD support for Wasm builds
* add xcframeworkbuild.sh, supports Mac Catalyst builds
* import fuzzers from oss-fuzz & chromium
* webpmux: add an '-set loop <value>' option
* toolchain updates and bug fixes

Revision 1.32 / (download) - annotate - [select for diffs], Fri Jun 5 12:49:08 2020 UTC (2 years, 11 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored)

*: Apply revbump for graphics/giflib API change.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Jan 8 12:47:55 2020 UTC (3 years, 4 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.30: +4 -3 lines
Diff to previous 1.30 (colored)

libwebp: Update to 1.1.0

- 12/18/2019: version 1.1.0
  * API changes:
    - libwebp:
      WebPMalloc (issue #442)
    - extras:
      WebPUnmultiplyARGB
  * alpha decode fix (issue #439)
  * toolchain updates and bug fixes
    (chromium: #1026858, #1027136, #1027409, #1028620, #1028716, #995200)
    (oss-fuzz: #19430, #19447)

Revision 1.30 / (download) - annotate - [select for diffs], Tue Jul 16 11:43:32 2019 UTC (3 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

Update to 1.0.3

Changelog:
- 7/4/2019: version 1.0.3
  This is a binary compatible release.
  * resize fixes for Nx1 sizes and the addition of non-opaque alpha values for
    odd sizes (issues #418, #434)
  * lossless encode/decode performance improvements
  * lossy compression performance improvement at low quality levels with flat
    content (issue #432)
  * python swig files updated to support python 3
  Tool updates:
    vwebp will now preserve the aspect ratio of images that exceed monitor
    resolution by scaling the image to fit (issue #433)

Revision 1.29 / (download) - annotate - [select for diffs], Tue Jan 29 10:08:11 2019 UTC (4 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

libwebp: updated to 1.0.2

version 1.0.2
This is a binary compatible release.
* (Windows) unicode file support in the tools (linux and mac already had
  support)
* lossless encoder speedups
* lossy encoder speedup on ARM
* lossless multi-threaded security fix

Revision 1.28 / (download) - annotate - [select for diffs], Tue Nov 20 17:26:19 2018 UTC (4 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.27: +14 -16 lines
Diff to previous 1.27 (colored)

libwebp: updated to 1.0.1

version 1.0.1
This is a binary compatible release.
* lossless encoder speedups
* big-endian fix for alpha decoding
* gif2webp fix for loop count=65535 transcode
* further security related hardening in libwebp & libwebpmux
* miscellaneous bug & build fixes

Revision 1.27 / (download) - annotate - [select for diffs], Fri Apr 27 14:26:41 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

libwebp: update to 1.0.0.

- 4/2/2018: version 1.0.0
  This is a binary compatible release.
  * lossy encoder improvements to avoid chroma shifts in various circumstances
    (issues #308, #340)
  * big-endian fixes for decode, RGBA import and WebPPictureDistortion
  Tool updates:
    gifwebp, anim_diff - default duration behavior (<= 10ms) changed to match
                         web browsers, transcoding tools (issue #379)
    img2webp, webpmux - allow options to be passed in via a file (issue #355)

Revision 1.26 / (download) - annotate - [select for diffs], Mon Jan 1 08:15:27 2018 UTC (5 years, 4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.25: +2 -3 lines
Diff to previous 1.25 (colored)

Update to 0.6.1

Changelog:
libwebp-0.6.1
- 11/24/2017: version 0.6.1
  This is a binary compatible release.
  * lossless performance and compression improvements + a new 'cruncher' mode
    (-m 6 -q 100)
  * ARM performance improvements with clang (15-20% w/ndk r15c, issue #339)
  * webp-js: emscripten/webassembly based javascript decoder
  * miscellaneous bug & build fixes (issue #329, #332, #343, #353, #360, #361,
    #363)
  Tool updates / additions:
    added webpinfo - prints file format information (issue #330)
    gif2webp - loop behavior modified to match Chrome M63+ (crbug.com/649264);
               '-loop_compatibility' can be used for the old behavior

Revision 1.25 / (download) - annotate - [select for diffs], Wed Aug 16 20:21:10 2017 UTC (5 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Follow some http redirects.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Aug 11 16:41:23 2017 UTC (5 years, 9 months ago) by nros
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

forgot to revbump in the previous commit, now done.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Aug 11 16:09:47 2017 UTC (5 years, 9 months ago) by nros
Branch: MAIN
Changes since 1.22: +11 -1 lines
Diff to previous 1.22 (colored)

Install license to comply with the bsd license and binary redistibution.
Add runtime paths to pkgconfig files.
Bump PKGREVISION.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Apr 15 15:48:12 2017 UTC (6 years, 1 month ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.21: +4 -2 lines
Diff to previous 1.21 (colored)

Make tiff option when building libwebp, as tiff has many long-standing
vulnerabilities. Still enabled by default, as before. Ok by wiz@.

Fixes PR pkg/52149 and adds tiff to PKG_SUGGESTED_OPTIONS.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Feb 28 14:40:47 2017 UTC (6 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Update to 0.6.0

Patch from spz@. Thank you.

Changelog:
- 1/26/2017: version 0.6.0
  * lossless performance and compression improvements
  * miscellaneous performance improvements (SSE2, NEON, MSA)
  * webpmux gained a -duration option allowing for frame timing modification
  * new img2webp utility allowing a sequence of images to be converted to
    animated webp
  * API changes:
    - libwebp:
      WebPPictureSharpARGBToYUVA
      WebPPlaneDistortion
    - libwebpmux / gif2webp:
      WebPAnimEncoderOptions: kmax <= 0 now disables keyframes, kmax == 1
                              forces all keyframes. See mux.h and the gif2webp
                              manpage for details.

- 12/13/2016: version 0.5.2
  This is a binary compatible release.
  This release covers CVE-2016-8888 and CVE-2016-9085.
  * further security related hardening in the tools; fixes to
    gif2webp/AnimEncoder (issues #310, #314, #316, #322), cwebp/libwebp (issue
    #312)
  * full libwebp (encoder & decoder) iOS framework; libwebpdecoder
    WebP.framework renamed to WebPDecoder.framework (issue #307)
  * CMake support for Android Studio (2.2)
  * miscellaneous build related fixes (issue #306, #313)
  * miscellaneous documentation improvements (issue #225)
  * minor lossy encoder fixes and improvements

Revision 1.20 / (download) - annotate - [select for diffs], Wed Jul 20 18:05:53 2016 UTC (6 years, 10 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

Explicitely disable GL support to stop this package from installing
extra binaries on platforms with bundled OpenGL like Mac OS X.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Jul 20 11:49:59 2016 UTC (6 years, 10 months ago) by ryoon
Branch: MAIN
Changes since 1.18: +8 -2 lines
Diff to previous 1.18 (colored)

Update to 0.5.1

* Enable various options, Chromium web browser requires them.

Changelog:
- 6/14/2016: version 0.5.1
  This is a binary compatible release.
  * miscellaneous bug fixes (issues #280, #289)
  * reverted alpha plane encoding with color cache for compatibility with
    libwebp 0.4.0->0.4.3 (issues #291, #298)
  * lossless encoding performance improvements
  * memory reduction in both lossless encoding and decoding
  * force mux output to be in the extended format (VP8X) when undefined chunks
    are present (issue #294)
  * gradle, cmake build support
  * workaround for compiler bug causing 64-bit decode failures on android
    devices using clang-3.8 in the r11c NDK
  * various WebPAnimEncoder improvements

Revision 1.18 / (download) - annotate - [select for diffs], Wed Jan 6 10:33:59 2016 UTC (7 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

version 0.5.0
* miscellaneous bug & build fixes
* encoder & decoder speed-ups on x86/ARM/MIPS for lossy & lossless
  - note! YUV->RGB conversion was sped-up, but the results will be slightly
    different from previous releases
* various lossless encoder improvements
* gif2webp improvements, -min_size option added
* tools fully support input from stdin and output to stdout
* New WebPAnimEncoder API for creating animations
* New WebPAnimDecoder API for decoding animations
* other API changes:
  - libwebp:
    WebPPictureSmartARGBToYUVA() (-pre 4 in cwebp)
    WebPConfig::exact (-exact in cwebp; -alpha_cleanup is now the default)
    WebPConfig::near_lossless (-near_lossless in cwebp)
    WebPFree() (free'ing webp allocated memory in other languages)
    WebPConfigLosslessPreset()
    WebPMemoryWriterClear()
  - libwebpdemux: removed experimental fragment related fields and functions
  - libwebpmux: WebPMuxSetCanvasSize()
* new libwebpextras library with some uncommon import functions:
  WebPImportGray/WebPImportRGB565/WebPImportRGB4444

Revision 1.17 / (download) - annotate - [select for diffs], Mon Nov 16 13:22:38 2015 UTC (7 years, 6 months ago) by nros
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Update libwebp to version 0.4.4.

Chagelog:
This is a binary compatible release.
  * rescaling out-of-bounds read fix (issue #254)
  * various build fixes and improvements (issues #253, #259, #262, #267, #268)
  * container documentation update
  * gif2webp transparency fix (issue #245)

Revision 1.16 / (download) - annotate - [select for diffs], Tue Jun 2 03:10:39 2015 UTC (7 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

version 0.4.3
This is a binary compatible release.
* Android / gcc / iOS / MSVS build fixes and improvements
* lossless decode fix (issue 239 -- since 0.4.0)
* documentation / vwebp updates for animation
* multi-threading fix

Revision 1.15 / (download) - annotate - [select for diffs], Sat Oct 25 08:55:31 2014 UTC (8 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (colored)

Changes 0.4.2:
This is a binary compatible release.
* Android / gcc build fixes
* (Windows) fix reading from stdin and writing to stdout
* gif2webp: miscellaneous fixes
* fix 'alpha-leak' with lossy compression (issue 220)
* the lossless bitstream spec has been amended to reflect the current code

Revision 1.14 / (download) - annotate - [select for diffs], Tue Oct 7 16:47:11 2014 UTC (8 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Revbump after updating libwebp and icu

Revision 1.13 / (download) - annotate - [select for diffs], Tue Oct 7 16:08:02 2014 UTC (8 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored)

Changes 0.4.1:
* AArch64 (arm64) & MIPS support/optimizations
* NEON assembly additions:
  - ~25% faster lossy decode / encode (-m 4)
  - ~10% faster lossless decode
  - ~5-10% faster lossless encode (-m 3/4)
* dwebp/vwebp can read from stdin
* cwebp/gif2webp can write to stdout
* cwebp can read webp files; useful if storing sources as webp lossless

Revision 1.12 / (download) - annotate - [select for diffs], Sat Dec 28 23:03:39 2013 UTC (9 years, 5 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.11: +1 -6 lines
Diff to previous 1.11 (colored)

Remove last change. This is not the correct way to fix this.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Dec 28 17:18:25 2013 UTC (9 years, 5 months ago) by bsiegert
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Fix MirBSD build.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Dec 28 16:26:06 2013 UTC (9 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.9: +6 -1 lines
Diff to previous 1.9 (colored)

Fix build under Solaris with GCC.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Sep 1 09:53:50 2013 UTC (9 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.8: +4 -6 lines
Diff to previous 1.8 (colored)

Changes 0.3.1:
This is a binary compatible release.
* Add incremental decoding support for images containing ALPH and ICCP chunks.
* Python bindings via swig for the simple encode/decode interfaces similar to
  Java.

Changes 0.3.0:
This is a binary compatible release.
* WebPINewRGB/WebPINewYUVA accept being passed a NULL output buffer
  and will perform auto-allocation.
* default filter option is now '-strong -f 60'
* encoding speed-up for lossy methods 3 to 6
* alpha encoding can be done in parallel to lossy using 'cwebp -mt ...'
* color profile, metadata (XMP/EXIF) and animation support finalized in the
  container.
* various NEON assembly additions
Tool updates / additions:
  * gif2webp added
  * vwebp given color profile & animation support
  * cwebp can preserve color profile / metadata with '-metadata'

Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 15 15:12:39 2013 UTC (9 years, 9 months ago) by richard
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7 (colored)

missing tiff support added to libwebp

Revision 1.7 / (download) - annotate - [select for diffs], Sat Feb 16 11:22:17 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Recursive bump for png-1.6.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 2 15:54:11 2013 UTC (10 years, 3 months ago) by dholland
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

This should have been bumped along with other jpeg users, but got missed,
so do it now.
(I don't know if anything else got missed, I just happened to trip on
this one)

Revision 1.5 / (download) - annotate - [select for diffs], Sun Nov 25 17:28:04 2012 UTC (10 years, 6 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Update to 0.2.1

Changelog:
- 10/30/12: version 0.2.1
  * Various security related fixes
  * cwebp.exe: fix import errors on Windows XP
  * enable DLL builds for mingw targets

Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 6 14:11:06 2012 UTC (10 years, 7 months ago) by asau
Branch: MAIN
Changes since 1.3: +1 -3 lines
Diff to previous 1.3 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Aug 18 01:34:55 2012 UTC (10 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored)

Update to 0.2.0

* Add BUILDLINK_ABI_DEPENDS to buildlink3.mk

Changelog:
- 8/3/12: version 0.2.0
  * Add support for ARGB -> YUVA conversion for lossless decoder
    New functions: WebPINewYUVA, WebPIDecGetYUVA
  * Add stats for lossless and alpha encoding
  * Security related hardening: allocation and size checks
  * Add PAM output support to dwebp

- 7/19/12: version 0.1.99
  * This is a pre-release of 0.2.0, not an rc to allow for further
    incompatible changes based on user feedback.
  * Alpha channel encode/decode support.
  * Lossless encoder/decoder.
  * Add TIFF input support to cwebp.
  Incompatible changes:
    * The encode ABI has been modified to support alpha encoding.
    * Deprecated function WebPINew() has been removed.
    * Decode function signatures have changed to consistently use size_t over
      int/uint32_t.
    * decode_vp8.h is no longer installed system-wide.
    * cwebp will encode the alpha channel if present.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 13 13:58:26 2012 UTC (11 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.1: +7 -1 lines
Diff to previous 1.1 (colored)

PR pkg/45934

Fix build on Solaris/x86 with lang/gcc34.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 28 13:48:00 2011 UTC (11 years, 7 months ago) by ryoon
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of libwebp-0.1.3 as graphics/libwebp from wip/webp

WebP is a image format that provides lossy compression for photographic
images. A WebP file consists of VP8 image data, and a container
based on RIFF.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 28 13:48:00 2011 UTC (11 years, 7 months ago) by ryoon
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>