summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-08-07 13:25:30 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-08-07 13:25:30 +0200
commit677c2003c8f82d910f4a498f1b2cc1368d73337a (patch)
tree4806ddf0b6e302d9545b2c1b7929f06128a6b5e8
parent8b136df8c340d1e1ee1874ef60850aa9bd153d49 (diff)
New upstream release
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/series2
-rw-r--r--rapid_photo_downloader.egg-info/PKG-INFO233
-rw-r--r--rapid_photo_downloader.egg-info/SOURCES.txt138
-rw-r--r--rapid_photo_downloader.egg-info/dependency_links.txt1
-rw-r--r--rapid_photo_downloader.egg-info/entry_points.txt6
-rw-r--r--rapid_photo_downloader.egg-info/not-zip-safe1
-rw-r--r--rapid_photo_downloader.egg-info/requires.txt23
-rw-r--r--rapid_photo_downloader.egg-info/top_level.txt1
9 files changed, 7 insertions, 404 deletions
diff --git a/debian/changelog b/debian/changelog
index 21e12d0..783e2e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rapid-photo-downloader (0.9.10-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Tue, 07 Aug 2018 13:10:28 +0200
+
rapid-photo-downloader (0.9.9-2) unstable; urgency=medium
* remove python version dependency satisfied by oldstable
diff --git a/debian/patches/series b/debian/patches/series
index 28606f7..e64a24e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,4 +2,4 @@
#10-keywords_desktop.patch
#0001-intltool_utf8.patch
11-no-version-check.patch
-0700-appstream-metadata.patch
+#0700-appstream-metadata.patch
diff --git a/rapid_photo_downloader.egg-info/PKG-INFO b/rapid_photo_downloader.egg-info/PKG-INFO
deleted file mode 100644
index 2adc5fa..0000000
--- a/rapid_photo_downloader.egg-info/PKG-INFO
+++ /dev/null
@@ -1,233 +0,0 @@
-Metadata-Version: 2.1
-Name: rapid-photo-downloader
-Version: 0.9.10
-Summary: Downloads, renames and backs up photos and videos from cameras, phones, memory cards and other devices
-Home-page: http://www.damonlynch.net/rapid
-Author: Damon Lynch
-Author-email: damonlynch@gmail.com
-License: GPL
-Description: Rapid Photo Downloader
- ======================
-
- Contents
- --------
-
- - `Description`_
- - `Install on Ubuntu, openSUSE, Debian, and Fedora`_
- - `Supported Linux Versions`_
- - `Software Requirements and Program Installation on Other Systems`_
- - `Satisfying Software Requirements`_
- - `Installation`_
- - `Uninstallation`_
-
- Description
- ===========
-
- Rapid Photo Downloader imports photos and videos from cameras, phones,
- memory cards and other devices at high speed. It can be configured to
- rename photos and videos with meaningful filenames you specify. It can also
- back up photos and videos as they are downloaded. It downloads from and backs
- up to multiple devices simultaneously.
-
- Unique to Rapid Photo Downloader is its Timeline, which groups photos and
- videos based on how much time elapsed between consecutive shots. Use it to
- identify photos and videos taken at different periods in a single day or
- over consecutive days.
-
- Written by a photographer_ for professional and amateur photographers, Rapid
- Photo Downloader is easy to configure and use. Program preferences are
- configured without the need for complicated codes. Common tasks can be
- automated, such as unmounting a memory card when the download is complete.
-
- A helper command-line program accompanying Rapid Photo Downloader is
- ``analyze_pv_structure``, which analyzes photos and videos to help determine
- how much of a file needs to be read to extract its metadata and thumbnail.
-
- Rapid Photo Downloader currently runs only on Linux. Theoretically it could be
- ported to both Mac and Windows with minimal effort. The one gotcha is that
- that Windows lacks gphoto2, meaning when run under Windows, it could not
- download directly from cameras unless it used something else.
-
- The program is licensed under the GPL3_ or later.
-
- Install on Ubuntu, openSUSE, Debian, and Fedora
- ===============================================
-
- To install Rapid Photo Downloader, run as your regular user (i.e. *without* sudo):
-
- ``python3 install.py``
-
- The program sudo may prompt for your administrator (root) password during the
- install process, if required.
-
- For a list of optional commands you can give the insaller, run:
-
- ``python3 install.py --help``
-
- Finally, to uninstall:
-
- ``python3 -m pip uninstall rapid-photo-downloader``
-
- If you installed the man pages, they are found in ``/usr/local/share/man/man1``.
-
- Supported Linux Versions
- ========================
-
- - Ubuntu 16.04 or newer
- - LinuxMint 18 or newer
- - Debian 9, unstable or testing
- - Fedora 25 or newer
- - openSUSE Leap 42.2 or newer
- - Any distribution meeting the software requirements below
-
- Software Requirements and Program Installation on Other Systems
- ===============================================================
-
- The program is installed using the Python tool pip_, which automates almost
- all aspects of the program's installation by using PyPi_ to download Python modules.
-
- Rapid Photo Downloader requires:
-
- - Python 3.4 or greater, and its development headers
- - PyQt_ 5.4 or greater
- - Qt_ 5.4 or greater
- - `Python gobject introspection`_ modules:
- - GUdev 1.0
- - UDisks 2.0
- - GLib 2.0
- - GExiv2 0.10
- - Gst 1.0
- - Notify 0.7
- - `python-gphoto2`_ 1.4.0 or newer
- - pyzmq_
- - tornado_
- - psutil_ 3.4.2 or newer
- - pyxdg_
- - Arrow_
- - dateutil_ 2.2 or newer
- - exiv2_
- - ExifTool_ 0.97.4 or older (0.98 has a critical bug)
- - EasyGUI_
- - Colour_
- - pymediainfo_
- - SortedContainers_
- - rawkit_: renders thumbnails from RAW images from which a thumbnail cannot be extracted using
- libraw_, which is especially useful when downloading DNG files from Android phones or working
- with old RAW formats.
- - `Qt5 plugin for reading TIFF images`_
- - Requests_
- - intltool_
- - If using Python 3.4, these additional modules:
- - typing_
- - scandir_
-
- Highly recommended, optional dependencies:
-
- - colorlog_: generates coloured program output when running Rapid Photo Downloader from the
- terminal.
- - pyprind_: shows a progress bar on the command line while running the program
- ``analyze_pv_structure``.
-
- Satisfying Software Requirements
- --------------------------------
-
- While Rapid Photo Downloader's installer will automatically download and install most
- required Python modules not already found on your system, there are some it cannot install.
- You must install these Python modules and a few other programs prior to installing Rapid Photo
- Downloader. The Python module requirements are the Python 3 versions of:
-
- - PyQt_ 5.4 or greater
- - All `Python gobject introspection`_ modules listed above
-
- The non-Python programs required are:
-
- - ExifTool_
- - exiv2_
- - Given `python-gphoto2`_ will almost certainly be installed from PyPi_, the development
- packages for libgphoto2 and Python3 must be installed first, e.g. libgphoto2-dev
- and python3-dev
- - Likewise, given pymediainfo_ will almost certainly be installed from PyPi_,
- the package libmediainfo must be installed.
- - If installing pyzmq_ from PyPi_, you must first install the development
- packages for libzmq3 and Python3, e.g. libzmq3-dev and python3-dev
- - Qt5 plugin for reading TIFF images
- - If installing rawkit_ from PyPi_, libraw is required, e.g. libraw10 or libraw15.
- - If installing EasyGUI_ from PyPi_, ensure the Tkinter package for Python 3 is installed.
-
- Installation
- ------------
-
- After `satisfying software requirements`_ using your Linux distribution's standard package
- installation tools, you should install Rapid Photo Downloader using the following steps.
-
- First, you may need to update your user's copy of pip and setuptools:
-
- ``python3 -m pip install --user --upgrade pip``
-
- ``python3 -m pip install --user --upgrade setuptools wheel``
-
- The following command will install all required and optional Python modules not already
- installed on your system, with the exception of those specified above in
- `satisfying software requirements`_:
-
- ``python3 install.py``
-
- **Caution:** *untarring the archive, building it and installing it using* ``sudo python3 setup.py
- install`` *is* **not** *supported, and* **not** *recommended.*
-
- Uninstallation
- --------------
-
- Assuming you installed using the instructions above, run:
-
- ``python3 -m pip uninstall rapid-photo-downloader``
-
- If you installed the man pages, they are found in ``/usr/local/share/man/man1``.
-
-
- .. _website: http://damonlynch.net/rapid
- .. _Python gobject introspection: https://wiki.gnome.org/action/show/Projects/PyGObject
- .. _python-gphoto2: https://github.com/jim-easterbrook/python-gphoto2
- .. _pyzmq: https://github.com/zeromq/pyzmq
- .. _psutil: https://github.com/giampaolo/psutil
- .. _pyxdg: https://www.freedesktop.org/wiki/Software/pyxdg/
- .. _Arrow: https://github.com/crsmithdev/arrow
- .. _dateutil: https://labix.org/python-dateutil
- .. _typing: https://pypi.python.org/pypi/typing
- .. _scandir: https://github.com/benhoyt/scandir
- .. _colorlog: https://github.com/borntyping/python-colorlog
- .. _rawkit: https://github.com/photoshell/rawkit
- .. _pyprind: https://github.com/rasbt/pyprind
- .. _exiv2: http://www.exiv2.org/
- .. _ExifTool: http://www.sno.phy.queensu.ca/~phil/exiftool/
- .. _PyPi: https://pypi.python.org/pypi
- .. _GPL3: http://www.gnu.org/licenses/gpl-3.0.en.html
- .. _photographer: http://www.damonlynch.net
- .. _pip: https://pip.pypa.io/en/stable/
- .. _libraw: http://www.libraw.org/
- .. _PyQt: https://riverbankcomputing.com/software/pyqt/intro
- .. _EasyGUI: https://github.com/robertlugg/easygui
- .. _Colour: https://github.com/vaab/colour
- .. _intltool: https://freedesktop.org/wiki/Software/intltool/
- .. _Tkinter: https://wiki.python.org/moin/TkInter
- .. _`Qt5 plugin for reading TIFF images`: http://doc.qt.io/qt-5/qtimageformats-index.html
- .. _pymediainfo: https://github.com/sbraz/pymediainfo
- .. _Qt: https://www.qt.io/
- .. _SortedContainers: http://www.grantjenks.com/docs/sortedcontainers/
- .. _Requests: http://docs.python-requests.org/
- .. _tornado: http://www.tornadoweb.org/
-Keywords: photo,video,download,ingest,import,camera,phone,backup,rename,photography,photographer,transfer,copy,raw,cr2,nef,arw
-Platform: UNKNOWN
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: Environment :: X11 Applications :: Qt
-Classifier: Intended Audience :: End Users/Desktop
-Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
-Classifier: Operating System :: POSIX :: Linux
-Classifier: Programming Language :: Python :: 3.4
-Classifier: Programming Language :: Python :: 3.5
-Classifier: Programming Language :: Python :: 3.6
-Classifier: Programming Language :: Python :: 3.7
-Classifier: Topic :: Multimedia :: Graphics
-Classifier: Topic :: Multimedia :: Video
-Provides-Extra: color_ouput
-Provides-Extra: progress_bar
diff --git a/rapid_photo_downloader.egg-info/SOURCES.txt b/rapid_photo_downloader.egg-info/SOURCES.txt
deleted file mode 100644
index d39c041..0000000
--- a/rapid_photo_downloader.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,138 +0,0 @@
-CHANGES.rst
-MANIFEST.in
-README.rst
-RELEASE_NOTES.rst
-install.py
-requirements.txt
-setup.cfg
-setup.py
-upgrade.py
-data/net.damonlynch.rapid-photo-downloader.appdata.xml.in
-data/net.damonlynch.rapid-photo-downloader.desktop.in
-data/icons/rapid-photo-downloader.xpm
-data/icons/128x128/apps/rapid-photo-downloader.png
-data/icons/16x16/apps/rapid-photo-downloader.png
-data/icons/22x22/apps/rapid-photo-downloader.png
-data/icons/24x24/apps/rapid-photo-downloader.png
-data/icons/256x256/apps/rapid-photo-downloader.png
-data/icons/48x48/apps/rapid-photo-downloader.png
-data/icons/512x512/apps/rapid-photo-downloader.png
-data/icons/64x64/apps/rapid-photo-downloader.png
-data/icons/scalable/apps/rapid-photo-downloader.svg
-data/kde/net.damonlynch.rapid-photo-downloader.desktop.in
-doc/analyze-pv-structure.1.pod
-doc/rapid-photo-downloader.1.pod
-po/LINGUAS
-po/POTFILES.in
-po/ar.po
-po/be.po
-po/bg.po
-po/ca.po
-po/cs.po
-po/da.po
-po/de.po
-po/el.po
-po/en_AU.po
-po/en_GB.po
-po/es.po
-po/et.po
-po/fa.po
-po/fi.po
-po/fr.po
-po/hr.po
-po/hu.po
-po/id.po
-po/it.po
-po/ja.po
-po/kab.po
-po/nb.po
-po/nl.po
-po/nn.po
-po/oc.po
-po/pl.po
-po/pt.po
-po/pt_BR.po
-po/rapid-photo-downloader.pot
-po/ro.po
-po/ru.po
-po/sk.po
-po/sr.po
-po/sv.po
-po/tr.po
-po/uk.po
-po/zh_CN.po
-raphodo/__about__.py
-raphodo/__init__.py
-raphodo/aboutdialog.py
-raphodo/analyzephotos.py
-raphodo/backupfile.py
-raphodo/backuppanel.py
-raphodo/cache.py
-raphodo/camera.py
-raphodo/chevroncombo.py
-raphodo/computerview.py
-raphodo/constants.py
-raphodo/copyfiles.py
-raphodo/destinationdisplay.py
-raphodo/devicedisplay.py
-raphodo/devices.py
-raphodo/didyouknow.py
-raphodo/downloadtracker.py
-raphodo/errorlog.py
-raphodo/excepthook.py
-raphodo/exiftool.py
-raphodo/filebrowse.py
-raphodo/fileutilities.py
-raphodo/filmstrip.py
-raphodo/foldercombo.py
-raphodo/folderspreview.py
-raphodo/generatename.py
-raphodo/generatenameconfig.py
-raphodo/interprocess.py
-raphodo/iplogging.py
-raphodo/jobcodepanel.py
-raphodo/menubutton.py
-raphodo/messagewidget.py
-raphodo/metadataphoto.py
-raphodo/metadatavideo.py
-raphodo/nameeditor.py
-raphodo/newversion.py
-raphodo/offload.py
-raphodo/panelview.py
-raphodo/photoattributes.py
-raphodo/preferencedialog.py
-raphodo/preferences.py
-raphodo/primarybutton.py
-raphodo/problemnotification.py
-raphodo/proximity.py
-raphodo/qrc_resources.py
-raphodo/rapid.py
-raphodo/rememberthisdialog.py
-raphodo/renameandmovefile.py
-raphodo/renamepanel.py
-raphodo/rescan.py
-raphodo/resources.qrc
-raphodo/rotatedpushbutton.py
-raphodo/rpdfile.py
-raphodo/rpdsql.py
-raphodo/scan.py
-raphodo/storage.py
-raphodo/thumbloadbalancer.py
-raphodo/thumbnaildaemon.py
-raphodo/thumbnaildisplay.py
-raphodo/thumbnailer.py
-raphodo/thumbnailextractor.py
-raphodo/thumbnailpara.py
-raphodo/timeutils.py
-raphodo/toggleswitch.py
-raphodo/toggleview.py
-raphodo/utilities.py
-raphodo/videoattributes.py
-raphodo/viewutils.py
-rapid_photo_downloader.egg-info/PKG-INFO
-rapid_photo_downloader.egg-info/SOURCES.txt
-rapid_photo_downloader.egg-info/dependency_links.txt
-rapid_photo_downloader.egg-info/entry_points.txt
-rapid_photo_downloader.egg-info/not-zip-safe
-rapid_photo_downloader.egg-info/requires.txt
-rapid_photo_downloader.egg-info/top_level.txt \ No newline at end of file
diff --git a/rapid_photo_downloader.egg-info/dependency_links.txt b/rapid_photo_downloader.egg-info/dependency_links.txt
deleted file mode 100644
index 8b13789..0000000
--- a/rapid_photo_downloader.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/rapid_photo_downloader.egg-info/entry_points.txt b/rapid_photo_downloader.egg-info/entry_points.txt
deleted file mode 100644
index ace4869..0000000
--- a/rapid_photo_downloader.egg-info/entry_points.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-[console_scripts]
-analyze-pv-structure = raphodo.analyzephotos:main
-
-[gui_scripts]
-rapid-photo-downloader = raphodo.rapid:main
-
diff --git a/rapid_photo_downloader.egg-info/not-zip-safe b/rapid_photo_downloader.egg-info/not-zip-safe
deleted file mode 100644
index 8b13789..0000000
--- a/rapid_photo_downloader.egg-info/not-zip-safe
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/rapid_photo_downloader.egg-info/requires.txt b/rapid_photo_downloader.egg-info/requires.txt
deleted file mode 100644
index bc209ba..0000000
--- a/rapid_photo_downloader.egg-info/requires.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-PyGObject
-arrow
-colorlog
-easygui
-gphoto2
-psutil
-pymediainfo
-python-dateutil
-pyxdg
-pyzmq
-rawkit
-sortedcontainers
-tornado
-
-[:python_version < "3.5"]
-scandir
-typing
-
-[color_ouput]
-colour
-
-[progress_bar]
-pyprind
diff --git a/rapid_photo_downloader.egg-info/top_level.txt b/rapid_photo_downloader.egg-info/top_level.txt
deleted file mode 100644
index 749efd0..0000000
--- a/rapid_photo_downloader.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-raphodo