gst-plugins-good.spec
author dc144907
Wed, 15 Feb 2006 19:34:21 +0000
changeset 6773 c05efb87b3b3
parent 6745 38ab4e6c7a5f
child 6775 996e4a4e5397
permissions -rw-r--r--
2006-02-15 Damien Carbery <[email protected]> * gst.spec: Bump to 0.10.3. * gst-plugins-base.spec: Bump to 0.10.3. * gst-plugins-good.spec: Bump to 0.10.2. * gnome-media.spec: Bump to 2.13.92. * gnome-screensaver.spec: Bump to 2.13.91. * eog.spec: Bump to 2.13.91.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6623
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
     1
#
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
     2
# spec file for package gst-plugins-good
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
     3
#
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
     6
# package are under the same license as the package itself.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
     7
#
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
     8
                                                                                                                                                             
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
     9
Name:           gst-plugins-good
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    10
License:        LGPL
6773
c05efb87b3b3 2006-02-15 Damien Carbery <[email protected]>
dc144907
parents: 6745
diff changeset
    11
Version:        0.10.2
6623
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    12
Release:        1
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    13
Distribution:   Java Desktop System
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    14
Vendor:         Sun Microsystems, Inc.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    15
Group:          Libraries/Multimedia
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    16
Summary:        GStreamer Streaming-media framework plug-ins.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    17
URL:            http://gstreamer.freedesktop.org/
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    18
Source:         http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.bz2
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    19
Patch1:         gst-plugins-good-01-gettext.diff
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    20
Patch2:         gst-plugins-good-02-fixconfig.diff
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    21
Patch3:         gst-plugins-good-03-fixsunaudio.diff
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    22
BuildRoot:      %{_tmppath}/gst-plugins-%{version}-root
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    23
Docdir:         %{_defaultdocdir}/doc
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    24
Autoreqprov:    on
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    25
Prereq:         /sbin/ldconfig
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    26
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    27
%define 	majorminor	0.10
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    28
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    29
%define         _glib2          1.3.12
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    30
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    31
Requires:       glib2 >= %_glib2
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    32
Requires: 	gstreamer >= 0.10.0
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    33
Requires:       gst-plugins-base >= 0.10.0
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    34
Requires:       flac
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    35
Requires:       speex
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    36
Requires:       audiofile >= 0.2.1
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    37
Requires:       esound >= 0.2.8
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    38
Requires:       libjpeg
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    39
Requires:       libpng >= 1.2.0
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    40
Requires: 	XFree86-libs
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    41
Requires: 	GConf
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    42
BuildRequires:  glib2-devel >= %_glib2
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    43
BuildRequires: 	gstreamer-devel >= 0.10.0
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    44
BuildRequires:	gstreamer-tools >= 0.10.0
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    45
BuildRequires:  gst-plugins-base-devel >= 0.10.0
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    46
BuildRequires:  flac-devel
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    47
BuildRequires:  speex-devel
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    48
BuildRequires:  pyxml
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    49
BuildRequires:  audiofile-devel >= 0.2.1
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    50
BuildRequires:  esound-devel >= 0.2.8
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    51
BuildRequires:  libjpeg-devel
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    52
BuildRequires:  libpng-devel >= 1.2.0
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    53
BuildRequires:  glibc-devel
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    54
BuildRequires: 	GConf-devel
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    55
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    56
%description
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    57
GStreamer is a streaming-media framework, based on graphs of filters which
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    58
operate on media data. Applications using this library can do anything
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    59
from real-time sound processing to playing videos, and just about anything
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    60
else media-related.  Its plugin-based architecture means that new data
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    61
types or processing capabilities can be added simply by installing new
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    62
plug-ins.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    63
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    64
%prep
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    65
%setup -n gst-plugins-good-%{version} -q
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    66
%patch1 -p1
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    67
%patch2 -p1
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    68
%patch3 -p1
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    69
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    70
%build
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    71
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    72
%ifos linux
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    73
export PATH=%{JDS_CBE_prefix}/bin:$PATH
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    74
export ACLOCAL_FLAGS="-I %{JDS_CBE_prefix}/share/aclocal -I %{_datadir}/aclocal"
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    75
%endif
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    76
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    77
CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    78
CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    79
FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    80
glib-gettextize -f
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    81
aclocal -I ./m4 -I ./common/m4 $ACLOCAL_FLAGS
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    82
libtoolize --copy --force
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    83
autoheader
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    84
autoconf
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    85
automake -a -c -f
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    86
./configure \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    87
  --prefix=%{_prefix} \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    88
  --sysconfdir=%{_sysconfdir}   \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    89
  --mandir=%{_mandir}   \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    90
  --enable-gtk-doc \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    91
  --enable-external
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    92
6745
38ab4e6c7a5f 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6623
diff changeset
    93
# FIXME: hack: stop the build from looping
38ab4e6c7a5f 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6623
diff changeset
    94
touch po/stamp-it
38ab4e6c7a5f 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6623
diff changeset
    95
6623
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    96
if [ "$SMP" != "" ]; then
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    97
  (make "MAKE=make -k -j $SMP"; exit 0)
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    98
  make 2>&1 | tee make.log
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
    99
else
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   100
  make 2>&1 | tee make.log
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   101
fi
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   102
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   103
%install
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   104
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   105
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   106
make prefix=%{?buildroot:%{buildroot}}%{_prefix} \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   107
     exec_prefix=%{?buildroot:%{buildroot}}%{_exec_prefix} \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   108
     bindir=%{?buildroot:%{buildroot}}%{_bindir} \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   109
     sbindir=%{?buildroot:%{buildroot}}%{_sbindir} \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   110
     sysconfdir=%{?buildroot:%{buildroot}}%{_sysconfdir} \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   111
     datadir=%{?buildroot:%{buildroot}}%{_datadir} \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   112
     includedir=%{?buildroot:%{buildroot}}%{_includedir} \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   113
     libdir=%{?buildroot:%{buildroot}}%{_libdir} \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   114
     libexecdir=%{?buildroot:%{buildroot}}%{_libexecdir} \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   115
     localstatedir=%{?buildroot:%{buildroot}}%{_localstatedir} \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   116
     sharedstatedir=%{?buildroot:%{buildroot}}%{_sharedstatedir} \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   117
     mandir=%{?buildroot:%{buildroot}}%{_mandir} \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   118
     infodir=%{?buildroot:%{buildroot}}%{_infodir} \
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   119
  install
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   120
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   121
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   122
# Clean out files that should not be part of the rpm.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   123
# This is the recommended way of dealing with it for RH8
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   124
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   125
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   126
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   127
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   128
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   129
%clean
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   130
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   131
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   132
%files
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   133
%defattr(-, root, root)
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   134
%doc AUTHORS COPYING README REQUIREMENTS
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   135
%{_bindir}/gst-launch-ext-%{majorminor}
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   136
%{_mandir}/man1/gst-launch-ext-%{majorminor}.*
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   137
%{_mandir}/man1/gst-launch-ext.*
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   138
%{_mandir}/man1/gst-visualise-%{majorminor}*
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   139
%{_libdir}/libgst*-%{majorminor}.so*
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   140
%{_libdir}/gstreamer-%{majorminor}/lib*.so
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   141
%{_libdir}/pkgconfig/gstreamer-gconf-%{majorminor}.pc
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   142
%{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   143
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   144
%post 
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   145
%{_bindir}/gst-register > /dev/null 2> /dev/null
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   146
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   147
SCHEMAS="gstreamer-0.8.schemas"
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   148
for S in $SCHEMAS; do
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   149
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   150
done
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   151
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   152
%package -n gstreamer-plugins-devel
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   153
Summary: 	GStreamer Plugin Library Headers.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   154
Group: 		Development/Libraries
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   155
Requires: 	gstreamer-plugins = %{version}
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   156
Provides:	gstreamer-play-devel = %{version}
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   157
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   158
%description -n gstreamer-plugins-devel
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   159
GStreamer support libraries header files.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   160
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   161
%files -n gstreamer-plugins-devel
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   162
%defattr(-, root, root)
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   163
# plugin helper library headers
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   164
%{_includedir}/gstreamer-%{majorminor}/gst/audio/*.h
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   165
%{_includedir}/gstreamer-%{majorminor}/gst/colorbalance/*.h
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   166
%{_includedir}/gstreamer-%{majorminor}/gst/floatcast/*.h
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   167
%{_includedir}/gstreamer-%{majorminor}/gst/gconf/*.h
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   168
%{_includedir}/gstreamer-%{majorminor}/gst/idct/*.h
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   169
%{_includedir}/gstreamer-%{majorminor}/gst/media-info/*.h
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   170
%{_includedir}/gstreamer-%{majorminor}/gst/mixer/*.h
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   171
%{_includedir}/gstreamer-%{majorminor}/gst/navigation/*.h
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   172
%{_includedir}/gstreamer-%{majorminor}/gst/play/*.h
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   173
%{_includedir}/gstreamer-%{majorminor}/gst/propertyprobe/*.h
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   174
%{_includedir}/gstreamer-%{majorminor}/gst/resample/*.h
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   175
%{_includedir}/gstreamer-%{majorminor}/gst/riff/*.h
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   176
%{_includedir}/gstreamer-%{majorminor}/gst/tag/*.h
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   177
%{_includedir}/gstreamer-%{majorminor}/gst/tuner/*.h
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   178
%{_includedir}/gstreamer-%{majorminor}/gst/video/*.h
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   179
%{_includedir}/gstreamer-%{majorminor}/gst/xoverlay/*.h
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   180
%{_includedir}/gstreamer-%{majorminor}/gst/xwindowlistener/*.h
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   181
%{_mandir}/man3/*
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   182
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   183
# plugin interface headers
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   184
# library headers
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   185
# pkg-config files
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   186
%{_libdir}/pkgconfig/gstreamer-*-%{majorminor}.pc
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   187
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   188
%changelog
6773
c05efb87b3b3 2006-02-15 Damien Carbery <[email protected]>
dc144907
parents: 6745
diff changeset
   189
* Wed Feb 15 2006 - [email protected]
c05efb87b3b3 2006-02-15 Damien Carbery <[email protected]>
dc144907
parents: 6745
diff changeset
   190
- Bump to 0.10.2.
c05efb87b3b3 2006-02-15 Damien Carbery <[email protected]>
dc144907
parents: 6745
diff changeset
   191
6745
38ab4e6c7a5f 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6623
diff changeset
   192
* Mon Feb 13 2006 - [email protected]
38ab4e6c7a5f 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6623
diff changeset
   193
- Add hack to fix infinite loop problem in po/Makefile.
38ab4e6c7a5f 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6623
diff changeset
   194
6623
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   195
* Mon Jan 9 2006 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   196
- Update to 0.10.0.  This file was copied from the old gst-plugins.spec file
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   197
  and modified to work with gst-plugins-good.  The Obsoletes, Provides and
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   198
  packaging sections will need work if someone wants to build this
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   199
  on Linux.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   200
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   201
* Mon Sep 26 2005 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   202
- Add patch 2 which defines "inline" functions as either
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   203
  "static inline" or "extern inline".  Just defining
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   204
  functions as "inline" breaks Forte.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   205
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   206
* Tue Sep 20 2005 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   207
- Bump to 0.8.11.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   208
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   209
* Mon Aug 15 2005 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   210
- Bump to 0.8.10.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   211
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   212
* Tue Aug 02 2005 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   213
- Enable building of flac
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   214
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   215
* Tue Jul 26 2005 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   216
- Enable building of speex and theora plugins
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   217
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   218
* Mon Jul 25 2005 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   219
- Enable building of musicbrainz plugin
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   220
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   221
* Fri Jul 01 2005 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   222
- Added patch 02-pkgconfig.diff, for Solairs build with new pkg-config
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   223
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   224
* Mon Jun 06 2005 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   225
- Removed patch for modifying uninstalled-pc file since it is no longer
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   226
  needed.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   227
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   228
* Fri Jun 03 2005 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   229
- Add autodetect, equalizer, games, librfb, subparse, tta plugins which
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   230
  are new to 2.8.8.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   231
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   232
* Fri May 13 2005 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   233
- For the previous version of GStreamer, we were copying in a few files
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   234
  to fix GPL headers.  Took out this since it isn't needed and was 
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   235
  breaking the build.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   236
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   237
* Tue Mar 15 2005 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   238
- Add patch gst-plugins-13-query-position-osssrc.diff to fix bug #6238742
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   239
  Patch taken from HEAD.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   240
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   241
* Fri Feb 25 2005 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   242
- Add patch gst-plugins-12-query-length-wavparse.diff to fix bug #6226597
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   243
  Patch taken from HEAD.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   244
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   245
* Fri Jan 28 2005 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   246
- Cleaned up some obsoletion and provides conditions for gst-plugins
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   247
  To fix update bug 6222864.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   248
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   249
* Fri Oct 29 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   250
- Add gst-launch-ext.1.gz to %files
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   251
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   252
* Thu Oct 28 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   253
- Add gst-launch-ext*, libogg.3, libvorbis.3 man pages
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   254
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   255
* Tue Oct 05 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   256
- Added patch gst-plugins-11-g11n-i18n-ui.diff to localize gnome-volume-control.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   257
- Fixed 5108713
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   258
- updated gst-plugins-02-g11n-potfiles.diff
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   259
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   260
* Thu Sep 16 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   261
- Add patch 09 and 10 for bugs #5102383 and #5102465
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   262
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   263
* Wed Sep 01 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   264
- Add patch 07 to add an source element to sunaudio plugin
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   265
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   266
* Mon Aug 30 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   267
- Update gst-plugins-02-g11n-potfiles.diff
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   268
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   269
* Thu Aug 26 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   270
- No longer delete gstffmpegcolorspace since totem will not work without it.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   271
  It does not use any MPEG licensed logic (ffmpeg refers to the ffmpeg
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   272
  module not MPEG).  Also don't delete libgstaasink.so since we never
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   273
  install it anyway with --disable-aalib.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   274
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   275
* Thu Aug 26 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   276
- Obsoleted external plugin module, colorspace, asf and avi.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   277
  These are now bundled into gstreamer-plugins.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   278
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   279
* Tue Aug 24 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   280
- Build breakage fixed. Files removed in %install have to
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   281
  be removed from %files too. gst-visualize-0.8
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   282
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   283
* Fri Aug 20 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   284
- Removed dirac plugin.  The dirac website says they don't know if
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   285
  if has IP issues and that made SunLegal nervous. 
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   286
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   287
* Tue Aug 17 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   288
- Add patch 06 to add an mixer element to sunaudio plugin
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   289
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   290
* Wed Aug 11 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   291
- Add patch 05 to correct GPL licensing problem in gstvideo
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   292
  plugin.  Remove gst-visualise from install since it is a
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   293
  test program that we do not want to create a man page for.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   294
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   295
* Mon Aug 09 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   296
- corrected Linux packaging.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   297
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   298
* Mon Aug 09 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   299
- reset release when the version is bumped
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   300
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   301
* Fri Aug 06 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   302
- Fixed --disable arguments so that the appropriate plugins get
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   303
  disabled, added --with-plugins to disable the proper gst
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   304
  plugins.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   305
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   306
* Thu Aug 05 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   307
- Updated to 0.8.3
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   308
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   309
* Thu Jul 29 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   310
- Updated to gst-plugins 0.8.2, making patches 1, 4, 5, and 8 go
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   311
  away since they were integrated into CVS head.  Fixed libtoolize
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   312
  call so it works for Solaris.  Added patch 6 to make wavparse work,
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   313
  and this patch will go away when we upgrade to gst-plugins 0.8.3
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   314
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   315
* Fri Jul 16 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   316
- Added patch to change default video sink to ximagesink when
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   317
  building on Solaris, since xvimagesink requires Xvideo which
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   318
  does not exist on Solaris. 
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   319
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   320
* Mon Jul 12 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   321
- ported to rpm4
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   322
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   323
* Thu Jul 08 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   324
- Updated l10n content to gst-plugins-l10n-po-1.2.tar.bz2
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   325
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   326
* Tue May 25 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   327
- Added gst-plugins-09-g11n-potfiles.diff
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   328
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   329
* Fri May 14 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   330
- added patch 08 from CVS head to support aligned memory access,
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   331
  needed for Solaris.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   332
* Wed May 12 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   333
- Added changes to patch05 so that it contains more Solaris
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   334
  needed build patches.  Renamed patch to a more generic name.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   335
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   336
* Wed May 12 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   337
- Updated l10n content to gst-plugins-l10n-po-1.1.tar.bz2
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   338
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   339
* Wed May 12 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   340
- Updated tarball to 0.8.1 as per Laca and Brian's request.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   341
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   342
* Wed May 12 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   343
- jds-autotoolize
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   344
- change order of directories in the aclocal call so that the correct vorbis
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   345
  macro is picked up. The one that comes with SuSE appears to be broken.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   346
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   347
* Mon May 10 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   348
- require gstreamer >= 0.8.0
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   349
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   350
* Fri Apr 16 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   351
- Removed rm -rf $RPM_BUILD_ROOT from top of %install section since this
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   352
  was breaking Solaris build.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   353
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   354
* Fri Apr 2 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   355
- Updated to 0.8.0 release tarball from 2.6
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   356
  Also removed gst-plugins-04-remove-xopen-source.diff 
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   357
  because gstxwindow.c no longer exists in 0.8.0
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   358
  Also changed majorminor to 0.8, updated a number of entries
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   359
  in %files sections.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   360
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   361
* Fri Apr 2 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   362
- Added patch 2 to fix Solaris Makefile issue, and replace tar jxf
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   363
  with the more solaris friendly bzcat piped through tar
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   364
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   365
* Mon Mar 29 2004 - [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   366
- Adding gst-plugins-l10n-po-1.0.tar.bz2 l10n content
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   367
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   368
* Sun Mar 28 2004 Brian Cameron <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   369
- Remove _XOPEN_SOURCE #define since it causes the Forte 
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   370
  compiler to be unable to compile this file.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   371
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   372
* Mon Mar 22 2004 Niall Power <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   373
- revert back to previous libtoolize invocation style
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   374
  until I figure out why .so files aren't being built.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   375
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   376
* Tue Mar 16 2004 [email protected]
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   377
- Added gst-plugins-03-g11n-potfiles.diff
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   378
* Mon Mar 08 2004 Niall Power <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   379
- add two patches to fix -uninstalled.pc files and
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   380
  to fix a gcc'ism in xwindowlistener.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   381
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   382
* Wed Mar 03 2004 Ghee Teo <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   383
- Corrected the Obsolete modules and sorted them correctly.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   384
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   385
* Fri Feb 13 2004 Matt Keenan <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   386
- Bump to 0.7.4
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   387
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   388
* Mon Jan 05 2004 Ghee Teo <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   389
- Removed -%{majorminor} from gst-register because as a distro we do not
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   390
  need a parallel installed version of the program. That is, we should only
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   391
  have one version of the program only.
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   392
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   393
* Sun Nov 23 2003 Christian Schaller <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   394
- Update spec file for latest changes
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   395
- add faad plugin
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   396
* Thu Oct 16 2003 Christian Schaller <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   397
- Add new colorbalance and tuner and xoverlay stuff
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   398
- Change name of kde-audio-devel to arts-devel
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   399
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   400
* Sat Sep 27 2003 Christian Schaller <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   401
- Add majorminor to man page names
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   402
- add navigation lib to package
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   403
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   404
* Tue Sep 11 2003 Christian Schaller <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   405
- Add -%{majorminor} to each instance of gst-register
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   406
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   407
* Tue Aug 19 2003 Christian Schaller <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   408
- Add new plugins
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   409
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   410
* Sat Jul 12 2003 Thomas Vander Stichele <thomas at apestaart dot org>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   411
- move gst/ mpeg plugins to base package
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   412
- remove hermes conditional from snapshot
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   413
- remove one instance of resample plugin
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   414
- fix up silly versioned plugins efence and rmdemux
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   415
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   416
* Sat Jul 05 2003 Christian Schaller <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   417
- Major overhaul of SPEC file to make it compatible with what Red Hat ships
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   418
  as default
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   419
- Probably a little less sexy, but cross-distro SPEC files are a myth anyway
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   420
  so making it convenient for RH users wins out
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   421
- Keeping conditionals even with new re-org so that developers building the
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   422
  RPMS don't need everything installed
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   423
- Add bunch of obsoletes to ease migration from earlier official GStreamer RPMS
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   424
- Remove plugins that doesn't exist anymore
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   425
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   426
* Sun Mar 02 2003 Christian Schaller <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   427
- Remove USE_RTP statement from RTP plugin
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   428
- Move RTP plugin to no-deps section
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   429
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   430
* Sat Mar 01 2003 Christian Schaller <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   431
- Remove videosink from SPEC
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   432
* Thu Jan 23 2003 Thomas Vander Stichele <thomas at apestaart dot org>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   433
- various fixes
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   434
- make video output packages provide gstreamer-videosink
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   435
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   436
* Thu Jan 23 2003 Thomas Vander Stichele <thomas at apestaart dot org>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   437
- split out ffmpeg stuff to separate plugin
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   438
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   439
* Fri Dec 27 2002 Thomas Vander Stichele <thomas at apestaart dot org>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   440
- add virtual provides for audio sources and sinks
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   441
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   442
* Sun Dec 15 2002 Christian Schaller <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   443
- Update mpeg2dec REQ to be 0.3.1
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   444
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   445
* Tue Dec 10 2002 Thomas Vander Stichele <thomas at apestaart dot org>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   446
- only install schema once
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   447
- move out devel lib stuff to -devel package
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   448
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   449
* Sun Dec 08 2002 Thomas Vander Stichele <thomas at apestaart dot org>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   450
- fix location of libgstpng
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   451
- changes for parallel installability
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   452
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   453
* Thu Nov 28 2002 Christian Schaller <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   454
- Put in libgstpng plugin
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   455
- rm the libgstmedia-info stuff until thomas think they are ready
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   456
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   457
* Fri Nov 01 2002 Thomas Vander Stichele <thomas at apestaart dot org>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   458
- don't use compprep until ABI issues can be fixed
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   459
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   460
* Wed Oct 30 2002 Thomas Vander Stichele <thomas at apestaart dot org>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   461
- added smpte plugin
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   462
- split out dvdnavread package
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   463
- fixed snapshot deps and added hermes conditionals
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   464
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   465
* Tue Oct 29 2002 Thomas Vander Stichele <thomas at apestaart dot org>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   466
- added -play package, libs, and .pc files
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   467
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   468
* Thu Oct 24 2002 Christian Schaller <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   469
- Added wavenc to audio formats package
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   470
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   471
* Sat Oct 20 2002 Christian Scchaller <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   472
- Removed all .la files
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   473
- added separate non-openquicktime demuxer plugin
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   474
- added snapshot plugin
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   475
- added videotest plugin
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   476
- Split avi plugin out to avi and windec plugins since aviplugin do not depend on avifile
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   477
- Added cdplayer plugin
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   478
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   479
* Fri Sep 20 2002 Thomas Vander Stichele <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   480
- added gst-compprep calls
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   481
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   482
* Wed Sep 18 2002 Thomas Vander Stichele <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   483
- add gst-register-%{majorminor} calls everywhere again since auto-reregister doesn't work
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   484
- added gstreamer-audio-formats to mad's requires since it needs the typefind
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   485
  to work properly
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   486
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   487
* Mon Sep 9 2002 Christian Schaller <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   488
- Added v4l2 plugin
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   489
* Thu Aug 27 2002 Christian Schaller <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   490
- Fixed USE_DV_TRUE to USE_LIBDV_TRUE
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   491
- Added Gconf and floatcast headers to gstreamer-plugins-devel package
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   492
- Added mixmatrix plugin to audio-effects package
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   493
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   494
* Thu Jul 11 2002 Thomas Vander Stichele <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   495
- fixed oss package to buildrequire instead of require glibc headers
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   496
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   497
* Mon Jul 08 2002 Thomas Vander Stichele <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   498
- fixed -devel package group
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   499
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   500
* Fri Jul 05 2002 Thomas Vander Stichele <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   501
- release 0.4.0 !
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   502
- added gstreamer-libs.pc
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   503
- removed all gst-register-%{majorminor} calls since this should be done automatically now
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   504
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   505
* Thu Jul 04 2002 Thomas Vander Stichele <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   506
- fix issue with SDL package
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   507
- make all packages STRICTLY require the right version to avoid
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   508
  ABI issues
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   509
- make gst-plugins obsolete gst-plugin-libs
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   510
- also send output of gst-register-%{majorminor} to /dev/null to lower the noise
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   511
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   512
* Wed Jul 03 2002 Thomas Vander Stichele <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   513
- require glibc-devel instead of glibc-kernheaders since the latter is only
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   514
  since 7.3 and glibc-devel pulls in the right package anyway
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   515
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   516
* Sun Jun 23 2002 Thomas Vander Stichele <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   517
- changed header location of plug-in libs
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   518
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   519
* Mon Jun 17 2002 Thomas Vander Stichele <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   520
- major cleanups
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   521
- adding gst-register-%{majorminor} on postun everywhere
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   522
- remove ldconfig since we don't actually install libs in system dirs
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   523
- removed misc package
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   524
- added video-effects
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   525
- dot every Summary
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   526
- uniformify all descriptions a little
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   527
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   528
* Thu Jun 06 2002 Thomas Vander Stichele <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   529
- various BuildRequires: additions
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   530
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   531
* Tue Jun 04 2002 Thomas Vander Stichele <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   532
- added USE_LIBADSPA_TRUE bits to ladspa package
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   533
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   534
* Mon Jun 03 2002 Thomas Vander Stichele <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   535
- Added libfame package
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   536
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   537
* Mon May 12 2002 Christian Fredrik Kalager Schaller <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   538
- Added jack, dxr3, http packages
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   539
- Added visualisation plug-ins, effecttv and synaesthesia
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   540
- Created devel package
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   541
- Removed gstreamer-plugins-libs package (moved it into gstreamer-plugins)
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   542
- Replaced prefix/dirname with _macros
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   543
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   544
* Mon May 06 2002 Thomas Vander Stichele <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   545
- added gstreamer-GConf package
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   546
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   547
* Wed Mar 13 2002 Thomas Vander Stichele <[email protected]>
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   548
- added more BuildRequires and Requires
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   549
- rearranged some plug-ins
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents:
diff changeset
   550
- added changelog ;)