Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Rapid Photo Downloader - ebuild?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Zucca
Moderator
Moderator


Joined: 14 Jun 2007
Posts: 3337
Location: Rasi, Finland

PostPosted: Sat May 01, 2021 1:24 pm    Post subject: Rapid Photo Downloader - ebuild? Reply with quote

I'm looking (yet again) a program to import photos and tag my photo/video collection.

Does anyone know if there's ebuild for Rapid Photo Downloader?
I'd like to test this program. It should at least fullfill the importing part.

Shotwell crashes after trying to index my photo collection for a while. digiKam has way too much features I don't need, also I don't like how the photo importing works there. Please don't suggest them.

I edit/develop my photos using darktable and/or gimp. Those work just fine.
_________________
..: Zucca :..
Gentoo IRC channels reside on Libera.Chat.
--
Quote:
I am NaN! I am a man!
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54214
Location: 56N 3W

PostPosted: Sat May 01, 2021 1:35 pm    Post subject: Reply with quote

Zucca,

There is a get-you-started ebuild.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30888
Location: here

PostPosted: Sat May 01, 2021 4:55 pm    Post subject: Reply with quote

An updated ebuild
rapid-photo-downloader-0.9.26.ebuild:
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{7..8} )

inherit distutils-r1

DESCRIPTION="Import your images efficiently and reliably"
HOMEPAGE="http://damonlynch.net/rapid/"
SRC_URI="https://launchpad.net/rapid/pyqt/${PV}/+download/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
        dev-python/arrow[${PYTHON_USEDEP}]
        dev-python/Babel[${PYTHON_USEDEP}]
        dev-python/pymediainfo[${PYTHON_USEDEP}]
        dev-python/PyQt5[${PYTHON_USEDEP}]
        dev-python/psutil[${PYTHON_USEDEP}]
        dev-python/pygobject[${PYTHON_USEDEP}]
        dev-python/python-dateutil[${PYTHON_USEDEP}]
        dev-python/pyxdg[${PYTHON_USEDEP}]
        dev-python/pyzmq[${PYTHON_USEDEP}]
        dev-python/requests[${PYTHON_USEDEP}]
        dev-python/sortedcontainers[${PYTHON_USEDEP}]
        dev-python/tenacity[${PYTHON_USEDEP}]
        dev-qt/qtimageformats:5
        dev-qt/qtsvg:5
        dev-util/desktop-file-utils
        media-libs/exiftool
        media-libs/gexiv2
        media-libs/gstreamer
        sys-fs/udisks
        x11-libs/libnotify
        x11-themes/hicolor-icon-theme
"
DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
        dev-util/intltool"

Follow dependencies are missing in tree: dev-python/colour, dev-python/easygui and dev-python/gphoto2.
The first two you can find in external overlay but last is missing
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54214
Location: 56N 3W

PostPosted: Sat May 01, 2021 5:18 pm    Post subject: Reply with quote

fedeliallalinea'

Loose a mark for
Code:
PYTHON_COMPAT=( python3_{7..8} )

python-3.9 is about to become the default. :)
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30888
Location: here

PostPosted: Sat May 01, 2021 6:18 pm    Post subject: Reply with quote

NeddySeagoon wrote:
python-3.9 is about to become the default. :)

I know but in setup.py the max version in classifiers is only python-3.8, probably works also with python-3.9
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Zucca
Moderator
Moderator


Joined: 14 Jun 2007
Posts: 3337
Location: Rasi, Finland

PostPosted: Sun May 02, 2021 11:33 am    Post subject: Reply with quote

I wouldn't like to keep all the missing dependencies updated... But this seems to be my only choice.
_________________
..: Zucca :..
Gentoo IRC channels reside on Libera.Chat.
--
Quote:
I am NaN! I am a man!
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30888
Location: here

PostPosted: Sun May 02, 2021 2:49 pm    Post subject: Reply with quote

In my overlay you can find an working ebuild with all dependencies required
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum