Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6,105 changes: 3 additions & 6,102 deletions debian/changelog

Large diffs are not rendered by default.

462 changes: 299 additions & 163 deletions debian/control

Large diffs are not rendered by default.

34 changes: 33 additions & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
@@ -1,8 +1,40 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: gst-plugins-imsdk
Source: https://github.com/qualcomm/gst-plugins-imsdk

Files:
*
Copyright:
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
SPDX-License-Identifier: BSD-3-Clause-Clear
License: BSD-3-Clause-Clear

License: BSD-3-Clause-Clear
Redistribution and use in source and binary forms, with or without
modification, are permitted (subject to the limitations in the
disclaimer below) provided that the following conditions are met:
.
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
.
* Neither the name of Qualcomm Technologies, Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
.
NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE
GRANTED BY THIS LICENSE. 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 HOLDER 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.
2 changes: 2 additions & 0 deletions debian/gbp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[DEFAULT]
debian-branch = clo/debian/latest
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
usr/bin/gst-ai-audio-inference.py
usr/bin/gst-ai-audio-postprocess.py
usr/bin/gst-ai-audio-preprocess.py
usr/bin/gst-ai-object-detection.py
usr/bin/gst-camera-encode.py
usr/bin/gst-camera-opencv-resize.py
usr/bin/gst-camera-rotate-downscale-file.py
usr/bin/gst-camera-three-stream-encode-file-detection-display-classification-rtsp.py
usr/bin/gst-camera-two-stream-detection-and-classification-side-by-side.py
usr/bin/gst-camera-two-stream-encode-file-detection-display.py
usr/bin/gst-concurrent-videoplay-composition.py
usr/bin/gst-daisychain-detection-pose.py
usr/bin/gst-filesrc-2detection-classification-segmentation-side-by-side.py
usr/bin/gst-gui-launcher-app.py
usr/bin/gst-jpg-image-decode.py
usr/bin/gst-multi-camera-stream-example.py
usr/bin/gst-opencv-transform.py
usr/bin/gst-parallel-inference.py
usr/bin/gst-rtspsrc-detection-display.py
usr/bin/gst-ai-video-classification-and-detection.py
usr/bin/gst-ai-video-classification.py
usr/bin/gst-ai-video-daisychain-pose-estimation.py
Expand All @@ -26,8 +10,13 @@ usr/bin/gst-ai-video-postprocess.py
usr/bin/gst-ai-video-preprocess-crop.py
usr/bin/gst-ai-video-preprocess.py
usr/bin/gst-ai-video-segmentation.py
usr/bin/gst-camera-encode.py
usr/bin/gst-camera-opencv-resize.py
usr/bin/gst-camera-rotate-downscale-file.py
usr/bin/gst-concurrent-videoplay-composition.py
usr/bin/gst-filesrc-2detection-classification-segmentation-side-by-side.py
usr/bin/gst-jpg-image-decode.py
usr/bin/gst-opencv-transform.py
usr/bin/gst-rtspsrc-detection-display.py
usr/bin/gst-video-source.py
usr/bin/gst_utils.py
usr/bin/Qdemo
usr/share/qdemo/Qdemo.gif /usr/share/qdemo/
usr/share/qdemo/Qdemo.png /usr/share/qdemo/
11 changes: 11 additions & 0 deletions debian/gstreamer1.0-imsdk-python-examples-oss.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Example/demo scripts installed for reference; they are not general-purpose
# tools and intentionally ship without manual pages.
gstreamer1.0-imsdk-python-examples-oss: no-manual-page *
# Python example scripts keep their .py extension on purpose so users can
# identify and edit them as learning material.
gstreamer1.0-imsdk-python-examples-oss: script-with-language-extension *
# gst_utils.py is a shared helper module imported by the examples; it is
# installed alongside them rather than as a standalone executable.
gstreamer1.0-imsdk-python-examples-oss: executable-not-elf-or-script [usr/bin/gst_utils.py]
# upstream does not provide copyright years
gstreamer1.0-imsdk-python-examples-oss: copyright-without-copyright-notice
11 changes: 11 additions & 0 deletions debian/gstreamer1.0-imsdk-python-examples.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
usr/bin/gst-ai-object-detection.py
usr/bin/gst-camera-three-stream-encode-file-detection-display-classification-rtsp.py
usr/bin/gst-camera-two-stream-detection-and-classification-side-by-side.py
usr/bin/gst-camera-two-stream-encode-file-detection-display.py
usr/bin/gst-daisychain-detection-pose.py
usr/bin/gst-gui-launcher-app.py
usr/bin/gst-multi-camera-stream-example.py
usr/bin/gst-parallel-inference.py
usr/bin/Qdemo
usr/share/qdemo/Qdemo.gif
usr/share/qdemo/Qdemo.png
8 changes: 8 additions & 0 deletions debian/gstreamer1.0-imsdk-python-examples.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Example/demo scripts installed for reference; they are not general-purpose
# tools and intentionally ship without manual pages.
gstreamer1.0-imsdk-python-examples: no-manual-page *
# Python example scripts keep their .py extension on purpose so users can
# identify and edit them as learning material.
gstreamer1.0-imsdk-python-examples: script-with-language-extension *
# upstream does not provide copyright years
gstreamer1.0-imsdk-python-examples: copyright-without-copyright-notice
26 changes: 26 additions & 0 deletions debian/gstreamer1.0-imsdk-sample-apps-oss.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
etc/configs
usr/bin/GstD-camera-single-stream-example
usr/bin/gst-ai-audio-classification
usr/bin/gst-ai-superresolution
usr/bin/gst-ai-video-classification
usr/bin/gst-ai-video-daisychain-pose-estimation
usr/bin/gst-ai-video-detection
usr/bin/gst-ai-video-inference
usr/bin/gst-ai-video-postprocess
usr/bin/gst-ai-video-preprocess
usr/bin/gst-ai-video-preprocess-crop
usr/bin/gst-ai-video-segmentation
usr/bin/gst-appsink-example
usr/bin/gst-audio-decode-example
usr/bin/gst-audio-encode-example
usr/bin/gst-audio-video-playback
usr/bin/gst-camera-single-stream-example
usr/bin/gst-concurrent-videoplay-composition
usr/bin/gst-detection-display-example
usr/bin/gst-jpg-decode-example
usr/bin/gst-transform-example
usr/bin/gst-video-playback-example
usr/bin/gst-video-source-example
usr/bin/gst-video-transcode-example
usr/bin/gst-video-wall
usr/bin/gst-videocodec-concurrent-playback
5 changes: 5 additions & 0 deletions debian/gstreamer1.0-imsdk-sample-apps-oss.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Sample/demo applications installed for reference; they intentionally ship
# without manual pages.
gstreamer1.0-imsdk-sample-apps-oss: no-manual-page *
# upstream does not provide copyright years
gstreamer1.0-imsdk-sample-apps-oss: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Private helper library for the sample applications; the package name follows
# the sample-apps naming rather than the SONAME on purpose.
gstreamer1.0-imsdk-sample-apps-utils: package-name-doesnt-match-sonames libgstappsutils1
# upstream does not provide copyright years
gstreamer1.0-imsdk-sample-apps-utils: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
etc/configs
usr/bin/gst-activate-deactivate-streams-runtime-example
usr/bin/gst-add-remove-streams-runtime
usr/bin/gst-add-streams-as-bundle-example
usr/bin/gst-ai-audio-classification
usr/bin/gst-ai-classification
usr/bin/gst-ai-daisychain-detection-classification
usr/bin/gst-ai-daisychain-detection-pose
usr/bin/gst-ai-event-encoder
usr/bin/gst-ai-face-detection
usr/bin/gst-ai-face-recognition
usr/bin/gst-ai-metadata-parser-example
Expand All @@ -18,52 +17,27 @@ usr/bin/gst-ai-parallel-inference
usr/bin/gst-ai-pose-detection
usr/bin/gst-ai-segmentation
usr/bin/gst-ai-smartcodec-example
usr/bin/gst-ai-superresolution
usr/bin/gst-ai-usb-camera-app
usr/bin/gst-appsink-example
usr/bin/gst-audio-decode-example
usr/bin/gst-audio-encode-example
usr/bin/gst-audio-video-encode
usr/bin/gst-audio-video-playback
usr/bin/gst-ai-event-encoder
usr/bin/gst-camera-burst-capture-example
usr/bin/gst-camera-fd-stream-example
usr/bin/gst-camera-metadata-example
usr/bin/gst-camera-per-port-example
usr/bin/gst-camera-shdr-ldc-eis-example
usr/bin/gst-camera-single-stream-example
usr/bin/gst-camera-switch-example
usr/bin/gst-concurrent-videoplay-composition
usr/bin/gst-jpg-decode-example
usr/bin/gst-gesture-recognition
usr/bin/gst-ip-camera
usr/bin/gst-multi-camera-example
usr/bin/gst-multi-stream-example
usr/bin/gst-ppe-detection
usr/bin/gst-restricted-zone
usr/bin/gst-rtmp-stream-example
usr/bin/gst-smartcodec-example
usr/bin/gst-snapshot-stream-example
usr/bin/gst-transform-example
usr/bin/gst-video-playback-example
usr/bin/gst-video-transcode-example
usr/bin/gst-videocodec-concurrent-playback
usr/bin/gst-weston-composition-example
usr/bin/GstD-camera-single-stream-example
usr/bin/gst-ai-video-classification
usr/bin/gst-ai-video-daisychain-pose-estimation
usr/bin/gst-ai-video-detection
usr/bin/gst-ai-video-inference
usr/bin/gst-ai-video-postprocess
usr/bin/gst-ai-video-preprocess
usr/bin/gst-ai-video-preprocess-crop
usr/bin/gst-ai-video-segmentation
usr/bin/gst-detection-display-example
usr/bin/gst-video-source-example
usr/bin/gst-ip-camera
usr/bin/gst-gesture-recognition
usr/bin/gst-ppe-detection
usr/bin/gst-restricted-zone
usr/bin/gst-video-wall
usr/bin/gst-vlm-multistream-usecase
usr/bin/gst-vlm-multistream-usecase-ipc
usr/bin/gst-vlm-rz-usecase
usr/bin/gst-vlm-rz-usecase-ipc
usr/bin/standalone-genie-vlm-test
usr/lib/${DEB_HOST_MULTIARCH}/libgenie-vlm.so
usr/lib/${DEB_HOST_MULTIARCH}/libgenie-vlm.so*
9 changes: 9 additions & 0 deletions debian/gstreamer1.0-imsdk-sample-apps.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Sample/demo applications installed for reference; they intentionally ship
# without manual pages.
gstreamer1.0-imsdk-sample-apps: no-manual-page *
# libgenie-vlm is a private helper library bundled with the sample apps that
# use it; it is not a public shared library and keeps the sample-apps name.
gstreamer1.0-imsdk-sample-apps: package-name-doesnt-match-sonames libgenie-vlm1
gstreamer1.0-imsdk-sample-apps: link-to-shared-library-in-wrong-package *libgenie-vlm.so*
# upstream does not provide copyright years
gstreamer1.0-imsdk-sample-apps: copyright-without-copyright-notice
9 changes: 9 additions & 0 deletions debian/gstreamer1.0-plugins-imsdk-base.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This package bundles the several Qualcomm GStreamer base libraries used by
# the plugin collection under a single name on purpose; it is not a
# conventional one-library-per-package shared library package.
gstreamer1.0-plugins-imsdk-base: package-name-doesnt-match-sonames *
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-base: copyright-without-copyright-notice
#libgstqticamerabase.so contains no direct libc
# references; dependency chain is satisfied via GLib/GStreamer.
gstreamer1.0-plugins-imsdk-base: library-not-linked-against-libc
2 changes: 2 additions & 0 deletions debian/gstreamer1.0-plugins-imsdk-batch.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-batch: copyright-without-copyright-notice
2 changes: 2 additions & 0 deletions debian/gstreamer1.0-plugins-imsdk-camsrc.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-camsrc: copyright-without-copyright-notice
2 changes: 2 additions & 0 deletions debian/gstreamer1.0-plugins-imsdk-metamux.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-metamux: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-metatransform: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-mlaclassification: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-mlaconverter: copyright-without-copyright-notice
2 changes: 2 additions & 0 deletions debian/gstreamer1.0-plugins-imsdk-mldemux.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-mldemux: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-mlmetaextractor: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-mlmetaparser: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ships only GStreamer plugins and private post-processing modules (no public
# shared libraries), so the ldconfig trigger added by debhelper is harmless.
gstreamer1.0-plugins-imsdk-mlpostprocess: package-has-unnecessary-activation-of-ldconfig-trigger
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-mlpostprocess: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-mlvclassification: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-mlvconverter: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-mlvdetection: copyright-without-copyright-notice
5 changes: 5 additions & 0 deletions debian/gstreamer1.0-plugins-imsdk-mlvpose.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ships only GStreamer plugins and private pose modules (no public shared
# libraries), so the ldconfig trigger added by debhelper is harmless.
gstreamer1.0-plugins-imsdk-mlvpose: package-has-unnecessary-activation-of-ldconfig-trigger
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-mlvpose: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-mlvsegmentation: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-mlvsuperresolution: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This package bundles the message-broker adaptor libraries (MQTT, Kafka,
# msgadaptor) together with the plugins that load them, under a single name.
gstreamer1.0-plugins-imsdk-msgbroker: package-name-doesnt-match-sonames *
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-msgbroker: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
usr/lib/${DEB_HOST_MULTIARCH}/gstreamer-1.0/libgstqtiobjtracker.so
usr/lib/${DEB_HOST_MULTIARCH}/imsdk/qtiobjtracker/modules
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-objtracker: copyright-without-copyright-notice
2 changes: 2 additions & 0 deletions debian/gstreamer1.0-plugins-imsdk-oss.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-oss: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-redissink: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-restricted-zone: copyright-without-copyright-notice
2 changes: 2 additions & 0 deletions debian/gstreamer1.0-plugins-imsdk-rtspbin.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-rtspbin: copyright-without-copyright-notice
2 changes: 2 additions & 0 deletions debian/gstreamer1.0-plugins-imsdk-socket.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-socket: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
usr/bin/gst-pipeline-app
usr/bin/gst-rtsp-server
usr/bin/gst-warmboot-app
usr/bin/test-dl-qnn
usr/bin/test-dl-snpe
usr/bin/test-dl-tflite
4 changes: 4 additions & 0 deletions debian/gstreamer1.0-plugins-imsdk-tools.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Developer/debug helper tools; they intentionally ship without manual pages.
gstreamer1.0-plugins-imsdk-tools: no-manual-page *
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-tools: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-uridecodebin: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-vcomposer: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-videotemplate: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-voverlay: copyright-without-copyright-notice
2 changes: 2 additions & 0 deletions debian/gstreamer1.0-plugins-imsdk-vsplit.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-vsplit: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk-vtransform: copyright-without-copyright-notice
2 changes: 2 additions & 0 deletions debian/gstreamer1.0-plugins-imsdk.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
gstreamer1.0-plugins-imsdk: copyright-without-copyright-notice
1 change: 0 additions & 1 deletion debian/gstreamer1.0-plugins-qcom-mlqnn.install

This file was deleted.

1 change: 0 additions & 1 deletion debian/gstreamer1.0-plugins-qcom-mlsnpe.install

This file was deleted.

1 change: 0 additions & 1 deletion debian/gstreamer1.0-plugins-qcom-mltflite.install

This file was deleted.

1 change: 0 additions & 1 deletion debian/gstreamer1.0-plugins-qcom-msgbroker.triggers

This file was deleted.

1 change: 0 additions & 1 deletion debian/gstreamer1.0-qcom-test-framework.install

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
libgstreamer1.0-imsdk-sample-apps-utils-dev: copyright-without-copyright-notice
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,11 @@ usr/lib/${DEB_HOST_MULTIARCH}/libgstqtimlbase.so
usr/lib/${DEB_HOST_MULTIARCH}/libgstqtiutilsbase.so
usr/lib/${DEB_HOST_MULTIARCH}/libgstqtigfxbase.so
usr/lib/${DEB_HOST_MULTIARCH}/libgstqticamerabase.so
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/gstreamer-qcom-gfx-1.0.pc
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/gstreamer-qcom-oss-allocators-1.0.pc
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/gstreamer-qcom-oss-cv-1.0.pc
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/gstreamer-qcom-oss-memory-1.0.pc
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/gstreamer-qcom-oss-ml-1.0.pc
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/gstreamer-qcom-oss-utils-1.0.pc
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/gstreamer-qcom-oss-video-1.0.pc
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/gstreamer-qcom-oss-camera-meta-1.0.pc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upstream does not provide copyright years
libgstreamer1.0-plugins-imsdk-base-dev: copyright-without-copyright-notice
1 change: 1 addition & 0 deletions debian/not-installed
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
usr/lib/${DEB_HOST_MULTIARCH}/libgstqtimqttadaptor.so
usr/lib/${DEB_HOST_MULTIARCH}/libgstqtikafkaadaptor.so
usr/lib/${DEB_HOST_MULTIARCH}/libgstqtimsgadaptor.so
usr/include/GenieVLM.h
Loading
Loading