[yarp] 85/109: Add yarp-device-ffmpeg package

Daniele E. Domenichelli drdanz-guest at moszumanska.debian.org
Thu Jun 22 16:10:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

drdanz-guest pushed a commit to branch master
in repository yarp.

commit afe97c50b6ef82b905fa92c332df3936abcdaed5
Author: Daniele E. Domenichelli <ddomenichelli at drdanz.it>
Date:   Mon Oct 17 10:24:26 2016 +0200

    Add yarp-device-ffmpeg package
---
 .gitignore                        |  1 +
 debian/control                    | 23 +++++++++++++++++++++++
 debian/rules                      |  4 ++--
 debian/yarp-device-ffmpeg.install |  2 ++
 4 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 23ec74f..f2b8cf4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,6 +46,7 @@
 /debian/yarp-device-fakeimu/
 /debian/yarp-device-fakelaser/
 /debian/yarp-device-fakemotioncontrol/
+/debian/yarp-device-ffmpeg/
 /debian/yarp-device-opencv/
 /debian/yarp-device-portaudio/
 /debian/yarp-device-serial/
diff --git a/debian/control b/debian/control
index 160350c..3b9f274 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,11 @@ Build-Depends: debhelper (>= 9),
                liblua5.2-dev,
                portaudio19-dev,
                libdc1394-22-dev,
+               libavcodec-dev,
+               libavdevice-dev,
+               libavformat-dev,
+               libavutil-dev,
+               libswscale-dev,
                swig,
                perl
 Standards-Version: 3.9.8
@@ -715,6 +720,23 @@ Description: thin middleware for humanoid robots and more - fakeMotionControl de
  .
  This package contains the fakeMotionControl device plugin.
 
+Package: yarp-device-ffmpeg
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: thin middleware for humanoid robots and more - ffmpeg devices
+ YARP stands for Yet Another Robot Platform. It is a library and toolkit
+ for communication and device interfaces, used on everything from
+ humanoids to embedded devices.
+ .
+ More specifically, YARP supports building a robot control system as a
+ "collection of programs" communicating in a peer-to-peer way, with an
+ extensible family of connection types (tcp, udp, multicast, local, MPI,
+ mjpg-over-http, XML/RPC, tcpros, ...) that can be swapped in and out to
+ match your needs. It also supports similarly flexible interfacing
+ with hardware devices.
+ .
+ This package contains the ffmpeg_grabber and ffmpeg_writer devices plugin.
+
 Package: yarp-device-opencv
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -906,6 +928,7 @@ Depends: ${misc:Depends},
  yarp-device-fakeimu (= ${binary:Version}),
  yarp-device-fakelaser (= ${binary:Version}),
  yarp-device-fakemotioncontrol (= ${binary:Version}),
+ yarp-device-ffmpeg (= ${binary:Version}),
  yarp-device-opencv (= ${binary:Version}),
  yarp-device-portaudio (= ${binary:Version}),
  yarp-device-serial (= ${binary:Version})
diff --git a/debian/rules b/debian/rules
index 8644f48..c9102c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,6 +35,8 @@ override_dh_auto_configure:
 	                     -DENABLE_yarpmod_fakeIMU:BOOL=ON \
 	                     -DENABLE_yarpmod_fakeLaser:BOOL=ON \
 	                     -DENABLE_yarpmod_fakeMotionControl:BOOL=ON \
+	                     -DENABLE_yarpmod_ffmpeg_grabber:BOOL=ON \
+	                     -DENABLE_yarpmod_ffmpeg_writer:BOOL=ON \
 	                     -DENABLE_yarpmod_opencv_grabber:BOOL=ON \
 	                     -DENABLE_yarpmod_portaudio:BOOL=ON \
 	                     -DCREATE_PERL:BOOL=ON \
@@ -49,8 +51,6 @@ override_dh_auto_configure:
 # -DENABLE_yarpmod_cuda:BOOL=ON \
 # -DENABLE_yarpmod_dimax_u2c:BOOL=ON \
 # -DENABLE_yarpmod_dynamixelAX12Ft:BOOL=ON \
-# -DENABLE_yarpmod_ffmpeg_grabber:BOOL=ON \
-# -DENABLE_yarpmod_ffmpeg_writer:BOOL=ON \
 # -DENABLE_yarpmod_jrkerr:BOOL=ON \
 # -DENABLE_yarpmod_laserHokuyo:BOOL=ON \
 # -DENABLE_yarpmod_nvidia:BOOL=ON \
diff --git a/debian/yarp-device-ffmpeg.install b/debian/yarp-device-ffmpeg.install
new file mode 100644
index 0000000..80f7de3
--- /dev/null
+++ b/debian/yarp-device-ffmpeg.install
@@ -0,0 +1,2 @@
+usr/share/yarp/plugins/ffmpeg.ini
+usr/lib/x86_64-linux-gnu/yarp/yarp_ffmpeg.so

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yarp.git



More information about the debian-science-commits mailing list