diff --git a/ChangeLog b/ChangeLog index 13e27375d0..d04e5dfc6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-12-15 Thomas Vander Stichele + + * Makefile.am: + * gst-ffmpeg.doap: + * gst-ffmpeg.spec.in: + add doap file + 2006-12-15 Jan Schmidt * Makefile.am: diff --git a/Makefile.am b/Makefile.am index e61696d605..633c40b899 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = $(FFMPEG_SUBDIRS) ext docs common tests EXTRA_DIST = \ gst-ffmpeg.spec depcomp \ - AUTHORS COPYING NEWS README ChangeLog + AUTHORS COPYING NEWS README ChangeLog gst-ffmpeg.doap ACLOCAL_AMFLAGS = -I common/m4 diff --git a/gst-ffmpeg.doap b/gst-ffmpeg.doap new file mode 100644 index 0000000000..d18581503d --- /dev/null +++ b/gst-ffmpeg.doap @@ -0,0 +1,170 @@ + + + GStreamer FFmpeg Plug-ins + gst-ffmpeg + + 2004-02-26 + +a plug-in using the FFmpeg library + + +GStreamer FFmpeg plug-in contains elements using the FFmpeg library code. It +contains most popular decoders as well as very fast +colorspace conversion elements. + + + + + + C + + + + + + :pserver:anonymous@cvs.freedesktop.org:/cvs/gstreamer + gst-ffmpeg + + + + + + + 0.10.2 + 0.10 + At the edge of Taymans + 2006-12-31 + + + + + + + + 0.10.1 + 0.10 + Late Train + 2006-03-31 + + + + + + + + 0.10.0 + 0.10 + Rocamadour + 2005-12-05 + + + + + + + + 0.8.7 + 0.8 + Redneck soup + 2005-10-25 + + + + + + + + 0.8.6 + 0.8 + Vamoz a la Playa + 2005-08-05 + + + + + + + + 0.8.5 + 0.8 + For the better of the world + 2005-06-11 + + + + + + + + 0.8.4 + 0.8 + Mellow on my fingers + 2005-03-11 + + + + + + + + 0.8.3 + 0.8 + Tiny Piece of Plastic + 2004-12-27 + + + + + + + + 0.8.2 + 0.8 + Titan Shifting Gears + 2004-10-09 + + + + + + + + 0.8.1 + 0.8 + Just Another Victim + 2004-07-16 + + + + + + + + 0.8.0 + 0.8 + In Buildings + 2004-03-16 + + + + + + + + + Wim Taymans + 0d93fde052812d51a05fd86de9bdbf674423daa2 + + + + + Thomas Vander Stichele + + + + diff --git a/gst-ffmpeg.spec.in b/gst-ffmpeg.spec.in index 8ddf336ecd..5627e28e48 100644 --- a/gst-ffmpeg.spec.in +++ b/gst-ffmpeg.spec.in @@ -50,17 +50,17 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{gst_majorminor}/*.a %clean rm -rf $RPM_BUILD_ROOT -%post - -%postun - %files %defattr(-, root, root, -) -%doc AUTHORS COPYING README +%doc AUTHORS COPYING README gst-ffmpeg.doap %{_libdir}/gstreamer-%{gst_majorminor}/libgstffmpeg.so %{_libdir}/gstreamer-%{gst_majorminor}/libgstpostproc.so %changelog +* Fri Dec 15 2006 Thomas Vander Stichele +- clean up +- add doap file + * Wed Oct 05 2004 Christian Schaller - Update SPEC file to fit the times