From: Djordje Senicic Date: Fri, 11 Mar 2016 13:24:40 +0000 (-0500) Subject: debian files changed from 0.10 version to 1.0 - NOT VERIFIED (more changes needed) X-Git-Url: https://git.ti.com/gitweb?p=processor-sdk%2Fgst-plugin-dsp66.git;a=commitdiff_plain;h=2053b725dcf50e1c1e8612585c61507ad1443d11 debian files changed from 0.10 version to 1.0 - NOT VERIFIED (more changes needed) --- diff --git a/debian/control b/debian/control index 5e84044..8fedc15 100644 --- a/debian/control +++ b/debian/control @@ -12,25 +12,23 @@ Build-Depends: debhelper (>= 7.4.20), pkg-config (>= 0.11.0), autopoint, quilt, - libgstreamer0.10-dev ( >= 0.10.36), - libgstreamer-plugins-base0.10-dev ( >= 0.10.36), - libgstreamer-plugins-bad0.10-dev ( >= 0.10.22), - libdce-dev (>= 1.6.2), - libdrm-dev (>= 2.4.32-1ubuntu1+ti3.0) + libgstreamer1.0-dev ( >= 1.2.3), + libgstreamer-plugins-base1.0-dev ( >= 1.2.3), + libgstreamer-plugins-bad1.0-dev ( >= 1.2.3), Vcs-Git: git://gitorious.org/ubuntu-omap/gst-plugin-dsp66.git Homepage: https://gitorious.org/ubuntu-omap/gst-plugin-dsp66 -Package: gstreamer0.10-plugin-dsp66 +Package: gstreamer1.0-plugin-dsp66 Architecture: armhf Section: libs Depends: ${misc:Depends}, ${shlibs:Depends} Description: gst-plugin-dsp66 is a Gstreamer plugin supporting TI DSP C66 opencl dispatch -Package: gstreamer0.10-plugin-dsp66-dbg +Package: gstreamer1.0-plugin-dsp66-dbg Architecture: armhf Section: debug Priority: extra -Depends: ${misc:Depends}, gstreamer0.10-plugin-dsp66 (= ${binary:Version}) +Depends: ${misc:Depends}, gstreamer1.0-plugin-dsp66 (= ${binary:Version}) Description: Debug symbols for gst-plugin-dsp66, a Gstreamer plugin supporting TI DSP C66 opencl dispatch diff --git a/debian/gstreamer0.10-plugin-dsp66.install b/debian/gstreamer0.10-plugin-dsp66.install deleted file mode 100644 index a2e17fc..0000000 --- a/debian/gstreamer0.10-plugin-dsp66.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/gstreamer-0.10/libgst*.so diff --git a/debian/gstreamer1.0-plugin-dsp66.install b/debian/gstreamer1.0-plugin-dsp66.install new file mode 100644 index 0000000..282e066 --- /dev/null +++ b/debian/gstreamer1.0-plugin-dsp66.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/gstreamer-1.0/libgst*.so diff --git a/debian/rules b/debian/rules index 2f74e6a..bbac8ae 100755 --- a/debian/rules +++ b/debian/rules @@ -5,15 +5,15 @@ 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 -DEB_DH_STRIP_ARGS := --dbg-package=gstreamer0.10-plugin-dsp66-dbg +DEB_DH_STRIP_ARGS := --dbg-package=gstreamer1.0-plugin-dsp66-dbg # Add here any variable or target overrides you need. -makebuilddir/gstreamer0.10-plugin-dsp66:: +makebuilddir/gstreamer1.0-plugin-dsp66:: NOCONFIGURE=1 ./autogen.sh -binary-install/gstreamer0.10-plugin-dsp66:: - rm -f debian/gstreamer0.10-plugin-dsp66/usr/lib/gstreamer-0.10/*.la - rm -f debian/gstreamer0.10-plugin-dsp66/usr/lib/gstreamer-0.10/*.a +binary-install/gstreamer1.0-plugin-dsp66:: + rm -f debian/gstreamer1.0-plugin-dsp66/usr/lib/gstreamer-1.0/*.la + rm -f debian/gstreamer1.0-plugin-dsp66/usr/lib/gstreamer-1.0/*.a DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp/