From fb23b775cc11925f0f0b13993f74a6819d61e8f0 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 15 Dec 2006 17:02:31 +0000 Subject: [PATCH] add doap file Original commit message from CVS: * Makefile.am: * gst-python.doap: * gst-python.spec.in: add doap file --- ChangeLog | 7 +++ Makefile.am | 2 +- gst-python.doap | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++++ gst-python.spec.in | 5 ++- 4 files changed, 140 insertions(+), 2 deletions(-) create mode 100644 gst-python.doap diff --git a/ChangeLog b/ChangeLog index df97185..ff692d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-12-15 Thomas Vander Stichele + + * Makefile.am: + * gst-python.doap: + * gst-python.spec.in: + add doap file + 2006-12-11 Tim-Philipp Müller * gst/interfaces.defs: diff --git a/Makefile.am b/Makefile.am index a1dcc78..5409e58 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ EXTRA_DIST = \ pygst.py.in \ gst-python.spec.in \ gst-python.spec \ - RELEASE + RELEASE gst-python.doap BUILT_SOURCES = pygst.py CLEANFILES = pygst.py pygst.pyc diff --git a/gst-python.doap b/gst-python.doap new file mode 100644 index 0000000..844120a --- /dev/null +++ b/gst-python.doap @@ -0,0 +1,128 @@ + + + GStreamer Python Bindings + gst-python + + 1999-10-31 + +Python bindings for GStreamer + + +GStreamer Python Bindings is a set of Python bindings for GStreamer, using +the same system as PyGTK. +It also comes with a number of examples. + + + + + + Python + + + + + + :pserver:anonymous@cvs.freedesktop.org:/cvs/gstreamer + gst-python + + + + + + + 0.10.6 + 0.10 + You're not very subtle, but you are effective + 2006-12-04 + + + + + + + + 0.10.5 + 0.10 + My Little Poney wants some Funk + 2006-07-20 + + + + + + + + 0.10.4 + 0.10 + Alegre + 2006-04-28 + + + + + + + + 0.10.3 + 0.10 + Maybe not today. Maybe not tomorrow, but soon... + 2006-03-21 + + + + + + 0.10.2 + 0.10 + And if the devil is six + 2006-01-16 + + + + + + 0.10.1 + 0.10 + Krisimas Yakanaka + 2005-12-23 + + + + + + 0.10.0 + 0.10 + Reblochon + 2005-12-05 + + + + + + 0.8.4 + 0.8 + 64 bit is enough for everyone + 2006-03-08 + + + + + + + + Wim Taymans + 0d93fde052812d51a05fd86de9bdbf674423daa2 + + + + + Thomas Vander Stichele + + + + diff --git a/gst-python.spec.in b/gst-python.spec.in index c512cac..1e32224 100644 --- a/gst-python.spec.in +++ b/gst-python.spec.in @@ -55,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog NEWS README +%doc AUTHORS COPYING ChangeLog NEWS README gst-python.doap %dir %{_libdir}/python?.?/site-packages/gst-%{majorminor} %{_libdir}/python?.?/site-packages/pygst.pth %{_libdir}/python?.?/site-packages/pygst.py @@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/gst-python-%{majorminor}.pc %changelog +* Fri Dec 15 2006 Thomas Vander Stichele +- add doap file + * Tue Dec 20 2005 Thomas Vander Stichele - updated spec file -- 2.7.4