Codebase list rust-stfu8 / a6b0fa3
image - reduce optional dependencies. Peter Michael Green 2 years ago
3 changed file(s) with 70 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 rust-image (0.23.14-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
22 * Team upload.
3 * Package image 0.23.14 from crates.io using debcargo 2.5.0
3 * Package image 0.23.14 from crates.io using debcargo 2.4.2
44 * Adjust dependencies to match packages available in Debian (Closes: 974117)
55 * Apply upstream patch to fix tests with rust-quickcheck 1.x
66 * Disable benches that rely on rust-criterion and remove it from
77 dev-dependencies since it is not in Debian.
8 * Reduce the number of optional dependencies to avoid introducing new
9 binary packages.
810
9 -- Peter Michael Green <plugwash@debian.org> Mon, 18 Apr 2022 20:36:15 +0000
11 -- Peter Michael Green <plugwash@debian.org> Tue, 19 Apr 2022 02:15:02 +0000
1012
1113 rust-image (0.22.1-2) unstable; urgency=medium
1214
0 Index: image/Cargo.toml
1 ===================================================================
2 --- image.orig/Cargo.toml
3 +++ image/Cargo.toml
4 @@ -38,14 +38,6 @@ version = "1.3.2"
5 [dependencies.color_quant]
6 version = "1.1"
7
8 -[dependencies.dav1d]
9 -version = "0.6.0"
10 -optional = true
11 -
12 -[dependencies.dcv-color-primitives]
13 -version = "0.1.16"
14 -optional = true
15 -
16 [dependencies.gif]
17 version = "0.11.1"
18 optional = true
19 @@ -56,10 +48,6 @@ optional = true
20 default-features = false
21 package = "jpeg-decoder"
22
23 -[dependencies.mp4parse]
24 -version = "0.11.5"
25 -optional = true
26 -
27 [dependencies.num-iter]
28 version = "0.1.32"
29
30 @@ -74,17 +62,9 @@ version = "0.2.0"
31 version = "0.16.5"
32 optional = true
33
34 -[dependencies.ravif]
35 -version = "0.6.0"
36 -optional = true
37 -
38 -[dependencies.rgb]
39 -version = "0.8.25"
40 -optional = true
41 -
42 [dependencies.scoped_threadpool]
43 version = "0.1"
44 optional = true
45
46 [dependencies.tiff]
47 version = "0.6.0"
48 @@ -102,16 +81,13 @@ version = "0.4"
49 version = "1.0"
50
51 [features]
52 -avif = ["avif-encoder"]
53 -avif-decoder = ["mp4parse", "dcv-color-primitives", "dav1d"]
54 -avif-encoder = ["ravif", "rgb"]
55 benchmarks = []
56 bmp = []
57 dds = ["dxt"]
58 default = ["gif", "jpeg", "ico", "png", "pnm", "tga", "tiff", "webp", "bmp", "hdr", "dxt", "dds", "farbfeld", "jpeg_rayon"]
59 dxt = []
60 farbfeld = []
61 hdr = ["scoped_threadpool"]
62 ico = ["bmp", "png"]
63 jpeg_rayon = ["jpeg/rayon"]
64 pnm = []
22 disable-tests-missing-testdata.patch
33 disable-criterion.diff
44 fix-tests-quickcheck-1.patch
5 disable-features.diff