debian/0000775000000000000000000000000012303733441007170 5ustar debian/libgstreamer-vaapi1.0-0.install0000664000000000000000000000002112303635140014700 0ustar usr/lib/*/*.so.* debian/gstreamer1.0-vaapi.install0000664000000000000000000000005012303635140014056 0ustar usr/lib/*/gstreamer-1.0/libgstvaapi*.so debian/source/0000775000000000000000000000000012247763077010507 5ustar debian/source/format0000664000000000000000000000001412247763077011715 0ustar 3.0 (quilt) debian/control0000664000000000000000000000537312303726423010605 0ustar Source: gstreamer-vaapi Section: libs Priority: optional Maintainer: Timo Aaltonen Uploaders: Maintainers of GStreamer packages , Vincent Cheng Build-Depends: debhelper (>= 9), dh-autoreconf, 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), libva-dev (>= 1.0.9), libavcodec-dev (>= 0.6), # gstreamer1.0-plugins-bad, libx11-dev, libxrandr-dev, libgl1-mesa-dev, mesa-common-dev, libdrm-dev, libudev-dev, libva-drm1, gtk-doc-tools (>= 1.9) Standards-Version: 3.9.5 Homepage: http://gitorious.org/vaapi/gstreamer-vaapi Vcs-Git: git://anonscm.debian.org/collab-maint/gstreamer-vaapi.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/gstreamer-vaapi.git Package: gstreamer1.0-vaapi Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, Suggests: gstreamer1.0-vaapi-doc Description: VA-API plugins for GStreamer Gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that allow hardware accelerated video decoding, encoding and processing through VA-API. . This package contains GStreamer plugins for VA-API support: - `vaapiconvert': converts from YUV pixels to VA surfaces - `vaapisink': a VA-API based video sink Package: gstreamer1.0-vaapi-doc Architecture: all Section: doc Depends: ${misc:Depends} Recommends: libgstreamer-vaapi1.0-dev (= ${source:Version}) Description: GStreamer VA-API documentation and manuals Gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that allow hardware accelerated video decoding, encoding and processing through VA-API. . This package contains documentation for libraries and elements. Package: libgstreamer-vaapi1.0-0 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc: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 VA-API. . This package contains libraries for the "vaapi" set. Package: libgstreamer-vaapi1.0-dev Architecture: any Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, libgstreamer-vaapi1.0-0 (= ${binary:Version}), libva-dev, libgstreamer-plugins-base1.0-dev, 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 VA-API. . This package contains development files for GStreamer libraries for the "vaapi" set. debian/libgstreamer-vaapi1.0-dev.install0000664000000000000000000000015212303635140015324 0ustar usr/lib/*/libgstvaapi*.so usr/lib/*/pkgconfig/gstreamer-vaapi*.pc usr/include/gstreamer-1.2/gst/vaapi/*.h debian/changelog0000664000000000000000000000202712303733425011045 0ustar gstreamer-vaapi (0.5.7-0ubuntu4) trusty; urgency=medium * Configure with --enable-gtk-doc unconditionally and move gtk-doc-tools again to build-depends. -- Timo Aaltonen Fri, 28 Feb 2014 00:05:59 +0200 gstreamer-vaapi (0.5.7-0ubuntu3) trusty; urgency=medium * control: Move gtk-doc-tools back to build-depends-indep. * rules: Drop override_dh_autoreconf, and don't clean files that are generated only with a git snapshot tarball. -- Timo Aaltonen Thu, 27 Feb 2014 15:16:10 +0200 gstreamer-vaapi (0.5.7-0ubuntu2) trusty; urgency=medium * control: Move gtk-doc-tools to build-depends. -- Timo Aaltonen Thu, 20 Feb 2014 20:15:00 +0200 gstreamer-vaapi (0.5.7-0ubuntu1) trusty; urgency=medium * Sync from Debian NEW. -- Timo Aaltonen Thu, 20 Feb 2014 19:38:29 +0200 gstreamer-vaapi (0.5.7-1) unstable; urgency=low * Initial release. (Closes: #736217) -- Vincent Cheng Wed, 22 Jan 2014 01:19:22 -0800 debian/rules0000775000000000000000000000311112303726534010251 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS indep_conf_flags = \ --with-html-dir=\$${prefix}/share/doc/$(gst_pkgname) \ --enable-gtk-doc # debian package version version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) # upstream version gst_version=$(shell echo $(version) | cut -d '-' -f 1) gst_major=1 gst_minor=0 gst_abi=$(gst_major).$(gst_minor) gst_deb_abi=$(gst_abi)-0 override_dh_auto_clean: # used only when tarball is from a git snapshot #rm -f docs/reference/libs/libs.types gtk-doc.make #rm -fr docs/reference/libs/tmpl/ docs/reference/plugins/tmpl/ dh_auto_clean # used only when tarball is from a git snapshot #override_dh_autoreconf: # mkdir -p m4/ # gtkdocize || exit $? # dh_autoreconf override_dh_auto_configure: dh_auto_configure -- --disable-silent-rules $(indep_conf_flags) override_dh_install: # purge .la files find $(CURDIR)/debian/tmp -name "*.la" -type f -exec rm -f "{}" \; # purge static libs find $(CURDIR)/debian/tmp -name "*.a" -type f -exec rm -f "{}" \; dh_install --fail-missing override_dh_installchangelogs: dh_installchangelogs NEWS override_dh_makeshlibs: dh_makeshlibs -V "libgstreamer-vaapi$(gst_deb_abi) (>= $(gst_version))" -- -plibgstreamer-vaapi$(gst_deb_abi) override_dh_shlibdeps: LD_LIBRARY_PATH=debian/libgstreamer-vaapi$(gst_deb_abi)/usr/lib/$(DEB_HOST_MULTIARCH)/:/usr/lib/$(DEB_HOST_MULTIARCH)/:$(LD_LIBRARY_PATH) \ dh_shlibdeps %: dh $@ --with autoreconf --builddirectory=build/ debian/gstreamer1.0-vaapi-doc.install0000664000000000000000000000006212303635140014624 0ustar usr/share/doc/* usr/share/doc/gstreamer1.0-vaapi/ debian/compat0000664000000000000000000000000212303635140010363 0ustar 9 debian/watch0000664000000000000000000000015512303635140010217 0ustar version=3 http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/ gstreamer-vaapi-(.*)\.tar\.bz2 debian/copyright0000664000000000000000000000412612303635140011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gstreamer-vaapi Source: http://gitorious.org/vaapi/gstreamer-vaapi Files: * Copyright: 2010-2011, Splitted-Desktop Systems 2011, Intel Corporation 2011, Collabora Ltd License: LGPL-2.1+ gstreamer-vaapi helper libraries and plugins elements are available under the terms of the GNU Lesser General Public License v2.1+. . This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. Files: debian/* Copyright: 2012 Timo Aaltonen License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/gstreamer1.0-vaapi-doc.links0000664000000000000000000000011312303635140014273 0ustar usr/share/doc/gstreamer1.0-vaapi usr/share/gtk-doc/html/gstreamer1.0-vaapi