diff --git a/ChangeLog b/ChangeLog index e60ce8c23d..fe80c60431 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 d76179856d..0cc605de65 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 0000000000..d300c0114f --- /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 a7606a8216..31a0c20454 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