From 1b3ef14df4e2729bcc4e24881038b7f75b08135c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 15 Dec 2006 12:18:21 +0000 Subject: add doap file Original commit message from CVS: * Makefile.am: * gst-plugins-bad.doap: * gst-plugins-bad.spec.in: add doap file --- ChangeLog | 7 +++++ Makefile.am | 2 +- gst-plugins-bad.doap | 82 +++++++++++++++++++++++++++++++++++++++++++++++++ gst-plugins-bad.spec.in | 16 +++++----- 4 files changed, 97 insertions(+), 10 deletions(-) create mode 100644 gst-plugins-bad.doap diff --git a/ChangeLog b/ChangeLog index e5da3c96..2c0d3e4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-12-15 Thomas Vander Stichele + + * Makefile.am: + * gst-plugins-bad.doap: + * gst-plugins-bad.spec.in: + add doap file + 2006-12-15 Tim-Philipp Müller * ext/libmms/gstmms.c: (gst_mms_create): diff --git a/Makefile.am b/Makefile.am index ca502025..3f650361 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ DIST_SUBDIRS = \ EXTRA_DIST = \ gst-plugins-bad.spec depcomp \ AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \ - ChangeLog autogen.sh + ChangeLog gst-plugins-bad.doap autogen.sh DISTCLEANFILES = _stdint.h diff --git a/gst-plugins-bad.doap b/gst-plugins-bad.doap new file mode 100644 index 00000000..d0457063 --- /dev/null +++ b/gst-plugins-bad.doap @@ -0,0 +1,82 @@ + + + GStreamer Bad Plug-ins + gst-plugins-bad + + 2005-09-06 + +a set of lower-quality plug-ins that need some love. + + +GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to +the rest. They might be close to being good quality, but they're missing +something - be it a good code review, some documentation, a set of tests, a +real live maintainer, or some actual wide use. + + + + + + C + + + + + + :pserver:anonymous@cvs.freedesktop.org:/cvs/gstreamer + gst-plugins-bad + + + + + + + 0.10.3 + 0.10 + Petition to request permission + 2006-05-04 + + + + + + + + 0.10.1 + 0.10 + Slimy - yet satisfying + 2006-02-20 + + + + + + + + 0.10.0 + 0.10 + Camembert + 2005-12-05 + + + + + + + + Wim Taymans + 0d93fde052812d51a05fd86de9bdbf674423daa2 + + + + + Thomas Vander Stichele + + + + diff --git a/gst-plugins-bad.spec.in b/gst-plugins-bad.spec.in index 621e5293..f71b4956 100644 --- a/gst-plugins-bad.spec.in +++ b/gst-plugins-bad.spec.in @@ -57,7 +57,7 @@ quality, even though they might work. %configure make %{?_smp_mflags} - + %install rm -rf $RPM_BUILD_ROOT @@ -74,15 +74,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT -%post - -%postun - -%files - +%files -f gst-plugins-bad-%{majorminor}.lang %defattr(-, root, root) -%doc AUTHORS COPYING README REQUIREMENTS -%{_datadir}/locale +%doc AUTHORS COPYING README REQUIREMENTS gst-plugins-bad.doap # non-core plugins without external dependencies %{_libdir}/gstreamer-%{majorminor}/libgstqtdemux.so @@ -126,6 +120,10 @@ rm -rf $RPM_BUILD_ROOT @USE_DTS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstdtsdec.so %changelog +* Fri Dec 15 2006 Thomas Vander Stichele +- add doap file +- more cleanup + * Sun Nov 27 2005 Thomas Vander Stichele - redone for split -- cgit v1.2.1