[SCM] qt3d packaging branch, master, updated. debian/5.5.0-1-7-g4fbe25a

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Wed Oct 21 14:34:02 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt3d.git;a=commitdiff;h=4fbe25a

The following commit has been merged in the master branch:
commit 4fbe25add827349ef0093c0df5c23793b23e7c2c
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Oct 21 11:33:34 2015 -0300

    Create the qt3d-gltfsceneparser-plugin package.
---
 debian/changelog                           |  2 ++
 debian/control                             | 12 ++++++++++++
 debian/qt3d-gltfsceneparser-plugin.install |  1 +
 3 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 837f1d5..4919578 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ qt3d-opensource-src (5.5.1-1) UNRELEASED; urgency=medium
   * New components: q3dlogic and q3dcollision.
     - Install documentation.
     - Install libraries.
+  * Create qt3d-gltfsceneparser-plugin for the GL Transmission Format
+    scene parser plugin.
 
   [ Dmitry Shachnev ]
   * Add symbols files for the new library packages.
diff --git a/debian/control b/debian/control
index 4f7bec6..a57a4a3 100644
--- a/debian/control
+++ b/debian/control
@@ -114,6 +114,18 @@ Description: Qt 3D collision module
  .
  This package contains Qt 3D collision module.
 
+Package: qt3d-gltfsceneparser-plugin
+Architecture: any
+Multi-Arch: same
+Depends: libqt53dcore5 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: Qt 3D GL Transmission Format scene parser plugin
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains Qt 3D's GLTF scene parser plugin.
+
 Package: qml-module-qt3d
 Architecture: any
 Multi-Arch: same
diff --git a/debian/qt3d-gltfsceneparser-plugin.install b/debian/qt3d-gltfsceneparser-plugin.install
new file mode 100644
index 0000000..827c236
--- /dev/null
+++ b/debian/qt3d-gltfsceneparser-plugin.install
@@ -0,0 +1 @@
+usr/lib/*/qt5/plugins/sceneparsers/libgltfsceneparser.so

-- 
qt3d packaging



More information about the pkg-kde-commits mailing list