Search Criteria
Package Details: luciole 0.9.3-2
Git Clone URL: | https://aur.archlinux.org/luciole.git (read-only) |
---|---|
Package Base: | luciole |
Description: | Stop-motion software |
Upstream URL: | http://festival.inattendu.org/Luciole |
Licenses: | |
Submitter: | ianux |
Maintainer: | ianux |
Last Packager: | ianux |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2009-05-16 11:38 |
Last Updated: | 2015-06-10 11:01 |
Dependencies (13)
- gnome-python
- gstreamer0.10-base-plugins
- gstreamer0.10-good-plugins
- gstreamer0.10-python
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-no-hdri, imagemagick-git, imagemagick-full-git, imagemagick-full, imagemagick-fftw, imagemagick6)
- mjpegtools
- pygtk
- python2 (pypy19, stackless-python2)
- python2-dbus
- python2-gudev (python2-gudev-git)
- python2-imaging (python2-pillow)
- ffmpeg (ffmpeg-full-arm-git, ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg-mmal, ffmpeg-qsv, ffmpeg-decklink, ffmpeg-qsv-git, ffmpeg-git, ffmpeg-git-nc, ffmpeg-full-git, ffmpeg-full, ffmpeg4.0, ffmpeg-amd-full-git, ffmpeg-headless, ffmpeg-full-nvenc, ffmpeg-libfdk_aac, ffmpeg-ubuntu-bionic) (optional) – for export feature
- mencoder (mencoder-svn) (optional) – for export feature
Latest Comments
1 2 Next › Last »
mathieu.clabaut commented on 2015-03-21 09:38
$ luciole
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
No module named Image
Traceback (most recent call last):
File "/usr/bin/luciole", line 57, in <module>
raise ImportError
ImportError
When using "python2-pillow" which replace "python2-imaging" in community, one should replace
"import Image as PIL" in luciole/media/image.py by
"from PIL import Image as PIL"
ianux commented on 2013-08-09 21:03
Dependencies updated.
Muflone commented on 2013-08-09 15:05
The package python-gudev-git has been renamed to python2-gudev-git
Please update this package in order to use the new package name or (if possible) use the python2-gudev package.
ianux commented on 2011-07-02 13:25
@StoMox I think you should join the german translation team in Launchpad and start translating Luciole yourself.
StoMoX commented on 2011-06-29 20:43
german translation doesn't work. how i get luciole in german with https://translations.launchpad.net/luciole/0.9?
ianux commented on 2011-03-07 14:31
Updated to 0.9.2 and python-gudev-git added to dependancies. You must modify python-gudev-git PKGBUILD according to the first comment on the AUR page: http://aur.archlinux.org/packages.php?ID=41155
StoMoX commented on 2011-03-05 10:24
version 9.2 is available
mathieu.clabaut commented on 2011-03-04 10:53
Looks like it should depend on python-gudev (which should be called python2-gudev)
ianux commented on 2010-10-20 16:33
PKGBUILD fixed for python2
StoMoX commented on 2010-10-19 19:28
the new python3 the problem.
so i removed the package python, installed python2 and did a soft link:
ln-s /usr/bin/python2 /usr/bin/python