1. Done. I used an alternative vendoring style (as done in other GNOME
Rust packages) where the vendoring is in debian/missing-sources and
therefore creates a large .debian.tar.xz instead of a separate orig-
rust-vendor.tar.xz . My opinion is that this makes it easier if we ever
need to update one or more of the vendored dependencies. Otherwise,
you'd either have to bump the upstream version number (which we
shouldn't do) or use debian/patches.

2. I have now marked the dmabuf autopkgtest as not flaky. Although we
could mark every test as not flaky except for gst+gl, this would be a
bit messier diff to maintain. Every time there is a new upstream
release, the version numbers in debian/tests/control are updated which
means we would have to rebase this diff. The others tests are marked as
flaky because of a bug/unimplemented feature in the Debian Rust team's
packaging scripts that generate debian/tests/control. I reported that
bug as https://bugs.debian.org/1107750 . Another way to fix this would
be to fix the gst+gl test and then nothing would be marked as flaky so I
reported https://gitlab.freedesktop.org/gstreamer/gst-plugins-
rs/-/issues/698

3. 4. 6. Done.

5. This bug is mentioned in the override_dh_auto_install rule. It is a known 
bug in the Debian Rust team's packaging scripts. I don't think we need to take 
any other action here.
https://git.launchpad.net/ubuntu/+source/rust-gst-plugin-gtk4/tree/debian/rules

7. I fixed several Lintian warnings. See my next comment for unfixed
warnings.

8. I didn't do any action here. I believe the "wayland" feature is
deprecated warning is because rust-gst-plugin-gtk4 offers a deprecated
(renamed) wayland feature and the Debian Rust packaging builds every
feature separately to test that they work and can be used separately.

** Bug watch added: Debian Bug tracker #1107750
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1107750

** Bug watch added: gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues 
#698
   https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/698

** Changed in: rust-gst-plugin-gtk4 (Ubuntu)
       Status: Incomplete => New

** Changed in: rust-gst-plugin-gtk4 (Ubuntu)
     Assignee: Jeremy Bícha (jbicha) => (unassigned)

** Description changed:

  [Availability]
  The package rust-gst-plugin-gtk4 is already in Ubuntu universe.
  The package rust-gst-plugin-gtk4 build for the architectures it is designed 
to work on.
  It currently builds and works for all Ubuntu architectures except for i386
  Link to package https://launchpad.net/ubuntu/+source/rust-gst-plugin-gtk4
  
  [Rationale]
  - The package gstreamer1.0-gtk4 (built from source rust-gst-plugin-gtk4) is 
required in Ubuntu main for gnome-snapshot
  - The package gstreamer1.0-gtk4 will generally be useful for a large part of 
our user base
  - The package gstreamer1.0-gtk4 is a new runtime dependency of package 
gnome-snapshot that we already support
  - There is no other/better way to solve this that is already in main or 
should go universe->main instead of this.
  - The binary package gstreamer1.0-gtk4 needs to be in main to achieve keeping 
gnome-snapshot up-to-date and supported.
  
  - The package gstreamer1.0-gtk4 is required in Ubuntu main no later than
  August 14 due to Ubuntu 25.10 Feature Freeze
  
  [Security]
  - No CVEs/security issues in this software in the past
  
  - no `suid` or `sgid` binaries
  - no executables in `/sbin` and `/usr/sbin`
  - Package does not install services, timers or recurring jobs
  
  [Quality assurance - function/usage]
  - The package works well right after install
  
  [Quality assurance - maintenance]
  - The package is maintained well in Debian/Ubuntu/Upstream and does not have 
too many, long-term & critical, open bugs
  + Ubuntu https://bugs.launchpad.net/ubuntu/+source/rust-gst-plugin-gtk4
  + Debian 
https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=rust-gst-plugin-gtk4
  + Upstream https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues
  (upstream uses a monorepo; the relevant bugs for this package are the ones 
that involve gtk4)
  
  - The package does not deal with exotic hardware we cannot support
  
  [Quality assurance - testing]
  - The package runs a test suite on build time, if it fails it makes the build 
fail, link to build log
  https://launchpad.net/ubuntu/+source/rust-gst-plugin-gtk4/0.13.6-0ubuntu1
  
  - The package runs an autopkgtest, and is currently passing on all 
architectures except i386, link to test logs
  https://autopkgtest.ubuntu.com/packages/rust-gst-plugin-gtk4
  
  - The package does have not failing autopkgtests right now
  
  - This package is minimal and will be tested in a more wide reaching solution 
context when testing snapshot, details about this testing are here
  https://wiki.ubuntu.com/DesktopTeam/TestPlans/GnomeSnapshot
  
  It was because of this testing that we recognized that we needed this
  new binary dependency to update gnome-snapshot to a newer version.
  
  [Quality assurance - packaging]
  - debian/watch is present and works
  - debian/control defines a correct Maintainer field
  
  - This package does not yield massive lintian Warnings, Errors
  - Lintian overrides are not present
  
  - This package does not rely on obsolete or about to be demoted packages.
  - This package has no python2 or GTK2 dependencies
  
  - The package will be installed by default, but does not ask debconf questions
  - Packaging and build is easy, link to debian/rules
- 
https://salsa.debian.org/rust-team/debcargo-conf/-/blob/master/src/gst-plugin-gtk4/debian/rules
+ 
+ https://git.launchpad.net/ubuntu/+source/rust-gst-plugin-
+ gtk4/tree/debian/rules
  
  [UI standards]
  - Application is not end-user facing (does not need translation or .desktop 
file)
  
  [Dependencies]
  - No further depends or recommends dependencies that are not yet in main
  
  [Standards compliance]
  - This package correctly follows FHS and Debian Policy
  
  [Maintenance/Owner]
  - The owning team will be Desktop Packages and I have their acknowledgement 
for that commitment
  - The future owning team is already subscribed to the package
  
  - This does not use static builds
  
  - The team Ubuntu Desktop is aware of the implications of vendored code
  and (as alerted by the security team) commits to provide updates and
  backports to the security team for any affected vendored code for the
  lifetimeof the release (including ESM).
  
  - This package uses vendored rust code tracked in Cargo.lock as shipped,
  in the package (at /usr/share/doc/<pkgname>/Cargo.lock - might be
  compressed), refreshing that code is outlined in debian/README.source
  
  - This package uses vendored code, refreshing that code is outlined in
  debian/README.source
  
  - This package is rust based and vendors all non language-runtime
  dependencies
  
  - The package has been built within the last 3 months in the archive
  - Build link on launchpad:
  https://launchpad.net/ubuntu/+source/rust-gst-plugin-gtk4/0.13.6-0ubuntu1
  
  [Background information]
  The Package description explains the package well
  Upstream Name is rust-gst-plugin-gtk4
  Link to upstream project 
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/tree/main/video/gtk4
  
  rust-gst-plugin-gtk4 will also be needed for Showtime, GNOME's new video
  player. GNOME switched their default video player from totem to showtime
  for GNOME 49 (September 2025).
  
  Specifically, we only need the binary package gstreamer1.0-gtk4 in main.
  It is a gstreamer plugin so it's a runtime dependency of some apps.
+ 
+ Debian's packaging is maintained at
+ 
https://salsa.debian.org/rust-team/debcargo-conf/-/blob/master/src/gst-plugin-gtk4/debian/rules
+ 
+ Explanation of the Ubuntu vendoring is at
+ 
https://git.launchpad.net/ubuntu/+source/rust-gst-plugin-gtk4/tree/debian/README.source
+ 
+ The current diff with Debian is higher because Debian is frozen.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2097804

Title:
  [MIR] rust-gst-plugin-gtk4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rust-gst-plugin-gtk4/+bug/2097804/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to