Debian Package Tracker
Register | Log in
Subscribe

libxv

Choose email to subscribe with

general
  • source: libxv (main)
  • version: 2:1.0.11-1.1
  • maintainer: Debian X Strike Force (archive) (DMD)
  • arch: any
  • std-ver: 3.9.8
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 2:1.0.11-1
  • oldstable: 2:1.0.11-1
  • stable: 2:1.0.11-1.1
  • testing: 2:1.0.11-1.1
  • unstable: 2:1.0.11-1.1
versioned links
  • 2:1.0.11-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2:1.0.11-1.1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • libxv-dev
  • libxv1
action needed
A new upstream version is available: 1.0.13 high
A new upstream version 1.0.13 is available, you should consider packaging it.
Created: 2024-01-07 Last update: 2025-06-05 19:00
Standards version of the package is outdated. high
The package is severely out of date with respect to the Debian Policy. The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.2 instead of 3.9.8).
Created: 2017-11-17 Last update: 2025-02-27 13:25
lintian reports 1 error and 13 warnings high
Lintian reports 1 error and 13 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2022-01-01 Last update: 2024-02-29 04:41
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 2:1.0.13-1, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit edc8471beb5cb4863c564cc8baecd457f77028d6
Author: Andreas Tille <tille@debian.org>
Date:   Tue Apr 8 19:25:14 2025 +0200

    Fix debhelper-compat which only accepts '='

commit 399df75d200d77846adb4b6da138ab65df7c8787
Author: Andreas Tille <tille@debian.org>
Date:   Tue Apr 8 19:23:35 2025 +0200

    source/format: 3.0 (quilt)

commit 00ca9afd27460821fdc3c073683117a2ee16d3ff
Author: Andreas Tille <tille@debian.org>
Date:   Tue Apr 8 19:18:18 2025 +0200

    Standards-Version: 4.7.2 (routine-update)

commit 154b4db39b30accd85df3b09f9ada0f2af842771
Author: Andreas Tille <tille@debian.org>
Date:   Tue Apr 8 19:17:32 2025 +0200

    d/copyright: DEP5

commit a8a899e3be9c35ffeb56c356e363b994e06e509d
Author: Andreas Tille <tille@debian.org>
Date:   Tue Apr 8 19:10:14 2025 +0200

    Drop quilt from Build-Depends

commit aa4fb7863815de74833a0717b7118c428262730b
Author: Andreas Tille <tille@debian.org>
Date:   Tue Apr 8 19:09:20 2025 +0200

    Point Vcs-fields to Salsa

commit fc98fd72ada7999ef6e8027954c28833b51e88d1
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Fri Mar 28 23:15:52 2025 +0200

    control: Migrate to pkgconf.

commit 551886e5bb0b354d28fbb6857d130915def13c41
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Fri Mar 28 23:14:19 2025 +0200

    control: Migrate to debhelper-compat 13.

commit 6551f9cf17d3f2b297b376d731888e38a8fe6b05
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Fri Mar 28 23:12:56 2025 +0200

    version bump

commit 483cfa21e488cf80fe68c88ebb1f7b29d753098e
Merge: 563c703 e1cde54
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Fri Mar 28 23:12:09 2025 +0200

    Merge branch 'upstream-unstable' into debian-unstable

commit e1cde54538060c4fd3a3d02e3d2e2b7e5da7bff9
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Dec 13 18:13:04 2024 -0800

    libXv 1.0.13
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit fba7bf352678db2938f5a7b173d2a8823595ef3b
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jul 21 11:27:44 2024 -0700

    XvQueryAdaptors: avoid NULL deref if length is 0, but num_adaptors is not
    
    Found by gcc 14.1:
    Xv.c: In function ‘XvQueryAdaptors’:
    Xv.c:222:31: warning: dereference of NULL ‘<unknown>’ [CWE-476]
     [-Wanalyzer-null-dereference]
      222 |         pa->type = (char) u.pa->type;
          |                           ~~~~^~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxv/-/merge_requests/7>

commit 506cebe7bffb19f9310565b82231a08cc8e77ece
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jul 21 11:22:29 2024 -0700

    XvQueryEncodings: avoid NULL deref if length is 0, but num_encodings is not
    
    Found by gcc 14.1:
    Xv.c: In function ‘XvQueryEncodings’:
    Xv.c:387:31: warning: dereference of NULL ‘<unknown>’ [CWE-476]
     [-Wanalyzer-null-dereference]
      387 |         pe->encoding_id = u.pe->encoding;
          |                           ~~~~^~~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxv/-/merge_requests/7>

commit dd8c77a0c0d62ab88cf96ac507562469a7bcbc5a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jul 21 11:10:44 2024 -0700

    Use calloc instead of malloc and manual loops to zero array contents
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxv/-/merge_requests/7>

commit b022c9cf7004fe6f794c4c00dd519a2e4c74eca0
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Mar 8 16:16:56 2023 -0800

    configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
    
    AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
    so it's time to rely on it.
    
    Clears autoconf warnings:
    
    configure.ac:34: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
    configure.ac:34: You should run autoupdate.
    aclocal.m4:3465: AC_PROG_LIBTOOL is expanded from...
    configure.ac:34: the top level
    
    libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
    libtoolize: and rerunning libtoolize and aclocal.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 750312d8b28378b057afb0aceb4f3d3eee86cd13
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Feb 25 09:34:02 2023 -0800

    Remove "All rights reserved" from Oracle copyright notices
    
    Oracle no longer includes this term in our copyright & license notices.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit d419928942dbf1897c9627475aa4a2828a81240f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Dec 4 15:43:12 2022 -0800

    libXv 1.0.12
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 7afb4d5b020780f8081564bfcc8ed3df7515899f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Nov 20 13:23:07 2022 -0800

    Handle implicit conversion warnings from clang
    
    Clears 62 -Wimplicit-int-conversion, 38 -Wshorten-64-to-32, and
    11 -Wsign-conversion warnings.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 4b1f9d0914833c671887fdedb8b0d8169618ed62
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Nov 20 13:01:26 2022 -0800

    Variable scope reductions
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 9744d1f77b092eb4982c60e4750136fb19683545
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Oct 17 18:16:29 2022 -0700

    XvGetReq: remove trailing semicolon that caller is expected to provide
    
    Clears 20 clang warnings of the form:
    Xv.c:126:34: warning: empty expression statement has no effect;
      remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]
        XvGetReq(QueryExtension, req);
                                     ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit ee48980aca0bc9deb61458fdb5ebda3928d944a0
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jul 17 18:27:19 2022 -0700

    gitlab CI: add a basic build test
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit d478f60475e2ae50ce57bb9cc27d6a835dfa200c
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jul 17 18:26:23 2022 -0700

    Fix spelling/wording issues
    
    Found by using:
        codespell --builtin clear,rare,usage,informal,code,names
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 2f0952f5f78f80463810e7dc41c944d2c03e99ab
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jul 17 18:25:35 2022 -0700

    Build xz tarballs instead of bzip2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 563c703710cc89dd73ec8f9c192687c988aafad1
Author: root <root@7f8fbe0fcbfc>
Date:   Tue Feb 22 01:52:41 2022 +0000

    Remove constraints unnecessary since buster
    
    * Build-Depends: Drop versioned constraint on dpkg-dev, libx11-dev, libxext-dev and xutils-dev.
    
    Changes-By: deb-scrub-obsolete

commit 8b081261ff8e88a06a163c43db528c0bf3181cd9
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Wed Aug 25 13:28:45 2021 +0300

    control: Migrate to x11proto-dev.

commit 03a6f599d060591a9a7cd8558bd2143a1c7c70d7
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Dec 7 19:55:25 2018 -0800

    Update configure.ac bug URL for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 5af31d2a24abe5a41995c792012e5dc489ec2674
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Nov 19 22:48:06 2018 -0800

    Update README for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 8b61aab59b16e2d273b0cccf6c057cf1d0e99db3
Author: Julien Cristau <jcristau@debian.org>
Date:   Thu Sep 13 09:57:05 2018 +0200

    Sync debian/copyright with COPYING file

commit 90690f82ca4812a8a58a4487dd84913528955bcf
Merge: f3e6f1e fda41ec
Author: Julien Cristau <jcristau@debian.org>
Date:   Thu Sep 13 07:53:32 2018 +0000

    Merge branch 'copyright-has-crs' into 'debian-unstable'
    
    Remove CRs from copyright file.
    
    See merge request xorg-team/lib/libxv!1

commit fda41ec0cf82fbef357c6228fd32c695e6bc4e8b
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date:   Thu Sep 13 01:29:07 2018 +0100

    Remove CRs from copyright file.
    
    Fixes lintian: copyright-has-crs
    See https://lintian.debian.org/tags/copyright-has-crs.html for more details.

commit 3d64daf31207c9162acf2999ee566fde448b178d
Author: Mihail Konev <k.mvc@ya.ru>
Date:   Thu Jan 26 13:52:49 2017 +1000

    autogen: add default patch prefix
    
    Signed-off-by: Mihail Konev <k.mvc@ya.ru>

commit 83c2f46c8e31dceda674a759b872282fb06b67c7
Author: Emil Velikov <emil.l.velikov@gmail.com>
Date:   Mon Mar 9 12:00:52 2015 +0000

    autogen.sh: use quoted string variables
    
    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
    fall-outs, when they contain space.
    
    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit d5bae4a90c0c627d91c7bb97f607d3da7e7ba055
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Tue Jan 24 10:32:07 2017 +1000

    autogen.sh: use exec instead of waiting for configure to finish
    
    Syncs the invocation of configure with the one from the server.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>

commit f3e6f1ed8d9207b839ed882f44670f396200f632
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Tue Dec 6 01:32:55 2016 +0100

    Perform the build in a `build' subdirectory


The Vcs URL is using anonscm.debian.org. Please update it for the move to salsa.debian.org.
Created: 2017-12-03 Last update: 2025-06-05 00:33
news
[rss feed]
  • [2022-06-19] libxv 2:1.0.11-1.1 MIGRATED to testing (Debian testing watch)
  • [2022-06-14] Accepted libxv 2:1.0.11-1.1 (source) into unstable (Holger Levsen)
  • [2017-11-17] Accepted libxv 2:1.0.10-1+deb8u1 (source amd64) into oldstable-proposed-updates->oldstable-new, oldstable-proposed-updates (Julien Cristau)
  • [2016-12-16] libxv 2:1.0.11-1 MIGRATED to testing (Debian testing watch)
  • [2016-12-05] Accepted libxv 2:1.0.11-1 (source) into unstable (Emilio Pozuelo Monfort)
  • [2016-10-19] Accepted libxv 2:1.0.7-1+deb7u2 (source amd64) into oldstable (Markus Koschany)
  • [2015-04-20] Accepted libxv 2:1.0.5-1+squeeze1+build1 (source amd64) into squeeze-lts (Raphaël Hertzog)
  • [2014-01-26] libxv 2:1.0.10-1 MIGRATED to testing (Debian testing watch)
  • [2014-01-20] Accepted libxv 2:1.0.10-1 (source amd64) (Julien Cristau)
  • [2013-08-23] libxv 2:1.0.9-1 MIGRATED to testing (Debian testing watch)
  • [2013-08-12] Accepted libxv 2:1.0.9-1 (source amd64) (Julien Cristau)
  • [2013-05-26] libxv 2:1.0.7-1+deb7u1 MIGRATED to testing (Debian testing watch)
  • [2013-05-23] Accepted libxv 2:1.0.5-1+squeeze1 (source amd64) (Moritz Muehlenhoff)
  • [2013-05-23] Accepted libxv 2:1.0.7-1+deb7u1 (source amd64) (Julien Cristau)
  • [2012-05-05] libxv 2:1.0.7-1 MIGRATED to testing (Debian testing watch)
  • [2012-04-24] Accepted libxv 2:1.0.7-1 (source amd64) (Julien Cristau)
  • [2011-08-22] libxv 2:1.0.6-2 MIGRATED to testing (Debian testing watch)
  • [2011-08-11] Accepted libxv 2:1.0.6-2 (source amd64) (Steve Langasek)
  • [2011-02-06] libxv 2:1.0.6-1 MIGRATED to testing (Debian testing watch)
  • [2010-11-08] Accepted libxv 2:1.0.6-1 (source amd64) (Cyril Brulebois)
  • [2009-12-07] libxv 2:1.0.5-1 MIGRATED to testing (Debian testing watch)
  • [2009-11-25] Accepted libxv 2:1.0.5-1 (source i386) (Julien Cristau)
  • [2008-04-01] libxv 2:1.0.4-1 MIGRATED to testing (Debian testing watch)
  • [2008-03-21] Accepted libxv 2:1.0.4-1 (source i386) (Julien Cristau)
  • [2007-06-01] libxv 1:1.0.3-1 MIGRATED to testing (Debian testing watch)
  • [2007-04-12] Accepted libxv 1:1.0.3-1 (source i386) (Julien Cristau)
  • [2006-10-08] libxv 1:1.0.2-1 MIGRATED to testing (Debian testing watch)
  • [2006-09-26] Accepted libxv 1:1.0.2-1 (source i386) (David Nusinow)
  • [2006-09-23] Accepted libxv 1:1.0.1-6 (source i386) (David Nusinow)
  • [2006-08-05] libxv 1:1.0.1-5 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 0
links
  • lintian (1, 13)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 2:1.0.11-1.1build1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing