Home | History | Annotate | Download | only in debian.upstream
      1 Source: libva
      2 Priority: extra
      3 Maintainer: Gwenole Beauchesne <gwenole.beauchesne (a] intel.com>
      4 Build-Depends: automake,
      5                autotools-dev,
      6                cdbs,
      7                debhelper (>= 5),
      8                libdrm-dev (>= @LIBDRM_VERSION@),
      9                libgl-dev,
     10                libtool,
     11                libxext-dev,
     12                libxfixes-dev,
     13                pkg-config,
     14                x11proto-xext-dev
     15 Standards-Version: 3.7.2
     16 Section: libs
     17 
     18 Package: libva-dev
     19 Section: libdevel
     20 Architecture: any
     21 Depends: libva1 (= ${binary:Version}),
     22          libdrm-dev (>= @LIBDRM_VERSION@),
     23          libgl-dev,
     24          pkg-config
     25 Conflicts: libva-0.29-dev
     26 Replaces: libva-0.29-dev
     27 Description: Video Acceleration (VA) API for Linux -- development files
     28  The libva library implements the Video Acceleration (VA) API for Linux.
     29  The library loads a hardware dependendent driver.
     30  .
     31  This package provides the development environment for libva.
     32 
     33 Package: libva1
     34 Section: libs
     35 Architecture: any
     36 Depends: ${shlibs:Depends}
     37 Conflicts: libva-0.29-0
     38 Replaces: libva-0.29-0
     39 Provides: libva-0.29-0
     40 Description: Video Acceleration (VA) API for Linux -- runtime
     41  The libva library implements the Video Acceleration (VA) API for Linux.
     42  The library loads a hardware dependendent driver.
     43 
     44 Package: libva1-dbg
     45 Section: libdevel
     46 Architecture: any
     47 Depends: libva1 (= ${Source-Version})
     48 Description: Video Acceleration (VA) API for Linux -- runtime
     49  The libva library implements the Video Acceleration (VA) API for Linux.
     50  The library loads a hardware dependendent driver.
     51  .
     52  This package contains the debug files.
     53 
     54 Package: vainfo
     55 Architecture: any
     56 Depends: libva1 (= ${Source-Version})
     57 Description: Video Acceleration (VA) API for Linux -- info program
     58  The libva library implements the Video Acceleration (VA) API for Linux.
     59  The library loads a hardware dependendent driver.
     60  .
     61  This package contains the `vainfo' program.
     62