Downloads:
15,460
Downloads of v 1.3.15-beta:
161
Last Update:
01 Aug 2020
Package Maintainer(s):
Software Author(s):
- Synfig Studio Development Team
Tags:
synfig synfg 2d animation vector graphicsSynfig Studio (Install)
This is a prerelease version of Synfig Studio (Install).
- 1
- 2
- 3
1.3.15-beta | Updated: 01 Aug 2020
Downloads:
15,460
Downloads of v 1.3.15-beta:
161
Maintainer(s):
Software Author(s):
- Synfig Studio Development Team
Synfig Studio (Install) 1.3.15-beta
This is a prerelease version of Synfig Studio (Install).
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Synfig Studio Development Team. The inclusion of Synfig Studio Development Team trademark(s), if any, upon this webpage is solely to identify Synfig Studio Development Team goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Synfig Studio (Install), run the following command from the command line or from PowerShell:
To upgrade Synfig Studio (Install), run the following command from the command line or from PowerShell:
To uninstall Synfig Studio (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download synfig --internalize --version=1.3.15-beta --pre --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade synfig -y --source="'INTERNAL REPO URL'" --version="'1.3.15-beta'" --prerelease [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade synfig -y --source="'INTERNAL REPO URL'" --version="'1.3.15-beta'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install synfig
win_chocolatey:
name: synfig
version: '1.3.15-beta'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'synfig' do
action :install
source 'INTERNAL REPO URL'
version '1.3.15-beta'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller synfig
{
Name = "synfig"
Version = "1.3.15-beta"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'synfig':
ensure => '1.3.15-beta',
install_options => ['--prerelease'],
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package is exempt from moderation. While it is likely safe for you, there is more risk involved.
Synfig Studio is a free, open-source and production-ready 2D animation software, designed as powerful industrial-strength solution for creating film-quality animation using a vector and bitmap artwork. It eliminates the need to create animation frame-by frame, allowing you to produce 2D animation of a higher quality with fewer people and resources.
It is designed to produce film-quality animation with fewer people and resources and is built to eliminate the need to draw each frame individually using Morphing animation and/or Cutout animation.
Features
- Vector Tweening - Transform any vector shape into another! Synfig gives you powerful tools for full control on your vector artwork. Just set the key positions and inbetween frames will be calculated automatically.
- Layers and Filters - Synfig provides 50+ layers to create artwork and animation of any complexity. Choose from various layer types: geometric, gradients, filters, distortions, transformations, fractals and others.
- Bones - Full-featured bone system allows to create cutout animation using bitmap images or control your vector artwork. Use additional Skeleton Distortion layer to apply complex deformations to bitmap artwork.
- Advanced controls - You can link parameters of various layers – directly or through mathematical expressions. This allows you to create advanced character puppets and other dynamic structures.
$ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'TinyCAD*'
fileType = 'EXE'
silentArgs = '/S'
validExitCodes= @(0)
}
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$env:ChocolateyPackageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
Log in or click on link to see number of positives.
- synfig.1.3.15-beta.nupkg (783e9a2d58da) - ## / 62
- SynfigStudio-1.3.15-testing-2020.07.23-win64-b5b32.exe (714884cab3fd) - ## / 62
- SynfigStudio-1.3.15-testing-2020.07.23-win32-b5b32.exe (a27f5c57edc5) - ## / 60
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Synfig Studio (Install) 1.5.3 | 1205 | Tuesday, September 3, 2024 | Approved | |
Synfig Studio (Install) 1.5.2 | 228 | Monday, August 5, 2024 | Approved | |
Synfig Studio (Install) 1.5.1 | 2102 | Saturday, November 6, 2021 | Approved | |
Synfig Studio (Install) 1.5.0 | 1089 | Friday, August 20, 2021 | Approved | |
Synfig Studio (Install) 1.4.2 | 121 | Sunday, August 1, 2021 | Approved | |
Synfig Studio (Install) 1.4.1 | 790 | Saturday, May 15, 2021 | Approved | |
Synfig Studio (Install) 1.4.0 | 815 | Saturday, November 14, 2020 | Approved | |
Synfig Studio (Install) 1.3.16-beta | 185 | Saturday, August 8, 2020 | Exempted | |
Synfig Studio (Install) 1.3.15-beta | 161 | Saturday, August 1, 2020 | Exempted | |
Synfig Studio (Install) 1.3.14-beta | 207 | Thursday, May 14, 2020 | Exempted | |
Synfig Studio (Install) 1.3.13-beta | 150 | Saturday, March 21, 2020 | Exempted | |
Synfig Studio (Install) 1.3.12-beta | 170 | Saturday, February 8, 2020 | Exempted | |
Synfig Studio (Install) 1.3.11-beta | 171 | Saturday, November 16, 2019 | Exempted | |
Synfig Studio (Install) 1.2.2 | 6724 | Saturday, October 26, 2019 | Approved | |
Synfig 1.2.0 | 1342 | Saturday, February 4, 2017 | Approved |
Copyright 2002 Robert B. Quattlebaum Jr., Copyright 2002 Adrian Bentley, Copyright 2006 Yue Shi Lai, Copyright 2007-2009 Chris Moore, Copyright 2007-2009 Paul Wise, Copyright 2008-2009 Aurore D., Copyright 2008-2009 Gerald Young, Copyright 2008 David Roden, Copyright 2008 Daniel Hornung, Copyright 2008-2014 Carlos López González, Copyright 2008-2009 Gerco Ballintijn, Copyright 2009-2015 Konstantin Dmitriev, Copyright 2009 Henrique Lopes Barone, Copyright 2009 Carlos A. Sosa Navarro, Copyright 2009 Ray Frederikson, Copyright 2010-2012 Nikita Kitaev, Copyright 2010 Brendon Higgins, Copyright 2011-2014 Diego Barrios, Copyright 2011-2014 Yu Chen, Copyright 2012 Bertrand Greorie, Copyright 2013-2015 Jerome Blanchi, Copyright 2013-2015 Ivan Mahonin, Copyright 2015 Denis Zdorovtsov, Copyright 2011 Ramon Miranda, Copyright 2015 Evgenij Katunov, Copyright 2015 Max May
This package has no dependencies.
Ground Rules:
- This discussion is only about Synfig Studio (Install) and the Synfig Studio (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Synfig Studio (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.