From a5fa8eaf4d8685653130572aa494350d83cbe419 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 15 Dec 2006 10:54:28 +0000 Subject: adding doap file Original commit message from CVS: * Makefile.am: * gst-plugins-good.doap: * gst-plugins-good.spec.in: adding doap file --- ChangeLog | 7 ++++ Makefile.am | 2 +- gst-plugins-good.doap | 103 +++++++++++++++++++++++++++++++++++++++++++++++ gst-plugins-good.spec.in | 12 +++--- 4 files changed, 116 insertions(+), 8 deletions(-) create mode 100644 gst-plugins-good.doap diff --git a/ChangeLog b/ChangeLog index e60ce8c2..fe80c604 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-12-15 Thomas Vander Stichele + + * Makefile.am: + * gst-plugins-good.doap: + * gst-plugins-good.spec.in: + adding doap file + 2006-12-14 Tim-Philipp Müller * configure.ac: diff --git a/Makefile.am b/Makefile.am index d7617985..0cc605de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ debug: EXTRA_DIST = \ gst-plugins-good.spec depcomp \ AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \ - ChangeLog autogen.sh \ + ChangeLog gst-plugins-good.doap autogen.sh \ $(win32) DISTCLEANFILES = _stdint.h diff --git a/gst-plugins-good.doap b/gst-plugins-good.doap new file mode 100644 index 00000000..d300c011 --- /dev/null +++ b/gst-plugins-good.doap @@ -0,0 +1,103 @@ + + + GStreamer Good Plug-ins + gst-plugins-good + + 2005-09-06 + +a set of good-quality plug-ins under our preferred license, LGPL + + +GStreamer Good Plug-ins is a set of plug-ins that we consider to have good +quality code and correct functionality, under our preferred license (LGPL for +the plug-in code, LGPL or LGPL-compatible for the supporting library). + + + + + + C + + + + + + :pserver:anonymous@cvs.freedesktop.org:/cvs/gstreamer + gst-plugins-good + + + + + + + 0.10.4 + 0.10 + Dear Leader + 2006-08-14 + + + + + + + + 0.10.3 + 0.10 + Desplazado + 2006-05-04 + + + + + + + + 0.10.2 + 0.10 + Papa was a rolling stone + 2006-02-09 + + + + + + + + 0.10.1 + 0.10 + Li + 2006-01-13 + + + + + + + + 0.10.0 + 0.10 + Abondance + 2005-12-05 + + + + + + + + Wim Taymans + 0d93fde052812d51a05fd86de9bdbf674423daa2 + + + + + Thomas Vander Stichele + + + + diff --git a/gst-plugins-good.spec.in b/gst-plugins-good.spec.in index a7606a82..31a0c204 100644 --- a/gst-plugins-good.spec.in +++ b/gst-plugins-good.spec.in @@ -77,9 +77,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT +%post +@USE_GCONF_TRUE@export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` +@USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null + %files -f gst-plugins-good-%{majorminor}.lang %defattr(-, root, root) -%doc AUTHORS COPYING README REQUIREMENTS +%doc AUTHORS COPYING README REQUIREMENTS gst-plugins-good.doap # non-core plugins without external dependencies %{_libdir}/gstreamer-%{majorminor}/libgstalaw.so @@ -145,12 +149,6 @@ rm -rf $RPM_BUILD_ROOT # schema files @USE_GCONF_TRUE@%{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas -%post -@USE_GCONF_TRUE@export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -@USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null - -%postun - %changelog * Fri Sep 02 2005 Thomas Vander Stichele - clean up for splitup -- cgit