m (Fix CamelCase of category (yeah, it’s case-sensitive 😬)) |
(adding release notes tracker) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
= GIMP version 3 = | = GIMP version 3 = | ||
== Summary == | == Summary == | ||
Line 22: | Line 20: | ||
== Current status == | == Current status == | ||
[[Category: | [[Category:ChangeAcceptedF41]] | ||
<!-- The Wrangler announces the Change to the devel-announce list and changes the category to Category:ChangeAnnounced (no action required) --> | <!-- The Wrangler announces the Change to the devel-announce list and changes the category to Category:ChangeAnnounced (no action required) --> | ||
<!-- After review, the Wrangler will move your page to Category:ChangeReadyForFesco... if it still needs more work it will move back to Category:ChangePageIncomplete--> | <!-- After review, the Wrangler will move your page to Category:ChangeReadyForFesco... if it still needs more work it will move back to Category:ChangePageIncomplete--> | ||
Line 40: | Line 38: | ||
* [https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/thread/E7T3HWIO5F5UT7EATH2TP6ZPMCXH3QFS/ Announced] | * [https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/thread/E7T3HWIO5F5UT7EATH2TP6ZPMCXH3QFS/ Announced] | ||
* [https://discussion.fedoraproject.org/t/f41-change-proposal-gimp-version-3-self-contained/120254 Discussion thread] | * [https://discussion.fedoraproject.org/t/f41-change-proposal-gimp-version-3-self-contained/120254 Discussion thread] | ||
* FESCo issue: | * FESCo issue: [https://pagure.io/fesco/issue/3233 #3233] | ||
* Tracker bug: | * Tracker bug: [https://bugzilla.redhat.com/show_bug.cgi?id=2304177 #2304177] | ||
* Release notes tracker: | * Release notes tracker: [https://gitlab.com/fedora/docs/fedora-linux-documentation/release-notes/-/issues/124 #124] | ||
== Detailed Description == | == Detailed Description == | ||
Line 49: | Line 47: | ||
The [https://gimp.org GIMP project] intends to release the [https://developer.gimp.org/core/roadmap/#gimp-30-development-branch-roadmap major version 3] of the GNU Image Manipulation Program [https://gitlab.gnome.org/GNOME/gimp/-/issues/10373#timeline later this year]. | The [https://gimp.org GIMP project] intends to release the [https://developer.gimp.org/core/roadmap/#gimp-30-development-branch-roadmap major version 3] of the GNU Image Manipulation Program [https://gitlab.gnome.org/GNOME/gimp/-/issues/10373#timeline later this year]. | ||
The new version involves substantial changes to the technologies used, which in turn means that third party plugins have to be ported to be compatible. Normally, this would be addressed by a compatibility package with the previous major version; however, version 2.x depends on Python 2.7 which is long out of maintenance and [[Changes/RetirePython2.7| slated to be removed in Fedora Linux 41]]. Therefore, GIMP version 3 should replace GIMP 2.x in Fedora Linux 41 altogether. | |||
== Feedback == | == Feedback == | ||
<!-- Summarize the feedback from the community and address why you chose not to accept proposed alternatives. This section is optional for all change proposals but is strongly suggested. Incorporating feedback here as it is raised gives FESCo a clearer view of your proposal and leaves a good record for the future. If you get no feedback, that is useful to note in this section as well. For innovative or possibly controversial ideas, consider collecting feedback before you file the change proposal. --> | <!-- Summarize the feedback from the community and address why you chose not to accept proposed alternatives. This section is optional for all change proposals but is strongly suggested. Incorporating feedback here as it is raised gives FESCo a clearer view of your proposal and leaves a good record for the future. If you get no feedback, that is useful to note in this section as well. For innovative or possibly controversial ideas, consider collecting feedback before you file the change proposal. --> | ||
The author of this proposal originally planned to offer parallel-installable packages for both versions 2.x and 3.x, this was before he was aware that the old GIMP version was the major component blocking the removal of Python 2.7 from the distribution. On that basis, FESCo voted against the original proposal and [https://pagure.io/fesco/issue/3233#comment-918374 asked for it to be reworked accordingly]. | |||
== Benefit to Fedora == | == Benefit to Fedora == | ||
Line 95: | Line 86: | ||
== Scope == | == Scope == | ||
* Proposal owners: | * Proposal owners: | ||
** Make (pre-releases) available as <code>gimp3</code> in Rawhide and existing Fedora Linux versions. | ** Make (pre-releases or git snapshots) available as <code>gimp3</code> in Rawhide and existing Fedora Linux versions. | ||
** | ** When an RC is available: | ||
** Ensure | *** Fold the new GIMP version into the <code>gimp</code> package in Fedora Linux 41, and retire <code>gimp3</code>. | ||
*** Ensure users of <code>gimp</code> and/or <code>gimp3</code> in older Fedora versions get the new version when upgrading their OS to Fedora Linux 41. | |||
<!-- What work do the feature owners have to accomplish to complete the feature in time for release? Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?--> | <!-- What work do the feature owners have to accomplish to complete the feature in time for release? Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?--> | ||
Line 117: | Line 109: | ||
== Upgrade/compatibility impact == | == Upgrade/compatibility impact == | ||
<!-- What happens to systems that have had a previous versions of Fedora installed and are updated to the version containing this change? Will anything require manual configuration or data migration? Will any existing functionality be no longer supported? --> | <!-- What happens to systems that have had a previous versions of Fedora installed and are updated to the version containing this change? Will anything require manual configuration or data migration? Will any existing functionality be no longer supported? --> | ||
Existing users of <code>gimp</code> should be upgraded to the new version of GIMP. Availability of third party plugins might be impacted. | |||
== User Experience == | == User Experience == | ||
<!-- If this change proposal is noticeable by users, how will their experiences change as a result? | <!-- If this change proposal is noticeable by users, how will their experiences change as a result? | ||
With Fedora Linux 41, users who install GIMP as an RPM package will get the new version | With Fedora Linux 41, users who install GIMP as an RPM package will get the new version. It contains many new features and improvements in the handling of input devices such as tablets and when used on high resolution displays. | ||
== Dependencies == | == Dependencies == | ||
<!-- What other packages (RPMs) depend on this package? Are there changes outside the developers' control on which completion of this change depends? In other words, completion of another change owned by someone else and might cause you to not be able to finish on time or that you would need to coordinate? Other upstream projects like the kernel (if this is not a kernel change)? --> | <!-- What other packages (RPMs) depend on this package? Are there changes outside the developers' control on which completion of this change depends? In other words, completion of another change owned by someone else and might cause you to not be able to finish on time or that you would need to coordinate? Other upstream projects like the kernel (if this is not a kernel change)? --> | ||
A number of third party GIMP plugins are available to be installed as packages on Fedora Linux. | A number of third party GIMP plugins are available to be installed as packages on Fedora Linux. Whether or not these are available to be used with the new version 3 depends on if these plugins have been ported. | ||
<!-- REQUIRED FOR SYSTEM WIDE CHANGES --> | <!-- REQUIRED FOR SYSTEM WIDE CHANGES --> | ||
Line 133: | Line 125: | ||
== Contingency Plan == | == Contingency Plan == | ||
* Contingency mechanism: | * Contingency mechanism: Because of [[Changes/RetirePython2.7]], drop GIMP 2.x anyway and continue shipping the current pre-release or an intermediate git snapshot as <code>gimp3</code> until a final version is available. | ||
* Contingency deadline: Beta Freeze | * Contingency deadline: Beta Freeze | ||
* Blocks release? No | * Blocks release? No | ||
Line 150: | Line 142: | ||
Release Notes are not required for initial draft of the Change Proposal but has to be completed by the Change Freeze. | Release Notes are not required for initial draft of the Change Proposal but has to be completed by the Change Freeze. | ||
--> | --> | ||
This release of Fedora Linux | This release of Fedora Linux updates GIMP, the GNU Image Manipulation Program, to major version 3, with many new features and improved user experience. Existing third party GIMP plugins for version 2 may not work with this new version. |
Latest revision as of 15:20, 14 October 2024
GIMP version 3
Summary
This change introduces the upcoming major version 3 of the GNU Image Manipulation Program in Fedora Linux.
Owner
- Name: Nils Philippsen
- Email: nphilipp -at- redhat.com (or nils -at- tiptoe.de)
Current status
- Targeted release: Fedora Linux 41
- Last updated: 2024-10-14
- Announced
- Discussion thread
- FESCo issue: #3233
- Tracker bug: #2304177
- Release notes tracker: #124
Detailed Description
The GIMP project intends to release the major version 3 of the GNU Image Manipulation Program later this year.
The new version involves substantial changes to the technologies used, which in turn means that third party plugins have to be ported to be compatible. Normally, this would be addressed by a compatibility package with the previous major version; however, version 2.x depends on Python 2.7 which is long out of maintenance and slated to be removed in Fedora Linux 41. Therefore, GIMP version 3 should replace GIMP 2.x in Fedora Linux 41 altogether.
Feedback
The author of this proposal originally planned to offer parallel-installable packages for both versions 2.x and 3.x, this was before he was aware that the old GIMP version was the major component blocking the removal of Python 2.7 from the distribution. On that basis, FESCo voted against the original proposal and asked for it to be reworked accordingly.
Benefit to Fedora
This change upgrades GIMP to a version which doesn’t use ancient 2.x versions of both GTK and Python anymore. Other than many new features including better color management and the support of CMYK import/export, it greatly improves user experience with certain input devices such as tablets and on displays with very high resolutions. Developers of plugins using Python can now use packages and language features which simply don’t exist in Python 2.x.
Scope
- Proposal owners:
- Make (pre-releases or git snapshots) available as
gimp3
in Rawhide and existing Fedora Linux versions. - When an RC is available:
- Fold the new GIMP version into the
gimp
package in Fedora Linux 41, and retiregimp3
. - Ensure users of
gimp
and/orgimp3
in older Fedora versions get the new version when upgrading their OS to Fedora Linux 41.
- Fold the new GIMP version into the
- Make (pre-releases or git snapshots) available as
- Other developers: Maintainers of third party plugins work with their respective upstreams to either find out if they have been ported to GIMP 3.x, or assist in porting and make such ports available in Fedora.
- Release engineering: This is a self-contained change and doesn’t require that release engineering is involved.
- Policies and guidelines: N/A (not needed for this Change)
- Trademark approval: N/A (not needed for this Change)
- Alignment with the Fedora Strategy: This change doesn’t particularly relate to the the current Fedora Strategy, but it aligns well with “Freedom”, “Features” and maybe ”First” of the Fedora Foundations.
Upgrade/compatibility impact
Existing users of gimp
should be upgraded to the new version of GIMP. Availability of third party plugins might be impacted.
User Experience
A number of third party GIMP plugins are available to be installed as packages on Fedora Linux. Whether or not these are available to be used with the new version 3 depends on if these plugins have been ported.
Contingency Plan
- Contingency mechanism: Because of Changes/RetirePython2.7, drop GIMP 2.x anyway and continue shipping the current pre-release or an intermediate git snapshot as
gimp3
until a final version is available. - Contingency deadline: Beta Freeze
- Blocks release? No
Documentation
- https://gimp.org/
- https://developer.gimp.org/core/roadmap/#gimp-30-development-branch-roadmap
- https://gitlab.gnome.org/GNOME/gimp/-/issues/10373#timeline
Release Notes
This release of Fedora Linux updates GIMP, the GNU Image Manipulation Program, to major version 3, with many new features and improved user experience. Existing third party GIMP plugins for version 2 may not work with this new version.