summaryrefslogtreecommitdiffstats
path: root/libraries/gstreamermm/README
diff options
context:
space:
mode:
author Juan Valencia Escalante <jvalenciae@gmail.com>2010-07-03 14:45:06 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-07-03 14:45:06 -0500
commit854ad571a9932f0002c059fa5ae97bfc620b5cd3 (patch)
treeda82f42389113cc1d13f129776f6a68a61a51588 /libraries/gstreamermm/README
parent33852c4009664fbcbc5beb181ac12774ab7f244d (diff)
downloadslackbuilds-854ad571a9932f0002c059fa5ae97bfc620b5cd3.tar.gz
slackbuilds-854ad571a9932f0002c059fa5ae97bfc620b5cd3.tar.xz
libraries/gstreamermm: Added (C++ bindings for GStreamer)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/gstreamermm/README')
-rw-r--r--libraries/gstreamermm/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/gstreamermm/README b/libraries/gstreamermm/README
new file mode 100644
index 0000000000..97bb987eca
--- /dev/null
+++ b/libraries/gstreamermm/README
@@ -0,0 +1,5 @@
+gstreamermm provides C++ bindings for the GStreamer streaming multimedia
+library (http://gstreamer.freedesktop.org). With gstreamermm it is
+possible to develop applications that work with multimedia in C++.
+
+This requires gtkmm and libxml++.