[Synfig-devl] Layer Panel Context Menu: Simple Copy Layer

2014-09-04 Thread Yu Chen
Hello,

First of all, I am sure I didn't followup closely enough to development.


What is the design intention for Simple Copy Layer menu, What I get at the
moment is that, it is same as Duplicate Layer except the name of the new
layer. Does it designed for boost frame by frame animation workflow?


Cheers!

~ yu
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] 0.64.2 Windows build

2014-09-04 Thread Carlos López González
Hi folks!
I'm back to work and now I have some time to play with Synfig Windows
version. I am trying to build the 0.64.2 branch and I've found two problems:

First is that cygwin mirror link from the build script is dead. I've sent a
pull request fixing that [1]

Second is that I get one error coming from the script that tells that the
mv command can't find a folder to move:

mv: cannot stat '/usr/local/lib64/*': No such file or directory

It comes from the line 182 of the script and so I reviewed the previous
lines to see if there were something wrong:

if [[ $ARCH==64 ]]; then
mv /usr/local/lib64/* /usr/local/lib
fi

I've noticed that ARCH is not a number but a string so I replaced those
lines with:

if [[ $ARCH==64 ]]; then
mv /usr/local/lib64/* /usr/local/lib
fi

but still have the same error message!!!

Any idea?
Thanks!

[1] https://github.com/synfig/synfig/pull/141
-- 
Carlos
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 76162e: Fix #138: Allow to use 'avconv' binary instead of ...

2014-09-04 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 76162e3cc0934c5b8b091b0f4f8b7b1b51daa085
  
https://github.com/synfig/synfig/commit/76162e3cc0934c5b8b091b0f4f8b7b1b51daa085
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
M synfig-core/src/modules/mod_ffmpeg/trgt_ffmpeg.cpp
M synfig-core/src/modules/mod_ffmpeg/trgt_ffmpeg.h
M synfig-core/src/synfig/target.h
M synfig-studio/src/gui/render.cpp

  Log Message:
  ---
  Fix #138: Allow to use 'avconv' binary instead of 'ffmpeg'


  Commit: a37251399934cfc63aa32e314ef19e0193ee5374
  
https://github.com/synfig/synfig/commit/a37251399934cfc63aa32e314ef19e0193ee5374
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
M synfig-studio/src/gui/render.cpp

  Log Message:
  ---
  Use Lossless H.264 codec by default for FFmpeg encoding


Compare: https://github.com/synfig/synfig/compare/e551fb364b62...a37251399934--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] 0fe0cb: Replace Cigwin mirror link that is dead.

2014-09-04 Thread Konstantin Dmitriev
  Branch: refs/heads/0.64.2
  Home:   https://github.com/synfig/synfig
  Commit: 0fe0cb9df58698a4f508bb16705a27372b5c93f5
  
https://github.com/synfig/synfig/commit/0fe0cb9df58698a4f508bb16705a27372b5c93f5
  Author: Carlos López genet...@gmail.com
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
M autobuild/synfigstudio-cygwin-mingw-build.sh

  Log Message:
  ---
  Replace Cigwin mirror link that is dead.

http://ftp.linux.kiev.ua/pub/cygwin/ doesn't exist anymore.
I've replaced the link with another one that works by now.


  Commit: fcf7f8ee4409c606b9b7bb21a0da39c029f9d773
  
https://github.com/synfig/synfig/commit/fcf7f8ee4409c606b9b7bb21a0da39c029f9d773
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
M synfig-core/src/modules/mod_ffmpeg/trgt_ffmpeg.cpp
M synfig-core/src/modules/mod_ffmpeg/trgt_ffmpeg.h
M synfig-core/src/synfig/target.h
M synfig-studio/src/gui/render.cpp

  Log Message:
  ---
  Fix #138: Allow to use 'avconv' binary instead of 'ffmpeg'


  Commit: 70aafb2396d489b0df2875f5bf0759236d0217f8
  
https://github.com/synfig/synfig/commit/70aafb2396d489b0df2875f5bf0759236d0217f8
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
M synfig-studio/src/gui/render.cpp

  Log Message:
  ---
  Use Lossless H.264 codec by default for FFmpeg encoding


Compare: https://github.com/synfig/synfig/compare/0d99b3598435...70aafb2396d4--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] fe5062: Cygwin build: Fix architecture condition

2014-09-04 Thread Konstantin Dmitriev
  Branch: refs/heads/0.64.2
  Home:   https://github.com/synfig/synfig
  Commit: fe5062ab6212ac4226501b54aab6c82c8d06ecc1
  
https://github.com/synfig/synfig/commit/fe5062ab6212ac4226501b54aab6c82c8d06ecc1
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
M autobuild/synfigstudio-cygwin-mingw-build.sh

  Log Message:
  ---
  Cygwin build: Fix architecture condition


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] 0.64.2 Windows build

2014-09-04 Thread Konstantin Dmitriev
2014-09-04 14:39 GMT+07:00 Carlos López González genet...@gmail.com:

 Hi folks!
 I'm back to work and now I have some time to play with Synfig Windows
 version.


Hello, Carlos! Welcome back!
I hope you had a good rest. ^__^


 I am trying to build the 0.64.2 branch and I've found two problems:

 First is that cygwin mirror link from the build script is dead. I've sent
 a pull request fixing that [1]


Merged now.



 Second is that I get one error coming from the script that tells that the
 mv command can't find a folder to move:

 mv: cannot stat '/usr/local/lib64/*': No such file or directory

 It comes from the line 182 of the script and so I reviewed the previous
 lines to see if there were something wrong:

 if [[ $ARCH==64 ]]; then
 mv /usr/local/lib64/* /usr/local/lib
 fi


 I've noticed that ARCH is not a number but a string so I replaced those
 lines with:

 if [[ $ARCH==64 ]]; then
 mv /usr/local/lib64/* /usr/local/lib
 fi

 but still have the same error message!!!

 Any idea?


Ah, I forgot to add spaces!
Fixed now in the same branch -
https://github.com/synfig/synfig/commit/fe5062ab6212ac4226501b54aab6c82c8d06ecc1

Regards,
K.
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] f8de88: Cygwin build: Fix architecture condition

2014-09-04 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: f8de88234c8bdbfd2c3fb881d4faf65df1b8156a
  
https://github.com/synfig/synfig/commit/f8de88234c8bdbfd2c3fb881d4faf65df1b8156a
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
M autobuild/synfigstudio-cygwin-mingw-build.sh

  Log Message:
  ---
  Cygwin build: Fix architecture condition


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Layer Panel Context Menu: Simple Copy Layer

2014-09-04 Thread Konstantin Dmitriev
2014-09-04 14:30 GMT+07:00 Yu Chen jco...@gmail.com:


 Hello,

 First of all, I am sure I didn't followup closely enough to development.


 What is the design intention for Simple Copy Layer menu, What I get at the
 moment is that, it is same as Duplicate Layer except the name of the new
 layer. Does it designed for boost frame by frame animation workflow?


This is an utility action, which shouldn't appear in the menu. And yes, it
was introduced for frame-by-frame workflow. ^__^

Best,
K.
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [synfig/synfig] f9e38e: Typo

2014-09-04 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: f9e38e9857f42657e3ecbb9dd1866ce0aea1b157
  
https://github.com/synfig/synfig/commit/f9e38e9857f42657e3ecbb9dd1866ce0aea1b157
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
M synfig-core/src/modules/mod_ffmpeg/trgt_ffmpeg.cpp

  Log Message:
  ---
  Typo


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl