diff options
author | Antoine Beaupré <anarcat@debian.org> | 2017-12-30 13:26:26 -0500 |
---|---|---|
committer | Antoine Beaupré <anarcat@debian.org> | 2017-12-30 13:26:26 -0500 |
commit | ab3a50404085f5e85c180880ef4cbe9efda386b6 (patch) | |
tree | 8f2bb552733f966e12e73460b4378657ab0c98f5 | |
parent | 1bc994a3a45c48fc06c40eda8641a919e62be23b (diff) |
add missing binary dependencies
-rw-r--r-- | debian/control | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4f82aac..7d7e86f 100644 --- a/debian/control +++ b/debian/control @@ -23,9 +23,17 @@ Depends: ${misc:Depends}, python3-dbus, python3-exif, - python3-gi, python3-gphoto2cffi, python3-pyqt5 (>= 5.4), + qt5-image-formats-plugins, + python3-gi, + gir1.2-gexiv2-0.10, + gir1.2-gstreamer-1.0, + gir1.2-gudev-1.0, + gir1.2-udisks-2.0, + gir1.2-notify-0.7, + gstreamer1.0-libav, + gstreamer1.0-plugins-good, libimage-exiftool-perl, Recommends: python3-kaa-metadata, |