From the authors website: "Rapid Photo Downloader for Linux is written by a photographer for professional and amateur photographers. Its goal is to be the best photo downloader for the Linux Desktop. It is free software, released under the GNU GPL license." i just created an ebuild that works for me, but it's more a draft, as i'm new to ebuilds in general. any suggestions, enhancements, comments and critics are welcome :) Reproducible: Always
Created attachment 190119 [details] media-gfx/rapid-photo-downloader-0.0.8.ebuild
i forgot to mention, that there is one additional dependency. you need pyexiv2, which can be found here: http://code.google.com/p/jbrout/source/detail?r=192
Created attachment 191466 [details] media-gfx/rapid-photo-downloader-0.0.9_beta2.ebuild version bump to new beta2
Created attachment 192386 [details] media-gfx/rapid-photo-downloader-0.0.9_beta3.ebuild new beta available. changelog from the website: # Added command line options for controlling verbosity, displaying which image file types are recognized, and printing the program version. # Polish translation by Michal Predotka. Coming soon: French, German and Spanish translations. # Minor fixes to logic that checks whether the Download button should be disabled or not. This should now be more reliable. # The previous beta would sometimes crash when thumbnails could not be extracted from images. This has been fixed.
Created attachment 193556 [details] media-gfx/rapid-photo-downloader-0.0.9.ebuild new version. from the website: This release adds Italian, German, Russian and Finnish translations by Marco Solari, Luca Reverberi, Martin Egger, Daniel Paessler, Sergei Sedov and Mikko Ruohola. The Preferences Dialog window's usability is improved, and a Help button has been added that links to the newly completed online documentation.
Created attachment 193630 [details] media-gfx/rapid-photo-downloader-0.0.10.ebuild bugfix-release. from the website: The Russian translation has been updated by Sergei Sedov, and a bug that caused the program to crash when using automatically configured backup devices in combination with gvfs has been fixed.
After adding the ~x86 keyword I had to emerge dev-python/dbus-python for the program to start me@Base ~ $ rapid-photo-downloader Traceback (most recent call last): File "/usr/bin/rapid-photo-downloader", line 3, in <module> import rapid.rapid File "/usr/lib/python2.5/site-packages/rapid/rapid.py", line 33, in <module> import dbus ImportError: No module named dbus
Created attachment 194965 [details] media-gfx/rapid-photo-downloader-0.0.10-r1.ebuild thanks for reporting, fixed.
Hi! rapid-photo-downloader-0.0.10-r1.ebuild can't download file, it looks for rapid-photo-downloader-0.0.10-r1.tar.gz. Changing SRC_URI="http://launchpad.net/rapid/0.1.0/${PV}/+download/${PF}.tar.gz" to SRC_URI="http://launchpad.net/rapid/0.1.0/${PV}/+download/${P}.tar.gz" fixes it (for me). Regards, Andreas
Created attachment 195053 [details] media-gfx/rapid-photo-downloader-0.0.10-r1.ebuild thanks for reporting. fixed.
Created attachment 216205 [details] media-gfx/rapid-photo-downloader-0.1.1.ebuild new version. sorry for the long delay.
0.1.3 is out, just renaming 0.1.1 works fine!
Created attachment 217736 [details] media-gfx/rapid-photo-downloader-0.1.3.ebuild thanks for testing. added new version.
new versions of this package and the library are available: [ebuild N ] media-gfx/pyexiv2-0.2.2 0 kB [1] [ebuild N ] media-gfx/rapid-photo-downloader-0.3.0 0 kB [1] and seem to work using renamed ebuild files. My only testing was to run the program and I got the main screen.
For video support you need to add dev-python/kaa-metadata to the ebuild depends list.
Created attachment 241963 [details] rapid-photo-downloader-0.3.0.ebuild * Added video USE flag * Added dev-python/dbus python RDEPEND * Added ~x86 KEYWORD
Created attachment 247176 [details] rapid-photo-downloader-0.3.2.ebuild Bugfix release.
Created attachment 259450 [details] rapid-photo-downloader-0.3.4.ebuild New download path and updated to match ebuild depend for dev-python/pyexiv2 ebuild at http://bugs.gentoo.org/show_bug.cgi?id=289004
(In reply to comment #18) > Created an attachment (id=259450) [details] > rapid-photo-downloader-0.3.4.ebuild > > New download path and updated to match ebuild depend for dev-python/pyexiv2 > ebuild at http://bugs.gentoo.org/show_bug.cgi?id=289004 > Forget the "new download path" thing. mixed up what i had edited. only the depend is updated to match dev-python/pyexiv2 instead of media-gfx/pyexiv2
Created attachment 276067 [details] rapid-photo-downloader-0.4.1.ebuild New version and update for warning * Deprecation Warning: Usage of distutils.eclass in packages not supporting installation * for multiple Python ABIs in EAPI <=2 is deprecated and will be banned on 2011-06-01. * The ebuild needs to be fixed. Please report a bug, if it has not been already reported. Have no idea if my fix is correct but no warnings now and it builds fine... /Andreas
Created attachment 280495 [details] rapid-photo-downloader-0.4.1-r1.ebuild added dependency to app-misc/hachoir-metadata with video use flag. tip: betagarden overlay for python exiv2 dependency
You should update pyexiv2 to >=3.0. See this: http://damonlynch.net/rapid/download.html#pyexiv2version
Created attachment 294643 [details] rapid photo downloader 0.4.2 New version 0.4.2 Dependencies changed for gnome python split ebuilds and pyexiv2
Created attachment 299287 [details] rapid-photo-downloader-0.4.3.ebuild
Created attachment 315609 [details] rapid-photo-downloader-0.4.4.ebuild new version. select python:2 at buildtime as it doesn't work with python:3
Created attachment 322735 [details] rapid-photo-downloader-0.4.5.ebuid New verstion + added RDEP for dev-python/imaging.
Created attachment 336858 [details] rapid-photo-downloader-0.4.6.ebuid Just a rename of the ebuild to get latest version 0.4.6
1. EAPI should be fixed. 2. It looks like Gentoo uses pillow library instead od imaging?
(In reply to Milos Popovic from comment #28) > 2. It looks like Gentoo uses pillow library instead od imaging? If package support it - we can use one of these libs. Look at virtual/python-imaging
Created attachment 363436 [details] rapid-photo-downloader-0.4.7.ebuild
Created attachment 390326 [details] rapid-photo-downloader-0.4.10.ebuild Updated with depend to >=media-gfx/fbida-2.09-r3 due to emerge problems on "gentoo stable" fbida-2.09
Created attachment 416838 [details] rapid-photo-downloader-0.4.11.ebuild switching from virtual/python-imaging to dev-python/pillow (see Bug 508266)
Some notes of what i installed to get the new Rapid Photo Downloader 0.9.0a4 to run. If someone will make an ebuild. I will maybe try to create one myself eventually. This is just snippets from my console history so not sure if its everything. Or if everything is for sure needed. But it runs now, though still with bugs. Like if you don't run xdg-user-dirs to create folder structures in your home folder RPD will not run. But it looks like a great update. package.use: dev-python/PyQt5 gui network sys-fs/udisks introspection virtual/libgudev introspection x11-libs/libnotify introspection >=dev-libs/libgudev-230 introspection x11-libs/gdk-pixbuf introspection emerge: dev-python/pip python-dateutil emerge dev-python/typing x11-libs/gdk-pixbuf x11-misc/xdg-user-dirs media-libs/libmediainfo distutils-extra python-distutils-extra wheel exiftool psutil pyzmq pymediainfo PyQt5 python-gudev pygobject:3
(In reply to Andreas Nyback from comment #33) > Some notes of what i installed to get the new Rapid Photo Downloader 0.9.0a4 > to run. If someone will make an ebuild. I will maybe try to create one > myself eventually. > This is just snippets from my console history so not sure if its everything. > Or if everything is for sure needed. But it runs now, though still with > bugs. Like if you don't run xdg-user-dirs to create folder structures in > your home folder RPD will not run. > But it looks like a great update. > > > package.use: > dev-python/PyQt5 gui network > sys-fs/udisks introspection > virtual/libgudev introspection > x11-libs/libnotify introspection > >=dev-libs/libgudev-230 introspection > x11-libs/gdk-pixbuf introspection > > emerge: > dev-python/pip > python-dateutil > dev-python/typing > x11-libs/gdk-pixbuf > x11-misc/xdg-user-dirs > media-libs/libmediainfo > distutils-extra > python-distutils-extra > wheel > exiftool > psutil > pyzmq > pymediainfo > PyQt5 > python-gudev > pygobject:3 media-libs/gexiv2
Created attachment 464434 [details] rapid-photo-downloader-0.9.0_alpha8.ebuild the latest alpha release will refuse to run if there are dependencies (even optional ones) that cannot be found. the ebuild may be a bit crude.. but it works.
(In reply to Demaro Stanberry from comment #35) > Created attachment 464434 [details] > rapid-photo-downloader-0.9.0_alpha8.ebuild dev-python/python-gudev[${PYTHON_USEDEP}] should be dev-python/python-gudev in the ebuild.
Created attachment 464518 [details] colour-0.1.2-r1.ebuild dev-python/colour
Created attachment 464520 [details] easygui-0.97.4.ebuild dev-python/easygui
Created attachment 464522 [details] pyprind-2.9.8.ebuild dev-python/pyprind
Created attachment 464524 [details] python-gphoto2-1.5.1.ebuild dev-python/python-gphoto2
Created attachment 464526 [details] rawkit-0.5.0.ebuild dev-python/rawkit
Created attachment 464528 [details] scandir-1.4.ebuild dev-python/scandir
Created attachment 464530 [details] sortedcontainers-1.5.7.ebuild dev-python/sortedcontainers
Are this ebuild files saved in Windows? End of the line is in Windows format, and had to be changed before the use. Many thanks for the new version!
(In reply to Milos Popovic from comment #44) > Are this ebuild files saved in Windows? End of the line is in Windows > format, and had to be changed before the use. Many thanks for the new > version! My local copies don't have any carriage returns and are ASCII text. Each file was pasted as text rather than uploaded as a file.. could be that bugzilla did the conversion to DOS or something. In any case, thanks for the feedback.
Created attachment 466092 [details] media-gfx/rapid-photo-downloader-0.9.0_alpha10.ebuild Many thanks for the ebuild work Demaro Fixed the dev-python/python-gudev comment above Added dependency to dev-python/gst-python:1.0 Not sure if that should be under video use flag maybe... now its not brgds Andreas
Created attachment 473174 [details] rapid-photo-downloader-0.9.0_beta5.ebuild
Created attachment 480824 [details] rapid-photo-downloader-0.9.0.ebuild rapid-photo-downloader-0.9.0 is just out.
Created attachment 483954 [details] media-gfx/rapid-photo-downloader-0.9.1.ebuild Just rename of ebuild for new version 0.9.1 /Andreas
Created attachment 483956 [details] dev-python/rawkit-0.6.0.ebuild dev-python/rawkit-0.6.0.ebuild just rename ebuild for new version. Andreas
Created attachment 483958 [details] media-gfx/rapid-photo-downloader-0.9.1-r1.ebuild Added depend to >=dev-python/rawkit-0.6.0 /Andreas
Created attachment 484658 [details] dev-python/python-gphoto2-1.7.0.ebuild New version and added depend to media-libs/libgphoto2. /Andreas
Version 0.9.11 can be installed with the applications install script, after commenting out the following section: # if custom_python(): # excecutable = valid_system_python() # if excecutable is None: # sys.stderr.write( # _( # "Sorry, this installer does not support a custom python installation.\n" # "Exiting..." # ) + "\n" # ) # sys.exit(1) # else: # print(_("Restarting script using system python...") + "\n") # restart_script(restart_with=excecutable)