The NetBSD Project

CVS log for pkgsrc/graphics/imlib2/Makefile

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.90 / (download) - annotate - [select for diffs], Tue Feb 6 14:24:44 2024 UTC (5 weeks, 6 days ago) by tsutsui
Branch: MAIN
CVS Tags: HEAD
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (colored)

imlib2: add webp support as an option and make it default.

Bump PKGREVISION.

Revision 1.89 / (download) - annotate - [select for diffs], Sun Nov 12 13:22:02 2023 UTC (4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.88: +2 -2 lines
Diff to previous 1.88 (colored)

*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.88 / (download) - annotate - [select for diffs], Sat Oct 21 17:10:32 2023 UTC (4 months, 3 weeks ago) by gdt
Branch: MAIN
Changes since 1.87: +2 -2 lines
Diff to previous 1.87 (colored)

recursive revbump for tiff update

Revision 1.87 / (download) - annotate - [select for diffs], Sun Jan 29 21:14:40 2023 UTC (13 months, 2 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.86 / (download) - annotate - [select for diffs], Tue Jan 3 17:37:24 2023 UTC (14 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.85: +2 -1 lines
Diff to previous 1.85 (colored)

*: recursive bump for tiff shlib major bump

Revision 1.85 / (download) - annotate - [select for diffs], Fri Jul 29 05:56:08 2022 UTC (19 months, 3 weeks ago) by rin
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.84: +3 -9 lines
Diff to previous 1.84 (colored)

graphics/imlib2: Updated to 1.9.1

* incompatible changes

imlib2-config has been dropped since 1.7.5. Users must switch to pkg-config.
Affected packages will be updated soon.

* upstream ChangeLog

v1.9.1 - 2022-07-06
--------------------
Kim Woelders (14):
      x11_color: Simplify and fix error paths
      JPEG loader: Use mmap'ed file access
      modules: Eliminate __imlib_TrimLoaderList()
      Introduce strsplit()
      modules: Cosmetics, mostly
      modules: Enable setting multiple loader/filter paths
      test: Add test_misc
      modules: Fix signdness warning
      TIFF loader: Change default save compression type
      imlib2_load: Remove unused macro
      imlib2_conv: Cosmetic changes
      imlib2_conv: Drop obsolete .db stuff, simplify
      imlib2_conv: Enable passing attached data to saver
      v1.9.1

NRK (3):
      check for some alloc failures
      check for alloc failures some more
      modules: check for filepath truncation

v1.9.0 - 2022-04-21
--------------------
Kim Woelders (53):
      Remove some deprecation comments
      Move API documentation to header file
      WEBP saver: Fix return code on success
      api.c: Cosmetics
      Refactor some image loading functions
      Refactor some image saving functions
      Image load: Change error code on zero file size
      Tweak __imlib_LoadImageData()
      Error code rework: Use errnos/new imlib2 error codes internally
      Add imlib_load/save_image_with_errno_return() and imlib_strerror()
      Switch to imlib_load/save_image_with_errno_return()
      Deprecate imlib_load/save_image_with_error_return()
      imlib2_load: Tweak verbose output
      Rename files with line etc. drawing functions
      Use stdint types instead of DATA32 etc.
      test_load: Check deferred loading too
      imlib2_load: Show load time per load too
      image.c: Correct loader probe loop
      image.c: Cosmetics (move function)
      GZ loader: Fix uncompressor exit code
      GIF loader: Use mmap'ed file access
      image.c: Loading tweaks
      imlib2_view: Verbose and debug message tweaks
      Loaders: Some trivial cosmetics
      Loaders: Remove unnecessary calls to __imlib_FreeData()
      debug: Enable using hex values in IMLIB2_DEBUG
      SVG loader: Requires librsvg-2.46
      TIFF loader: Use mmap'ed file access
      Add jxl loader
      test: Add basic jxl test
      test_save: Updates
      loaders: Ensure that found loader is ok for load/save
      image: Fix undesired change of format
      Drop deprecation noise from using the old DATA types
      Drop deprecation noise from using imlib_load/save_image_with_error_return()
      API doc corrections and tweaks for doxygen
      Revert a couple of unintended changes
      API doc updates
      doc: Drop most old doc stuff
      doc: New documentation build setup (doxygen)
      doc: Assorted documentation intro updates
      loaders: Fix typo, fix order
      SVG loader: Faster signature check
      build: Tweaks
      Add J2K (JPEG 2000) loader using openjpeg2 library
      test: Add some of JPEG 2000 tests
      Add PS/EPS loader using libspectre
      debug: Export __imlib_time_us()
      JXL loader: Multiframe support
      SVG loader: Avoid some warnings in rsvg.h
      SVG loader: Fix size when unit is percent
      SVG loader: Fix size when unit is percent some more
      v1.9.0

v1.8.1 - 2022-03-15
--------------------
Kim Woelders (32):
      PNM, XPM loaders: Fix trouble with non-ascii characters
      XPM loader: Reduce signature window size some more
      Refactor image flags stuff
      Remove some unused image flags and deprecate functions referencing them
      JPEG, XBM loaders: Drop pointless clearing of flag
      Deal consistently with including Imlib2.h
      Merge x11_draw.c/h into x11_pixmap.c/h
      x11_rgba.c: Add some missing static qualifiers
      x11_color.c: Make most __imlib_AllocColors*() functions static
      x11_...: Introduce palette type enum
      Loader includes tweaks
      Move some loader related function prototypes to loaders.h
      common.h: Drop round() macro
      debug.c/h: Move __EXPORT__ to .c file
      Remove system includes from common.h
      Move x_VAL() macros to common.h
      Introduce types.h
      Remove some unnecessary headers
      grad.c: Refactor __imlib_DrawGradient() and __imlib_DrawHsvaGradient()
      Only have one CLIP macro
      Mostly cosmetic tweaks around clipping checks
      test: Command line options tweak
      test_grab: Enable testing depths other than 24 and 32
      x11_grab.c: Correct 16 and 15 bit depth grabbing
      TIFF loader: Remove obsolete comment
      ID3 loader: Drop inline and likely stuff
      ID3 loader: Disable tags stuff
      Introduce __imlib_GetKey()
      Merge __imlib_FindBestLoader...() functions
      test: Properly include test.h in test SOURCES
      test: Exclude from tarball
      v1.8.1

Matthias Grosser (1):
      imlib2: saving progressive JPEG

NRK (1):
      XPM Loader: limit signature check to first 4KiB

Tobias Stoeckmann (2):
      imlib2: allow compilation without x headers
      imlib2_load: fix typo

Youssef Rebahi-Gilbert (1):
      fix: possible memleak in rgba save on big endian systems

v1.8.0 - 2022-02-06
--------------------
Kim Woelders (86):
      test: Add context test
      Drop context image save/restore around __imlib_Load/SaveImage() calls
      Make initial context static
      Drop context check/init in API functions
      Use __func__ instead of open coded function names
      Pass parameters to __imlib_LoadImage() by struct
      Trivial cleanups
      imlib2_view: Cosmetics (if -> switch)
      imlib2_view: Add 'r' command to refresh
      imlib2_view: Move window background image init to separate function
      imlib2_view: Refactor pixmap rendering
      imlib2_view: Remove some pointless function calls
      imlib2_view: Tweaks around timeout
      debug: Add some image caching debug
      imlib2_view: Fix caching option
      Add support for multiframe (animated) images
      Enable caching for multiframe images
      imlib2_load: Add support for multiframe images
      imlib2_view: Add support for multiframe images
      debug: Add DL macro for additional loader debug
      WEBP loader: Multiframe support
      ICO loader: Multiframe support
      GIF loader: Some refactoring, add debug
      GIF loader: Multiframe support
      ICO loader: Debug tweaks
      Indent
      debug: Avoid use of uninitialized data
      Loader loading: Avoid access to uninitialized load() item
      updates: Reduce memory usage
      Drop some intermediate type definitions
      autofoo/loader cosmetics
      configure.ac: Simplify loader setup
      Updates for animated image handling
      imlib2_view: Fix(?) animated image frame dispose handling
      test: Add a couple of ico depth test images
      ICO loader: Minor optimization
      ICO loader: Mostly cosmetic changes (inline ico_read())
      GIF loader: Always set BLEND flag
      imlib2_view: Rework display of animated images
      Introduce more loader return codes
      BZ2, ZLIB loaders: Move duplicated code to separate file
      Add lzma loader
      imlib2_grab: Print error message if saving fails
      imlib2_view: Verbosity twaeks
      imlib2_load: Verbosity twaeks
      LZMA loader: Fix potential warning
      configure.ac: Correct simplification changes
      configure.ac: Correct simplification changes some more
      XBM loader: Correct load2() result when no header is found
      Add svg loader
      SVG loader: Avoid problems when loading the module more than once
      imlib2_load: Add no-data option
      Add dispose-to-previous frame handling
      PNG loader: Disable Imlib2-Comment stuff
      PNG loader: Rewrite to use callback API
      PNG loader: Add multiframe support
      test: Check __imlib_FileKey()
      Simplify __imlib_FileKey()
      Avoid redundant operations when non-existing file has no "key"
      Drop change log from before first version tag
      test: Move generated image files out of source dir
      test: Add makefile to generate test images
      PNM loader: Fix P1 when spaces are omitted
      PNM loader: Fix "XV thumbnail" (P7 332) loading
      test: Add some more PNM type loading tests
      image.c: Avoid potential compile error
      imlib2_view: Avoid clang error
      Drop/adjust a few comments
      Move some code as suggested in source
      HEIF loader: A couple of cleanups and fixes
      loaders.c: Add heif to known loaders
      autofoo: Sort loaders
      SVG loader: Fix memory leak on error
      HEIF loader: Avoid memory leak when module is loaded more than once
      Mark obsolete TTF encoding functions as deprecated
      test: Add basic heif loader check
      Refactoring around font glyph lookup
      imlib2.spec.in: Introduce acflags for configuration of rpmbuilds
      Add some missing const qualifiers
      Fix gcc12 warning in __imlib_ConsumeImage()
      Fix gcc12 warning in __imlib_stripwhitespace()
      TGA loader: Make function order same as in other loaders
      HEIF loader: Header cleanups
      Add imlib_version()
      test: Merge common stuff
      v1.8.0

Rishvic Pushpakaran (1):
      imlib2: added loader for HEIF files (uses libheif), implemented just `load2` for now

Sören Tempel (1):
      ICO loader: Fix compilation on big endian architectures

v1.7.5 - 2021-12-06
--------------------
Kim Woelders (83):
      Build .xz instead of .bz2 release tarball
      Drop imlib2-config (use pkg-config)
      Test: Add some minimal regression testing
      Test: Fix dist
      imlib2_load: Add option to use imlib_load_image_immediately()
      JPEG loader: Cosmetics
      JPEG loader: Parse EXIF data and handle orientation
      autofoo: Drop support for libungif
      Imlib.h: Add version macros
      imlib2_load: Add verbose option
      Fix build (Imlib2.h is now built)
      test: Add icon-64.pbm
      test: Add test_load_2
      imlib2_view: If verbose show error message on failure
      imlib2_load: Use clock_gettime() when available
      debug: Infrastructure
      debug: Add some debug related to file access and image loading
      Introduce im->fsize
      PNG loader: Cosmetics
      PNG loader: Use mmap() during signature check
      TIFF loader: Use mmap() during signature check
      TGA loader: Use im->fsize, cosmetics, debug
      WEBP loader: Cosmetics
      WEBP loader: Use mmap() for loading
      FF loader: Cosmetics
      FF loader: Use mmap() for loading
      ARGB loader: Cosmetics
      ARGB loader: Use mmap() for loading
      BMP loader: Cosmetics
      BMP loader: Use mmap() for loading
      ICO loader: Cosmetics
      ICO loader: Use mmap() for loading
      LBM loader: Cleanups
      LBM loader: Use mmap() for loading
      PNM loader: Use mmap() for loading
      XBM loader: Fix potential buffer overrun
      XBM loader: Cosmetics
      XBM loader: Use mmap() for loading
      XBM loader: Ignore comments and other stuff in header
      XPM loader: Use mmap() for loading
      test: test_load improvements
      imlib2_view: Add option to cache images
      Introduce UPDATE_FLAG()
      Introduce ARRAY_SIZE()
      Loader cosmetics
      Loader loading: Tweaks
      Loader loading: Move to __imlib_FindBestLoaderForFormat()
      Loader loading: Move __imlib_GetLoaderList()
      Loader loading: Minor loader lookup refactoring
      Loader loading: Avoid always loading all loaders
      Loader loading: Don't bother looking up load() if we have load2()
      WEBP loader: Enable loading animated images (first frame by default)
      configure.ac: Fixup after recent change
      Drop unnecessary free() NULL argument checks
      Remove some unneeded headers
      Rename X11 related files for clarity
      Move ImlibImagePixmap population to __imlib_AddImagePixmapToCache()
      test: Add X11 drawable grabbing test
      Move pixmap stuff to x11_pixmap.c/h
      Trivial changes in __imlib_Grab...() function prototypes
      Refactor imlib_create_scaled_image_from_drawable()
      Revert "Refactor imlib_create_scaled_image_from_drawable()"
      Refactor imlib_create_scaled_image_from_drawable() - take 2
      x11_grab.c: Rename source/destination variables for clarity
      Fix y-upscaling in imlib_create_scaled_image_from_drawable()
      test_grab: Cleanups, cosmetics
      test_grab: Add scale-down tests
      Only set MAINTAINERCLEANFILES in top-level Makefile.am
      imlib2_view: Enable grabbing/viewing drawables
      x11_grab.c: Cosmetics
      x11_grab.c: Introduce function to get shape mask
      Speedup in imlib_create_scaled_image_from_drawable()
      Avoid signedness warning
      Avoid "exceeds maximum object size" warning
      blend.c: Tweaks, cleanups
      Simplify build wrt. asm files
      test_save: Check images with alpha too
      test: Add some scaling/rotation tests
      Refactoring around mmx and rotate function calls
      Refactoring around mmx and scaling function calls
      Refactor condition for using assembly functions
      Update doc for imlib_load_image_fd()
      1.7.5

NRK (1):
      WEBP loader: fix key selecting last frame

Revision 1.84 / (download) - annotate - [select for diffs], Tue Oct 19 08:39:04 2021 UTC (2 years, 4 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored)

imlib2: update to 1.7.4

v1.7.4 - 2021-09-16
-------------------
Kim Woelders (14):
      imlib2_view: Move property stuff to separate file
      imlib2_view: Cleanups
      imlib2_view: By default scale large images to fit on screen
      imlib2_view: Add some debug
      imlib2_view: Fix issue with new default scaling
      WEBP loader: Remove forgotten debug printout
      WEBP loader: Rename fd variable to be same as everywhere else
      LBM loader: Fix potential out-of-bounds memory access
      GIF, TIFF, WEBP loaders: Fix loading if filename does not have usual suffix
      Revert "GIF, TIFF, WEBP loaders: Fix loading if filename does not have usual suffix"
      GIF, TIFF, WEBP loaders: Fix loading if filename does not have usual suffix - take 2
      Add script to generate Changelog
      Update Changelog to new format
      image.c: Use the LOAD_... macros to check loader return values

Revision 1.83 / (download) - annotate - [select for diffs], Tue Aug 24 13:31:07 2021 UTC (2 years, 6 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored)

imlib2: update to 1.7.3

Kim Woelders (2):
      autofoo: Resurrect non-pkg check for bzip2
      1.7.3

Revision 1.82 / (download) - annotate - [select for diffs], Tue Aug 10 11:42:07 2021 UTC (2 years, 7 months ago) by nia
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored)

imlib2: update to 1.7.2

***
*** Version 1.7.2 ***
***

Kim Woelders (31):
      Remove some unnecessary X_DISPLAY_MISSING stuff
      rend.c: Remove some pointless lines
      Add XBM loader
      Add imlib2_load and /build to .gitignore
      Remove obsolete and unused AC_HEADER_STDC
      Restore file:key functionality
      ICO loader: Fix (disabled) debug stuff
      ICO loader: Enable specifying ico image index by key
      Remove unused Context functions
      context.c: Fix potential segv
      LBM loader: Fix handling of missing RLE data
      Fix clang-analyzer warnings - bin (trivial)
      Fix clang-analyzer warnings - loaders (trivial)
      Fix clang-analyzer warnings - loaders (suppress bogus)
      Fix clang-analyzer warnings - lib (mostly trivial)
      Fix clang-analyzer warnings - lib (less trivial)
      autofoo: Move more to pkg-config
      TIFF loader: Drop use of libtiff defined types deprecated in libtiff-4.3.0
      TGA loader: Fix loading small images without footer
      Spec file: Add git tag to rpm file name (if built from git checkout)
      Cleanups: while->for loops (loaders list)
      Cleanups: while->for loops (context list)
      Cleanups: while->for loops (im->tags list)
      Cleanups: while->for loops (images list)
      Cleanups: while->for loops (pixmaps list)
      Drop unused Imlib_Object_List:last
      Add feature to build with ASAN (--enable-gcc-asan)
      Correct (disabled) debug printouts
      Loaders: Remove unnecessary headers
      WEBP saver: Use fopen() etc. like all other savers
      1.7.2

Revision 1.81 / (download) - annotate - [select for diffs], Sun Jan 24 15:15:46 2021 UTC (3 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (colored)

imlib2: Update to 1.7.1

***
*** Version 1.7.1 ***
***

Daniel Kolesa (1):
      Fix big endian build

Kim Woelders (6):
      rend.c: Fix __imlib_generic_render() when jump != 0
      grab.c: Support 30bpp display in __imlib_GrabXImageToRGBA()
      WEBP loader: Add initial signature check
      XPM loader: Get transparency right when doing header-only loading
      Silence a couple of sign-compare warnings
      1.7.1

Revision 1.80 / (download) - annotate - [select for diffs], Sun Aug 9 15:44:44 2020 UTC (3 years, 7 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.79: +2 -3 lines
Diff to previous 1.79 (colored)

imlib2: Update to 1.7.0

***
*** Version 1.7.0 ***
***

Alexander Volkov (3):
      GIF loader: Don't close file descriptor twice
      Introduce imlib_load_image_from_fd()
      Don't rescan loaders

Kim Woelders (49):
      XPM loader: Major speedup for cpp > 2
      imlib2_load: Properly check non-full loads (load data too)
      imlib2_load: Use getopt()
      imlib2_load: Add repeated load option
      Simplify __imlib_FileExtension()
      Refactor many __imlib_File...() functions to use common __imlib_FileStat()
      Drop the __imlib_IsRealFile() file check in __imlib_File...() functions
      image.c: Add some space for readability
      image.c: Remove some unnecessary clearing of calloc'ed structs
      image.c: Rework some obscure file name stuff in __imlib_SaveImage()
      image.c: Don't strdup() real_name when not necessary in __imlib_LoadImage()
      image.c: Use real_file to get file time
      image.c: Introduce __imlib_ErrorFromErrno()
      image.c: Use loader return value, not im->w to determine load success
      Loader cleanups
      Saver cleanups
      image.c/h: Cleanups
      image.c: Move image tag functions to separate file
      image.c: Move loader functions to separate file
      image.c: Enable non-dirty pixmap cache cleaning
      image.c: Minor refactoring of pixmap cache cleaners
      image.c: Move data_memory_func assignment to better place
      imlib2_view: Various tweaks
      Fix loader cleanup breakage (gif)
      image.c: Remove redundant pixmap unref
      image.c: Add infrastructure to simplify progress handling
      Loaders: Simplify/fix progress handling
      Savers: Simplify progress handling
      Introduce __imlib_LoadEmbedded()
      Introduce __imlib_LoaderSetFormats()
      Make ImlibLoader struct opaque
      autogen.sh: Add -n as alternative to NOCONFIGURE
      Fix enum conversion warnings (gcc10)
      JPG, PNG loaders: Avoid clobber warnings
      Add a couple of consts
      TIFF loader: Minor speedup
      ID3 loader: Some mostly cosmetic rearrangements
      GZ, BZ2 loaders: Accept more file names
      __imlib_FileExtension: Use basename if there are no dots
      Revert "JPG, PNG loaders: Avoid clobber warnings"
      JPG, PNG loaders: Avoid clobber warnings - Take N+1
      Add infrastructure for new loader entry - load2()
      Move loaders to load2()
      Reduce number of stat() calls during load
      configure.ac: Drop initial config.cache removal
      imlib2_load: Optionally use imlib_load_image_fd()
      Fix build without X11
      Remove a couple of unused includes
      1.7.0

Tobias Stoeckmann (2):
      ICO loader: Do not crash on invalid files
      ICO loader: Handle malloc failures

Revision 1.79 / (download) - annotate - [select for diffs], Fri Jun 5 12:49:07 2020 UTC (3 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.78: +2 -1 lines
Diff to previous 1.78 (colored)

*: Apply revbump for graphics/giflib API change.

Revision 1.78 / (download) - annotate - [select for diffs], Sat Apr 25 17:23:44 2020 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.77: +3 -1 lines
Diff to previous 1.77 (colored)

graphics/imlib2: only define SUBST block if necessary

Revision 1.77 / (download) - annotate - [select for diffs], Thu Feb 20 15:14:56 2020 UTC (4 years ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.76: +4 -3 lines
Diff to previous 1.76 (colored)

imlib2: Update to 1.6.1

***
*** Version 1.6.1 ***
***

Kim Woelders (11):
      gz loader: Use FILE, not fd
      gz, bz2 loaders: Fix recent breakage when file name has more than two dots
      Quit on 'q' or 'esc' key press in all imlib2_... test utilities
      Rename imlib2_test_load to imlib2_load
      imlib2_load: Optionally write to stderr instead of stdout
      imlib2_view: Add progress debug options
      Enable specifying loader/filter paths with environment variables
      BMP loader: Remove some bogus conditions
      XPM loader: Minor optimization for cpp > 2
      LBM loader: Fix header-only loading
      1.6.1

Luiz Carlos Ramos (1):
      BMP loader: Fix size calculation when saving files


***
*** Version 1.6.0 ***
***

Alexander Volkov (1):
      Allow to use custom memory management functions for loaded images

Kim Woelders (64):
      Add __imlib_LoadImageWrapper() handling all load() calls
      imlib2_conv: Report error on save failure
      Autofoo cosmetics
      Trivial cleanups in imlib2_... test programs
      Add imlib2_test_load program
      Cleanups in load() functions
      Centralize handling of im->format
      Sort loaders in Makefile.am
      Remove obsolete dmalloc stuff
      Move SWAP.. macro definitions to common.h
      Use common PIXEL_ARGB() macro to compose pixels
      Add new ICO loader
      Spec file simlifications and cleanups
      Fix memory leak in imlib_list_fonts()
      XPM loader: Refactor exit cleanup handling
      XPM loader: Fix potentially uninitialized pixel data
      XPM loader: Fixup after "Refactor exit cleanup handling"
      Revert "XPM loader: Fix potentially uninitialized pixel data"
      XPM loader: Cosmetics (reduce indent level)
      XPM loader: Fix several colormap issues
      XPM loader: Simplify pixel value handling
      XPM loader: Add missing pixels (malformed xpm)
      XPM loader: More simplifications
      JPG loader: Refactor
      JPG loader: Do proper CMYK conversion
      Add new WebP loader
      Remove pointless im->data checks in loaders
      WepP loader: Fix memory leak in error path
      JPG loader: Fix memory leaks in error paths
      Fix ABI break
      ICO loader: Add binary flag to fopen()
      JPG loader: Refactor error handling
      Rename/add byte swap macros
      BMP loader: Major makeover - numerous bug fixes and feature enhancements
      Miscellaneous imlib_test_load tweaks
      GZIP loader: Check filename before uncompress
      imlib2_test_load: Fixup after recent change
      Re-indent everything using indent-2.2.12
      TGA loader: Refactor
      Eliminate WRITE_RGBA()
      Simplify autogen.sh
      Simplify pixel color handling in api.c
      Use pixel instead of r,b,g,a in __imlib_render_str()
      Use macro for pixel color access in savers
      Eliminate READ_RGBA()
      XPM loader: Accept signature not at the very start of the file
      Simplify loader lookup functions
      imlib2_view: Enable selecting next/prev using keys too
      imlib2_view: Fix event processing bug
      imlib2_test_load: Fixup recent breakage for real
      imlib2_test_load: Check progress conditionally
      imlib2_view: Add verbose option, quit on Escape too
      TGA loader - Mostly cosmetic refactoring
      TGA loader: More mostly cosmetic changes
      TGA loader: Support horiontal flip
      TGA loader: Add simple 16 bpp handling
      TGA loader: Tweak error handling
      ICO loader: Fix non-immediate loading
      Remove __imlib_AllocateData() w,h args
      imlib2_view: Fix next/prev selection if last/first image is bad
      ICO loader: Fix memory leak in error path
      XPM loader: Correct signature check (avoid accessing unset data)
      gz, bz2 loaders: Simplify, eliminate unnecessary strdups, cosmetics
      1.6.0.

Revision 1.76 / (download) - annotate - [select for diffs], Thu Nov 29 13:58:58 2018 UTC (5 years, 3 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (colored)

imlib2: Update graphics/imlib to 1.5.1

pkgsrc changes:
- Remove lround patches: lround is no longer used
- Remove #ifndef blocks to rip out XShm support.  Unfortunately
  the logic is much more convoluted now and #ifndef parts of the code
  no longer scale.
  Please note that this can break support on Interix!

Changes:
1.5.1
*****
Kim Woelders (13):
 - Fix build without HAVE_X11_SHM_FD (T6752)
 - XPM loader: Fix potential use of uninitialized value (T6746)
 - BMP loader: Fix infinite loop with invalid bmp images (T6749)
 - PNM loader: Simplify (fixing ASCII format parsing issues T6751)
 - BMP loader: Fix warnings found with -O3
 - Maximum image dimension should be 32767, not 32766
 - PNG loader: Correct various error handling cases
 - Add missing const to imlib_apply_filter() script argument
 - Warning fixes in imlib2_... programs
 - imlib2_view: Limit window dimensions to 32767
 - grab.c: Fix gcc8 warning
 - imlib2_conv.c: Fix gcc8 warning
 - 1.5.1.

1.5.0
*****
Alexander Volkov (3):
 - put a check for shared memory inside __imlib_ShmGetXImage()
 - introduce __imlib_ShmDestroyXImage() instead of __imlib_ShmDetach()
 - Add support for MIT-SHM FD-passing

Kim Woelders (19):
 - XPM loader: Fix incorrect image invalidation.
 - Make some more functions static.
 - Introduce __imlib_LoadImageData()
 - Remove redundant CAST_IMAGE()
 - imlib2_grab: Always use imlib_create_scaled_image_from_drawable() to grab image
 - imlib_create_scaled_image_from_drawable(): speed up 1:1 case
 - imlib_create_scaled_image_from_drawable(): Drop shape handling if unshaped
 - Indent
 - Autofoo cosmetics
 - Strip trailing whitespace, cosmetics
 - Fix potential OOB memory access if border elements are negative
 - Fix potential OOB memory access if border sizes exceed image dimensions
 - Introduce IMLIB2_SHM_OPT to enable overriding/testing SHM modes
 - Add IMLIB2_XIMAGE_CACHE_COUNT to enable testing the ximage cache
 - Refactor the XImage cache
 - Add imlib_get_cache_used()
 - Expose XImage cache control functions
 - Drop -Waggregate-return
 - 1.5.0.

Revision 1.75 / (download) - annotate - [select for diffs], Wed Jul 4 13:40:20 2018 UTC (5 years, 8 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (colored)

*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.

Revision 1.74 / (download) - annotate - [select for diffs], Thu Jan 25 20:13:08 2018 UTC (6 years, 1 month ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored)

imlib2: Update graphics/imlib2 to imlib2-1.4.10

Changes:
1.4.10
------
Kim Woelders (2):
 - PNM loader: Fix reading PNM bitmaps.
 - Fix missing break.

Tobias Stoeckmann (3):
 - Avoid out of boundary operations while parsing xpm
 - Properly release resources on error path
 - Prevent OOB read with large file support on 32 bit

From Vicente Chaves via PR pkg/52950.

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

Follow some http redirects.

Revision 1.72 / (download) - annotate - [select for diffs], Sun May 1 20:58:41 2016 UTC (7 years, 10 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored)

Update graphics/imlib2 to 1.4.9.

Changes:
***
*** Version 1.4.9 ***
***
Alexander Smirnov (1):
      Fix cross-endianness for masks (1-bit depth images)
Bernhard belacker (1):
      gif: fix oob reads w/bad colormaps
Kim Woelders (16):
      Fix "assuming signed overflow does not occur" warning.
      Fix some "variable set but not used" warnings.
      Fix some "variable might be clobbered" warnings.
      Fix off-by-one OOB read in __imlib_MergeUpdate().
      Revert "gif: fix oob reads w/bad colormaps"
      GIF loader: Fix out-of-bound reads from colormap.
      GIF loader: Remove check made redundant by previous commit.
      GIF loader: Reduce progress checks from per-pixel to per-row.
      GIF loader: Indent.
      Fix potential divide-by-zero in imlib_image_draw_ellipse().
      Make a number of functions static.
      Eliminate pImlibExternalFilter type.
      Trivial file function cleanups.
      Move __imlib_ItemInList() to file.c.
      Fix various potential OOM crashes.
      1.4.9.
Yuriy M. Kaminskiy (3):
      Fix integer overflow resulting in insufficient heap allocation
      loader_xpm: remove nonsense/impossible/broken condition
      Harden API and internals against overly large images

***
*** Version 1.4.8 ***
***
Chloe Kudryavtsev (1):
      add time.h include to common.h for time_t
FRIGN (1):
      Add a Farbfeld loader
Kim Woelders (4):
      Remove redundant config.h.
      Add compile to MAINTAINERCLEANFILES.
      Indent.
      1.4.8.
Quentin Rameau (2):
      Fix bz2 loader filename check
      Fix zlib loader filename check

Revision 1.71 / (download) - annotate - [select for diffs], Fri Jan 22 21:06:59 2016 UTC (8 years, 1 month ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.70: +3 -3 lines
Diff to previous 1.70 (colored)

Update graphics/imlib2 to 1.4.7.

pkgsrc changes:
 o Add LICENSE
 o Remove no more needed patches and while here add a comment to all patches

Changes:
Fabian Keil (14):
      Prevent division-by-zero crashes
      imlib_conv: Use proper buffer size to prevent invalid write of size one
      loader_gif: Don't read uninitilized memory in case of invalid input
      loader_gif(): Abort gif parsing if DGifGetLine() fails
      Fix segfault when opening input/queue/id:000007,src:000000,op:flip1,pos:51 with feh
      Make IMAGE_DIMENSIONS_OK() more restrictive
      load_pnm: Deal with fread() errors consistently
      __imlib_LoadImage(): Additionally check loader_ret to detect loader failures
      loader_tga: Abort file loading if the file obviously isn't large enough
      imlib_save_image(): Check loader return code for errors
      loader_tga.c: Properly signal if decoding uncompressed BGRA data failed
      loader_tga.c: Properly signal if decoding RLE compressed data failed
      imlib_save_image_with_error_return(): Check loader return code to prevent use of unitialized memor
      load_gif: Make sure rows isn't used partly unitialized

Heiko Becker (1):
      GIF loader: Fix for libgif version 5.1

Kim Woelders (20):
      GIF loader: Fix for libgif version 5.
      Remove OS/2 support.
      Remove empty format.c/h.
      Header file cleanups.
      GIF loader: Simplify error handling.
      GIF loader: Fix segv on images without colormap.
      Revert "__imlib_LoadImage(): Additionally check loader_ret to detect loader failures"
      Revert "loader_gif(): Abort gif parsing if DGifGetLine() fails"
      JPEG loader: Fix load() return code when only reading header.
      BMP loader: Simplify pixel fetch.
      Autofoo update (AC_PROG_LIBTOOL -> LT_INIT).
      Autofoo macro cleanups (ac_->ec_).
      Change a number of internal function names.
      Indent.
      Don't include Imlib2.h indirectly via image.h.
      Remove __hidden.
      Enable visibility hiding by default.
      Indent the remaining unindented files.
      Generate a ChangeLog using git shortlog between existing tags.

Micha Górny (1):
      fix -I flags to support building out-of-source

Mike Frysinger (5):
      simplify --enable-visibility-hiding handling
      imlib2-config: delete old reference to @my_libs@
      check return value of fread/write funcs
      fix X_DISPLAY_MISSING redefined warnings when X is disabled
      do not link with X libs when X is disabled

Revision 1.70 / (download) - annotate - [select for diffs], Sat May 31 15:56:27 2014 UTC (9 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.69: +3 -2 lines
Diff to previous 1.69 (colored)

libungif is not relevant any longer since the GIF relevant patents
expired (about 10 years ago).

Unconditionally switch to libgif.

As discussed on tech-pkg without dissent.

Bump PKGREVISION.

Revision 1.69 / (download) - annotate - [select for diffs], Sat May 17 09:25:01 2014 UTC (9 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.68: +4 -6 lines
Diff to previous 1.68 (colored)

Version 1.4.6
- TGA loader: Fix for corrupt RLE format.
- Fix drawing of closed polygons in certain situations (ticket 2309).
- Set warning options when using gcc.
- Silence compiler warnings.
- Don't set -std=gnu99.
- XPM loader: Simplify and fix certain case of cpp > 2.

Revision 1.68 / (download) - annotate - [select for diffs], Mon Dec 23 11:57:04 2013 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored)

Reset maintainer for resigned developers.

Revision 1.67 / (download) - annotate - [select for diffs], Fri Jul 5 13:29:34 2013 UTC (10 years, 8 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

Recursive revbump from graphics/giflib update to 5.0.4.

Revision 1.66 / (download) - annotate - [select for diffs], Tue Jun 4 22:16:20 2013 UTC (10 years, 9 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored)

Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:

Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.

Revision 1.65 / (download) - annotate - [select for diffs], Mon Jun 3 10:05:14 2013 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882

Revision 1.64 / (download) - annotate - [select for diffs], Sat Mar 2 18:07:14 2013 UTC (11 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.63: +8 -3 lines
Diff to previous 1.63 (colored)

Provide rpath in imlib2-config --libs output.

Revision 1.63 / (download) - annotate - [select for diffs], Sat Feb 16 11:18:04 2013 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored)

Recursive bump for png-1.6.

Revision 1.62 / (download) - annotate - [select for diffs], Sat Jan 26 21:36:28 2013 UTC (11 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored)

Revbump after graphics/jpeg and textproc/icu

Revision 1.61 / (download) - annotate - [select for diffs], Sat Oct 6 14:11:00 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.60: +1 -3 lines
Diff to previous 1.60 (colored)

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

Revision 1.60 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:27 2012 UTC (12 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.59: +2 -1 lines
Diff to previous 1.59 (colored)

Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.59 / (download) - annotate - [select for diffs], Mon Nov 7 12:14:15 2011 UTC (12 years, 4 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.58: +2 -3 lines
Diff to previous 1.58 (colored)

update to 1.4.5
changes:
-bugfixes
-cleanup, spelling fixes

Revision 1.58 / (download) - annotate - [select for diffs], Tue Nov 1 06:01:37 2011 UTC (12 years, 4 months ago) by sbd
Branch: MAIN
Changes since 1.57: +2 -1 lines
Diff to previous 1.57 (colored)

Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.57 / (download) - annotate - [select for diffs], Wed May 18 10:04:26 2011 UTC (12 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.56: +3 -3 lines
Diff to previous 1.56 (colored)

update to 1.4.4
changes: misc bugfixes and cleanup

The code structure around Xshm has changed -- someone please
check the Interix specific patches.

Revision 1.56 / (download) - annotate - [select for diffs], Wed Mar 9 16:26:48 2011 UTC (13 years ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.55: +3 -3 lines
Diff to previous 1.55 (colored)

libungif/buildlink3.mk -> mk/giflib.buildlink3.mk
(uses giflib now per default)
bump PKGREV

Revision 1.55 / (download) - annotate - [select for diffs], Thu Jan 13 13:36:12 2011 UTC (13 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.54 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:40 2010 UTC (13 years, 2 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)

Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done

Revision 1.53 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:36 2010 UTC (13 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored)

Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.

Revision 1.52 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:02 2010 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.51 / (download) - annotate - [select for diffs], Tue Dec 15 23:55:26 2009 UTC (14 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.50: +1 -2 lines
Diff to previous 1.50 (colored)

remove stale libltdl dependency

Revision 1.50 / (download) - annotate - [select for diffs], Tue Dec 15 21:48:01 2009 UTC (14 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

Recursive bump for libltdl

Revision 1.49 / (download) - annotate - [select for diffs], Wed Aug 26 19:56:42 2009 UTC (14 years, 6 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

bump revision because of graphics/jpeg update

Revision 1.46.8.2 / (download) - annotate - [select for diffs], Mon Nov 24 08:43:51 2008 UTC (15 years, 3 months ago) by rtr
Branch: pkgsrc-2008Q3
Changes since 1.46.8.1: +2 -1 lines
Diff to previous 1.46.8.1 (colored) to branchpoint 1.46 (colored) next main 1.47 (colored)

pullup ticket #2595 - requested by tron
imlib2: add patch to fix buffer overflow

revisions pulled up:
pkgsrc/graphics/imlib2/Makefile		1.48
pkgsrc/graphics/imlib2/distinfo		1.23
pkgsrc/graphics/imlib2/patches/patch-aa	1.12

   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Sun Nov 23 18:41:16 UTC 2008

   Modified Files:
           pkgsrc/graphics/imlib2: Makefile distinfo
   Added Files:
           pkgsrc/graphics/imlib2/patches: patch-aa

   Log Message:
   Add Debian patch to fix a buffer overflow in the XPM file loader.
   Bump package revision.

Revision 1.48 / (download) - annotate - [select for diffs], Sun Nov 23 18:41:16 2008 UTC (15 years, 3 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (colored)

Add Debian patch to fix a buffer overflow in the XPM file loader.
Bump package revision.

Revision 1.46.8.1 / (download) - annotate - [select for diffs], Fri Oct 31 12:00:46 2008 UTC (15 years, 4 months ago) by rtr
Branch: pkgsrc-2008Q3
Changes since 1.46: +2 -3 lines
Diff to previous 1.46 (colored)

pullup ticket #2562 - requested by tron
imlib2: update package for security fix

revisions pulled up:
pkgsrc/graphics/imlib2/Makefile		1.47
pkgsrc/graphics/imlib2/distinfo		1.22
pkgsrc/graphics/imlib2/patches/patch-ca	r0
pkgsrc/graphics/imlib2/patches/patch-ce	r0
pkgsrc/graphics/imlib2/patches/patch-cf	r0

   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Thu Oct 30 11:26:26 UTC 2008

   Modified Files:
           pkgsrc/graphics/imlib2: Makefile distinfo
   Removed Files:
           pkgsrc/graphics/imlib2/patches: patch-ca patch-ce patch-cf

   Log Message:
   Update "imlib" package to version 1.4.2. Changes since version 1.4.0:
   - Various bugfixes and security updates

   This update addresses SA32354.

Revision 1.47 / (download) - annotate - [select for diffs], Thu Oct 30 11:26:25 2008 UTC (15 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.46: +2 -3 lines
Diff to previous 1.46 (colored)

Update "imlib" package to version 1.4.2. Changes since version 1.4.0:
- Various bugfixes and security updates

This update addresses SA32354.

Revision 1.44.4.1 / (download) - annotate - [select for diffs], Tue Jun 3 11:21:03 2008 UTC (15 years, 9 months ago) by ghen
Branch: pkgsrc-2008Q1
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) next main 1.45 (colored)

Pullup ticket 2411 - requested by drochner
security fix for imlib2

- pkgsrc/graphics/imlib2/Makefile			1.46
- pkgsrc/graphics/imlib2/distinfo			1.21
- pkgsrc/graphics/imlib2/patches/patch-cf		1.3

   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Mon Jun  2 10:05:50 UTC 2008

   Modified Files:
           pkgsrc/graphics/imlib2: Makefile distinfo
   Added Files:
           pkgsrc/graphics/imlib2/patches: patch-cf

   Log Message:
   add a patch from redhat bugzilla (#449073) to fix the xpm half
   of CVE-2008-2426, the pnm half was fixed in pkgsrc in 2006
   bump PKGREVISION

Revision 1.46 / (download) - annotate - [select for diffs], Mon Jun 2 10:05:50 2008 UTC (15 years, 9 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Branch point for: pkgsrc-2008Q3
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

add a patch from redhat bugzilla (#449073) to fix the xpm half
of CVE-2008-2426, the pnm half was fixed in pkgsrc in 2006
bump PKGREVISION

Revision 1.45 / (download) - annotate - [select for diffs], Sun Jun 1 11:18:52 2008 UTC (15 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Update home page URL.

Revision 1.44 / (download) - annotate - [select for diffs], Sat Nov 17 01:40:50 2007 UTC (16 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2007Q4-base, pkgsrc-2007Q4
Branch point for: pkgsrc-2008Q1
Changes since 1.43: +2 -4 lines
Diff to previous 1.43 (colored)

Add x11 option (default: enabled).

No functionally change, but bump PKGREVISION due to detect x11 option.

Revision 1.43 / (download) - annotate - [select for diffs], Tue Sep 18 19:18:10 2007 UTC (16 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.42: +2 -3 lines
Diff to previous 1.42 (colored)

update to 1.4.0
changes: security fixes, and a few crashes fixed

Revision 1.42 / (download) - annotate - [select for diffs], Thu Aug 2 21:35:14 2007 UTC (16 years, 7 months ago) by tnn
Branch: MAIN
Changes since 1.41: +17 -1 lines
Diff to previous 1.41 (colored)

- Add SUBST fragment to deal with hardcoded .so library suffix in image.c.
- While here, remove hunk "Avoid regenerating within pkgsrc" from patch-af.
  (caught by pkglint)
- Bump revision

Revision 1.38.4.1 / (download) - annotate - [select for diffs], Wed Nov 29 17:16:35 2006 UTC (17 years, 3 months ago) by ghen
Branch: pkgsrc-2006Q3
Changes since 1.38: +2 -3 lines
Diff to previous 1.38 (colored) next main 1.39 (colored)

Pullup ticket 1926 - requested by drochner
security update for imlib2

- pkgsrc/graphics/imlib2/Makefile		1.41
- pkgsrc/graphics/imlib2/PLIST			1.8
- pkgsrc/graphics/imlib2/distinfo		1.17
- pkgsrc/graphics/imlib2/patches/patch-aa	removed
- pkgsrc/graphics/imlib2/patches/patch-ba	removed
- pkgsrc/graphics/imlib2/patches/patch-bb	removed
- pkgsrc/graphics/imlib2/patches/patch-bc	removed
- pkgsrc/graphics/imlib2/patches/patch-bd	removed
- pkgsrc/graphics/imlib2/patches/patch-ca	1.1
- pkgsrc/graphics/imlib2/patches/patch-cb	1.1
- pkgsrc/graphics/imlib2/patches/patch-cc	1.1
- pkgsrc/graphics/imlib2/patches/patch-cd	1.1
- pkgsrc/graphics/imlib2/patches/patch-ce	1.1
- pkgsrc/graphics/imlib2/patches/patch-cf	1.1
- pkgsrc/graphics/imlib2/patches/patch-cg	1.1

   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri Nov 24 12:46:12 UTC 2006

   Modified Files:
        pkgsrc/graphics/imlib2: Makefile PLIST distinfo
   Added Files:
        pkgsrc/graphics/imlib2/patches: patch-ca patch-cb patch-cc patch-cd
            patch-ce patch-cf patch-cg
   Removed Files:
        pkgsrc/graphics/imlib2/patches: patch-ba patch-bb patch-bc patch-bd

   Log Message:
   fix some insufficient validation of graphics files, patches from Ubuntu
   (CVE-2006-4806, CVE-2006-4807, CVE-2006-4808, CVE-2006-4809)
   update to 1.3.0 (no changelog available)
---
   Module Name:	pkgsrc
   Committed By:	drochner
   Date:		Wed Nov 29 15:37:09 UTC 2006

   Removed Files:
	pkgsrc/graphics/imlib2/patches: patch-aa

   Log Message:
   remove stale patchfile, pointed out by Kouichirou Hiratsuka

Revision 1.41 / (download) - annotate - [select for diffs], Fri Nov 24 12:46:12 2006 UTC (17 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.40: +2 -3 lines
Diff to previous 1.40 (colored)

fix some insufficient validation of graphics files, patches from Ubuntu
(CVE-2006-4806, CVE-2006-4807, CVE-2006-4808, CVE-2006-4809)
update to 1.3.0 (no changelog available)

Revision 1.40 / (download) - annotate - [select for diffs], Mon Nov 6 11:28:32 2006 UTC (17 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.39: +6 -2 lines
Diff to previous 1.39 (colored)

DESTDIR support and switch to modular buildlinks.

Revision 1.39 / (download) - annotate - [select for diffs], Wed Oct 4 21:44:46 2006 UTC (17 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Apr 17 13:46:00 2006 UTC (17 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Branch point for: pkgsrc-2006Q3
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.37 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:33 2006 UTC (18 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:20 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.35 / (download) - annotate - [select for diffs], Wed Aug 10 20:56:18 2005 UTC (18 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Remove the abuse of buildlink that was pkg-config/buildlink3.mk.  That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.

Revision 1.34 / (download) - annotate - [select for diffs], Thu Jul 21 16:29:51 2005 UTC (18 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Jun 1 18:02:56 2005 UTC (18 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.

Revision 1.32 / (download) - annotate - [select for diffs], Tue May 31 21:36:36 2005 UTC (18 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -9 lines
Diff to previous 1.31 (colored)

Convert to options framework.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:04 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.30: +1 -2 lines
Diff to previous 1.30 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Apr 11 05:29:15 2005 UTC (18 years, 11 months ago) by kim
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

Fix imlib2 use through dlopen.  Patch pointer provided by Charlie Allom.
Closes PR 29054.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Mar 14 15:46:18 2005 UTC (19 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Fix imlib2-config output to include -Wl,-R. Bump PKGREVISION.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Mar 10 23:39:53 2005 UTC (19 years ago) by rillig
Branch: MAIN
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)

Replaced the patch-aa (worked only with NetBSD-2.0) with patch-ab (works
also with NetBSD-1.6.2). Bumped PKGREVISION, because the actual code
changes. The patch is ugly (as usual), but small. Reviewed by christos.

Revision 1.27 / (download) - annotate - [select for diffs], Tue Jan 11 13:37:54 2005 UTC (19 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.26: +12 -13 lines
Diff to previous 1.26 (colored)

Changes 1.2.0:
* Source tree clean up
* Bug fixes

Revision 1.26 / (download) - annotate - [select for diffs], Tue Dec 28 23:18:21 2004 UTC (19 years, 2 months ago) by reed
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)

Revision 1.25 / (download) - annotate - [select for diffs], Fri Oct 15 12:22:13 2004 UTC (19 years, 5 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

Update linkage to libltdl (via imlib2), now in its own package.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Oct 6 19:35:25 2004 UTC (19 years, 5 months ago) by agc
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Add the bzip2 buildlink3.mk file.

Fixes PR 27167 from Robert Lillack.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:53 2004 UTC (19 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Sep 6 02:56:07 2004 UTC (19 years, 6 months ago) by rh
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Update imlib2 to 1.1.2.  This version now includes an IFF ILBM loader.
More importantly, this version fixes a buffer overflow vulnerability.
Closes PR 26833 by Peter Bex.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Aug 26 20:21:58 2004 UTC (19 years, 6 months ago) by recht
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

Update to imlib2-1.1.1.
No real changelog available, so I'm guessing it are only bug-fixes..

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jul 12 19:27:05 2004 UTC (19 years, 8 months ago) by cube
Branch: MAIN
Changes since 1.19: +5 -3 lines
Diff to previous 1.19 (colored)

For USE_MMX users, do the following:
o only include it in the BUILD_DEFS if the current platform is concerned.
  For now that only includes i386, but we might find amd64 users in the
  future.
o test against [Yy][Ee][Ss], for consistency.

Fixes part of PR 26243.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Feb 14 18:26:28 2004 UTC (20 years, 1 month ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

PKGCONFIG_OVERRIDE is relative to WRKSRC.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:42 2004 UTC (20 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (colored)

LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Feb 11 22:54:07 2004 UTC (20 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Bump PKGREVISION due to USE_X11BASE -> USE_X11 change.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Feb 11 05:51:53 2004 UTC (20 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.15: +9 -9 lines
Diff to previous 1.15 (colored)

bl3ify, while here replace USE_X11BASE with USE_X11.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Feb 4 00:00:53 2004 UTC (20 years, 1 month ago) by grant
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored)

link against libm on Solaris.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Jan 3 18:49:43 2004 UTC (20 years, 2 months ago) by reed
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Dec 4 19:37:52 2003 UTC (20 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.12: +5 -6 lines
Diff to previous 1.12 (colored)

Updated to 1.1.0, provided by Min Sik Kim PR pkg/23630.

Changes:

	o imlib2-1.1.0 uses freetype2 instead of freetype1.
	o More bugfixes, etc.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jul 21 16:51:46 2003 UTC (20 years, 8 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

COMMENT should start with a capital letter.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 17 21:41:18 2003 UTC (20 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jul 13 13:52:08 2003 UTC (20 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

PKGREVISION bump for libiconv update.

Revision 1.9 / (download) - annotate - [select for diffs], Mon May 5 16:32:27 2003 UTC (20 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Line up PKGREVISION whitespace.

Revision 1.8 / (download) - annotate - [select for diffs], Fri May 2 11:55:22 2003 UTC (20 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Feb 15 12:00:40 2003 UTC (21 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

Update to 1.0.6.  Author only maintains a CVS ChangeLog that is very difficult
to track for differences since 1.0.3...  anyway, most changes seem to be
bugfixes and performance improvements.

This closes my own PR pkg/19144.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Dec 26 04:30:41 2002 UTC (21 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.5: +3 -4 lines
Diff to previous 1.5 (colored)

Test USE_MMX variable instead of undocumented IMLIB2_USE_MMX.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Dec 19 12:45:47 2002 UTC (21 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

allow this to build by replacing the use of LTCONFIG_OVERRIDE with
LIBTOOL_OVERRIDE.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 21 15:10:18 2002 UTC (21 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored)

Remove unneeded USE_LIBINTL.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 23 15:14:43 2002 UTC (21 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.2: +9 -8 lines
Diff to previous 1.2 (colored)

Convert to buildlink2.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 13 17:37:11 2002 UTC (22 years ago) by fredb
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Aug 16 10:49:52 2001 UTC (22 years, 7 months ago) by rh
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of imlib2-1.0.3, an image manipulation library (the
successor to imlib).

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 16 10:49:52 2001 UTC (22 years, 7 months ago) by rh
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>