--- imagination-2.1.orig/debian/copyright +++ imagination-2.1/debian/copyright @@ -0,0 +1,67 @@ +Name: Imagination +Authors: + Giuseppe Torelli + Tadej Borovsak +Source: http://imagination.sourceforge.net/ + +Files: * +Copyright: + © 2009, Giuseppe Torelli + © 2009, Tadej Borovsak +License: GPL-3+ + This program 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 3 of the License, or + (at your option) any later version. + . + This program 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. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-3 file. + +Files: src/sexy-icon-entry.* +Copyright: © 2004-2006, Christian Hammond +License: GPL-2+ + This program 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 program 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. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. + +Files: debian/* +Copyright: + 2009, Andrew Starr-Bochicchio + 2009, Daniel Baumann +License: GPL-3+ + This program 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 3 of the License, or + (at your option) any later version. + . + This program 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. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-3 file. --- imagination-2.1.orig/debian/README.source +++ imagination-2.1/debian/README.source @@ -0,0 +1,31 @@ +This package uses quilt in order to apply patches to the upstream source. +Patches are stored in debian/patches. For further details, see the man page for +quilt. + +All commands described below should be run from the top directory of the +package source tree, unless otherwise stated. + + * To generate the fully patched source, in a form ready for editing, that + would be built to create Debian packages, run: + + export QUILT_PATCHES=debian/patches + quilt push -a + + * To modify the source and save those modifications so that they will be + applied when building the package, pick a suitably informative patch file + name, for example Modify_README.source, and then run: + + export QUILT_PATCHES=debian/patches + quilt new Modify_README.source + quilt edit README.source + + This will place you in your default editor to modify the file. + Once your are done editing, save the file and run: + + quilt refresh + + * To remove source modifications that are currently being applied when + building the package, run: + + export QUILT_PATCHES=debian/patches + quilt top --- imagination-2.1.orig/debian/imagination.1 +++ imagination-2.1/debian/imagination.1 @@ -0,0 +1,21 @@ +.TH IMAGINATION 1 "2009-05-12" "1.0" "DVD slide show maker" + +.SH NAME +imagination \- DVD slide show maker + +.SH SYNOPSIS +\fBimagination\fR + +.SH DESCRIPTION +Imagination is a lightweight and user-friendly DVD slide show maker. It includes transitions effects. It requires only the ffmpeg encoder to produce a movie to be burned with another application. + +.SH OPTIONS +imagination has no options. + +.SH HOMEPAGE +More information about imagination can be found at <\fIhttp://imagination.sourceforge.net/\fR>. + +.SH AUTHOR +imagination was written by Giuseppe Torelli <\fIcolossus73@gmail.com\fR> and Tadej Borovsak <\fItadeboro@gmail.com\fR>. +.PP +This manual page was written by Daniel Baumann <\fIdaniel@debian.org\fR>, for the Debian project (but may be used by others). --- imagination-2.1.orig/debian/control +++ imagination-2.1/debian/control @@ -0,0 +1,42 @@ +Source: imagination +Section: video +Priority: optional +Maintainer: Andrew Starr-Bochicchio +Build-Depends: debhelper (>= 7), + quilt, + autotools-dev, + intltool, + xsltproc, + docbook-xsl, + doc-base, + libgtk2.0-dev, + libsox-dev +Standards-Version: 3.8.3 +Homepage: http://imagination.sourceforge.net/ +Vcs-Bzr: https://code.launchpad.net/~andrewsomething/imagination/debian +Vcs-Browser: http://bazaar.launchpad.net/~andrewsomething/imagination/debian/files + +Package: imagination +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, imagination-common (= ${source:Version}) +Recommends: ffmpeg, libavcodec-extra-52, libavformat-extra-52, libavutil-extra-49 +Description: DVD slide show maker + Imagination is a lightweight and user-friendly DVD slide show maker with + a clean interface and few dependencies. It only requires the ffmpeg encoder + to produce a movie to be burned with another application. + . + It currently features over 50 transition effects. Exporting of the slideshow + in FLV format is supported as well. + +Package: imagination-common +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: imagination (<= 2.0-1) +Replaces: imagination (<= 2.0-1) +Description: DVD slide show maker - common files + Imagination is a lightweight and user-friendly DVD slide show maker with + a clean interface and few dependencies. It only requires the ffmpeg encoder + to produce a movie to be burned with another application. + . + This package contains architecture independent files such as icons, pixmaps, + documentation, and translations. --- imagination-2.1.orig/debian/imagination-common.doc-base +++ imagination-2.1/debian/imagination-common.doc-base @@ -0,0 +1,14 @@ +Document: imagination +Title: Imagination DVD Slide Show Creator +Author: Giuseppe Torelli +Abstract: Imagination is a lightweight DVD slide show creator + developed in C with the GTK+2 toolkit and Cairo. Imagination + is designed to be be fast and easy-to-use. Its user interface + is clean and intuitive, and does not include any confusing or + useless options by default. It requires the ffmpeg encoder to + produce the movie file and libsox to import the audio files. +Section: Video + +Format: HTML +Index: /usr/share/doc/imagination/html/en/index.html +Files: /usr/share/doc/imagination/html/en/*.html --- imagination-2.1.orig/debian/compat +++ imagination-2.1/debian/compat @@ -0,0 +1 @@ +7 --- imagination-2.1.orig/debian/imagination.install +++ imagination-2.1/debian/imagination.install @@ -0,0 +1,3 @@ +usr/bin/ +usr/lib/ +/usr/share/applications/imagination.desktop --- imagination-2.1.orig/debian/watch +++ imagination-2.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/imagination/imagination-(.*)\.tar\.gz --- imagination-2.1.orig/debian/imagination.xpm +++ imagination-2.1/debian/imagination.xpm @@ -0,0 +1,542 @@ +/* XPM */ +static char * imagination_xpm[] = { +"32 32 507 2", +" c None", +". c #DBE8D3", +"+ c #D9E4D2", +"@ c #D6E2D0", +"# c #D4E1CC", +"$ c #E0DABE", +"% c #E75D49", +"& c #ECD1CC", +"* c #E8EBE6", +"= c #E5E9E4", +"- c #E3E7E1", +"; c #E0E4DD", +"> c #DDE2DA", +", c #DADFD7", +"' c #D7DDD4", +") c #D3DBD0", +"! c #D0D9CC", +"~ c #CDD7C9", +"{ c #BCD18F", +"] c #B18A41", +"^ c #D95330", +"/ c #EEC8C3", +"( c #EAEEE9", +"_ c #E7EAE5", +": c #E4E8E2", +"< c #E1E6E0", +"[ c #DEE3DC", +"} c #DBE1D9", +"| c #D8DED6", +"1 c #D5DCD3", +"2 c #D2DACF", +"3 c #CFD7CC", +"4 c #CDD4CA", +"5 c #C9D6C2", +"6 c #85F986", +"7 c #66E754", +"8 c #80C74D", +"9 c #9EA245", +"0 c #C46C36", +"a c #F34E45", +"b c #ECF9F6", +"c c #EAEDE9", +"d c #E1E5DF", +"e c #D5DCD2", +"f c #D2D9CF", +"g c #CCD4C9", +"h c #C8D2C5", +"i c #C2D4BB", +"j c #82E7AB", +"k c #06E634", +"l c #16F91D", +"m c #74DD54", +"n c #89B544", +"o c #B0873A", +"p c #E23D22", +"q c #F0F4F2", +"r c #EBEFEB", +"s c #E8ECE7", +"t c #E6E9E4", +"u c #E0E4DE", +"v c #DAE0D7", +"w c #D4DBD1", +"x c #D1D8CE", +"y c #CED6CB", +"z c #CBD3C7", +"A c #C9D1C5", +"B c #C3D2BC", +"C c #88D7CC", +"D c #34CB9B", +"E c #25D86F", +"F c #05E82D", +"G c #25F31F", +"H c #74CE45", +"I c #989D3A", +"J c #C95E2C", +"K c #F67270", +"L c #EEF3F1", +"M c #EBEEEA", +"N c #E8EBE7", +"O c #E2E6E1", +"P c #DFE4DD", +"Q c #DCE2DA", +"R c #D4DAD1", +"S c #CED6CA", +"T c #C8D1C4", +"U c #C2D3BA", +"V c #AAD7E9", +"W c #3DB0DF", +"X c #3DBEC0", +"Y c #2CC997", +"Z c #1ADA65", +"` c #00EC21", +" . c #41E72F", +".. c #7CB839", +"+. c #AF7E2E", +"@. c #E76150", +"#. c #F1F2EF", +"$. c #EDEFEC", +"%. c #CFD7CD", +"&. c #CCD5C9", +"*. c #C9D2C6", +"=. c #C7D0C4", +"-. c #C0D2B9", +";. c #DDE9EB", +">. c #8DC9F3", +",. c #39ABE8", +"'. c #35BBC3", +"). c #24C795", +"!. c #12DB5B", +"~. c #01F317", +"{. c #5FD637", +"]. c #8B9D2E", +"^. c #D15528", +"/. c #F4D0CE", +"(. c #F0F1EF", +"_. c #EAECE8", +":. c #E1E5DE", +"<. c #DBE0D9", +"[. c #D8DED5", +"}. c #C5D0C2", +"|. c #E4EADE", +"1. c #E9ECE8", +"2. c #F4F2EB", +"3. c #98CBF5", +"4. c #3AA9ED", +"5. c #2BB4C7", +"6. c #1BC494", +"7. c #08DA4E", +"8. c #07F212", +"9. c #65BE28", +"0. c #AD7224", +"a. c #F1B8B0", +"b. c #F1F5F3", +"c. c #EEF0ED", +"d. c #EBEEEB", +"e. c #E2E7E1", +"f. c #C8D1C5", +"g. c #C5D2BD", +"h. c #E4E8E3", +"i. c #F2F1EC", +"j. c #D7E7F1", +"k. c #41A8F4", +"l. c #21ACD2", +"m. c #13C192", +"n. c #02DD47", +"o. c #1EED15", +"p. c #809E23", +"q. c #E03F22", +"r. c #F4FFFF", +"s. c #F1F2F0", +"t. c #E2E6E0", +"u. c #D9DFD7", +"v. c #D6DDD4", +"w. c #D1D8CD", +"x. c #DDE4DB", +"y. c #FFFCF0", +"z. c #64B6F8", +"A. c #18A3D9", +"B. c #0BBD95", +"C. c #00E438", +"D. c #3FD115", +"E. c #B16719", +"F. c #FAE2E4", +"G. c #F3F5F3", +"H. c #EAEDE8", +"I. c #D2D9D0", +"J. c #C6D1C1", +"K. c #DCE2D9", +"L. c #E2E7E0", +"M. c #F3F4F1", +"N. c #CAE3F6", +"O. c #0595E9", +"P. c #04B79B", +"Q. c #00E432", +"R. c #5DB011", +"S. c #F1554A", +"T. c #EFF1EF", +"U. c #EDEFEB", +"V. c #E4E8E1", +"W. c #DBE0D8", +"X. c #C8D3C4", +"Y. c #DAE0D8", +"Z. c #F0F2EF", +"`. c #F3F4F2", +" + c #EAF1F6", +".+ c #32A3F5", +"++ c #04B6A2", +"@+ c #ECEEEA", +"#+ c #E6EAE5", +"$+ c #D9DED8", +"%+ c #D7DDD6", +"&+ c #D3DAD1", +"*+ c #E0E5DE", +"=+ c #E6EAE4", +"-+ c #E9ECE7", +";+ c #ECEFEB", +">+ c #F0F2EE", +",+ c #F7F7F5", +"'+ c #EFF4F9", +")+ c #D2D6D6", +"!+ c #D0D5D5", +"~+ c #C3C8C8", +"{+ c #ECEFEA", +"]+ c #E0E3DF", +"^+ c #D2D4D2", +"/+ c #F4F5F4", +"(+ c #D5D7D5", +"_+ c #D1D7CF", +":+ c #D3DAD0", +"<+ c #D0D8CD", +"[+ c #CED5CA", +"}+ c #C0CCBB", +"|+ c #CCCECC", +"1+ c #CED0CD", +"2+ c #CFD1CE", +"3+ c #D0D2D0", +"4+ c #D1D3D1", +"5+ c #D4D5D3", +"6+ c #D5D6D5", +"7+ c #D6D6D6", +"8+ c #D7D8D7", +"9+ c #D4D4D3", +"0+ c #C7C7C7", +"a+ c #A5A6A6", +"b+ c #D8DCDC", +"c+ c #C6CACA", +"d+ c #CFD1D1", +"e+ c #DCDDDB", +"f+ c #E2E2E1", +"g+ c #FFFFFF", +"h+ c #F6FCFE", +"i+ c #FAF8F8", +"j+ c #B6B9B5", +"k+ c #C8D8BF", +"l+ c #D0D5CF", +"m+ c #C8CCCC", +"n+ c #CECECE", +"o+ c #F7F7F8", +"p+ c #DDF3FE", +"q+ c #8CD9FC", +"r+ c #E4F6FE", +"s+ c #E5E4E4", +"t+ c #B5B9B3", +"u+ c #DCE0D9", +"v+ c #D5DBD2", +"w+ c #CBDAC5", +"x+ c #D2D5D0", +"y+ c #EBEBF2", +"z+ c #7373A1", +"A+ c #7A7AA6", +"B+ c #9898BA", +"C+ c #DCDEDE", +"D+ c #F8FBFD", +"E+ c #D0EDF9", +"F+ c #BBE6F9", +"G+ c #CDE5EF", +"H+ c #A9C9D8", +"I+ c #FDFFFF", +"J+ c #C6C8C6", +"K+ c #D3D8D1", +"L+ c #CDDBC6", +"M+ c #E1E1EB", +"N+ c #111160", +"O+ c #1E1E69", +"P+ c #1F1F6A", +"Q+ c #53538C", +"R+ c #8B8C8C", +"S+ c #C5C5C5", +"T+ c #CCCCCC", +"U+ c #DCDCDC", +"V+ c #E4E4E4", +"W+ c #DAE1E3", +"X+ c #B8D0DC", +"Y+ c #F3FAFD", +"Z+ c #F8F8F7", +"`+ c #E1E0E1", +" @ c #8CBCD1", +".@ c #C0EAFD", +"+@ c #FCF9F8", +"@@ c #B4B7B3", +"#@ c #CFDEC6", +"$@ c #D2D6D1", +"%@ c #DDDDE5", +"&@ c #2C2C69", +"*@ c #3D3E7E", +"=@ c #3D3E7D", +"-@ c #3E3E7F", +";@ c #3E3E7E", +">@ c #6A6A9C", +",@ c #BBBBB7", +"'@ c #F1EFEF", +")@ c #EDEDED", +"!@ c #CACECA", +"~@ c #7B9589", +"{@ c #75BBCF", +"]@ c #72D2FC", +"^@ c #E9F9FF", +"/@ c #D9D8D7", +"(@ c #C1C5BF", +"_@ c #DCE1D9", +":@ c #D4D6D3", +"<@ c #CCCCD0", +"[@ c #0D0C1B", +"}@ c #6A4C96", +"|@ c #6144A2", +"1@ c #5A49A1", +"2@ c #664C98", +"3@ c #5F5B8D", +"4@ c #585D90", +"5@ c #595A90", +"6@ c #595991", +"7@ c #595990", +"8@ c #8080A9", +"9@ c #3333B5", +"0@ c #4141FF", +"a@ c #4242FE", +"b@ c #4242FF", +"c@ c #3B3CFF", +"d@ c #A4A4FF", +"e@ c #EEEEEA", +"f@ c #88988B", +"g@ c #707664", +"h@ c #56522F", +"i@ c #564928", +"j@ c #4D694D", +"k@ c #6CBABC", +"l@ c #C5C6C5", +"m@ c #D5DAD3", +"n@ c #D5D5D5", +"o@ c #D0D0D4", +"p@ c #040409", +"q@ c #6F729C", +"r@ c #997578", +"s@ c #94608A", +"t@ c #A74A80", +"u@ c #AA3B8A", +"v@ c #8634B5", +"w@ c #7E5DA3", +"x@ c #7F7395", +"y@ c #77769F", +"z@ c #9595B6", +"A@ c #0505B4", +"B@ c #0000FF", +"C@ c #161368", +"D@ c #151154", +"E@ c #8686F3", +"F@ c #E5E8DF", +"G@ c #5A5940", +"H@ c #524726", +"I@ c #37511C", +"J@ c #0D5A0B", +"K@ c #005D03", +"L@ c #005800", +"M@ c #5EA870", +"N@ c #F9F7F8", +"O@ c #BDBFBB", +"P@ c #D3D2D1", +"Q@ c #000000", +"R@ c #A18262", +"S@ c #B99671", +"T@ c #B99571", +"U@ c #BA936F", +"V@ c #B2837D", +"W@ c #BA8074", +"X@ c #BF8C69", +"Y@ c #B4777A", +"Z@ c #B48276", +"`@ c #CAB091", +" # c #0505A8", +".# c #0606EF", +"+# c #0000ED", +"@# c #1B1749", +"## c #1D1934", +"$# c #8889EA", +"%# c #E2E1D9", +"&# c #4C4427", +"*# c #1A5810", +"=# c #005D05", +"-# c #005C05", +";# c #006205", +"># c #007805", +",# c #009200", +"'# c #CDEBD4", +")# c #D8D7D7", +"!# c #B9BFB6", +"~# c #D6CFCC", +"{# c #8B4209", +"]# c #E06A10", +"^# c #E46C0F", +"/# c #CF630F", +"(# c #D5660F", +"_# c #DC690F", +":# c #BD5C10", +"<# c #DD6612", +"[# c #E18946", +"}# c #100F5B", +"|# c #0D0B84", +"1# c #0000D2", +"2# c #1D1943", +"3# c #1B1730", +"4# c #8687DC", +"5# c #E3E1DA", +"6# c #13510F", +"7# c #015D05", +"8# c #006505", +"9# c #007D02", +"0# c #26AA30", +"a# c #E1F4E4", +"b# c #B2B5B0", +"c# c #D7CDCB", +"d# c #030000", +"e# c #0A0000", +"f# c #010000", +"g# c #38312C", +"h# c #1E1B15", +"i# c #201B25", +"j# c #0405BA", +"k# c #1B173C", +"l# c #1B172C", +"m# c #8788D1", +"n# c #DCE2D8", +"o# c #07540A", +"p# c #016B06", +"q# c #008401", +"r# c #90D298", +"s# c #F3FAF5", +"t# c #FEFFFE", +"u# c #FEFEFE", +"v# c #F1F1F1", +"w# c #D3D3D3", +"x# c #FEFBFC", +"y# c #FEFCFC", +"z# c #FDFAFA", +"A# c #FDFBFB", +"B# c #1E1B17", +"C# c #000096", +"D# c #1B1735", +"E# c #1F1A1F", +"F# c #75739C", +"G# c #DCE4DA", +"H# c #05570A", +"I# c #007004", +"J# c #209929", +"K# c #BAE3C6", +"L# c #F7F7F7", +"M# c #C3C3C3", +"N# c #000080", +"O# c #1E1A2A", +"P# c #211C18", +"Q# c #66647A", +"R# c #DDE7DC", +"S# c #006800", +"T# c #69BB78", +"U# c #F6FBF7", +"V# c #E2E2E2", +"W# c #FDFDFD", +"X# c #FEFEFD", +"Y# c #1C1915", +"Z# c #1F191F", +"`# c #090859", +" $ c #221D15", +".$ c #1F1915", +"+$ c #646278", +"@$ c #E1EBE0", +"#$ c #B5CCBA", +"$$ c #F8F8F8", +"%$ c #BFC0BD", +"&$ c #C8C8C8", +"*$ c #D7D7D8", +"=$ c #565568", +"-$ c #747288", +";$ c #747286", +">$ c #737288", +",$ c #727086", +"'$ c #B1AFC0", +")$ c #F1F1F0", +"!$ c #E1E1E1", +"~$ c #D9D9D9", +"{$ c #ACAFAA", +"]$ c #757D71", +"^$ c #ADADAC", +"/$ c #B6B6B6", +"($ c #B6B6B5", +"_$ c #F7F7F6", +":$ c #ECECEC", +"<$ c #E0E0E0", +"[$ c #F6F6F6", +"}$ c #CACAC9", +"|$ c #ABB1A8", +"1$ c #F6F7F6", +"2$ c #E6E6E6", +"3$ c #DCDBDC", +"4$ c #B3B7B0", +"5$ c #F5F5F5", +"6$ c #F4F4F4", +"7$ c #F4F5F5", +"8$ c #F4F4F5", +"9$ c #F5F4F5", +"0$ c #DADBDA", +"a$ c #9D9E9C", +"b$ c #949B8E", +"c$ c #909889", +"d$ c #9BA496", +"e$ c #A6AEA2", +"f$ c #A9B1A4", +"g$ c #A0A79A", +"h$ c #959C8F", +" . + @ # ", +" $ % & * = - ; > , ' ) ! ~ ", +" { ] ^ / ( _ : < [ } | 1 2 3 4 5 ", +" 6 7 8 9 0 a b c _ : d [ } | e f 3 g h i ", +" j k l m n o p q r s t - u > v ' w x y z A B ", +" C D E F G H I J K L M N = O P Q , ' R x S z T U ", +" V W X Y Z ` ...+.@.#.$.c _ : d [ } | e f %.&.*.=.-. ", +" ;.>.,.'.).!.~.{.].^./.(.$._._ : :.[ <.[.e f 3 g *.}. ", +" |.1.2.3.4.5.6.7.8.9.0.a.b.c.d.N = e.P Q , ' w x S z f.g. ", +" h._ c i.j.k.l.m.n.o.p.q.r.s.c.M N = t.P Q u.v.R w.S z T ", +" x.t.= N M c.y.z.A.B.C.D.E.F.G.(.$.H._ : d [ } [.e I.3 &.*.J. ", +" K.P L.= s M c.M.N.O.P.Q.R.S. T.U._._ V.d [ W.[.e f 3 g X. ", +" Y.[ d : _ c $.Z.`. +.+++ @+N #+t.$+%+Y.v.&+w.S z ", +" v > *+- =+-+;+>+`.,+'+ )+!+~+ {+]+^+/+(+_+u.v.:+<+[+ ", +"}+|+1+2+3+4+^+5+6+7+8+9+0+a+b+ c+d+ e+f+g+h+i+j+Q | e f 3 k+", +"l+g+g+g+g+g+g+g+g+g+g+g+g+g+ m+n+o+g+p+q+r+s+t+u+[.v+f w+", +"x+y+z+A+A+A+A+A+A+A+A+A+B+g+ C+g+D+E+F+G+H+I+J+K+, v.R L+", +"x+M+N+O+O+O+O+O+O+P+P+P+Q+g+R+S+T+U+V+W+X+Y+Z+`+ @.@+@@@P u.v.#@", +"$@%@&@*@=@=@*@-@-@-@-@;@>@g+,@g+g+g+g+g+'@)@!@~@{@]@^@/@(@_@| ", +":@<@[@}@|@1@2@3@4@5@6@7@8@g+9@0@a@b@c@d@e@f@g@h@i@j@k@g+l@m@v ", +"n@o@p@q@r@s@t@u@v@w@x@y@z@g+A@B@B@C@D@E@F@G@H@I@J@K@L@M@N@O@x. ", +"n@P@Q@R@S@T@U@V@W@X@Y@Z@`@g+ #.#+#@###$#%#&#*#=#-#;#>#,#'#)#!# ", +"n@~#Q@{#]#^#/#/#(#_#:#<#[#g+}#|#1#2#3#4#5#6#=#7#8#9#0#a#g+g+b# ", +"n@c#Q@Q@d#e#Q@Q@Q@f#Q@e#g#g+h#i#j#k#l#m#n#o#7#p#q#r#s#g+t#u#v# ", +"w#t#x#y#y#y#y#y#z#A#A#A#A#g+B#i#C#D#E#F#G#H#I#J#K#g+u#u#g+L#M# ", +"w#g+g+u#g+g+g+g+u#u#u#u#u#g+B#i#N#O#P#Q#R#S#T#U#g+u#u#g+V# ", +"w#g+u#g+u#g+t#g+W#X#X#X#W#g+Y#Z#`# $.$+$@$#$g+u#u#g+$$%$ ", +"&$g+g+g+g+g+g+g+g+g+g+g+g+*$=$-$;$>$,$'$)$!$g+u#g+~${$ ", +" ]$^$/$/$/$/$($&$_$g+g+g+g+g+:$<$g+[$}$|$ ", +" 1$g+g+g+g+g+g+g+u#g+g+g+u#:$2$3$4$ ", +" :$5$6$5$6$6$6$6$7$8$9$6$6$0$a$b$ ", +" c$d$e$f$g$h$ "}; --- imagination-2.1.orig/debian/changelog +++ imagination-2.1/debian/changelog @@ -0,0 +1,140 @@ +imagination (2.1-1ubuntu1) lucid; urgency=low + + * Merge against Debian packaging branch (LP: #481211), + remaining Ubuntu changes: + - Move *-extra-* packages from Suggests to Recommends. + + -- Andrew Starr-Bochicchio Thu, 12 Nov 2009 23:58:33 -0500 + +imagination (2.1-1) unstable; urgency=low + + * New upstream release. (Closes: #551120) + * Split arch independent files into new binary, imagination-common. + - Rename debian/imagination.doc-base to debian/imagination-common.doc-base + - Add debian/imagination-common.install and debian/imagination.install + - debian/control: + + Add new binary, imagination-common. + + Add depends on imagination-common (= ${source:Version}) + + Make imagination-common Conflict/Replace imagination (<= 2.0-1) + - debian/rules: + + Fill binary-indep target. + + Install to debian/tmp/ + * debian/patches: + - 10_link_math_lib.patch: Adjust for new release. + - 15_PLUGINS_INSTALLED.patch: New patch, correctly load transitions. + + -- Andrew Starr-Bochicchio Mon, 19 Oct 2009 19:11:10 -0400 + +imagination (2.0-1ubuntu1) lucid; urgency=low + + * Merge from debian testing, Ubuntu remaining changes: + - Move *-extra-* packages from Suggests to Recommends, as upstream's per + request. + + -- Alessio Treglia Fri, 06 Nov 2009 14:29:06 +0100 + +imagination (2.0-1) unstable; urgency=low + + * New upstream release. (Closes: #543218). + * debian/control: Build-depend on xsltproc, docbook-xsl, quilt, + and doc-base. + * debian/imagination.doc-base: Register docs. + * debian/patches/10_link_math_lib.patch: + - Add '-lm' to link to the math lib. + * debian/README.source: Explain quilt. + * debian/rules: Add quilt magic. + + -- Andrew Starr-Bochicchio Tue, 29 Sep 2009 18:38:39 -0400 + +imagination (1.5-3ubuntu1) karmic; urgency=low + + * Move *-extra-* packages from Suggests to Recommends, as suggested by + upstream. + + -- Alessio Treglia Fri, 04 Sep 2009 10:07:45 +0200 + +imagination (1.5-3) unstable; urgency=low + + * New maintainer. (Closes: #543846) + * debian/control: + - Add Vcs-* fields. + - Extend description. + - Rename Suggests on *-unstripped-* packages to the new + *-extra-* packages. + * Add debian/watch file. + * debian/copyright: Replace deprecated symbol (C) with ©. + * Move imagination.{xpm,1} to debian/ and install them from + debian/rules. Delete debian/manpages/, debian/pixmaps/, and + imagination.{manpages,install}. + + -- Andrew Starr-Bochicchio Mon, 31 Aug 2009 12:04:29 -0400 + +imagination (1.5-2) unstable; urgency=low + + * Updating package to standards version 3.8.3. + * Removing vcs fields. + * Orphaning package. + + -- Daniel Baumann Thu, 27 Aug 2009 07:50:02 +0200 + +imagination (1.5-1ubuntu3) karmic; urgency=low + + * FFmpeg transition: unstripped -> extra. + * Bump Standards. + + -- Alessio Treglia Tue, 01 Sep 2009 15:14:39 +0200 + +imagination (1.5-1ubuntu2) karmic; urgency=low + + * Rebuild for the libsox1a transition + + -- Jorge O. Castro Fri, 31 Jul 2009 15:34:56 +0200 + +imagination (1.5-1ubuntu1) karmic; urgency=low + + * Merge with debian unstable (LP: #392874), Ubuntu remaining changes: + - debian/control: + + Move libav*-unstripped-* packages to Recommends as suggested by + upstream. + + Improve long description. + + Add watch file. + - debian/copyright: Replace deprecated symbol (C) with ©. + + -- Alessio Treglia Tue, 07 Jul 2009 09:09:38 +0200 + +imagination (1.5-1) unstable; urgency=low + + * Merging upstream version 1.5 (Closes: #534885). + * Updating copyright file for new upstream release. + * Updating standards version to 3.8.2. + * Exporting have_ffmpeg to not require to have ffmpeg as unused build- + depends. + * Replacing build-depends on libxml-parser-perl with intltool. + * Adding libsox-dev to build-depends. + * Adding suggests to unstripped ffmpeg. + + -- Daniel Baumann Tue, 07 Jul 2009 01:51:04 +0200 + +imagination (1.0-1ubuntu1) karmic; urgency=low + + * debian/control: + - Drop unnecessary autotools-dev, ffmpeg, libxml-parser-perl from + Build-Depends field, add intltool; reported to Debian maintainer. + - Depends on ffmpeg, libavcodec-unstripped-52, libavformat-unstripped-52, + libavutil-unstripped-49, as suggested by upstream; reported to Debian + maintainer. + - Improve long description. + * Add dpatch support. + * Add 01-build_without_ffmpeg.dpatch patch to allow building without ffmpeg; + reported to Debian maintainer. + * Add 02-freedesktop_spec_fix.dpatch patch to fix desktop files as-per-spec; + forwarded to upstream. + * Add watch file. + + -- Alessio Treglia Wed, 20 May 2009 18:48:01 +0200 + +imagination (1.0-1) unstable; urgency=low + + * Initial release. + + -- Daniel Baumann Tue, 12 May 2009 07:19:02 +0200 --- imagination-2.1.orig/debian/rules +++ imagination-2.1/debian/rules @@ -0,0 +1,86 @@ +#!/usr/bin/make -f + +include /usr/share/quilt/quilt.make + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) + CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +else + CROSS= --build $(DEB_BUILD_GNU_TYPE) +endif + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + rm -f config.guess config.sub + + [ ! -f Makefile ] || $(MAKE) distclean + + dh_clean + +config.status: $(QUILT_STAMPFN) configure + dh_testdir + +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif + + ac_cv_prog_have_ffmpeg=yes ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + +build: build-stamp +build-stamp: config.status + dh_testdir + + $(MAKE) + + touch build-stamp + +install: build + dh_testdir + dh_testroot + dh_prep + + $(MAKE) DESTDIR=$(CURDIR)/debian/tmp/ install + rm -f debian/tmp/imagination/usr/lib/imagination/*.la + +binary: binary-arch binary-indep + +binary-arch: install + dh_testdir -pimagination + dh_testroot -pimagination + dh_installchangelogs -pimagination + dh_installdocs -pimagination + dh_install -pimagination debian/imagination.xpm /usr/share/pixmaps + dh_installman -pimagination debian/imagination.1 + dh_installmenu -pimagination + dh_strip -pimagination + dh_compress -pimagination + dh_fixperms -pimagination + dh_installdeb -pimagination + dh_shlibdeps -pimagination + dh_gencontrol -pimagination + dh_md5sums -pimagination + dh_builddeb -pimagination + +binary-indep: install + dh_testdir -pimagination-common + dh_testroot -pimagination-common + dh_installchangelogs -pimagination-common ChangeLog + dh_installdocs -pimagination-common + dh_install -pimagination-common + dh_strip -pimagination-common + dh_compress -pimagination-common + dh_fixperms -pimagination-common + dh_installdeb -pimagination-common + dh_shlibdeps -pimagination-common + dh_gencontrol -pimagination-common + dh_md5sums -pimagination-common + dh_builddeb -pimagination-common + +.PHONY: clean build install binary binary-arch binary-indep --- imagination-2.1.orig/debian/imagination-common.install +++ imagination-2.1/debian/imagination-common.install @@ -0,0 +1,4 @@ +/usr/share/doc/ +/usr/share/icons/ +/usr/share/imagination/ +/usr/share/locale/ --- imagination-2.1.orig/debian/imagination.menu +++ imagination-2.1/debian/imagination.menu @@ -0,0 +1,4 @@ +?package(imagination):needs="X11" section="Applications/Video"\ + title="Imagination" longtitle="DVD slide show maker"\ + description="Imagination is a lightweight and user-friendly DVD slide show maker."\ + command="/usr/bin/imagination" icon="/usr/share/pixmaps/imagination.xpm" --- imagination-2.1.orig/debian/patches/series +++ imagination-2.1/debian/patches/series @@ -0,0 +1,2 @@ +10_link_math_lib.patch +15_PLUGINS_INSTALLED.patch --- imagination-2.1.orig/debian/patches/10_link_math_lib.patch +++ imagination-2.1/debian/patches/10_link_math_lib.patch @@ -0,0 +1,40 @@ +Index: imagination-2.1/transitions/Makefile.in +=================================================================== +--- imagination-2.1.orig/transitions/Makefile.in 2009-10-14 02:40:51.000000000 -0400 ++++ imagination-2.1/transitions/Makefile.in 2009-10-18 23:15:28.091814904 -0400 +@@ -62,7 +62,7 @@ + am_barn_door_wipe_la_OBJECTS = barn_door_wipe.lo + barn_door_wipe_la_OBJECTS = $(am_barn_door_wipe_la_OBJECTS) + barn_door_wipe_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ +- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ++ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) -lm \ + $(barn_door_wipe_la_LDFLAGS) $(LDFLAGS) -o $@ + bow_tie_wipe_la_DEPENDENCIES = $(am__DEPENDENCIES_1) + am_bow_tie_wipe_la_OBJECTS = bow_tie_wipe.lo +@@ -80,7 +80,7 @@ + am_clock_wipe_la_OBJECTS = clock_wipe.lo + clock_wipe_la_OBJECTS = $(am_clock_wipe_la_OBJECTS) + clock_wipe_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ +- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ++ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) -lm \ + $(clock_wipe_la_LDFLAGS) $(LDFLAGS) -o $@ + diagonal_wipe_la_DEPENDENCIES = $(am__DEPENDENCIES_1) + am_diagonal_wipe_la_OBJECTS = diagonal_wipe.lo +@@ -92,7 +92,7 @@ + am_ellipse_wipe_la_OBJECTS = ellipse_wipe.lo + ellipse_wipe_la_OBJECTS = $(am_ellipse_wipe_la_OBJECTS) + ellipse_wipe_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ +- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ++ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) -lm \ + $(ellipse_wipe_la_LDFLAGS) $(LDFLAGS) -o $@ + four_box_wipe_la_DEPENDENCIES = $(am__DEPENDENCIES_1) + am_four_box_wipe_la_OBJECTS = four_box_wipe.lo +@@ -134,7 +134,7 @@ + am_rochade_la_OBJECTS = rochade.lo + rochade_la_OBJECTS = $(am_rochade_la_OBJECTS) + rochade_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ +- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ++ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) -lm \ + $(rochade_la_LDFLAGS) $(LDFLAGS) -o $@ + wave_la_DEPENDENCIES = $(am__DEPENDENCIES_1) + am_wave_la_OBJECTS = wave.lo --- imagination-2.1.orig/debian/patches/15_PLUGINS_INSTALLED.patch +++ imagination-2.1/debian/patches/15_PLUGINS_INSTALLED.patch @@ -0,0 +1,13 @@ +Index: imagination-2.1/src/support.c +=================================================================== +--- imagination-2.1.orig/src/support.c 2009-10-19 01:48:57.274802470 -0400 ++++ imagination-2.1/src/support.c 2009-10-19 01:49:08.175803822 -0400 +@@ -20,7 +20,7 @@ + #include "support.h" + #include + +-#define PLUGINS_INSTALLED 0 ++#define PLUGINS_INSTALLED 1 + + static gboolean img_plugin_is_loaded(img_window_struct *, GModule *); +