From aefb3c033b7797aabc99967664db32e1b2dc93b8 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Wed, 22 Jul 2020 19:13:53 +0900 Subject: [PATCH] Debian: add flatbuf/protobuf packaging nnstreamer-flatbuf and nnstreamer-protobuf will be available for Ubuntu/Debian. Signed-off-by: MyungJoo Ham --- debian/control | 14 ++++++++++++++ debian/nnstreamer-flatbuf.install | 3 +++ debian/nnstreamer-protobuf.install | 2 ++ 3 files changed, 19 insertions(+) create mode 100644 debian/nnstreamer-flatbuf.install create mode 100644 debian/nnstreamer-protobuf.install diff --git a/debian/control b/debian/control index 6073897..70cff0f 100644 --- a/debian/control +++ b/debian/control @@ -91,6 +91,20 @@ Depends: nnstreamer, openvino, ${shlibs:Depends}, ${misc:Depends} Description: NNStreamer OpenVino support This package allows nnstreamer to support OpenVino. +Package: nnstreamer-protobuf +Architecture: any +MUlti-Arch: same +Depends: nnstreamer, ${shlibs:Depends}, ${misc:Depends} +Description: NNStreamer Protobuf converter/decoder support + This package allows to pack/unpack tensor streams to/from protobuf. + +Package: nnstreamer-flatbuf +Architecture: any +MUlti-Arch: same +Depends: nnstreamer, ${shlibs:Depends}, ${misc:Depends} +Description: NNStreamer Flatbuf converter/decoder support + This package allows to pack/unpack tensor streams to/from flatbuf. + Package: nnstreamer-dev Architecture: any Multi-Arch: same diff --git a/debian/nnstreamer-flatbuf.install b/debian/nnstreamer-flatbuf.install new file mode 100644 index 0000000..8f637c8 --- /dev/null +++ b/debian/nnstreamer-flatbuf.install @@ -0,0 +1,3 @@ +/usr/lib/nnstreamer/converters/libnnstreamer_converter_flatbuf.so +/usr/lib/nnstreamer/decoders/libnnstreamer_decoder_flatbuf.so +/usr/lib/*/libnnstreamer_protobuf.so diff --git a/debian/nnstreamer-protobuf.install b/debian/nnstreamer-protobuf.install new file mode 100644 index 0000000..555e728 --- /dev/null +++ b/debian/nnstreamer-protobuf.install @@ -0,0 +1,2 @@ +/usr/lib/nnstreamer/converters/libnnstreamer_converter_protobuf.so +/usr/lib/nnstreamer/decoders/libnnstreamer_decoder_protobuf.so -- 2.7.4