Synfig Project Forum

Forums for Synfig Project
It is currently Sat May 18, 2013 8:31 am

All times are UTC - 4 hours [ DST ]




Post new topic Reply to topic  [ 67 posts ]  Go to page 1, 2, 3, 4, 5  Next
Author Message
PostPosted: Wed Apr 20, 2011 1:19 pm 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4119
Location: Spain
Synfig Team is proud to announce the release procedure of Synfig 0.63 (formly 0.63.00) I'll list the task done and pending to do during the procedure.
The target date is May 15th to full code freeze. After code freeze only translations will be incorporated as well as needed code to release new version.
Tasks:

  • Merge code at repository. DONE
  • Update Spanish translation at Transifex. DONE
  • Release Candidate #1.DONE
  • Start splash challenge. (coming soon) YOUR HELP HERE
  • Submit bugs. YOUR HELP HERE
  • Update other translations by community YOUR HELP HERE
  • Release Candidate #2
  • End splash challenge
  • Final Release
  • Spread the world

Cya!
-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
PostPosted: Wed Apr 20, 2011 6:50 pm 
Offline
Site Admin

Joined: Mon Feb 16, 2009 5:19 pm
Posts: 217
Great!
Can you merge the guides code for this release? It's ready for inclusion as far as I can tell.


Top
 Profile  
 
PostPosted: Wed Apr 20, 2011 7:49 pm 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4119
Location: Spain
nikitakit wrote:
Great!
Can you merge the guides code for this release? It's ready for inclusion as far as I can tell.

As you can see here, guides are already included since it was not needed any merge to include them into master, just a simple rebase.
master already include:
  • nikitakit_guides
  • nikitakit_ducks
  • nikitakit_cairo_gui
  • genete_advanced_outline
in that order.

Guides work very well as I have tested in my computer. :D
-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
PostPosted: Wed Apr 20, 2011 8:42 pm 
Offline
Site Admin

Joined: Mon Feb 16, 2009 5:19 pm
Posts: 217
Genete wrote:
nikitakit wrote:
Great!
Can you merge the guides code for this release? It's ready for inclusion as far as I can tell.

As you can see here, guides are already included since it was not needed any merge to include them into master, just a simple rebase.
master already include:
  • nikitakit_guides
  • nikitakit_ducks
  • nikitakit_cairo_gui
  • genete_advanced_outline
in that order.

Guides work very well as I have tested in my computer. :D
-G


Oh, I see. I was just confused when I didn't see a merge message right at the top.


Top
 Profile  
 
PostPosted: Thu Apr 21, 2011 11:10 am 
Offline

Joined: Thu Mar 03, 2011 11:26 pm
Posts: 28
yaiy! starting my day with good news, i can't wait to test the RCs, i have been playing with the advanced line layer, it's very interesting but i can't figure out any use for it, it was already possible to achieve the same effect animating the weight of ducks. looking forward to the first RC

_________________
=D!


Top
 Profile  
 
PostPosted: Fri Apr 22, 2011 12:40 am 
Offline
User avatar

Joined: Tue Feb 26, 2008 3:33 am
Posts: 663
Location: Foshan City, China
can't wait for it.

yesterday i built a git version (RC1) and play a bit with advanced outline, really nice one! except the rendering hang up my synfig totally, I am considering to report it as a bug.

_________________
time flies...


Top
 Profile  
 
PostPosted: Fri Apr 22, 2011 4:13 am 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4119
Location: Spain
jcome wrote:
can't wait for it.

yesterday i built a git version (RC1) and play a bit with advanced outline, really nice one! except the rendering hang up my synfig totally, I am considering to report it as a bug.

Can you reproduce the bug? if so, please let me know as soon as possible :)
-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
PostPosted: Sat Apr 23, 2011 2:34 am 
Offline
User avatar

Joined: Tue Feb 26, 2008 3:33 am
Posts: 663
Location: Foshan City, China
terminal output:
Code:
synfig(2146) [07:45:33 AM] info: ------
synfig(2379) [07:45:57 AM] error: Unable to open pipe to ffmpeg
synfigstudio: xcb_io.c:221: poll_for_event: Assertion `(((long) (event_sequence) - (long) (dpy->request)) <= 0)' failed.
synfigstudio: Fatal IO error 0 (Success) on X server :0.
synfig(2379) [07:45:57 AM] info: DockManager::unregister_dockable(): "pal_edit" has been Unregistered
Aborted (core dumped)
bash-4.2$


it should be an os specified ffmpeg issue. the other render targets work fine (I tested imagemagic, png).

_________________
time flies...


Top
 Profile  
 
PostPosted: Sat Apr 23, 2011 7:49 pm 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4119
Location: Spain
Release Candidate 1 linux binaries available:
32 bits:
debian package
red hat package
universal binary

64 bits:
debian package
red hat packager
universal binary

Please download and test the binaries and report bugs or unextpected behavior.

Translations updates are welcome: http://www.transifex.net/projects/p/synfig/
-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
PostPosted: Sat Apr 23, 2011 9:24 pm 
Offline

Joined: Sun Feb 20, 2011 7:50 pm
Posts: 30
... and the release candidate for Mac! https://github.com/synfig-osx/tree/mast ... udio-rc.rb (untested as of this moment, but thinking of building tomorrow morning.) It can also build a .app with `brew linkapps`.


Top
 Profile  
 
PostPosted: Sun Apr 24, 2011 1:51 am 
Offline
Site Admin

Joined: Mon Feb 16, 2009 5:19 pm
Posts: 217
secondplanet wrote:
... and the release candidate for Mac! https://github.com/synfig-osx/tree/mast ... udio-rc.rb (untested as of this moment, but thinking of building tomorrow morning.) It can also build a .app with `brew linkapps`.


The link gives me a 404 error.


Top
 Profile  
 
PostPosted: Sun Apr 24, 2011 2:11 am 
Offline
Site Admin

Joined: Thu Jan 10, 2008 2:16 am
Posts: 669
Location: Russia
nikitakit wrote:
The link gives me a 404 error.

The correct link: https://github.com/secondplanet/synfig- ... udio-rc.rb

_________________
Morevna project:
Recently completed tasks: Demo released
Top priority tasks: Website reorganization


Top
 Profile  
 
PostPosted: Sun Apr 24, 2011 4:25 am 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4119
Location: Spain
Respect to translations, I will add to master branch any updated translation at http://www.transifex.net/projects/p/synfig/ until May 15th.
Past that day, I won't wait for any other translator request of waiting. Any further work will be included in next release.

Respect to splash screen, this time it will be a bit different. This splash will remain until 0.64 and won't change between minor releases. Also, there won't be public voting pool. Only Synfig Administrators will select the winner. In case of no entries or not good enough any of them, the Synfig team can choose a finalist of any of the past challenges.

It is planned to have minor releases more frequently, even if only some bugs has been killed.
-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
PostPosted: Sun Apr 24, 2011 7:43 am 
Offline
User avatar

Joined: Wed Feb 04, 2009 8:34 pm
Posts: 152
Location: France
I've started to translate to French at Transifex, but I think you have to add me in the group to get my changes included, as if I can see my commits only if I'm logged (Synfig Studio to 100% and Core to 83% yet ; My name there is Animtim ;) )

_________________
Illustrations, Comics, Animations


Top
 Profile  
 
PostPosted: Sun Apr 24, 2011 7:55 am 
Offline
User avatar

Joined: Wed Feb 04, 2009 8:34 pm
Posts: 152
Location: France
Hey I'm having an issue with the RC (deb 64 on Ubuntu 10.10):

"synfigstudio: error while loading shared libraries: libxcb-render-util.so.0: cannot open shared object file: No such file or directory"

I think that a dependency link to libxcb-render-util0 is missing, I installed it then now it works :)

_________________
Illustrations, Comics, Animations


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 67 posts ]  Go to page 1, 2, 3, 4, 5  Next

All times are UTC - 4 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group