Next | Query returned 73 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2020-03-28 19:24:06 by Nia Alarie | Files touched by this commit (2)
Log message:
babl: Lacking a non-standard linker arg shouldn't hard error.

Just don't use it.
   2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833)
Log message:
*: recursive bump for libffi
   2020-03-03 05:12:23 by Brook Milligan | Files touched by this commit (2)
Log message:
Update the module extension for Darwin.

Babl v0.1.74 now uses .dylib as the extension for modules on Darwin.
Consequently, it is no longer necessary to rename the files post-install,
but it is necessary to use different extensions for more of PLIST.
   2020-02-26 15:45:13 by Nia Alarie | Files touched by this commit (3)
Log message:
babl: Update to 0.1.74

2019-08-22 babl-0.1.74
Build fixes, improved host cpu detection, OSX fixes, clang warning squelches.
   2020-02-25 15:55:37 by Brook Milligan | Files touched by this commit (1)
Log message:
Remove a stray commented out .include line left over from earlier testing.
   2020-02-25 05:13:46 by Brook Milligan | Files touched by this commit (2)
Log message:
Correctly fix the build breakage on Darwin.

The previous patch removed use of --version-script on Darwin and converted
the shared library extensions to the Darwin standard of .dylib.  The former
is necessary, but the latter was not quite correct.  A distinction must be
made between shared libraries provided by the package for linking of
applications and shared libraries provided by the package for dynamic loading
by Gnome applications.  Gnome applications expect that plugins will use the
.so extension on all Unix platforms, including Darwin.  Thus, a subset of the
shared libraries must be renamed, both on the filesystem and internally.
This is partly mentioned in PR #54824, although that is for graphics/gegl
not tnis package.
   2020-02-24 18:37:27 by Brook Milligan | Files touched by this commit (2)
Log message:
Fix build breakage on Darwin.

MacOS uses the .dylib extension for shared libraries and dyld does not
understand the --version-script option.
   2020-01-20 00:19:50 by Nia Alarie | Files touched by this commit (1)
Log message:
babl: USE_LANGUAGES=	c99

Build fix for older compilers with c89 default...

../babl/base/formats.c: In function 'babl_formats_init':
../babl/base/formats.c:38:3: error: 'for' loop initial declarations are only \ 
allowed in C99 mode
   2020-01-10 00:37:45 by Nia Alarie | Files touched by this commit (1)
Log message:
babl: Apply removals to post-wrapper transformed arguments.
   2019-11-10 12:19:50 by Nia Alarie | Files touched by this commit (1)
Log message:
babl: Remove unsupported linker args on SunOS

Next | Query returned 73 messages, browsing 31 to 40 | Previous