2005-05-04 19:41:05 +00:00
|
|
|
%define majorminor @GST_MAJORMINOR@
|
2006-01-13 16:16:24 +00:00
|
|
|
%define gstreamer gstreamer
|
2005-05-04 19:41:05 +00:00
|
|
|
|
2005-09-02 12:08:45 +00:00
|
|
|
Name: %{gstreamer}
|
2002-03-05 12:31:13 +00:00
|
|
|
Version: @VERSION@
|
2006-04-11 14:48:34 +00:00
|
|
|
Release: @PACKAGE_VERSION_RELEASE@
|
2005-09-02 12:11:54 +00:00
|
|
|
Summary: GStreamer streaming media framework runtime
|
2002-03-05 12:31:13 +00:00
|
|
|
|
2005-09-02 12:08:45 +00:00
|
|
|
Group: Applications/Multimedia
|
2002-06-17 09:23:34 +00:00
|
|
|
License: LGPL
|
2005-09-02 12:08:45 +00:00
|
|
|
URL: http://gstreamer.freedesktop.org/
|
2005-09-02 12:11:54 +00:00
|
|
|
Vendor: GStreamer Backpackers Team <package@gstreamer.freedesktop.org>
|
2004-05-01 17:02:40 +00:00
|
|
|
Source: http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.gz
|
2004-02-12 11:48:21 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2002-03-05 12:31:13 +00:00
|
|
|
|
|
|
|
%define _glib2 @GLIB2_REQ@
|
|
|
|
%define _libxml2 @LIBXML2_REQ@
|
|
|
|
|
|
|
|
Requires: glib2 >= %_glib2
|
|
|
|
Requires: libxml2 >= %_libxml2
|
2002-06-17 09:19:49 +00:00
|
|
|
Requires: popt > 1.6
|
2004-02-12 11:28:32 +00:00
|
|
|
|
2004-02-14 11:50:54 +00:00
|
|
|
# Provides: gstreamer =%{version}-%{release}
|
2004-02-12 11:28:32 +00:00
|
|
|
|
2002-03-05 12:31:13 +00:00
|
|
|
BuildRequires: glib2-devel >= %_glib2
|
2002-04-17 17:29:28 +00:00
|
|
|
BuildRequires: libxml2-devel >= %_libxml2
|
2002-04-01 18:03:59 +00:00
|
|
|
BuildRequires: bison
|
2002-09-17 15:07:24 +00:00
|
|
|
BuildRequires: flex
|
2004-02-12 11:48:21 +00:00
|
|
|
BuildRequires: m4
|
2005-09-02 12:08:45 +00:00
|
|
|
BuildRequires: check
|
2004-02-12 11:28:32 +00:00
|
|
|
BuildRequires: gtk-doc >= 1.1
|
2002-04-24 20:48:54 +00:00
|
|
|
BuildRequires: gcc
|
2004-02-12 12:13:51 +00:00
|
|
|
BuildRequires: gettext
|
2002-04-25 19:20:20 +00:00
|
|
|
BuildRequires: zlib-devel
|
2002-06-17 09:19:49 +00:00
|
|
|
BuildRequires: popt > 1.6
|
2000-01-31 06:46:18 +00:00
|
|
|
|
2002-05-03 15:13:52 +00:00
|
|
|
### documentation requirements
|
|
|
|
BuildRequires: python2
|
2004-02-12 11:28:32 +00:00
|
|
|
BuildRequires: openjade
|
|
|
|
BuildRequires: jadetex
|
|
|
|
BuildRequires: libxslt
|
2003-12-01 18:21:32 +00:00
|
|
|
BuildRequires: docbook-style-dsssl
|
2004-02-12 11:28:32 +00:00
|
|
|
BuildRequires: docbook-style-xsl
|
2003-12-01 18:21:32 +00:00
|
|
|
BuildRequires: docbook-utils
|
|
|
|
BuildRequires: transfig
|
|
|
|
BuildRequires: xfig
|
2004-02-12 11:28:32 +00:00
|
|
|
BuildRequires: netpbm-progs
|
|
|
|
BuildRequires: ghostscript
|
2002-05-03 15:13:52 +00:00
|
|
|
|
2000-01-31 06:46:18 +00:00
|
|
|
%description
|
2005-09-02 12:11:54 +00:00
|
|
|
GStreamer is a streaming media framework, based on graphs of filters which
|
2000-01-31 06:46:18 +00:00
|
|
|
operate on media data. Applications using this library can do anything
|
|
|
|
from real-time sound processing to playing videos, and just about anything
|
2001-01-11 00:35:42 +00:00
|
|
|
else media-related. Its plugin-based architecture means that new data
|
|
|
|
types or processing capabilities can be added simply by installing new
|
|
|
|
plugins.
|
|
|
|
|
2002-06-07 17:15:34 +00:00
|
|
|
%package devel
|
2005-09-02 12:08:45 +00:00
|
|
|
Summary: Libraries/include files for GStreamer streaming media framework
|
2002-06-07 17:15:34 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: glib2-devel >= %_glib2
|
|
|
|
Requires: libxml2-devel >= %_libxml2
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
GStreamer is a streaming-media framework, based on graphs of filters which
|
|
|
|
operate on media data. Applications using this library can do anything
|
|
|
|
from real-time sound processing to playing videos, and just about anything
|
|
|
|
else media-related. Its plugin-based architecture means that new data
|
|
|
|
types or processing capabilities can be added simply by installing new
|
|
|
|
plugins.
|
|
|
|
|
|
|
|
This package contains the libraries and includes files necessary to develop
|
|
|
|
applications and plugins for GStreamer.
|
|
|
|
|
2005-10-19 11:43:18 +00:00
|
|
|
%package -n %{gstreamer}-tools
|
2005-09-02 12:08:45 +00:00
|
|
|
Summary: tools for GStreamer streaming media framework
|
|
|
|
Group: Applications/Multimedia
|
2002-12-08 14:39:38 +00:00
|
|
|
|
2005-10-19 11:43:18 +00:00
|
|
|
%description -n %{gstreamer}-tools
|
2004-02-04 18:46:26 +00:00
|
|
|
GStreamer is a streaming-media framework, based on graphs of filters which
|
|
|
|
operate on media data. Applications using this library can do anything
|
|
|
|
from real-time sound processing to playing videos, and just about anything
|
|
|
|
else media-related. Its plugin-based architecture means that new data
|
|
|
|
types or processing capabilities can be added simply by installing new
|
|
|
|
plugins.
|
|
|
|
|
|
|
|
This package contains wrapper scripts for the command-line tools that work
|
|
|
|
with different major/minor versions of GStreamer.
|
2004-02-12 11:28:32 +00:00
|
|
|
|
2002-06-07 17:15:34 +00:00
|
|
|
%prep
|
2005-09-02 12:08:45 +00:00
|
|
|
%setup -q -n gstreamer-%{version}
|
2002-06-07 17:15:34 +00:00
|
|
|
|
|
|
|
%build
|
2004-02-12 11:28:32 +00:00
|
|
|
%configure \
|
2002-12-08 15:25:53 +00:00
|
|
|
--with-cachedir=%{_localstatedir}/cache/gstreamer-%{majorminor} \
|
2006-02-07 10:51:24 +00:00
|
|
|
--disable-tests --disable-examples \
|
|
|
|
--enable-gtk-doc
|
|
|
|
#--enable-docbook \
|
2005-09-02 12:08:45 +00:00
|
|
|
make
|
2002-06-07 17:15:34 +00:00
|
|
|
|
|
|
|
%install
|
2004-02-12 11:28:32 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2005-09-02 12:08:45 +00:00
|
|
|
# Install doc temporarily in order to be included later by rpm
|
|
|
|
%makeinstall docdir="`pwd`/installed-doc"
|
|
|
|
|
2004-02-12 11:28:32 +00:00
|
|
|
%find_lang gstreamer-%{majorminor}
|
|
|
|
# Clean out files that should not be part of the rpm.
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
|
2002-10-12 14:36:41 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
2005-09-02 12:08:45 +00:00
|
|
|
|
2004-02-12 11:28:32 +00:00
|
|
|
# Create empty cache directory
|
2004-02-24 12:46:55 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/gstreamer-%{majorminor}
|
2006-12-15 00:16:57 +00:00
|
|
|
|
2002-06-07 17:15:34 +00:00
|
|
|
%clean
|
2004-02-12 11:28:32 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2002-06-07 17:15:34 +00:00
|
|
|
|
2006-12-15 00:16:57 +00:00
|
|
|
%post -p /sbin/ldconfig
|
2002-06-07 17:15:34 +00:00
|
|
|
|
2005-09-02 12:08:45 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
2002-06-07 17:15:34 +00:00
|
|
|
|
2004-02-12 11:28:32 +00:00
|
|
|
%files -f gstreamer-%{majorminor}.lang
|
2003-05-18 23:02:38 +00:00
|
|
|
%defattr(-, root, root, -)
|
2006-12-15 00:16:57 +00:00
|
|
|
%doc AUTHORS COPYING README RELEASE MAINTAINERS ChangeLog gstreamer.doap
|
2002-12-08 14:39:38 +00:00
|
|
|
%{_libdir}/libgstreamer-%{majorminor}.so.*
|
2005-05-05 11:43:06 +00:00
|
|
|
%{_libdir}/libgstbase-%{majorminor}.so.*
|
2005-08-08 16:01:12 +00:00
|
|
|
%{_libdir}/libgstcontroller-%{majorminor}.so.*
|
2005-09-02 12:08:45 +00:00
|
|
|
%{_libdir}/libgstdataprotocol-%{majorminor}.so.*
|
2005-11-30 15:37:36 +00:00
|
|
|
%{_libdir}/libgstnet-%{majorminor}.so.*
|
2006-04-11 14:48:34 +00:00
|
|
|
%{_libdir}/libgstcheck-0.10.so.*
|
2002-12-08 14:39:38 +00:00
|
|
|
%dir %{_libdir}/gstreamer-%{majorminor}
|
2005-12-02 12:19:55 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstcoreelements.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstcoreindexers.so
|
2005-06-09 12:09:56 +00:00
|
|
|
|
|
|
|
%{_bindir}/gst-feedback-%{majorminor}
|
2003-08-19 18:25:53 +00:00
|
|
|
%{_bindir}/gst-inspect-%{majorminor}
|
|
|
|
%{_bindir}/gst-launch-%{majorminor}
|
|
|
|
%{_bindir}/gst-typefind-%{majorminor}
|
2005-06-09 12:09:56 +00:00
|
|
|
%{_bindir}/gst-xmlinspect-%{majorminor}
|
|
|
|
%{_bindir}/gst-xmllaunch-%{majorminor}
|
|
|
|
%{_mandir}/man1/gst-feedback-%{majorminor}.*
|
2003-08-19 18:25:53 +00:00
|
|
|
%{_mandir}/man1/gst-inspect-%{majorminor}.*
|
|
|
|
%{_mandir}/man1/gst-launch-%{majorminor}.*
|
2004-02-05 20:28:22 +00:00
|
|
|
%{_mandir}/man1/gst-typefind-%{majorminor}.*
|
2005-06-09 12:09:56 +00:00
|
|
|
%{_mandir}/man1/gst-xmlinspect-%{majorminor}.*
|
|
|
|
%{_mandir}/man1/gst-xmllaunch-%{majorminor}.*
|
|
|
|
|
2004-02-12 11:28:32 +00:00
|
|
|
%dir %{_localstatedir}/cache/gstreamer-%{majorminor}
|
2000-01-31 06:46:18 +00:00
|
|
|
|
2005-10-19 11:43:18 +00:00
|
|
|
%files -n %{gstreamer}-tools
|
2004-02-04 18:46:26 +00:00
|
|
|
%defattr(-, root, root, -)
|
2004-02-12 11:28:32 +00:00
|
|
|
%{_bindir}/gst-feedback
|
2004-02-04 18:46:26 +00:00
|
|
|
%{_bindir}/gst-inspect
|
|
|
|
%{_bindir}/gst-launch
|
|
|
|
%{_bindir}/gst-typefind
|
2004-02-12 11:28:32 +00:00
|
|
|
%{_bindir}/gst-xmlinspect
|
|
|
|
%{_bindir}/gst-xmllaunch
|
2004-02-04 18:46:26 +00:00
|
|
|
|
2001-06-10 01:18:59 +00:00
|
|
|
%files devel
|
2003-05-18 23:02:38 +00:00
|
|
|
%defattr(-, root, root, -)
|
2006-02-07 10:51:24 +00:00
|
|
|
# %doc installed-doc/faq installed-doc/pwg installed-doc/manual
|
2004-02-12 11:28:32 +00:00
|
|
|
%dir %{_includedir}/gstreamer-%{majorminor}
|
|
|
|
%dir %{_includedir}/gstreamer-%{majorminor}/gst
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/*.h
|
2005-09-19 14:09:37 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/controller/gstcontroller.h
|
2005-11-21 09:44:46 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/net/gstnet.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/net/gstnetclientclock.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/net/gstnettimepacket.h
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/net/gstnettimeprovider.h
|
2005-06-09 12:09:56 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/base
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/dataprotocol
|
2006-04-11 14:48:34 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/check/gstcheck.h
|
2006-07-25 15:07:58 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/check/gstbufferstraw.h
|
2002-12-08 14:39:38 +00:00
|
|
|
%{_libdir}/libgstreamer-%{majorminor}.so
|
2005-09-09 12:02:41 +00:00
|
|
|
%{_libdir}/libgstdataprotocol-%{majorminor}.so
|
2005-05-05 11:43:06 +00:00
|
|
|
%{_libdir}/libgstbase-%{majorminor}.so
|
2005-08-08 16:01:12 +00:00
|
|
|
%{_libdir}/libgstcontroller-%{majorminor}.so
|
2005-11-30 15:37:36 +00:00
|
|
|
%{_libdir}/libgstnet-%{majorminor}.so
|
2006-04-11 14:48:34 +00:00
|
|
|
%{_libdir}/libgstcheck-%{majorminor}.so
|
2005-09-02 12:08:45 +00:00
|
|
|
|
2003-04-07 21:28:57 +00:00
|
|
|
%{_datadir}/aclocal/gst-element-check-%{majorminor}.m4
|
2002-12-08 14:39:38 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-%{majorminor}.pc
|
2005-05-04 19:41:05 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-base-%{majorminor}.pc
|
2005-07-05 15:28:18 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-dataprotocol-%{majorminor}.pc
|
2005-08-08 16:01:12 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-controller-%{majorminor}.pc
|
2005-11-21 09:44:46 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-net-%{majorminor}.pc
|
2006-04-11 14:48:34 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-check-%{majorminor}.pc
|
2005-06-09 12:23:05 +00:00
|
|
|
|
2005-09-02 12:08:45 +00:00
|
|
|
%doc %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}
|
|
|
|
%doc %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}
|
2006-07-25 15:07:58 +00:00
|
|
|
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}
|
2004-02-12 11:28:32 +00:00
|
|
|
|
2000-01-31 06:46:18 +00:00
|
|
|
%changelog
|
2006-12-15 00:16:57 +00:00
|
|
|
* Fri Dec 15 2006 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
- add doap file
|
|
|
|
- further cleanups
|
|
|
|
|
2005-09-02 12:11:54 +00:00
|
|
|
* Fri Sep 02 2005 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
- clean up a little
|
|
|
|
|
2005-06-09 12:09:56 +00:00
|
|
|
* Thu Jun 09 2005 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
- clean up spec for 0.9 builds
|
|
|
|
|
2004-02-12 11:28:32 +00:00
|
|
|
* Thu Feb 12 2004 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
- sync with 0.7.4 fedora spec
|
|
|
|
|
2004-02-05 15:10:14 +00:00
|
|
|
* Thu Feb 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
- bump gtk-doc required version to 1.0 for the new options used
|
|
|
|
|
2004-02-04 18:46:26 +00:00
|
|
|
* Wed Feb 04 2004 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
- add -common package containing frontend wrapper binaries
|
|
|
|
|
2003-12-01 18:21:32 +00:00
|
|
|
* Mon Dec 01 2003 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
- changed documentation buildrequires
|
|
|
|
|
2003-11-09 18:47:11 +00:00
|
|
|
* Sun Nov 09 2003 Christian Schaller <Uraeus@gnome.org>
|
|
|
|
- Fix spec to handle new bytestream library
|
|
|
|
|
2003-08-19 18:25:53 +00:00
|
|
|
* Sun Aug 17 2003 Christian Schaller <uraeus@gnome.org>
|
|
|
|
- Remove docs build from RPM as the build is broken
|
|
|
|
- Fix stuff since more files are versioned now
|
|
|
|
- Remove wingo schedulers
|
|
|
|
- Remove putbits stuff
|
|
|
|
|
2003-05-18 15:08:17 +00:00
|
|
|
* Sun May 18 2003 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
- devhelp files are now generated by gtk-doc, changed accordingly
|
|
|
|
|
2003-03-16 22:08:13 +00:00
|
|
|
* Sun Mar 16 2003 Christian F.K. Schaller <Uraeus@gnome.org>
|
|
|
|
- Add gthread scheduler
|
|
|
|
|
2002-12-08 14:39:38 +00:00
|
|
|
* Sat Dec 07 2002 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
- define majorminor and use it everywhere
|
|
|
|
- full parallel installability
|
|
|
|
|
2002-11-05 21:07:49 +00:00
|
|
|
* Tue Nov 05 2002 Christian Schaller <Uraeus@linuxrising.org>
|
|
|
|
- Add optwingo scheduler
|
2002-10-12 14:36:41 +00:00
|
|
|
* Sat Oct 12 2002 Christian Schaller <Uraeus@linuxrising.org>
|
|
|
|
- Updated to work better with default RH8 rpm
|
|
|
|
- Added missing unspeced files
|
|
|
|
- Removed .a and .la files from buildroot
|
|
|
|
|
2002-09-23 08:48:41 +00:00
|
|
|
* Sat Sep 21 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
|
|
|
- added gst-md5sum
|
|
|
|
|
2002-09-17 15:07:24 +00:00
|
|
|
* Tue Sep 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
|
|
|
- adding flex to buildrequires
|
|
|
|
|
2002-09-13 21:09:21 +00:00
|
|
|
* Fri Sep 13 2002 Christian F.K. Schaller <Uraeus@linuxrising.org>
|
|
|
|
- Fixed the schedulers after the renaming
|
2002-09-08 17:37:05 +00:00
|
|
|
* Sun Sep 08 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
|
|
|
- added transfig to the BuildRequires:
|
|
|
|
|
2002-06-22 23:17:44 +00:00
|
|
|
* Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
|
|
|
- moved header location
|
|
|
|
|
2002-06-17 09:19:49 +00:00
|
|
|
* Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
|
|
|
- added popt
|
|
|
|
- removed .la
|
|
|
|
|
2002-06-07 17:15:34 +00:00
|
|
|
* Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
|
|
|
- added release of gstreamer to req of gstreamer-devel
|
|
|
|
- changed location of API docs to be in gtk-doc like other gtk-doc stuff
|
|
|
|
- reordered SPEC file
|
|
|
|
|
2002-04-29 20:38:39 +00:00
|
|
|
* Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
|
|
|
- moved html docs to gtk-doc standard directory
|
|
|
|
|
2002-03-05 12:32:46 +00:00
|
|
|
* Tue Mar 5 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
|
|
|
- move version defines of glib2 and libxml2 to configure.ac
|
|
|
|
- add BuildRequires for these two libs
|
|
|
|
|
2002-03-03 15:00:32 +00:00
|
|
|
* Sun Mar 3 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
|
|
|
- put html docs in canonical place, avoiding %doc erasure
|
2002-03-03 23:32:09 +00:00
|
|
|
- added devhelp support, current install of it is hackish
|
2002-03-03 15:00:32 +00:00
|
|
|
|
2002-03-02 11:11:11 +00:00
|
|
|
* Sat Mar 2 2002 Christian Schaller <Uraeus@linuxrising.org>
|
|
|
|
- Added documentation to build
|
|
|
|
|
2002-02-11 12:18:43 +00:00
|
|
|
* Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
|
|
|
- added libgstbasicscheduler
|
|
|
|
- renamed libgst to libgstreamer
|
|
|
|
|
2002-01-05 11:02:08 +00:00
|
|
|
* Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org>
|
|
|
|
- Added configdir parameter as it seems the configdir gets weird otherwise
|
2002-01-04 23:27:04 +00:00
|
|
|
|
2002-01-03 10:58:06 +00:00
|
|
|
* Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
|
|
|
- split off gstreamer-editor from core
|
|
|
|
- removed gstreamer-gnome-apps
|
|
|
|
|
2001-12-30 18:59:49 +00:00
|
|
|
* Sat Dec 29 2001 Rodney Dawes <dobey@free.fr>
|
|
|
|
- Cleaned up the spec file for the gstreamer core/plug-ins split
|
|
|
|
- Improve spec file
|
|
|
|
|
2001-12-15 12:44:44 +00:00
|
|
|
* Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org>
|
2002-06-07 17:15:34 +00:00
|
|
|
- Split of more plugins from the core and put them into their own modules
|
2001-12-15 12:44:44 +00:00
|
|
|
- Includes colorspace, xfree and wav
|
|
|
|
- Improved package Require lines
|
|
|
|
- Added mp3encode (lame based) to the SPEC
|
|
|
|
|
2001-12-12 18:05:22 +00:00
|
|
|
* Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org>
|
|
|
|
- Thomas merged mpeg plugins into one
|
2001-12-08 16:12:15 +00:00
|
|
|
* Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org>
|
|
|
|
- More minor cleanups including some fixed descriptions from Andrew Mitchell
|
|
|
|
|
2001-12-08 00:16:58 +00:00
|
|
|
* Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org>
|
|
|
|
- Added logging to the make statement
|
|
|
|
|
2001-12-06 22:02:05 +00:00
|
|
|
* Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org>
|
|
|
|
- Updated in preparation for 0.3.0 release
|
|
|
|
|
2001-07-01 11:18:49 +00:00
|
|
|
* Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org>
|
|
|
|
- Updated for 0.2.1 release
|
|
|
|
- Split out the GUI packages into their own RPM
|
|
|
|
- added new plugins (FLAC, festival, quicktime etc.)
|
|
|
|
|
2001-06-09 21:48:04 +00:00
|
|
|
* Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org>
|
2001-06-09 19:23:11 +00:00
|
|
|
- Visualisation plugins bundled out togheter
|
2001-06-10 01:18:59 +00:00
|
|
|
- Moved files sections up close to their respective descriptions
|
2001-06-09 19:23:11 +00:00
|
|
|
|
2001-06-02 10:40:20 +00:00
|
|
|
* Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org>
|
2002-06-07 17:15:34 +00:00
|
|
|
- Split the package into separate RPMS,
|
|
|
|
putting most plugins out by themselves.
|
2001-06-08 21:56:10 +00:00
|
|
|
|
2001-06-02 10:40:20 +00:00
|
|
|
* Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org>
|
2001-06-08 21:56:10 +00:00
|
|
|
- Updated with change suggestions from Dennis Bjorklund
|
2001-12-08 00:16:58 +00:00
|
|
|
|
2001-01-11 00:35:42 +00:00
|
|
|
* Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu>
|
|
|
|
- updated to build -devel package as well
|
|
|
|
|
2000-01-31 06:46:18 +00:00
|
|
|
* Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu>
|
|
|
|
- first draft of spec file
|