lp:~vcs-imports/gdk-pixbuf/+git/gdk-pixbuf

Owned by VCS imports
Get this repository:
git clone https://git.launchpad.net/~vcs-imports/gdk-pixbuf/+git/gdk-pixbuf

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://gitlab.gnome.org/GNOME/gdk-pixbuf.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log

Branches

Name Last Modified Last Commit
master 2024-05-15 02:17:41 UTC
Post-release version bump

Author: Matthias Clasen
Author Date: 2024-05-15 02:17:41 UTC

Post-release version bump

dont-yield 2024-04-21 13:23:54 UTC
build: Stop yielding for gtk_doc

Author: Matthias Clasen
Author Date: 2024-04-21 13:23:54 UTC

build: Stop yielding for gtk_doc

It seems that 'yield' overrides explicitly setting the subproject
option with -Dgdk-pixbuf:gtk_doc=true. That seems just wrong on
mesons part.

fix-memleak 2024-04-19 17:04:00 UTC
Fix a memory leak

Author: Matthias Clasen
Author Date: 2024-04-19 17:04:00 UTC

Fix a memory leak

This was found in the asan build in ci.

yielding-considered-harmful 2023-08-05 02:32:28 UTC
build: Don't yield

Author: Matthias Clasen
Author Date: 2023-08-05 02:32:28 UTC

build: Don't yield

This is not needed. When we build the docs in GTK
ci, we explicitly pass -Dgdk-pixbuf:gtk_doc=true.

It does however manage to break things if I rename
the gtk_doc option to a better name in GTK, even if
I leave the old option in place as deprecated.

ebassi/issue-215 2022-08-09 22:20:13 UTC
Check the right error code on 32bit architectures

Author: Emmanuele Bassi
Author Date: 2022-08-09 22:20:13 UTC

Check the right error code on 32bit architectures

The test for #205 will trigger an OOM error on 32 bit architectures,
since we're trying to allocate a buffer with a size that is larger than
2**32-1 bytes.

Fixes: #215

ebassi/issue-209 2022-08-09 22:11:31 UTC
jpeg: Avoid an infinite loop with invalid images

Author: Emmanuele Bassi
Author Date: 2022-08-09 22:11:31 UTC

jpeg: Avoid an infinite loop with invalid images

When loading an invalid image with a missing EOI marker we end up
triggering an infinite loop inside libjpeg.

Original patch by: Sam Ezeh <sam.z.ezeh@gmail.com>

Fixes: #209

wip/jbrummer/png-in-ico 2021-01-04 01:11:36 UTC
Support PNG images within ICO files

Author: Jan-Michael Brummer
Author Date: 2020-10-28 16:43:32 UTC

Support PNG images within ICO files

Updated patch from Pat Suwalski which introduces PNG loader into ICO loader.
This also resolves Epiphany issue: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1366

Fixes: https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/16

gdk-pixbuf-2-40 2020-12-12 15:54:06 UTC
Update Portuguese translation

Author: Hugo Carvalho
Author Date: 2020-12-12 15:54:06 UTC

Update Portuguese translation

wip/jtojnar/no-install-skipped-test 2020-12-08 04:54:15 UTC
build: Do not install .test files when test is skipped

Author: Jan Tojnar
Author Date: 2020-12-08 04:54:15 UTC

build: Do not install .test files when test is skipped

The skipping prevented the executable from being installed but not the .test file that referenced it.
This caused installed tests to fail:

 Running test: gdk-pixbuf/pixbuf-pixdata.test
 Caught exception during testing: Failed to execute child process ?/nix/store/kqmj2776mw24qxyswfbqlmybpws4g4yn-gdk-pixbuf-2.42.0-installedTests/libexec/installed-tests/gdk-pixbuf/pixbuf-pixdata? (No such file or directory)

gdk-pixbuf-2-38 2019-12-27 07:33:29 UTC
Update Chinese (China) translation

Author: wsxy162
Author Date: 2019-12-27 07:33:29 UTC

Update Chinese (China) translation

drop-x11 2019-10-19 15:20:51 UTC
Drop gdk-pixbuf-xlib

Author: Emmanuele Bassi
Author Date: 2019-10-19 15:20:51 UTC

Drop gdk-pixbuf-xlib

The separate gdk-pixbuf-xlib API and shared library has been deprecated
for years, and is not even built by default; it has been moved out of
tree, into its own repository, in case people still depend on it.

fix-generating-pc-files 2019-08-01 01:14:32 UTC
build: Fix generating .pc file when using builtin loader(s)

Author: Chun-wei Fan
Author Date: 2019-08-01 01:14:32 UTC

build: Fix generating .pc file when using builtin loader(s)

The current Meson build files define built-in loader(s) as a dependency to
libgdkpixbuf, which has an undesired side effect of making them required
by GDK-Pixbuf's pkg-config file, which renders build systems that consume
this pkg-config file output bad build files.

This fixes this by:
-Make libgdkpixbuf depend on the objects that are built for those loader(s),
 when the loader(s) are built into libgdkpixbuf.
-Include the external dependencies of these built-in loaders, if applicable,
 such as libpng etc., as dependencies of libgdkpixbuf.

gnome-2-38 2019-02-28 16:24:43 UTC
Post-release version bump to 2.38.2

Author: Emmanuele Bassi
Author Date: 2019-02-28 16:24:43 UTC

Post-release version bump to 2.38.2

wip/hadess/read-png-gamma 2018-08-07 22:51:57 UTC
png: Read the gamma value if given

Author: Bastien Nocera
Author Date: 2018-08-07 22:51:57 UTC

png: Read the gamma value if given

from the gAMA PNG chunk but not if sRGB mode is already set.

gdk-pixbuf-2-36 2018-04-07 17:30:33 UTC
2.36.12

Author: Matthias Clasen
Author Date: 2018-04-07 17:30:16 UTC

2.36.12

wip/ebassi/no-autotools 2017-08-02 12:51:52 UTC
Drop Autotools from the project

Author: Emmanuele Bassi
Author Date: 2017-08-02 12:51:52 UTC

Drop Autotools from the project

We only use Meson, so we can drop a lot of unnecessary files.

wip/ebassi/meson 2017-05-25 22:40:14 UTC
WIP: Add Meson build system

Author: Emmanuele Bassi
Author Date: 2017-05-24 22:47:12 UTC

WIP: Add Meson build system

gdk-pixbuf-2-32 2016-11-18 08:33:10 UTC
Updated Serbian translation

Author: Мирослав Николић
Author Date: 2016-11-18 08:33:10 UTC

Updated Serbian translation

gdk-pixbuf-2-34 2016-10-30 18:39:37 UTC
Update zh_CN translation

Author: YunQiang Su
Author Date: 2016-10-30 18:39:37 UTC

Update zh_CN translation

gdk-pixbuf-2-26 2016-04-18 07:46:44 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-04-18 07:46:44 UTC

Updated Occitan translation

gdk-pixbuf-2-30 2016-04-18 07:45:46 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-04-18 07:45:46 UTC

Updated Occitan translation

gdk-pixbuf-2-24 2016-04-18 07:45:07 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-04-18 07:45:07 UTC

Updated Occitan translation

gdk-pixbuf-2-28 2016-04-18 07:43:47 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-04-18 07:43:47 UTC

Updated Occitan translation

wip/csoriano/jp2-test 2016-01-07 13:58:14 UTC
gdk-pixbuf: add jp2 test

Author: Carlos
Author Date: 2016-01-07 13:58:14 UTC

gdk-pixbuf: add jp2 test

wip/otte/tga 2015-10-12 14:10:58 UTC
tests: Add a bunch of TGA images

Author: Benjamin Otte
Author Date: 2015-10-12 14:06:16 UTC

tests: Add a bunch of TGA images

These images are buggy, but we load them. So add them as reftests.

125 of 25 results
This repository contains Public information 
Everyone can see this information.

Subscribers