[Pkg-fglrx-devel] r457 - in xvba-video/trunk/debian: . source
Patrick Matthäi
pmatthaei at alioth.debian.org
Sun Aug 29 17:42:39 UTC 2010
Author: pmatthaei
Date: 2010-08-29 17:42:34 +0000 (Sun, 29 Aug 2010)
New Revision: 457
Added:
xvba-video/trunk/debian/changelog
xvba-video/trunk/debian/compat
xvba-video/trunk/debian/control
xvba-video/trunk/debian/copyright
xvba-video/trunk/debian/docs
xvba-video/trunk/debian/rules
xvba-video/trunk/debian/source/
xvba-video/trunk/debian/source/format
xvba-video/trunk/debian/watch
Log:
First packaging.
Added: xvba-video/trunk/debian/changelog
===================================================================
--- xvba-video/trunk/debian/changelog (rev 0)
+++ xvba-video/trunk/debian/changelog 2010-08-29 17:42:34 UTC (rev 457)
@@ -0,0 +1,6 @@
+xvba-video (0.7.3-1) UNRELEASED; urgency=low
+
+ * Initial release.
+ Closes: #12345
+
+ -- Patrick Matthäi <pmatthaei at debian.org> Sun, 29 Aug 2010 19:16:47 +0200
Added: xvba-video/trunk/debian/compat
===================================================================
--- xvba-video/trunk/debian/compat (rev 0)
+++ xvba-video/trunk/debian/compat 2010-08-29 17:42:34 UTC (rev 457)
@@ -0,0 +1 @@
+7
Added: xvba-video/trunk/debian/control
===================================================================
--- xvba-video/trunk/debian/control (rev 0)
+++ xvba-video/trunk/debian/control 2010-08-29 17:42:34 UTC (rev 457)
@@ -0,0 +1,16 @@
+Source: xvba-video
+Section: non-free/libs
+Priority: optional
+Homepage: http://www.splitted-desktop.com/~gbeauchesne/
+Maintainer: Fglrx packaging team <pkg-fglrx-devel at lists.alioth.debian.org>
+Uploaders: Patrick Matthäi <pmatthaei at debian.org>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.9.1
+
+Package: xvba-va-driver
+Architecture: i386 amd64
+Depends: ${slibs:Depends}, ${misc:Depends}, fglrx-driver (>= 1:10-7)
+Description: XvBA-based backend for VA API
+ Video decode driver for ATI/AMD chipsets (XvBA implementation).
+ .
+ This VA driver provides GPU video decoding for ATI/AMD chipsets.
Added: xvba-video/trunk/debian/copyright
===================================================================
--- xvba-video/trunk/debian/copyright (rev 0)
+++ xvba-video/trunk/debian/copyright 2010-08-29 17:42:34 UTC (rev 457)
@@ -0,0 +1,42 @@
+This package was debianized by Patrick Matthäi <pmatthaei at debian.org> on
+Sun, 29 Aug 2010 19:16:47 +0200.
+
+It was downloaded from <http://www.splitted-desktop.com/~gbeauchesne/xvba-video/>.
+
+Upstream Author: Gwenole Beauchesne <gbeauchesne at splitted-desktop.com>
+
+
+License:
+
+ Copyright (C) 2009-2010, Splitted-Desktop Systems.
+ All rights reserved.
+
+ Redistribution. Redistribution and use in binary form, without
+ modification, are permitted provided that the following conditions are
+ met:
+
+ * Redistributions must reproduce the above copyright notice and the
+ following disclaimer in the documentation and/or other materials
+ provided with the distribution.
+ * Neither the name of Splitted-Desktop Systems nor the names of its
+ suppliers may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ * No reverse engineering, decompilation, or disassembly of this software
+ is permitted.
+
+ DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
+ BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+ OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGE.
+
+
+The Debian packaging is © 2010, Patrick Matthäi <pmatthaei at debian.org> and
+is licensed under the GPL-3, see /usr/share/common-licenses/GPL-3.
Added: xvba-video/trunk/debian/docs
===================================================================
--- xvba-video/trunk/debian/docs (rev 0)
+++ xvba-video/trunk/debian/docs 2010-08-29 17:42:34 UTC (rev 457)
@@ -0,0 +1,2 @@
+AUTHORS
+README
Added: xvba-video/trunk/debian/rules
===================================================================
--- xvba-video/trunk/debian/rules (rev 0)
+++ xvba-video/trunk/debian/rules 2010-08-29 17:42:34 UTC (rev 457)
@@ -0,0 +1,60 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+ifeq (,$(DEB_BUILD_ARCH))
+ DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+endif
+
+ifeq ($(DEB_BUILD_ARCH),amd64)
+ ARCH := amd64
+else
+ ARCH := i386
+endif
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs NEWS
+ dh_installdocs
+ dh_install
+ dh_link
+ dh_compress
+ dh_fixperms
+ dh_strip
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary-indep: build install
+
+get-orig-source:
+ @dh_testdir
+ @@[ -d ../tarballs/. ]||mkdir -p ../tarballs
+ @@uscan --force-download --destdir ../tarballs
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
Property changes on: xvba-video/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: xvba-video/trunk/debian/source/format
===================================================================
--- xvba-video/trunk/debian/source/format (rev 0)
+++ xvba-video/trunk/debian/source/format 2010-08-29 17:42:34 UTC (rev 457)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: xvba-video/trunk/debian/watch
===================================================================
--- xvba-video/trunk/debian/watch (rev 0)
+++ xvba-video/trunk/debian/watch 2010-08-29 17:42:34 UTC (rev 457)
@@ -0,0 +1,2 @@
+version=3
+http://www.splitted-desktop.com/~gbeauchesne/xvba-video/xvba-video-(.*).i686.tar.gz
More information about the Pkg-fglrx-devel
mailing list