diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e0e4606 --- /dev/null +++ b/debian/control @@ -0,0 +1,80 @@ +Source: shotwell +Section: gnome +Priority: optional +Maintainer: Jörg Frings-Fürst <debian@jff.email> +Build-Depends: + appstream-util, + cmake, + debhelper-compat (= 13), + desktop-file-utils, + dh-sequence-gnome, + itstool, + libappstream-glib-dev, + libexif-dev, + libgcr-3-dev, + libgdata-dev, + libgee-0.8-dev, + libgexiv2-dev, + libglib2.0-dev, + libgphoto2-dev, + libgstreamer-plugins-base1.0-dev, + libgstreamer1.0-dev, + libgtk-3-dev, + libgudev-1.0-dev, + libicu-dev, + libjson-glib-dev, + libportal-gtk3-dev, + libraw-dev, + librest-dev, + libsecret-1-dev, + libsqlite3-dev, + libwebkit2gtk-4.1-dev, + libwebp-dev, + libxml2, + meson, + ninja-build, + valac +Standards-Version: 4.6.2.0 +Rules-Requires-Root: binary-targets +Homepage: https://wiki.gnome.org/Apps/Shotwell +Vcs-Git: git://git.jff.email/shotwell.git +Vcs-Browser: https://git.jff.email/cgit/shotwell.git + +Package: shotwell +Architecture: linux-any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + shotwell-common (= ${source:Version}), + dconf-cli, + default-dbus-session-bus | dbus-session-bus, + librsvg2-common, + webp-pixbuf-loader, + xdg-desktop-portal-gnome | xdg-desktop-portal-backend +Replaces: shotwell-common (<< 0.26.2-1) +Description: digital photo organizer + Shotwell is a digital photo organizer designed for the GNOME desktop + environment. It allows you to import photos, pictures, images and videos + from disk or camera. Shotwell can organize them in collections and in other + various ways. The viewer shows them in full-window or fullscreen mode and + presents them as galleries or slideshows. The integrated editor can rotate, + flip, crop and tag the photos, adjust the colors und remove red eyes. Export + is possible to facebook, Flickr or Youtube to share with others. It is able + to manage a lot of image formats such as JPEG, PNG, BMP, TIFF and Raw CR2. + +Package: shotwell-common +Architecture: all +Depends: ${misc:Depends} +Recommends: shotwell +Breaks: shotwell (<< 0.26.2-1) +Description: digital photo organizer - common files + Shotwell is a digital photo organizer designed for the GNOME desktop + environment. It allows you to import photos, pictures, images and videos + from disk or camera. Shotwell can organize them in collections and in other + various ways. The viewer shows them in full-window or fullscreen mode and + presents them as galleries or slideshows. The integrated editor can rotate, + flip, crop and tag the photos, adjust the colors und remove red eyes. Export + is possible to facebook, Flickr or Youtube to share with others. It is able + to manage a lot of image formats such as JPEG, PNG, BMP, TIFF and Raw CR2. + . + This package provides image files and documentation for Shotwell. |