[Pkg-gstreamer-commits] [gstreamer-vaapi] 01/01: wrap-and-sort -s

Vincent Cheng vcheng at moszumanska.debian.org
Tue Jun 3 08:21:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

vcheng pushed a commit to branch master
in repository gstreamer-vaapi.

commit 8aff5e9e37f0d3fbb434e0aac3031251f2122075
Author: Vincent Cheng <vcheng at debian.org>
Date:   Tue Jun 3 01:21:47 2014 -0700

    wrap-and-sort -s
---
 debian/control                           | 36 ++++++++++++++++++--------------
 debian/libgstreamer-vaapi1.0-dev.install |  2 +-
 2 files changed, 21 insertions(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index f69754b..22e607c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,23 +2,25 @@ Source: gstreamer-vaapi
 Section: libs
 Priority: optional
 Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers at lists.alioth.debian.org>
-Uploaders: Timo Aaltonen <tjaalton at ubuntu.com>, Vincent Cheng <vcheng at debian.org>
-Build-Depends: debhelper (>= 9),
+Uploaders:
+ Timo Aaltonen <tjaalton at ubuntu.com>,
+ Vincent Cheng <vcheng at debian.org>
+Build-Depends:
+ debhelper (>= 9),
  dh-autoreconf,
+ libavcodec-dev (>= 0.6),
+ libdrm-dev,
+ libgl1-mesa-dev,
  libglib2.0-dev,
- libgstreamer1.0-dev (>= 1.0.0),
- libgstreamer-plugins-base1.0-dev (>= 1.0.0),
  libgstreamer-plugins-bad1.0-dev (>= 1.0.0),
+ libgstreamer-plugins-base1.0-dev (>= 1.0.0),
+ libgstreamer1.0-dev (>= 1.0.0),
+ libudev-dev,
  libva-dev (>= 1.0.9),
- libavcodec-dev (>= 0.6),
-# gstreamer1.0-plugins-bad,
+ libva-drm1,
  libx11-dev,
  libxrandr-dev,
- libgl1-mesa-dev,
- mesa-common-dev,
- libdrm-dev,
- libudev-dev,
- libva-drm1,
+ mesa-common-dev
 Build-Depends-Indep: gtk-doc-tools (>= 1.9)
 Standards-Version: 3.9.5
 Homepage: http://gitorious.org/vaapi/gstreamer-vaapi
@@ -29,7 +31,7 @@ Package: gstreamer1.0-vaapi
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: gstreamer1.0-vaapi-doc
 Description: VA-API plugins for GStreamer
  Gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
@@ -37,7 +39,7 @@ Description: VA-API plugins for GStreamer
  VA-API.
  .
  This package contains GStreamer plugins for VA-API support:
- - `vaapiconvert': converts from YUV pixels to VA surfaces 
+ - `vaapiconvert': converts from YUV pixels to VA surfaces
  - `vaapisink': a VA-API based video sink
 
 Package: gstreamer1.0-vaapi-doc
@@ -56,7 +58,7 @@ Package: libgstreamer-vaapi1.0-0
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: GStreamer libraries from the "vaapi" set
  Gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
  allow hardware accelerated video decoding, encoding and processing through
@@ -67,10 +69,12 @@ Description: GStreamer libraries from the "vaapi" set
 Package: libgstreamer-vaapi1.0-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends},
+Depends:
+ libgstreamer-plugins-base1.0-dev,
  libgstreamer-vaapi1.0-0 (= ${binary:Version}),
  libva-dev,
- libgstreamer-plugins-base1.0-dev,
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: GStreamer development files for libraries from the "vaapi" set
  Gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
  allow hardware accelerated video decoding, encoding and processing through
diff --git a/debian/libgstreamer-vaapi1.0-dev.install b/debian/libgstreamer-vaapi1.0-dev.install
index 7bdfe39..ed69522 100644
--- a/debian/libgstreamer-vaapi1.0-dev.install
+++ b/debian/libgstreamer-vaapi1.0-dev.install
@@ -1,3 +1,3 @@
+usr/include/gstreamer-1.2/gst/vaapi/*.h
 usr/lib/*/libgstvaapi*.so
 usr/lib/*/pkgconfig/gstreamer-vaapi*.pc
-usr/include/gstreamer-1.2/gst/vaapi/*.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gstreamer-vaapi.git



More information about the Pkg-gstreamer-commits mailing list