Closed
Conversation
kraj
requested changes
Jan 3, 2020
bce6c15 to
7ef1ced
Compare
Contributor
Author
|
I've pushed an updated version with the requested changes. |
kraj
requested changes
Jan 6, 2020
Add qpdf PDF transformation library recipe. The recipe has been imported from meta-printing and updated. Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
Add cups-filters recipe to provide backends and filters required for real world printing with CUPS. The recipe has been imported from meta-printing and updated. Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
Contributor
Author
|
Changed fetch URL to use sourceforge and rebased on meta-oe master. |
Contributor
Author
|
@kraj I've seen this is in master-next. If you can please don't merge in master yet, as I just noticed cups in oe-core now installs files in |
Contributor
Author
|
I've tracked down the issue to the cups recipe in oe-core. The cups-config crossscript reports the wrong install path for filters, backends, etc. |
Contributor
|
this is now in master |
Contributor
Author
|
Thank you. I will post a separate patch to fix the |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 27, 2021
v2.5.3 Changes New tests to verify add/del of IPv4/IPv6 routes in kernel MFC Fixes Fix openembedded#166: build warning with gcc 10.2.1: "comparison is always true due to limited range of data type" Fix build warning with --disable-mrdisc configure option Fix openembedded#167: cannot remove routes added with smcroutectl add, only affects add/del at runtime with smcroutectl, not .conf reload Fix openembedded#168: build problem on Debian/kFreeBSD, used wrong queue.h Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 27, 2021
v2.5.3 Changes New tests to verify add/del of IPv4/IPv6 routes in kernel MFC Fixes Fix openembedded#166: build warning with gcc 10.2.1: "comparison is always true due to limited range of data type" Fix build warning with --disable-mrdisc configure option Fix openembedded#167: cannot remove routes added with smcroutectl add, only affects add/del at runtime with smcroutectl, not .conf reload Fix openembedded#168: build problem on Debian/kFreeBSD, used wrong queue.h Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Apr 6, 2022
Changelog: ========== * improve 'resize()', see openembedded#167 * optimize 'copy_n()' by avoiding loops, openembedded#171 * '.bytereverse()' no longer sets unused bits to zero Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Apr 12, 2022
Version 3.12.2 ~~~~~~~~~~~~~~ Released: 2022-04-03 Features: * Added support for larger thumbnail sizes: 512, 768 and 1024 pixels. Bugfixes: * Fixed possible crash when changing directory during thumbnails creation. Translations: Version 3.12.1 ~~~~~~~~~~~~~~ Released: 2022-03-21 Bugfixes: * PNG loader ignores gAMA. (openembedded#194) * Transparent webp images are rendered incorrectly. (openembedded#199) * Crash when dropping files on an empty folder/catalog. (openembedded#220) * Fixed location loading after mounting volume. * JPEG image dimensions not displayed for files inside the trash. (openembedded#214) * Infinite Loop when viewing more than 50 thumbnails. (Kendy Kutzner) * X11 window title is not set. (Bruno Vasselle) * Copy release notes on build from NEWS to metainfo file. (Federico Bruni) * Fixed build if appstream >= 0.14.6 is not available. * Fix incorrect usage of shared_module in extensions. (Jakub Jirutka) * cli: mention that user can open files and/or directories. (openembedded#167) Translations Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this pull request
Apr 12, 2022
Version 3.12.2 ~~~~~~~~~~~~~~ Released: 2022-04-03 Features: * Added support for larger thumbnail sizes: 512, 768 and 1024 pixels. Bugfixes: * Fixed possible crash when changing directory during thumbnails creation. Translations: Version 3.12.1 ~~~~~~~~~~~~~~ Released: 2022-03-21 Bugfixes: * PNG loader ignores gAMA. (openembedded#194) * Transparent webp images are rendered incorrectly. (openembedded#199) * Crash when dropping files on an empty folder/catalog. (openembedded#220) * Fixed location loading after mounting volume. * JPEG image dimensions not displayed for files inside the trash. (openembedded#214) * Infinite Loop when viewing more than 50 thumbnails. (Kendy Kutzner) * X11 window title is not set. (Bruno Vasselle) * Copy release notes on build from NEWS to metainfo file. (Federico Bruni) * Fixed build if appstream >= 0.14.6 is not available. * Fix incorrect usage of shared_module in extensions. (Jakub Jirutka) * cli: mention that user can open files and/or directories. (openembedded#167) Translations Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Apr 14, 2022
Version 3.12.2 ~~~~~~~~~~~~~~ Released: 2022-04-03 Features: * Added support for larger thumbnail sizes: 512, 768 and 1024 pixels. Bugfixes: * Fixed possible crash when changing directory during thumbnails creation. Translations: Version 3.12.1 ~~~~~~~~~~~~~~ Released: 2022-03-21 Bugfixes: * PNG loader ignores gAMA. (openembedded#194) * Transparent webp images are rendered incorrectly. (openembedded#199) * Crash when dropping files on an empty folder/catalog. (openembedded#220) * Fixed location loading after mounting volume. * JPEG image dimensions not displayed for files inside the trash. (openembedded#214) * Infinite Loop when viewing more than 50 thumbnails. (Kendy Kutzner) * X11 window title is not set. (Bruno Vasselle) * Copy release notes on build from NEWS to metainfo file. (Federico Bruni) * Fixed build if appstream >= 0.14.6 is not available. * Fix incorrect usage of shared_module in extensions. (Jakub Jirutka) * cli: mention that user can open files and/or directories. (openembedded#167) Translations Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jan 11, 2023
Changelog: ========== Address changes of final V2 api release (openembedded#175) Use non-deprecated logging warn method (openembedded#174) Add support for smart_scene resource (openembedded#170) Add support for matter resource (openembedded#171) Fix: KeepAlive workaround causes Geofence to malfunction (openembedded#163) Fix: Missing repeated events for Philips Hue Tap Dial switch (openembedded#167) Fix error in log when an empty dict is received for an optional value (openembedded#164) Add sparkle effect to fix new Festavia lights (openembedded#165) Fix typo in discovery (openembedded#158) Pin github actions and add dependabot actions ecosystem (openembedded#151) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jan 11, 2023
Changelog: ========== Address changes of final V2 api release (openembedded#175) Use non-deprecated logging warn method (openembedded#174) Add support for smart_scene resource (openembedded#170) Add support for matter resource (openembedded#171) Fix: KeepAlive workaround causes Geofence to malfunction (openembedded#163) Fix: Missing repeated events for Philips Hue Tap Dial switch (openembedded#167) Fix error in log when an empty dict is received for an optional value (openembedded#164) Add sparkle effect to fix new Festavia lights (openembedded#165) Fix typo in discovery (openembedded#158) Pin github actions and add dependabot actions ecosystem (openembedded#151) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While CUPS itself is part of openembedded-core, most of real world printing use cases require cups-filters to operate printers.
As it turns out meta-printing hasn't been updated for some time. While proposing these patches to meta-printing is an option, I think it makes sense to support (basic) printing use cases in meta-openembedded directly.