From 3f1b92dbe313d9c6604f68eae10baa8a26e82f94 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 15 Dec 2006 00:20:37 +0000 Subject: [PATCH] add doap file Original commit message from CVS: * Makefile.am: * gst-plugins-base.doap: * gst-plugins-base.spec.in: add doap file --- ChangeLog | 7 ++ Makefile.am | 2 +- gst-plugins-base.doap | 170 +++++++++++++++++++++++++++++++++++++++ gst-plugins-base.spec.in | 10 +-- 4 files changed, 183 insertions(+), 6 deletions(-) create mode 100644 gst-plugins-base.doap diff --git a/ChangeLog b/ChangeLog index 8d2fee9c0e..b4c58e59c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-12-15 Thomas Vander Stichele + + * Makefile.am: + * gst-plugins-base.doap: + * gst-plugins-base.spec.in: + add doap file + 2006-12-09 Tim-Philipp Müller Patch by: Jens Granseuer diff --git a/Makefile.am b/Makefile.am index 50856a192f..67105a60aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ win32 = $(shell cat $(top_srcdir)/win32/MANIFEST) EXTRA_DIST = \ gst-plugins-base.spec depcomp \ AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \ - ChangeLog autogen.sh $(win32) + ChangeLog gst-plugins-base.doap autogen.sh $(win32) DISTCLEANFILES = _stdint.h diff --git a/gst-plugins-base.doap b/gst-plugins-base.doap new file mode 100644 index 0000000000..9957a3c1a9 --- /dev/null +++ b/gst-plugins-base.doap @@ -0,0 +1,170 @@ + + + GStreamer Base Plug-ins + gst-plugins-base + + 2005-06-17 + +a basic collection of elements + + +GStreamer Base Plug-ins is a well-groomed and well-maintained collection of +GStreamer plug-ins and elements, spanning the range of possible types of +elements one would want to write for GStreamer. It also contains helper +libraries and base classes useful for writing elements. +A wide range of video and audio decoders, encoders, and filters are included. + + + + + + C + + + + + + :pserver:anonymous@cvs.freedesktop.org:/cvs/gstreamer + gst-plugins-base + + + + + + + 0.10.11 + 0.10 + Dumb things + 2006-12-06 + + + + + + + + 0.10.10 + 0.10 + Chorizo + 2006-09-14 + + + + + + + + 0.10.9 + 0.10 + I walk the line + 2006-07-14 + + + + + + + + 0.10.8 + 0.10 + Moar gij zie mij nie + 2006-05-14 + + + + + + + + 0.10.7 + 0.10 + Leave the gun + 2006-05-14 + + + + + + + + 0.10.6 + 0.10 + Chao + 2006-04-28 + + + + + + + + 0.10.5 + 0.10 + Net + 2006-03-13 + + + + + + 0.10.4 + 0.10 + Power + 2006-03-10 + + + + + + 0.10.3 + 0.10 + Under Pressure + 2006-02-09 + + + + + + 0.10.2 + 0.10 + Then the devil is six + 2006-01-16 + + + + + + 0.10.1 + 0.10 + Dobro Dedek + 2005-12-23 + + + + + + 0.10.0 + 0.10 + Mont-d'or + 2005-12-05 + + + + + + Wim Taymans + 0d93fde052812d51a05fd86de9bdbf674423daa2 + + + + + Thomas Vander Stichele + + + + diff --git a/gst-plugins-base.spec.in b/gst-plugins-base.spec.in index fb7267b321..a5cd9d0e4d 100644 --- a/gst-plugins-base.spec.in +++ b/gst-plugins-base.spec.in @@ -61,13 +61,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT -%post - -%postun - %files -f gst-plugins-base-%{majorminor}.lang %defattr(-, root, root) -%doc AUTHORS COPYING README REQUIREMENTS +%doc AUTHORS COPYING README REQUIREMENTS gst-plugins-base.doap # helper programs %{_bindir}/gst-visualise-%{majorminor} @@ -184,6 +180,10 @@ GStreamer Plugins Base library development and header files. %doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor} %changelog +* Fri Dec 15 2006 Thomas Vander Stichele +- add doap file +- cleanups + * Fri Sep 02 2005 Thomas Vander Stichele - clean up a little