[pkg-nvidia-devel] r651 - /packages/libvdpau/trunk/debian/control

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sun Nov 22 01:04:25 UTC 2009


Author: ceros-guest
Date: Sun Nov 22 01:04:22 2009
New Revision: 651

URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=651
Log:
Add a package to be used to install a vdpau driver implementation.
Since the NVIDIA VDPAU driver is the only implementation available, libvdpau
has to be placed in contrib for now.

Modified:
    packages/libvdpau/trunk/debian/control

Modified: packages/libvdpau/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/libvdpau/trunk/debian/control?rev=651&op=diff
==============================================================================
--- packages/libvdpau/trunk/debian/control (original)
+++ packages/libvdpau/trunk/debian/control Sun Nov 22 01:04:22 2009
@@ -1,5 +1,5 @@
 Source: libvdpau
-Section: libs
+Section: contrib/libs
 Priority: optional
 Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel at lists.alioth.debian.org>
 Uploaders: Jean-Yves Avenard <jyavenard at gmail.com>,
@@ -14,7 +14,7 @@
 
 Package: libvdpau-dev
 Architecture: all
-Section: libdevel
+Section: contrib/libdevel
 Depends: libvdpau1 (>= ${source:Version}), ${misc:Depends}
 Replaces: nvidia-libvdpau-dev
 Conflicts: nvidia-libvdpau-dev
@@ -31,7 +31,8 @@
 
 Package: libvdpau1
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libvdpau-driver (= ${source:Version}), ${shlibs:Depends},
+ ${misc:Depends}
 Replaces: nvidia-libvdpau, nvidia-libvdpau1, nvidia-libvdpau-ia32
 Conflicts: nvidia-libvdpau, nvidia-libvdpau1, nvidia-libvdpau-ia32
 Description: Video Decode and Presentation API for Unix (libraries)
@@ -46,7 +47,7 @@
 
 Package: libvdpau-doc
 Architecture: all
-Section: doc
+Section: contrib/doc
 Depends: ${misc:Depends}
 Description: Video Decode and Presentation API for Unix (documentation)
  VDPAU (Video Decode and Presentation API for Unix) is an open source library
@@ -57,3 +58,17 @@
  video post-processing to the GPU video-hardware.
  .
  This package contains the VDPAU documentation.
+
+Package: libvdpau-driver
+Architecture: all
+Depends: nvidia-libvdpau1-driver, ${misc:Depends}
+Description: Video Decode and Presentation API for Unix (driver metapackage)
+ VDPAU (Video Decode and Presentation API for Unix) is an open source library
+ (libvdpau) and API designed by NVIDIA originally for its GeForce 8 series and
+ later GPU hardware, targeted at the X Window System on Unix operating-systems
+ (including Linux, FreeBSD, and Solaris). This VDPAU API
+ allows video programs to offload portions of the video decoding process and
+ video post-processing to the GPU video-hardware.
+ .
+ This package is a metapackage meant to be used to install an implementation of
+ a VDPAU driver.




More information about the Pkg-nvidia-devel mailing list