Codebase list etl / HEAD
New upstream release + changelog summary Dmitry Smirnov 2 years ago
4 changed file(s) with 16 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 etl (1.5.1-1) unstable; urgency=medium
1
2 * New upstream release.
3 * Standards-Version: 4.6.0.
4 * Build-Depends:
5 + pkg-config
6 + libglibmm-2.4-dev
7
8 -- Dmitry Smirnov <onlyjob@debian.org> Sun, 10 Apr 2022 13:03:21 +1000
9
010 etl (1.4.0-2) unstable; urgency=medium
111
212 * Team upload.
33 Standards-Version: 4.6.0
44 Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
55 Uploaders: Dmitry Smirnov <onlyjob@debian.org>
6 Build-Depends: debhelper-compat (= 13)
6 Build-Depends: debhelper-compat (= 13) ,pkg-config
7 ,libglibmm-2.4-dev
78 Homepage: http://www.synfig.org/
89 Vcs-Browser: https://salsa.debian.org/multimedia-team/etl
910 Vcs-Git: https://salsa.debian.org/multimedia-team/etl.git
1717 Comment: see list of contributors in AUTHORS file
1818
1919 Files: debian/*
20 Copyright: 2012-2021 Dmitry Smirnov <onlyjob@debian.org>
20 Copyright: 2012-2022 Dmitry Smirnov <onlyjob@debian.org>
2121 2007-2009 Cyril Brulebois <kibi@debian.org>
2222 2006 Miguel Gea Milvaques <xerakko@debian.org>
2323 2006 Fabian Fagerholm <fabbe@debian.org>
44 Origin: https://github.com/synfig/synfig/commit/e2f89aac473ba9016582d35f9fac74e61e99ec8c
55 --- a/test/angle.cpp
66 +++ b/test/angle.cpp
7 @@ -202,7 +202,7 @@
7 @@ -199,9 +199,9 @@
8 angle b(angle::deg(200));
89
910 affine_combo<angle> combo;
1011
1314
1415 for(f=0;f<1.001;f+=0.1)
1516 {
17 printf("@%f--affine_combo: %f hermie: %f\n",angle::deg(f).get(),angle::deg(combo(a,b,f)).get(),angle::deg(hermie(f)).get());