Page MenuHomeSolus

Update Synfig to 1.2.2
ClosedPublic

Authored by aleksvor on Sep 21 2018, 6:09 PM.
Tags
None
Referenced Files
F11012170: D3883.diff
Fri, Aug 4, 1:04 AM
F10989273: D3883.id9712.diff
Mon, Jul 24, 2:32 PM
F10966753: D3883.id.diff
Thu, Jul 20, 5:37 AM
F10946586: D3883.id9712.diff
Sat, Jul 15, 10:55 AM
F10935792: D3883.id9591.diff
Jul 12 2023, 11:23 PM
F10935183: D3883.id9633.diff
Jul 12 2023, 6:56 PM
F10904754: D3883.diff
Jul 6 2023, 1:32 AM
F10877489: D3883.id9591.diff
Jun 20 2023, 8:03 PM
Subscribers

Details

Summary

Dependency of Synfig Studio 1.2.2. No specific changelog for synfig-core provided.
Depends on D3882.

Test Plan

Built Synfig Studio 1.2.2 against this version.

Diff Detail

Repository
R2992 synfig
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

Can likely just be ./bootstrap.sh

25–26

Can be accomplished using %make -C synfig-core

28–29

Any reason check was removed?

29

Can be accomplished using %make_install -C synfig-core

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

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

  1. Switched to separate source tarball, adjusted build script for it.
  2. Returned check section. I was experimenting with their new CMake-based build system, but ran into problems with it (including missing check target - that's why it was missing in package.yml, my mistake), so I decided to fallback to autotools for now.
This revision is now accepted and ready to land.Sep 28 2018, 7:19 AM
This revision was automatically updated to reflect the committed changes.