--- synfigstudio-0.61.06.orig/debian/control +++ synfigstudio-0.61.06/debian/control @@ -0,0 +1,58 @@ +Source: synfigstudio +Section: graphics +Priority: extra +Maintainer: Debian Synfig Maintainers +Uploaders: Paul Wise , Fabian Fagerholm , David Martínez Moreno , Miguel Gea Milvaques +Build-Depends: debhelper (>= 5.0.0), binutils (>= 2.14.90.0.7), autotools-dev, synfig (>= 0.61.06), libsynfig-dev (>= 0.61.06), etl-dev (>= 0.04.09), libgtkmm-2.4-dev, libgtk2.0-dev, libglibmm-2.4-dev, libsigc++-2.0-dev, libltdl3-dev, ttf-freefont, ttf-dejavu, ttf-dustin +Standards-Version: 3.7.2 + +Package: synfigstudio +Architecture: any +Depends: ${shlibs:Depends} +Description: vector-based 2D animation package (graphical user interface) + synfig is a vector based 2D animation package. It is designed to be + capable of producing feature-film quality animation. It eliminates the + need for tweening, preventing the need to hand-draw each frame. + . + This package contains the graphical user interface for synfig. + . + Homepage: http://www.synfig.com/ + +Package: libsynfigapp0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: synfig GUI library + synfig is a vector based 2D animation package. It is designed to be + capable of producing feature-film quality animation. + . + This package contains the GUI shared library. + . + Homepage: http://www.synfig.com/ + +Package: libsynfigapp-dev +Section: libdevel +Architecture: any +Depends: libsynfigapp0 (= ${binary:Version}), libsynfig-dev, etl-dev +Description: synfig GUI library development files + synfig is a vector based 2D animation package. It is designed to be + capable of producing feature-film quality animation. + . + This package contains headers and other files needed to develop + applications using the GUI shared library. + . + Homepage: http://www.synfig.com/ + +Package: synfigstudio-dbg +Section: libdevel +Priority: extra +Architecture: any +Depends: libsynfigapp0 (= ${binary:Version}) +Suggests: libsynfigapp-dev +Description: synfig GUI debugging symbols + synfig is a vector based 2D animation package. It is designed to be + capable of producing feature-film quality animation. + . + This package contains debugging symbols for libsynfigapp0 and synfigstudio. + . + Homepage: http://www.synfig.com/ --- synfigstudio-0.61.06.orig/debian/rules +++ synfigstudio-0.61.06/debian/rules @@ -0,0 +1,77 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +config.status: configure + dh_testdir +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config/config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config/config.guess +endif + # Avoid problems with timestamp skew and autotools + touch configure + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --enable-debug=half --enable-optimization=$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2) --with-userdir=.synfig + +build: build-stamp +build-stamp: config.status + dh_testdir + cd images ; \ + ln -s /usr/share/fonts/truetype/freefont/FreeSans.ttf Arial.ttf ; \ + ln -s /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf "Arial Black.ttf" ; \ + ln -s /usr/share/fonts/truetype/freefont/FreeSerif.ttf "Times New Roman.ttf" ; \ + ln -s /usr/share/fonts/truetype/freefont/FreeSans.ttf luxisr.ttf ; \ + ln -s /usr/share/fonts/truetype/freefont/FreeSans.ttf "Sans Serif.ttf" ; \ + ln -s /usr/share/fonts/truetype/dustin/Winks.ttf SFAutomaton.ttf + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + -$(MAKE) distclean + -rm -f config.log config.sub config.guess + cd images ; rm -f Arial.ttf "Arial Black.ttf" \ + "Times New Roman.ttf" luxisr.ttf "Sans Serif.ttf" \ + SFAutomaton.ttf + DH_COMPAT=4 dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + cp debian/synfig_icon.xpm debian/tmp/usr/share/pixmaps + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_install --sourcedir=debian/tmp --fail-missing + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_installmenu + dh_installmime + dh_installman + dh_desktop + dh_strip --dbg-package=synfigstudio-dbg + dh_compress + dh_fixperms + dh_makeshlibs -V + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- synfigstudio-0.61.06.orig/debian/watch +++ synfigstudio-0.61.06/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://sf.net/synfig/synfigstudio-([-0-9.]*)\.tar\.gz debian svn-upgrade --- synfigstudio-0.61.06.orig/debian/synfigstudio.docs +++ synfigstudio-0.61.06/debian/synfigstudio.docs @@ -0,0 +1,5 @@ +README +NEWS +TODO +AUTHORS +ChangeLog.old --- synfigstudio-0.61.06.orig/debian/synfigstudio.menu +++ synfigstudio-0.61.06/debian/synfigstudio.menu @@ -0,0 +1,3 @@ +?package(synfigstudio):needs="X11" section="Apps/Graphics"\ + title="Synfig Studio" command="/usr/bin/synfigstudio"\ + icon="/usr/share/pixmaps/synfig_icon.xpm" --- synfigstudio-0.61.06.orig/debian/changelog +++ synfigstudio-0.61.06/debian/changelog @@ -0,0 +1,62 @@ +synfigstudio (0.61.06-1) unstable; urgency=low + + * New upstream release + - Update copyright info (new contributors) + - requrires the new etl, bump build-dep + - no longer messes up gamma settings (Closes: #418647) + - now shows up in the GNOME window list (Closes: #366731) + * Change my email address now that I'm a Debian Developer + * Install the new upstream README, AUTHORS, ChangeLog.old + * Use sourceforge in the watch file and download link + * Use the current upstream version in the shlibs for now + + -- Paul Wise Thu, 21 Jun 2007 11:09:02 +0100 + +synfigstudio (0.61.05-5) unstable; urgency=low + + [ Paul Wise] + * Switch back to the default g++ + * Apply patch from upstream to fix layer enable/disable + + [ Miguel Gea ] + * Updated from upstream (voria svn version 226) + + -- Paul Wise Thu, 31 Aug 2006 11:28:10 +0800 + +synfigstudio (0.61.05-4) unstable; urgency=low + + * Use ${binary:Version} instead of the deprecated ${Source-Version} + * Build-depend on the version of synfig that is built with g++-4.0 + * Build with g++-4.0 in case g++-4.1 miscompiles synfigstudio + * Bump Standards-Version (no changes) + * Use ttf-freefont, ttf-dejavu and ttf-dustin to render text in the images + + -- Paul Wise Wed, 9 Aug 2006 23:01:44 +0800 + +synfigstudio (0.61.05-3) unstable; urgency=low + + * Fix crash on startup on amd64 (Closes: #365102) + Thanks to Ben Green (Sciboy) and Anthony DeRobertis for debugging help + + -- Paul Wise Sat, 3 Jun 2006 14:11:12 +0800 + +synfigstudio (0.61.05-2) unstable; urgency=low + + * Fix building on amd64. Patch by Andreas Jochens closes: #364408 + + -- Paul Wise Sun, 23 Apr 2006 19:46:06 +0800 + +synfigstudio (0.61.05-1) unstable; urgency=low + + [ Paul Wise ] + * Initial release (Closes: #337518) + + [ Fabian Fagerholm ] + * debian/rules: Use compat level 4 for dh_clean in clean target. + * debian/rules: Avoid problems with timestamp skew and autotools. + * debian/control: Add build-dep on libltdl3-dev. + * debian/control: Use a versioned build-dep on an 64-bit-safe etl-dev. + * Run ./bootstrap (reautotoolize/libtoolize). + + -- Fabian Fagerholm Wed, 5 Apr 2006 22:22:08 +0300 + --- synfigstudio-0.61.06.orig/debian/synfigstudio.install +++ synfigstudio-0.61.06/debian/synfigstudio.install @@ -0,0 +1,4 @@ +usr/bin +usr/share/pixmaps +usr/share/mime-info +usr/share/applications --- synfigstudio-0.61.06.orig/debian/compat +++ synfigstudio-0.61.06/debian/compat @@ -0,0 +1 @@ +5 --- synfigstudio-0.61.06.orig/debian/synfigstudio.manpages +++ synfigstudio-0.61.06/debian/synfigstudio.manpages @@ -0,0 +1 @@ +debian/synfigstudio.1 --- synfigstudio-0.61.06.orig/debian/synfigstudio.1 +++ synfigstudio-0.61.06/debian/synfigstudio.1 @@ -0,0 +1,19 @@ +.de URL +\\$2 \(laURL: \\$1 \(ra\\$3 +.. +.if \n[.g] .mso www.tmac +.TH SYNFIG "1" "January 2006" "Synfig Studio" "User Commands" +.SH NAME +synfigstudio \- Launch the Synfig animation studio +.SH SYNOPSIS +.B synfigstudio +file... +.SH DESCRIPTION +Synfig Studio is a vector-based 2D animation software package. It is designed to be capable of producing feature-film quality animation. It eliminates the need for tweening, preventing the need to hand-draw each frame. +.PP +Each file listed on the command line will be opened when the GUI launches. +.SH BUGS +When you don't specify a file to open, synfigstudio will launch itself behind all other windows on the desktop. +.SH SEE ALSO +.URL "http://www.synfig.com" "Synfig Website" "," +.URL "http://wiki.synfig.com/Tutorials" "Synfig Tutorials" "." --- synfigstudio-0.61.06.orig/debian/synfig_icon.xpm +++ synfigstudio-0.61.06/debian/synfig_icon.xpm @@ -0,0 +1,225 @@ +/* XPM */ +static char *tmp[] = { +/* columns rows colors chars-per-pixel */ +"32 32 187 2", +" c #000100060009", +". c #007406820AAF", +"X c #011908D70E6C", +"o c #02160B1311DE", +"O c #0B0B10811757", +"+ c #011514502192", +"@ c #04041C2C2E66", +"# c #0CFD161620B0", +"$ c #14751DBE2981", +"% c #19D224443242", +"& c #061E2B6345A5", +"* c #045B2D774A9B", +"= c #08282C7C48C9", +"- c #03A4350D57A0", +"; c #00E135AE58F8", +": c #016A39DA5F8F", +"> c #0B463AC55EAE", +", c #11822F604AE3", +"< c #1D752DE6423A", +"1 c #1B433BF45D45", +"2 c #02D83DC364DF", +"3 c #24FD35154A42", +"4 c #13844D657D8D", +"5 c #1A634EFF7E86", +"6 c #257548386E1E", +"7 c #264648E96EFF", +"8 c #2CDD45F664C4", +"9 c #2F1F48486797", +"0 c #2C9C4B4B6F2F", +"q c #2E8E4CDD70B0", +"w c #221253137EB6", +"e c #2A6A538C7FD0", +"r c #3A7556967A75", +"t c #3D9D59697DAD", +"y c #03D4503084B4", +"u c #043C56A68EE6", +"i c #08A954ED8B83", +"p c #06DF5DBD9AC2", +"a c #0A7A57F890E0", +"s c #0A5A588891B1", +"d c #0AF360009D65", +"f c #17F853038636", +"g c #14C558989070", +"h c #190953238616", +"j c #153558F99111", +"k c #1B4F5BCC9437", +"l c #0CBD61D1A00F", +"z c #1480611D9E92", +"x c #02F363FCA4B4", +"c c #04CD6ACAB007", +"v c #0BF3642DA4B9", +"b c #0BD7671CA95E", +"n c #089968E9ACBC", +"m c #043F6D0FB3E1", +"M c #056D71B9BBD3", +"N c #09F2730BBD8D", +"B c #14F164E5A484", +"V c #11D66A16AD85", +"C c #119A7020B79F", +"Z c #1C846DEEB23A", +"A c #16AB735BBC1F", +"S c #1BBC70D0B747", +"D c #1B2B7424BCF1", +"F c #2404529A8100", +"G c #23C4576789C9", +"H c #259559C98CCC", +"J c #2D3D55C5827A", +"K c #271F5DBE938B", +"L c #2B835DE691A1", +"P c #3FC05DFE8494", +"I c #27D861E28A21", +"U c #255662A29C74", +"Y c #2DA1649B9C2F", +"T c #310B64399A9F", +"R c #3E13697F9BFB", +"E c #229565E6A2F9", +"W c #26C36B1FAAB2", +"Q c #283867B7A454", +"! c #21616FCFB4B4", +"~ c #219171A1B7C7", +"^ c #2F67731BB54D", +"/ c #30007767BCBD", +"( c #2F2F78C8BE6E", +") c #3B5B6D06A471", +"_ c #3C1C6FBFA8D8", +"` c #331B7080AF4F", +"' c #35E67717B8D8", +"] c #32C278B8BD0D", +"[ c #07427676C348", +"{ c #057578D8C736", +"} c #06567E56D088", +"| c #0B57765AC30E", +" . c #0FA07900C6D6", +".. c #0E727D09CDB5", +"X. c #14097A15C7EC", +"o. c #13F97C36CB9B", +"O. c #1A9A77D0C31A", +"+. c #24247991C40B", +"@. c #22567DE5CBDF", +"#. c #29517A62C453", +"$. c #41015F6F8656", +"%. c #435363C48D65", +"&. c #41616B7B9D3D", +"*. c #4B846B53951D", +"=. c #4BA16F649B5B", +"-. c #4B8B71B19B2B", +";. c #50A072329EFE", +":. c #46E770B0A2D2", +">. c #4B3B7202A29A", +",. c #4B4F7615AABE", +"<. c #49F97A5AB41C", +"1. c #52D37524A322", +"2. c #545F7AA8AC97", +"3. c #5A2A7ED9B025", +"4. c #52127CBCB292", +"5. c #59797F3FB151", +"6. c #172F8199D413", +"7. c #1D7E8433D7DF", +"8. c #1E0E8616DAE2", +"9. c #1C5C8B0AE2C1", +"0. c #292980D0CF2E", +"q. c #26468910DE46", +"w. c #29EA8353D332", +"e. c #2F9F8808DA29", +"r. c #2FF088B8DB3A", +"t. c #37178302CDCD", +"y. c #30408717D7E7", +"u. c #30B187D7D928", +"i. c #31E28C0CDFAF", +"p. c #3BB48E26DF97", +"a. c #28F992B2ECED", +"s. c #31218D0DE1A1", +"d. c #36069504EDFD", +"f. c #3B4B962EED3D", +"g. c #382897E7F201", +"h. c #562C8336BBB8", +"j. c #5AFB831BB717", +"k. c #5E06869EBC0C", +"l. c #64D58118A9B1", +"z. c #6CAC8928A9F9", +"x. c #60E88908BE26", +"c. c #799996D7B443", +"v. c #40608696CFCF", +"b. c #46E78898D050", +"n. c #4DCA84E5C559", +"m. c #492985D5C9A9", +"M. c #4C9C893ECE13", +"N. c #415187C7D151", +"B. c #47678939D151", +"V. c #44A49080DF4E", +"C. c #4C748C7CD474", +"Z. c #44D590A0DF4E", +"A. c #55158707C494", +"S. c #54F588E8C827", +"D. c #5C068AD5C635", +"F. c #5474943CDDE5", +"G. c #5D0C93D3D6AE", +"H. c #44ED97F0EC6C", +"J. c #461698E8ED3C", +"K. c #4CF79B15EDE2", +"L. c #44D59C2CF413", +"P. c #53439E2EF05F", +"I. c #5B1B9F1FED5C", +"U. c #52E39F7FF2DA", +"Y. c #5ACAA0E0F0C0", +"T. c #5BCCA26AF2BA", +"R. c #63BD8DCDC5A2", +"E. c #60E88F27CACA", +"W. c #66FC9318CD9D", +"Q. c #695997A7D4C4", +"!. c #6D0D9EFEE060", +"~. c #61119EBEE888", +"^. c #60F89FFFEABA", +"/. c #7414A222DF1E", +"(. c #60B0A0B0EC1B", +"). c #6DDDA0D0E373", +"_. c #6A1AA868F393", +"`. c #6BA6A9FFF5A5", +"'. c #7302A701EACF", +"]. c #74D4A9E9EECE", +"[. c #7929ABABEDDD", +"{. c #758DABA3F1C0", +"}. c #87279C2CBD7D", +"|. c #8C3C9EBEBD4D", +" X c #8ECEA0C0BE7E", +".X c #C2D2C979D635", +"XX c None", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXXXXXX X . XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXXXX X - - X XXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX . 2 I I 2 . XXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXX > c..X.Xc.2 XXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXX & z. X}.}.|.z.& XXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXX + -.l.j.h.h.j.3.=.+ XXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXX . w >._ ' ( ( ] _ -.w XXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXX * T Y E D o.X.O.B Y Y * XXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXX o v B V b l } } l V b B d o XXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXX : m m m M [ u u { M m c m 2 XXXXXXXXXXXX", +"XXXXXXXXXXXXXX X x M | N | ..a s .. .N | m x X XXXXXXXXXXXX", +"XXXXXXXXXXXXXX * c | o.o.o.B 9.9.v o.o...| m * XXXXXXXXXX", +"XXXXXXXXXXXX y b .6.8.S @.a.a.w.Z 7.o. .n y XXXXXXXXXX", +"XXXXXXXXXXXX + p v A 7.q.w.r.d.g.u.w.q.w. .v p + XXXXXXXXXX", +"XXXXXXXXXXXX - v b z ~ r.g.s.K.L.s.f.r.~ z V v - XXXXXXXX", +"XXXXXXXXXX i C O.+.W G H.K.U.T.J.J.H ` +.D C i XXXXXXXX", +"XXXXXXXXXX o v A @.u.t.N.6 b.I.T.b.7 v.#.e.@.A v X XXXXXXXX", +"XXXXXXXXXX @ B Z #.] V.U.I.q &.&.0 I.P.V.] #.Z B @ XXXXXXXX", +"XXXXXXXXXX = j k Y L b.F.^._.< < `.^.F.b.L Q k g = XXXXXX", +"XXXXXXXXXX 2 k W F e M.^.`.,.r r ,.`.^.M.J w W K 2 XXXXXX", +"XXXXXXXX 5 U ^ Y C.A.G.h.$.[.].$.h.G.n.C.Y ^ E 4 XXXXXX", +"XXXXXXXX f U ` ) n.S.R.%.[.'.[.'.%.D.S.n.) ` U f XXXXXX", +"XXXXXXXX o h K L ) <.A.=.~.R./.'.R.!.=.A.<.R Y K 5 o XXXXXX", +"XXXXXXXX X , 1 J R ,.4.D.Q.W.2.3.W.W.E.4.,.R J 1 , X XXXXXX", +"XXXXXXXX # 8 2.R.k.x.3.3.k.k.R.2.9 # XXXXXX", +"XXXXXXXX O t 2.1.R.R.1.2.r O XXXXXX", +"XXXXXXXXXX 3 =.3.5.;.3 XXXXXX", +"XXXXXXXXXXXXXXXXXXXX % *.*.% XXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXX $ $ XXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXX" +}; --- synfigstudio-0.61.06.orig/debian/libsynfigapp0.install +++ synfigstudio-0.61.06/debian/libsynfigapp0.install @@ -0,0 +1 @@ +usr/lib/libsynfigapp.so.* --- synfigstudio-0.61.06.orig/debian/copyright +++ synfigstudio-0.61.06/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Paul Wise on +Mon, 7 Nov 2005 14:41:49 +0800. + +It was downloaded from http://sourceforge.net/project/showfiles.php?group_id=144022 + +Copyright: + +Copyright 2002-2005 Robert B. Quattlebaum Jr. +Copyright 2002-2005 Adrian Bentley +Copyright 2006 Yue Shi Lai +Copyright 2007 Chris Moore + +Some of the icons are placed in the Public Domain by Chris Norman + +License: + +This package is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This package is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- synfigstudio-0.61.06.orig/debian/libsynfigapp-dev.install +++ synfigstudio-0.61.06/debian/libsynfigapp-dev.install @@ -0,0 +1,3 @@ +usr/lib/libsynfigapp.la +usr/lib/libsynfigapp.so +usr/include