From 77d7ab1335686df88ee3cc69a59107218a3ddc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 10 Apr 2023 15:59:06 +0200 Subject: d/contol: Add new Build-Depends; Change to new repository --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 4a37625..b210179 100644 --- a/debian/control +++ b/debian/control @@ -23,6 +23,7 @@ Build-Depends: libgudev-1.0-dev (>= 145), libicu-dev, libjson-glib-dev, + libportal-gtk3-dev, libraw-dev (>= 0.14), librest-dev (>= 0.7), libsoup2.4-dev (>= 2.26.0), @@ -37,8 +38,8 @@ Build-Depends: Standards-Version: 4.6.1.0 Rules-Requires-Root: binary-targets Homepage: https://wiki.gnome.org/Apps/Shotwell -Vcs-Git: git://jff.email/opt/git/shotwell.git -Vcs-Browser: https://jff.email/cgit/shotwell.git +Vcs-Git: git://git.jff.email/shotwell.git +Vcs-Browser: https://gir.jff.email/cgit/shotwell.git Package: shotwell Architecture: linux-any -- cgit v1.2.3 From bb30e44991093d22c716fed564d59a1aa33b51f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 10 Apr 2023 17:57:47 +0200 Subject: Declare compliance with Debian Policy 4.6.2.0 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b210179..c92c32e 100644 --- a/debian/control +++ b/debian/control @@ -35,7 +35,7 @@ Build-Depends: ninja-build, valac (>= 0.46.0), webp-pixbuf-loader -Standards-Version: 4.6.1.0 +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 -- cgit v1.2.3 From 02055495eaf2bc4034cb5313b134c27c9ad6ddb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 13 Jun 2023 21:52:01 +0200 Subject: New d/p/0105-vala_56.6.patch to fix FTBFS with newer vala releases --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index c92c32e..4ecdd9a 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ 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://gir.jff.email/cgit/shotwell.git +Vcs-Browser: https://git.jff.email/cgit/shotwell.git Package: shotwell Architecture: linux-any -- cgit v1.2.3 From c11ce42c49649b88f31f7a3396beb4ec488e2991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 13 Jun 2023 22:01:01 +0200 Subject: Move Build Depend webp-pixbuf-loader to Depends --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 4ecdd9a..8a44843 100644 --- a/debian/control +++ b/debian/control @@ -33,8 +33,7 @@ Build-Depends: libxml2 (>= 2.6.32), meson, ninja-build, - valac (>= 0.46.0), - webp-pixbuf-loader + valac (>= 0.46.0) Standards-Version: 4.6.2.0 Rules-Requires-Root: binary-targets Homepage: https://wiki.gnome.org/Apps/Shotwell @@ -49,7 +48,8 @@ Depends: shotwell-common (= ${source:Version}), dconf-cli, default-dbus-session-bus | dbus-session-bus, - librsvg2-common + librsvg2-common, + webp-pixbuf-loader Replaces: shotwell-common (<< 0.26.2-1) Description: digital photo organizer Shotwell is a digital photo organizer designed for the GNOME desktop -- cgit v1.2.3 From 37de42bdc79fa3b3adfb4144c0f26943fa6cafae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 14 Jun 2023 17:12:27 +0200 Subject: Add webp support --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 8a44843..2501762 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: libgcr-3-dev, libgdata-dev, libgee-0.8-dev (>= 0.10), - libgexiv2-dev (>= 0.10.4), + libgexiv2-dev (>= 0.12.0-2~), libglib2.0-dev (>= 2.40), libgphoto2-dev (>= 2.5.4), libgstreamer-plugins-base1.0-dev (>= 1.0.0), @@ -30,6 +30,7 @@ Build-Depends: libsqlite3-dev (>= 3.5.9), libunity-dev, libwebkit2gtk-4.0-dev, + libwebp-dev, libxml2 (>= 2.6.32), meson, ninja-build, -- cgit v1.2.3 From b82e7aed0384e8286910e1fd850f219b7c9ef8df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 14 Jun 2023 22:47:42 +0200 Subject: Some changes and cleanup for upstream release 0.32.1 --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 2501762..c06501b 100644 --- a/debian/control +++ b/debian/control @@ -26,10 +26,11 @@ Build-Depends: libportal-gtk3-dev, libraw-dev (>= 0.14), librest-dev (>= 0.7), + libsecret-1-dev, libsoup2.4-dev (>= 2.26.0), libsqlite3-dev (>= 3.5.9), libunity-dev, - libwebkit2gtk-4.0-dev, + libwebkit2gtk-4.1-dev, libwebp-dev, libxml2 (>= 2.6.32), meson, -- cgit v1.2.3