GNOME Bugzilla – Bug 787050
test image is distributable but not free
Last modified: 2017-09-19 22:44:22 UTC
gdk-pixbuf 2.36.9 Debian's Lintian checker flagged these 2 files: tests/test-images/reftests/lena.jpg tests/test-images/reftests/lena.jpg.ref.png Here's a link with more information about the issue: https://lintian.debian.org/tags/license-problem-non-free-img-lenna.html
A patch would be nice.
Created attachment 360021 [details] replacement image
Created attachment 360022 [details] Replacement image Replacement images attached - just copy both into tests/test-images/reftests/ and remove the lena images from there. I've tested by doing that in current git master (24794b086cc4b7f78d4a45786d66368b44ffc8de) and running "make check", and the tests still pass (and looking at the testsuite logs, the new image was used). I've attempted to make the replacements match the lena images: $ file tests/test-images/reftests/{cat,lena}.jpg* tests/test-images/reftests/cat.jpg: JPEG image data, JFIF standard 1.01, resolution (DPI), density 72x72, segment length 16, baseline, precision 8, 512x512, frames 1 tests/test-images/reftests/cat.jpg.ref.png: PNG image data, 512 x 512, 8-bit/color RGB, non-interlaced tests/test-images/reftests/lena.jpg: JPEG image data, JFIF standard 1.01, resolution (DPI), density 72x72, segment length 16, baseline, precision 8, 512x512, frames 1 tests/test-images/reftests/lena.jpg.ref.png: PNG image data, 512 x 512, 8-bit/color RGB, non-interlaced
Licensing-wise, I took the photo and am making it available under CC0 (https://directory.fsf.org/wiki/License:CC0) - if something else is more helpful, please just ask.
Created attachment 360032 [details] [review] tests: Replace non-free "lena" reference image
Attachment 360032 [details] pushed as 53ffd56 - tests: Replace non-free "lena" reference image
Thanks for applying so promptly, and sorry for not providing a binary patch - I wasn't aware of `git diff --binary` previously.