DFSG NEW Queue

DFSG, Licensing & New Packages Team

Review: rust-gst-plugin-dav1d 0.14.5-1

New Package Report

.changes
Distributionexperimental
DateTue, 21 Apr 2026 23:27:02 +0200
Sourcerust-gst-plugin-dav1d
Version0.14.5-1
Changed-ByCharles
Architectureamd64 source
Changelog
rust-gst-plugin-dav1d (0.14.5-1) experimental; urgency=medium
 .
   * Package gst-plugin-dav1d 0.14.5 from crates.io using debcargo 2.8.2
   * Closes: #1132533
.dsc
Componentmain
Package-Listgstreamer1.0-dav1d deb rust optional arch=any
librust-gst-plugin-dav1d-dev deb rust optional arch=any
Sectionrust
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: gst-plugin-dav1d
Upstream-Contact: Philippe Normand <philn@igalia.com>
Source: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs

Files: *
Copyright: Philippe Normand <philn@igalia.com>
License: MIT or Apache-2.0

Files: src/dav1ddec/imp.rs
Copyright: 2019 Philippe Normand <philn@igalia.com>
License: MIT or Apache-2.0

Files: src/dav1ddec/mod.rs
Copyright: 2019 Philippe Normand <philn@igalia.com>
License: MIT or Apache-2.0

Files: src/lib.rs
Copyright: 2019 Philippe Normand <philn@igalia.com>
License: MIT or Apache-2.0

Files: debian/*
Copyright:
 2024 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
 2024 Charles <charles05@canonical.com>
License: MPL-2.0

License: Apache-2.0
 Debian systems provide the Apache 2.0 license in
 /usr/share/common-licenses/Apache-2.0

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: MPL-2.0
 Debian systems provide the MPL 2.0 in /usr/share/common-licenses/MPL-2.0

Review Information

accepted — allocated to siretart 15 days ago, started 15 days ago, completed 15 days ago.

Final Comment

-h

Public Notes

15 days ago ● public

copyright-grep

Command: rg -i '(licen[cs]e|copyr|©|\(c\))' --heading
Exit code: 0

src/dav1ddec/mod.rs
// Copyright (C) 2019 Philippe Normand <philn@igalia.com>
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// SPDX-License-Identifier: MIT OR Apache-2.0

Cargo.toml
license = "MIT OR Apache-2.0"

LICENSE-APACHE
                              Apache License
                     http://www.apache.org/licenses/
   "License" shall mean the terms and conditions for use, reproduction,
   "Licensor" shall mean the copyright owner or entity authorized by
   the copyright owner that is granting the License.
   exercising permissions granted by this License.
   Object form, made available under the License, as indicated by a
   copyright notice that is included in or attached to the work
   of this License, Derivative Works shall not include works that remain
   submitted to Licensor for inclusion in the Work by the copyright owner
   the copyright owner. For the purposes of this definition, "submitted"
   designated in writing by the copyright owner as "Not a Contribution."
2. Grant of Copyright License. Subject to the terms and conditions of
   this License, each Contributor hereby grants to You a perpetual,
   copyright license to reproduce, prepare Derivative Works of,
   publicly display, publicly perform, sublicense, and distribute the
3. Grant of Patent License. Subject to the terms and conditions of
   this License, each Contributor hereby grants to You a perpetual,
   (except as stated in this section) patent license to make, have made,
   where such license applies only to those patent claims licensable
   or contributory patent infringement, then any patent licenses
   granted to You under this License for that Work shall terminate
       Derivative Works a copy of this License; and
   (c) You must retain, in the Source form of any Derivative Works
       that You distribute, all copyright, patent, trademark, and
       do not modify the License. You may add Your own attribution
       as modifying the License.
   You may add Your own copyright statement to Your modifications and
   may provide additional or different license terms and conditions
   the conditions stated in this License.
   this License, without any additional terms or conditions.
   the terms of any separate license agreement you may have executed
6. Trademarks. This License does not grant permission to use the trade
   risks associated with Your exercise of permissions under this License.
   result of this License or out of the use or inability to use the
   License. However, in accepting such obligations, You may act only
APPENDIX: How to apply the Apache License to your work.
   To apply the Apache License to your work, attach the following
   same "printed page" as the copyright notice for easier
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
	http://www.apache.org/licenses/LICENSE-2.0
distributed under the License is distributed on an "AS IS" BASIS,
See the License for the specific language governing permissions and
limitations under the License.

LICENSE-MIT
publish, distribute, sublicense, and/or sell copies of
The above copyright notice and this permission notice
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY

src/lib.rs
// Copyright (C) 2019 Philippe Normand <philn@igalia.com>
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// SPDX-License-Identifier: MIT OR Apache-2.0

Cargo.toml.orig
license = "MIT OR Apache-2.0"

src/dav1ddec/imp.rs
// Copyright (C) 2019 Philippe Normand <philn@igalia.com>
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// SPDX-License-Identifier: MIT OR Apache-2.0

debian/copyright.debcargo.hint
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Copyright: FIXME (overlay) UNKNOWN-YEARS Philippe Normand <philn@igalia.com>
License: MIT or Apache-2.0
 FIXME (overlay): Since upstream copyright years are not available in
Copyright: 2019 Philippe Normand <philn@igalia.com>
License: UNKNOWN-LICENSE; FIXME (overlay)
Copyright: 2019 Philippe Normand <philn@igalia.com>
License: UNKNOWN-LICENSE; FIXME (overlay)
Copyright: 2019 Philippe Normand <philn@igalia.com>
License: UNKNOWN-LICENSE; FIXME (overlay)
Copyright:
License: MIT or Apache-2.0
License: Apache-2.0
 Debian systems provide the Apache 2.0 license in
 /usr/share/common-licenses/Apache-2.0
License: MIT
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 The above copyright notice and this permission notice shall be included in all
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Copyright: Philippe Normand <philn@igalia.com>
License: MIT or Apache-2.0
Copyright: 2019 Philippe Normand <philn@igalia.com>
License: MIT or Apache-2.0
Copyright: 2019 Philippe Normand <philn@igalia.com>
License: MIT or Apache-2.0
Copyright: 2019 Philippe Normand <philn@igalia.com>
License: MIT or Apache-2.0
Copyright:
License: MPL-2.0
License: Apache-2.0
 Debian systems provide the Apache 2.0 license in
 /usr/share/common-licenses/Apache-2.0
License: MIT
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 The above copyright notice and this permission notice shall be included in all
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
License: MPL-2.0
 Debian systems provide the MPL 2.0 in /usr/share/common-licenses/MPL-2.0

Back to Dashboard | View all reviews for this package