Page MenuHomeSolus

Update Synfig Studio to 1.2.2
ClosedPublic

Authored by aleksvor on Sep 21 2018, 6:10 PM.
Tags
None
Referenced Files
F11015346: D3884.diff
Sat, Aug 5, 10:47 AM
F10969941: D3884.diff
Fri, Jul 21, 12:31 AM
F10962694: D3884.id9713.diff
Tue, Jul 18, 11:26 PM
F10956220: D3884.id9634.diff
Mon, Jul 17, 11:50 AM
F10955047: D3884.id9592.diff
Mon, Jul 17, 5:18 AM
F10936112: D3884.id9713.diff
Jul 13 2023, 1:10 AM
F10776179: D3884.id.diff
May 23 2023, 7:28 AM
F10723848: D3884.id.diff
May 7 2023, 8:55 AM
Subscribers

Details

Summary
  • Draft rendering mode
  • Filter groups
  • Live image reloading
  • Keyframe widget in Curves Panel
  • Improved UI layout
  • Other GUI improvements
  • Functionality fixes
  • Stability fixes

Full release announcement.
Depends on D3883.

Test Plan

Launched Synfig Studio, played around in frame editor, checked "About" window.

Diff Detail

Repository
R2993 synfigstudio
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
package.yml
20

Could also be accomplished with ./bootstrap.sh

22–23

Can be accomplished with %make -C synfig-studio

24

This can be accomplished with %make_install -C synfig-studio

This revision now requires changes to proceed.Sep 22 2018, 7:25 AM
package.yml
5–6

They have https://github.com/synfig/synfig/releases/download/v1.2.2/source-synfigstudio-1.2.2.tar.gz, should use that. Likely eliminates any of the need for the cd calls or -C

Switched to separate source tarball, adjusted build script for it.

This revision is now accepted and ready to land.Sep 28 2018, 7:18 AM
This revision was automatically updated to reflect the committed changes.