debian/0000755000000000000000000000000012244400132007156 5ustar debian/patches/0000755000000000000000000000000012244400126010610 5ustar debian/patches/series0000644000000000000000000000001512244400114012016 0ustar avconv.patch debian/patches/avconv.patch0000644000000000000000000000105112244400126013122 0ustar Description: Use avconv instead of ffmpeg. Author: Dmitrijs Ledkovs --- luciole-0.8.6.orig/lucioLib/lcl_export/lcl_export_video.py +++ luciole-0.8.6/lucioLib/lcl_export/lcl_export_video.py @@ -250,7 +250,7 @@ class MyExportThread(threading.Thread): # Build ffmpeg command # ffmpeg_cmd = [] - ffmpeg_cmd.append("ffmpeg") + ffmpeg_cmd.append("avconv") # add input video name ffmpeg_cmd.append('-i') ffmpeg_cmd.append(self._videoInPath) debian/control0000644000000000000000000000205412244400056010567 0ustar Source: luciole Section: graphics Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Nicolas Bertrand Build-Depends: debhelper (>= 7.0.50), python-dev, python-gtk2-dev, perl Standards-Version: 3.8.4 Homepage: https://launchpad.net/luciole Package: luciole Architecture:any Depends: ${shlibs:Depends}, ${misc:Depends}, python-gtk2, python-glade2, python-gnome2, python-dbus, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good, python-gst0.10, mjpegtools, python-imaging, imagemagick, mencoder, libav-tools Description: Image per Image capture tool for movie animations Luciole is a stop motion software for animation movie realization. It can make live capture of images from external devices as webcam or DV cam. Luciole is intended to be easy to use for educational purpose and simplify animation movie mounting. debian/rules0000755000000000000000000000034411334065117010250 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_build: dh_auto_build pod2man --section=1 --center "" debian/luciole.pod luciole.1 override_dh_auto_clean: dh_auto_clean find . -name "*.mo" -exec rm -f {} \; rm -f luciole.1 debian/luciole.pod0000644000000000000000000000305511300437337011332 0ustar =head1 NAME Luciole - Image per Image capture tool for movie animations. =head1 SYNOPSIS luciole [I] =head1 DESCRIPTION Luciole is a stop motion software for animation movie realization. It can make live capture of images from external devices as webcam or DV cam. Luciole is intended to be easy to use for educational purpose and simplify animation movie mounting. =head1 OPTIONS =over 8 =item B<-f I> Open luciole with project given by I. The I shall be a luciole xml project file. =item B<--archive I> Create a theme archive from the given theme directory. =item B<--config-file I> Specify the path to the configuration file to use. =item B<--version> Displays information about the currently installed version and exists =back =head1 BUGS Please report bugs at https://bugs.launchpad.net/luciole. =head1 AUTHORS B was written by Nicolas Bertrand with help of grape team. This manual page was written by Nicolas Bertrand . =head1 COPYRIGHT Copyright (C) : {2009} by Nicolas Bertrand This software 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. On Debian systems, the complete text of the GNU General Public License v3 can be found in `/usr/share/common-licenses/GPL-3'. =cut debian/source/0000755000000000000000000000000011437773457010510 5ustar debian/source/format0000644000000000000000000000001411437773442011710 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211334062470010364 0ustar 7 debian/copyright0000644000000000000000000000221211336165130011115 0ustar This package was debianized by Nicolas Bertrand on Sun, 14 Sep 2008 12:33:00 +0200 It was downloaded from https://launchpad.net/luciole Upstream Author: Nicolas Bertrand Copyright 2009 by Nicolas Bertrand 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 3 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. You should have received a copy of the GNU General Public License along with this packag. If not, see . On Debian systems, the complete text of the GNU General Public License v3 can be found in `/usr/share/common-licenses/GPL-3'. The Debian packaging is coyright 2009, nico and is licensed under the GPL-3, see above. debian/manpages0000644000000000000000000000001211334064451010676 0ustar luciole.1 debian/changelog0000644000000000000000000000705012244400072011035 0ustar luciole (0.8.6-0ubuntu2) trusty; urgency=low * Use avconv instead of ffmpeg. -- Dmitrijs Ledkovs Sun, 24 Nov 2013 13:33:36 +0000 luciole (0.8.6-0ubuntu1) maverick; urgency=low * New upstream release. Bug fixing only release. Fixes: - LP: #532967 - Project path is hardcoded in project file - LP: #626847 - Menu shorcuts as CTRL+N or CTRL+S not in luciole 0.8.5 (regression) * debian/patches: deleted as there are no patches left. -- Fabrice Coutadeur Thu, 02 Sep 2010 19:13:04 +0000 luciole (0.8.5-0ubuntu1) lucid; urgency=low * New upstream release. Fixes: - LP: #525286 - Luciole start up can be very long -- Fabrice Coutadeur Thu, 04 Mar 2010 07:55:14 +0100 luciole (0.8.4-0ubuntu1) lucid; urgency=low * New upstream release. Fixes: - LP: #522266 - Luciole crash at start up -- Fabrice Coutadeur Thu, 18 Feb 2010 06:33:14 +0000 luciole (0.8.3-0ubuntu1) lucid; urgency=low * New upstream release. Fixes: - LP: #522010 - Segmentation fault on webcam detection when acquisition is on - LP: #519652 - Luciole takes a while before starting due to theme warnings - LP: #521606 - Nothing happens when trying to open a non existing project - LP: #520495 - GUI display issue around mixer - LP: #521371 - A scroll bar is displayed when only 1 framerate is available * debian/copyright: get rid of (C) to make lintian happy * debian/control: bump standards-version to 3.8.4. No changes required. -- Fabrice Coutadeur Mon, 15 Feb 2010 07:16:26 +0100 luciole (0.8.2-0ubuntu1) lucid; urgency=low * New upstream release. Fixes: - LP: #498619 Acquisition doesn't work on DVCAM nor WEBCAM - LP: #500649 Excessive CPU use while capturing - LP: #500158 Impossible to change export path - LP: #500652 Weird Mixer behavior - LP: #505288 Error when opening existing project * Switch to dpkg-source 3.0 (quilt) format * debian/README.source: deleted as it's not useful anymore * debian/quilt: deleted build dependency on quilt * debian/compat: bumped version to 7 * debian/rules: Converted to debhelper 7 style * debian/manpages: created to install luciole.1 manpage -- Fabrice Coutadeur Mon, 08 Feb 2010 20:09:50 +0100 luciole (0.7.4-0ubuntu1) lucid; urgency=low * New upstream release. - Fix "Luciole does not allow to overwrite a video file during export" (LP: #485197) - Fix "Luciole export on DV format does not work under karmic" (LP: #486963) * debian/watch: fixed to take into account - or _ in the source tarball * debian/control: added Homepage tag -- Fabrice Coutadeur Sun, 29 Nov 2009 07:45:40 +0000 luciole (0.7.3-0ubuntu2) lucid; urgency=low * debian/control: - added a build dependency on quilt - added a dependency on python-dbus to avoid a startup error * debian/rules: added quilt include and call to patch and unpatch targets * debian/README.source: added to take into account quilt patching * clean_window_destroy.patch: fix an incorrect handling of the main windows closing (LP: #484062). Patch from Nicolas Bertrand * fix_crash_on_acquisition.patch: fix a crash when webcam acquisition is started (LP: #481732). Patch from Nicolas Bertrans -- Fabrice Coutadeur < fabricesp@ubuntu.com> Fri, 20 Nov 2009 06:00:40 +0000 luciole (0.7.3-0ubuntu1) karmic; urgency=low * Integration to ubuntu repository (LP: #374249) -- Nicolas Bertrand Tue, 25 Aug 2009 18:49:51 +0200 debian/watch0000644000000000000000000000016411333734374010230 0ustar version=3 https://launchpad.net/luciole/+download http://launchpad.net/luciole/.*/.*/\+download/luciole_(.+).tar.gz