aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2014-10-10 17:24:06 +0000
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2015-03-02 16:17:33 +0000
commit3693486088d029a87d2dace38e23c3d3f88c2136 (patch)
tree29e2a179f61a52d9f22b979caed0c4589a280e38
parent8374b0e0e927257b974405e9d3526b7b394f1082 (diff)
debian: initial debianization
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control32
-rw-r--r--debian/copyright42
-rw-r--r--debian/gstreamer1.0-plugin-qcvideo.install1
-rwxr-xr-xdebian/rules14
-rw-r--r--debian/source/format1
7 files changed, 96 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..24e2c57
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gst-plugin-qcvideo (0.0~git20150302.8374b0e0-0linaro1) utopic; urgency=low
+
+ * Initial debianization.
+
+ -- Nicolas Dechesne <nicolas.dechesne@linaro.org> Fri, 10 Oct 2014 16:06:36 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f60e5a4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: gst-plugin-qcvideo
+Section: libs
+Priority: optional
+Maintainer: Nicolas Dechesne <nicolas.dechesne@linaro.org>
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7.4.20),
+ cdbs (>= 0.4.43),
+ autotools-dev,
+ libtool,
+ pkg-config,
+ dpkg-dev ,
+ quilt,
+ libdrm-dev,
+ libgstreamer1.0-dev,
+ libgstreamer-plugins-base1.0-dev,
+Vcs-Git: https://git.linaro.org/landing-teams/working/qualcomm/gst-plugin-qcvideo.git
+Homepage: https://git.linaro.org/landing-teams/working/qualcomm/gst-plugin-qcvideo.git
+
+Package: gstreamer1.0-plugin-qcvideo
+Architecture: armhf
+Section: libs
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: gst-plugin-qcvideo is a Gstreamer plugin
+ supporting hardware accelerated video decoder on Qualcomm Snapdragon 600 processors
+
+Package: gstreamer1.0-plugin-qcvideo-dbg
+Architecture: armhf
+Section: debug
+Priority: extra
+Depends: ${misc:Depends}, gstreamer0.10-plugin-qcvideo (= ${binary:Version})
+Description: Debug symbols for gst-plugin-qcvideo, a Gstreamer plugin
+ supporting hardware accelerated video decoder on Qualcomm Snapdragon 600 processors
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..61f0f75
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,42 @@
+ This package was debianized by Olivier Naudan <o-naudan@ti.com>
+ on Thu, 06 Jan 2011 17:00:00 +0100
+
+ It was downloaded from https://gitorious.org/gstreamer-omap
+
+ Upstream Author
+ ===============
+
+ Rob Clark <rob@ti.com>
+ Alessandro Decina <alessandro.decina@collabora.co.uk>
+
+ Copyright
+ =========
+
+ Copyright (c) 2011 Texas Instruments, Incorporated. All rights reserved.
+
+
+ Licensing
+ =========
+
+ All files, unless otherwise specified, are under the GPL version 3.
+
+
+
+ GPL 3
+ -----
+
+ This program 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 3 of the License, or
+ (at your option) any later version.
+
+ This program 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 <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/gstreamer1.0-plugin-qcvideo.install b/debian/gstreamer1.0-plugin-qcvideo.install
new file mode 100644
index 0000000..30ca162
--- /dev/null
+++ b/debian/gstreamer1.0-plugin-qcvideo.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/*/*.so
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..bdc0999
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+# Add here any variable or target overrides you need.
+DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+
+makebuilddir/gstreamer1.0-plugin-qcvideo::
+ NOCONFIGURE=1 ./autogen.sh
+
+DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp/
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)