From: Thomas Vander Stichele Date: Fri, 15 Dec 2006 00:16:57 +0000 (+0000) Subject: adding .doap file X-Git-Tag: RELEASE-0_10_12~147 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5b954fa6f234dd2b592ac93e570fdcb90b50bc8;p=platform%2Fupstream%2Fgstreamer.git adding .doap file Original commit message from CVS: * Makefile.am: * gstreamer.doap: * gstreamer.spec.in: adding .doap file --- diff --git a/ChangeLog b/ChangeLog index 4e73d41..25f664a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-12-15 Thomas Vander Stichele + + * Makefile.am: + * gstreamer.doap: + * gstreamer.spec.in: + adding .doap file + 2006-12-14 Tim-Philipp Müller * gst/gst.c: (init_pre), (init_post): diff --git a/Makefile.am b/Makefile.am index 86539d5..afad2a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ EXTRA_DIST = \ gstreamer.spec gstreamer.spec.in \ gst-element-check.m4.in \ configure.ac autogen.sh depcomp \ - ABOUT-NLS RELEASE \ + ABOUT-NLS RELEASE gstreamer.doap \ $(win32) CLEANFILES = gst-element-check-@GST_MAJORMINOR@.m4 diff --git a/gstreamer.doap b/gstreamer.doap new file mode 100644 index 0000000..1e20434 --- /dev/null +++ b/gstreamer.doap @@ -0,0 +1,188 @@ + + + GStreamer + gstreamer + + 1999-10-31 + +GStreamer is a streaming media framework + + +GStreamer is a streaming media framework that allows the construction of +graphs of elements which operate on media data. +Applications using this library can do anything from real-time sound processing +over playing video to capturing audio, video, and even other types of media +data. +Its architecture allows for adding new data types or processing capabilities +simply by installing new plug-ins. +GStreamer is the core module, containing libraries, headers, the basic object +hierarchy, and a set of media-agnostic core elements. + + + + + + C + + + + + + :pserver:anonymous@cvs.freedesktop.org:/cvs/gstreamer + gstreamer + + + + + + + 0.10.11 + 0.10 + Love never runs on time + 2006-12-06 + + + + + + + + 0.10.10 + 0.10 + Pais + 2006-09-14 + + + + + + + + 0.10.9 + 0.10 + On the road again + 2006-07-14 + + + + + + + + 0.10.8 + 0.10 + Soepeke, ik zie ou nog altijd nie + 2006-06-10 + + + + + + + + 0.10.7 + 0.10 + Soepeke, ik zie ou + 2006-06-09 + + + + + + + + 0.10.6 + 0.10 + Leave the cannoli + 2006-05-14 + + + + + + + + + 0.10.5 + 0.10 + Fogo + 2006-04-28 + + + + + + + + 0.10.4 + 0.10 + Light + 2006-03-10 + + + + + + 0.10.3 + 0.10 + Like a virgin + 2006-02-08 + + + + + + 0.10.2 + 0.10 + If man is five + 2006-01-16 + + + + + + 0.10.1 + 0.10 + Nollaig chridheil + 2005-12-23 + + + + + + 0.10.0 + 0.10 + Maroilles + 2005-12-05 + + + + + + 0.8.12 + 0.8 + Cookies + 2006-02-09 + + + + + + + + Wim Taymans + 0d93fde052812d51a05fd86de9bdbf674423daa2 + + + + + Thomas Vander Stichele + + + + diff --git a/gstreamer.spec.in b/gstreamer.spec.in index 671d2c7..66f028e 100644 --- a/gstreamer.spec.in +++ b/gstreamer.spec.in @@ -33,8 +33,6 @@ BuildRequires: gcc BuildRequires: gettext BuildRequires: zlib-devel BuildRequires: popt > 1.6 -Requires(pre): /sbin/ldconfig -Requires(post): /sbin/ldconfig ### documentation requirements BuildRequires: python2 @@ -117,18 +115,17 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la # Create empty cache directory mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/gstreamer-%{majorminor} - + %clean rm -rf $RPM_BUILD_ROOT -%post -/sbin/ldconfig +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f gstreamer-%{majorminor}.lang %defattr(-, root, root, -) -# %doc AUTHORS COPYING ABOUT-NLS README RELEASE MAINTAINERS ChangeLog CHANGES-0.9 DOCBUILDING INSTALL +%doc AUTHORS COPYING README RELEASE MAINTAINERS ChangeLog gstreamer.doap %{_libdir}/libgstreamer-%{majorminor}.so.* %{_libdir}/libgstbase-%{majorminor}.so.* %{_libdir}/libgstcontroller-%{majorminor}.so.* @@ -198,6 +195,10 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor} %changelog +* Fri Dec 15 2006 Thomas Vander Stichele +- add doap file +- further cleanups + * Fri Sep 02 2005 Thomas Vander Stichele - clean up a little @@ -332,4 +333,3 @@ rm -rf $RPM_BUILD_ROOT * Sun Jan 30 2000 Erik Walthinsen - first draft of spec file -