Merge ~vpa1977/ubuntu/+source/libheif:ubuntu/devel into ubuntu/+source/libheif:ubuntu/devel

Proposed by Vladimir Petko
Status: Merged
Merged at revision: 59305cace8f9a2888490de8e60136ef9bd07bb44
Proposed branch: ~vpa1977/ubuntu/+source/libheif:ubuntu/devel
Merge into: ubuntu/+source/libheif:ubuntu/devel
Diff against target: 35 lines (+10/-2)
2 files modified
debian/changelog (+8/-0)
debian/control (+2/-2)
Reviewer Review Type Date Requested Status
git-ubuntu import Pending
Review via email: mp+464467@code.launchpad.net

Description of the change

Changes:
    - Swap libheif-plugin-aomdec and libheif-plugin-dav1d.
    - Demote libheif-plugin-x265 to Suggests.

PPA: ppa:vpa1977/libheif[1]

Testing:
 See [2]

[1] https://launchpad.net/~vpa1977/+archive/ubuntu/libheif/+packages
[2] https://bugs.launchpad.net/ubuntu/+source/libheif/+bug/2061089

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 349609c..b174832 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,11 @@
6+libheif (1.17.6-1ubuntu4) noble; urgency=medium
7+
8+ * d/control: update dependencies for the Main Inclusion Request (LP: #2061089):
9+ - Swap libheif-plugin-aomdec and libheif-plugin-dav1d.
10+ - Demote libheif-plugin-x265 to Suggests.
11+
12+ -- Vladimir Petko <vladimir.petko@canonical.com> Tue, 16 Apr 2024 20:36:05 +1200
13+
14 libheif (1.17.6-1ubuntu3) noble; urgency=medium
15
16 * No-change rebuild for CVE-2024-3094
17diff --git a/debian/control b/debian/control
18index 6120265..bb80506 100644
19--- a/debian/control
20+++ b/debian/control
21@@ -33,12 +33,12 @@ Multi-Arch: same
22 Depends:
23 ${misc:Depends},
24 ${shlibs:Depends},
25- libheif-plugin-dav1d (= ${binary:Version}) | libheif-plugin-aomdec (= ${binary:Version}),
26+ libheif-plugin-aomdec (= ${binary:Version}) | libheif-plugin-dav1d (= ${binary:Version}),
27 libheif-plugin-libde265 (= ${binary:Version})
28 Recommends:
29 libheif-plugin-aomenc (= ${binary:Version}),
30- libheif-plugin-x265 (= ${binary:Version})
31 Suggests:
32+ libheif-plugin-x265 (= ${binary:Version}),
33 libheif-plugin-ffmpegdec (= ${binary:Version}),
34 libheif-plugin-jpegdec (= ${binary:Version}),
35 libheif-plugin-jpegenc (= ${binary:Version}),

Subscribers

People subscribed via source and target branches