1
0
glycin-loaders/glycin-loaders-libheif-non-default.patch
Bjørn Lie 12a5edb632 - Update to version 1.1.4:
+ Fixed:
    - image-rs: Support `image/qoi` mime-type for QOI in addition
      to `image/x-qoi`.
    - libglycin:
      . Include stdint.h.
      . Remove dependency on gtk in header and move it to
        libglycin-gtk4.

- Update URL and git url to new upstream home (GNOME core).
  Following this, run all services, ensure the new url works as
  expected.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glycin-loaders?expand=0&rev=25
2025-01-06 22:40:26 +00:00

12 lines
442 B
Diff

diff --git a/loaders/glycin-heif/Cargo.toml b/loaders/glycin-heif/Cargo.toml
index 66f5019..4f07738 100644
--- a/loaders/glycin-heif/Cargo.toml
+++ b/loaders/glycin-heif/Cargo.toml
@@ -11,5 +11,5 @@ rust-version.workspace = true
[dependencies]
glycin-utils = { workspace = true, features = ["async-io", "loader-utils"] }
-libheif-rs = "1.0.2"
+libheif-rs = { version = "1.0.2", default-features = false }
safe-transmute.workspace = true