libvdpau (0.4.1-3ubuntu1.1) precise-proposed; urgency=low

  [ Sebastian Boehm ]
  * Apply Stephen Warren's patch for blue tint in Adobe Flash videos
    (LP: #967091). (Applied to Debian version libvdpau-0.4.1-5.1 by
    Maurizio Avogadro.)

  [ Marc Deslauriers ]
  * debian/libvdpau1.install: also ship /etc/vdpau_wrapper.cfg

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Wed, 07 Nov 2012 13:10:33 -0500

libvdpau (0.4.1-3ubuntu1) precise; urgency=low

  * Merge from debian testing.  Remaining changes:
    - Drop gcc-multilib and ia32-libs-dev from build-dependencies
    - Drop lib32vdpau1 binary package from debian/control
    - Drop lib32vdpau1.{lintian-overriders,install,symbols,postinst} files
    - Comment out 32-ARCHS in debian/rules so multilib stuff isn't run
    - Mark Debian VCS links XS-Debian

 -- Micah Gersten <micahg@ubuntu.com>  Tue, 06 Dec 2011 20:52:27 -0600

libvdpau (0.4.1-3) unstable; urgency=low

  [ Andres Mejia ]
  * Update to my @debian.org email.

  [ Andreas Beckmann ]
  * Build for multiarch.  Patch from Daniel Schaal.  (Closes: #631174)
  * Search the vdpau module in multiple directories, starting with
    ${ORIGIN}/vdpau and fall back to /usr/lib/vdpau in the end.
  * Add Conflicts to prevent mixing biarch and multiarch packages (i.e.
    lib32vdpau1:amd64 and libvdpau1:i386).
  * Use unversioned Conflicts/Replaces on nvidia-libvdpau* to remove the old
    transitional packages.
  * Use binary:Version for relationship between libvdpau1 and libvdpau-dev.
  * Switch Build-Depends-Indep to doxygen-latex, graphviz, ghostscript.
    (Closes: #616264)
  * track_dynamic_library_handles_and_free_them_on_exit.patch: Pick upstream
    commit 4262513e: "vdpau_wrapper.c: Track dynamic library handles and free
    them on exit using __attribute__((destructor))".  This could fix #592204.
  * Switch to debhelper 8.
  * Switch to dh-autoreconf: add to B-D, use dh --with autoreconf and drop
    autoreconf_-fi.patch.
  * Remove debian/libvdpau-get-orig-source, repackaging is no longer necessary
    with dh-autoreconf.
  * Build with LDFLAGS="-Wl,--as-needed".
  * Add myself to Uploaders.

 -- Andreas Beckmann <debian@abeckmann.de>  Thu, 08 Sep 2011 10:32:24 +0200

libvdpau (0.4.1-2ubuntu1) natty; urgency=low

  * Merge from debian unstable.  Remaining changes: (LP: #689778)
    - Disable 32bit libraries on amd64, ia32-libs is in universe.

 -- Artur Rona <ari-tczew@ubuntu.com>  Sat, 04 Dec 2010 17:03:43 +0100

libvdpau (0.4.1-2) unstable; urgency=high

  * Provide an upload to unstable to fix build failure. (Closes: #603220)
  * Set urgency to high so it enters testing ASAP.

 -- Andres Mejia <mcitadel@gmail.com>  Fri, 12 Nov 2010 17:14:33 -0500

libvdpau (0.4.1-1) experimental; urgency=low

  * New upstream release.
  * Use script to generate latest source.
  * Add get-orig-source rule that runs libvdpau-get-orig-source script.
  * Update Vcs-* entries for new location for packaging.
  * Refresh patches.
  * Change Build-Depends of ia32-libs to ia32-libs-dev.
  * Bump Standards-Version to 3.9.1. No other changes needed.
  * Use proper Depends versioning for a binary-all package depending on
    a binary-any package.

 -- Andres Mejia <mcitadel@gmail.com>  Mon, 20 Sep 2010 13:52:11 -0400

libvdpau (0.4-5ubuntu1) maverick; urgency=low

  * disable 32bit libraries on amd64, ia32-libs is in universe, LP: #597736
  * update Maintainers field.

 -- Reinhard Tartler <siretart@tauware.de>  Sat, 26 Jun 2010 18:31:31 +0200

libvdpau (0.4-5) unstable; urgency=low

  [ Russ Allbery ]
  * Also version the Conflicts and Replaces for libvdpau-dev so that the
    nvidia-libvdpau-dev transitional package will work properly.
  * Add an explicit license for the Debian packaging files.

  [ Andreas Beckmann ]
  * Add Depends: libx11-dev to libvdpau-dev because vdpau_x11.h includes
    X11/Xlib.h.
  * Tighten the dependency of libvdpau-dev on libvdpau1 to only allow the
    matching binary:Version or binary NMUs thereof.
  * Remove dh_make boilerplate code and comments from maintainer scripts.
  * Unify symbols control files.

 -- Russ Allbery <rra@debian.org>  Sat, 12 Jun 2010 18:33:51 -0700

libvdpau (0.4-4) unstable; urgency=low

  [ Andreas Beckmann ]
  * Build lib32vdpau1 [amd64], so we can replace nvidia-libvdpau-ia32.
    Build rules inspired by lib32z1. (Closes: #572206)
  * lib32vdpau1: take over postinst script from nvidia-libvdpau-ia32.
  * Add lib{,32}vdpau1.symbols.
  * libvdpau-dev: do not ship /usr/lib/vdpau/libvdpau_trace.so, won't be used.
  * libvdpau1: cleanup /usr/lib/libvdpau_trace.so left over by some old
    versions of the nvidia-libvdpau* packages.

  [ Russ Allbery ]
  * Link libvdpau with libX11 since it uses symbols from that library.
  * Add myself to Uploaders.
  * Convert debian/copyright to the DEP-5 format and add the slightly
    different license used for two of the source files.
  * Version the Conflicts and Replaces against nvidia-libvdpau1*.
  * Also remove /usr/lib/libvdpau_nvidia.so, left by some old versions of
    the nvidia-libvdpau* packages.

 -- Russ Allbery <rra@debian.org>  Sat, 22 May 2010 19:11:37 -0700

libvdpau (0.4-3) unstable; urgency=low

  * Enable dri2 feature. Requires x11proto-dri2-dev (>= 2.2) and libxext-dev.

 -- Andres Mejia <mcitadel@gmail.com>  Thu, 25 Feb 2010 20:08:17 -0500

libvdpau (0.4-2) unstable; urgency=low

  * Add dependencies for documentation to Build-Depends-Indep.
  * Define a function in debian/rules that can be used to enable or disable
    building of the documentation depending on if the necessary dependencies
    are installed.

 -- Andres Mejia <mcitadel@gmail.com>  Wed, 10 Feb 2010 19:53:29 -0500

libvdpau (0.4-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 3.8.4.
  * Fix libvdpau-dev dependency on libvdpau1.
  * Perform autoreconf -fi.
  * Explicitly enable documentation.
  * Use texlive-binaries instead of texlive-base-bin for pdftex build
    dependency.
  * Fix build error install texlive-binaries, which depends on tex-common. Just
    Build-Depend on texlive-base for now, until bug #567714 is resolved.

 -- Andres Mejia <mcitadel@gmail.com>  Wed, 10 Feb 2010 19:20:49 -0500

libvdpau (0.3-2) unstable; urgency=low

  [ Andres Mejia ]
  * Have libvdpau1 suggest a vdpau driver package to install, rather than
    depend on one.
    (Closes: #558434)
    (Closes: #558464)
  * Remove libvdpau-driver package.
  * Move libvdpau to main.

 -- Randall Donald <rdonald@debian.org>  Wed, 02 Dec 2009 14:22:14 -0800

libvdpau (0.3-1) unstable; urgency=low

  [ Andres Mejia ]
  * Initial release.
    (Closes: #549626)

 -- Randall Donald <rdonald@debian.org>  Wed, 25 Nov 2009 10:30:10 -0800
