gnome-media.spec
author bc99092
Fri, 30 Jun 2006 20:01:46 +0000
changeset 7558 97274ac9f147
parent 7490 b878e3848818
child 7592 3f54998ab994
permissions -rw-r--r--
2006-06-30 Brian Cameron <[email protected]> * gst-plugins-good.spec, gnome-media.spec, patches/gnome-media-07-supportdevices.diff, patches/gst-plugins-good-07-monitorinput.diff: Improve the gnome-volume-control program so that you can specify which input/output ports to use, so now gnome-volume-control is as functional as sdtaudiocontrol. The gnome-media patch is a bit of a hack, since it would obviously be better if all interactions with the SunAudio interfaces were encapsulated in the GStreamer mixer plugin. But, for now, the mixer interfaces does not let you get/set flags. This is a known issue, and if/when GStreamer is enhanced to support this, then this patch should go away and that mechanism used.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     1
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     2
# spec file for package gnome-media
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     3
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     5
# This file and all modifications and additions to the pristine
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     6
# package are under the same license as the package itself.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     7
#
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
     8
Name:         gnome-media
216
5ddf2f909633 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 93
diff changeset
     9
Summary:      GNOME Multimedia
5ddf2f909633 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 93
diff changeset
    10
Group:        System/GUI/GNOME
7490
b878e3848818 2006-06-21 Brian Cameron <[email protected]>
bc99092
parents: 7243
diff changeset
    11
Version:      2.14.2
b878e3848818 2006-06-21 Brian Cameron <[email protected]>
bc99092
parents: 7243
diff changeset
    12
Release:      3
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    13
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 569
diff changeset
    14
Vendor:       Sun Microsystems, Inc.
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
    15
License:      GPL
6910
ff85ebdf6c54 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6862
diff changeset
    16
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.14/%{name}-%{version}.tar.bz2
5895
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5528
diff changeset
    17
Source1:      gst-std-options.5.gz
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    18
Source2:      vumeter.1.gz
2311
c655a5322e48 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
    19
Source3:      cddb-slave2-properties.1.gz
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    20
Source4:      gnome-sound-recorder.1.gz
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    21
Source5:      gstreamer-properties.1.gz
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    22
Source6:      gnome-audio-profiles-properties.1.gz
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    23
Source7:      gnome-volume-control.1.gz
7217
e0c532cededc 2006-05-05 Glynn Foster <[email protected]>
gf115653
parents: 6982
diff changeset
    24
Patch1:       gnome-media-01-menu-entries.diff
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    25
Patch2:       gnome-media-02-cddb-display.diff
6002
38b64716f084 2005-09-22 Brian Cameron <[email protected]>
bc99092
parents: 5960
diff changeset
    26
Patch3:       gnome-media-03-cdda.diff
6631
b4e9e8f6ca89 2006-01-20 Brian Cameron <[email protected]>
bc99092
parents: 6628
diff changeset
    27
Patch4:       gnome-media-04-fixfunc.diff
6982
7dcffad38e1b 2006-03-28 Brian Cameron <[email protected]>
bc99092
parents: 6910
diff changeset
    28
Patch5:       gnome-media-05-disable-gnome-cd.diff
7490
b878e3848818 2006-06-21 Brian Cameron <[email protected]>
bc99092
parents: 7243
diff changeset
    29
Patch6:       gnome-media-06-linguas.diff
7558
97274ac9f147 2006-06-30 Brian Cameron <[email protected]>
bc99092
parents: 7490
diff changeset
    30
Patch7:       gnome-media-07-supportdevices.diff
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
    31
URL:          http://www.gnome.org
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
    32
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
    33
Docdir:       %{_docdir}
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
    34
Autoreqprov:  on
1080
497903a49ccb 2003-08-19 Glynn Foster <[email protected]>
gman
parents: 1073
diff changeset
    35
Prereq:       /sbin/ldconfig
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    36
Prereq:       GConf
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
    37
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    38
%define 	gstreamer_version 		0.8.1
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    39
%define 	gstreamer_devel_version 	0.8.1
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    40
%define 	gstreamer_plugins_version 	0.8.1
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    41
%define 	gstreamer_plugins_devel_version	0.8.1
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    42
%define		scrollkeeper_version		0.3.14
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    43
%define         libgnomeui_version              2.6.0
5960
b71f1d6ee95a add nautilus-cd-burned dep
laca
parents: 5895
diff changeset
    44
%define         nautilus_cd_burner_version      2.12.0
274
e647d31d12a6 *** empty log message ***
mattk
parents: 216
diff changeset
    45
e647d31d12a6 *** empty log message ***
mattk
parents: 216
diff changeset
    46
Requires: 	gstreamer >= %{gstreamer_version}
e647d31d12a6 *** empty log message ***
mattk
parents: 216
diff changeset
    47
Requires: 	gstreamer-plugins >= %{gstreamer_plugins_version}
2121
9dce8b6389fd 2004-03-03 Laszlo Peter <[email protected]>
laca
parents: 1876
diff changeset
    48
Requires:       libgnomeui >= %{libgnomeui_version}
274
e647d31d12a6 *** empty log message ***
mattk
parents: 216
diff changeset
    49
BuildRequires:  gstreamer-devel >= %{gstreamer_devel_version}
e647d31d12a6 *** empty log message ***
mattk
parents: 216
diff changeset
    50
BuildRequires: 	gstreamer-plugins-devel => %{gstreamer_plugins_devel_version}
1072
a1adb69ecfa9 2003-08-18 Glynn Foster <[email protected]>
gman
parents: 1058
diff changeset
    51
BuildRequires:	scrollkeeper >= %{scrollkeeper_version}
2121
9dce8b6389fd 2004-03-03 Laszlo Peter <[email protected]>
laca
parents: 1876
diff changeset
    52
BuildRequires:  libgnomeui-devel >= %{libgnomeui_version}
5960
b71f1d6ee95a add nautilus-cd-burned dep
laca
parents: 5895
diff changeset
    53
Requires:       nautilus-cd-burner >= %{nautilus_cd_burner_version}
274
e647d31d12a6 *** empty log message ***
mattk
parents: 216
diff changeset
    54
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
    55
%description
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
    56
This package contains some multimedia programs for GNOME.
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
    57
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
    58
%prep
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
    59
%setup -q
1364
113382ae3765 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1301
diff changeset
    60
%patch1 -p1
569
b63182ee420f updating the POTFILES.in so intltool-update can be run.
mick
parents: 552
diff changeset
    61
%patch2 -p1
721
e9b878aa5046 2003-07-22 Glynn Foster <[email protected]>
gman
parents: 708
diff changeset
    62
%patch3 -p1
6631
b4e9e8f6ca89 2006-01-20 Brian Cameron <[email protected]>
bc99092
parents: 6628
diff changeset
    63
%patch4 -p1
6982
7dcffad38e1b 2006-03-28 Brian Cameron <[email protected]>
bc99092
parents: 6910
diff changeset
    64
%patch5 -p1
7490
b878e3848818 2006-06-21 Brian Cameron <[email protected]>
bc99092
parents: 7243
diff changeset
    65
%patch6 -p1
7558
97274ac9f147 2006-06-30 Brian Cameron <[email protected]>
bc99092
parents: 7490
diff changeset
    66
%patch7 -p1
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4443
diff changeset
    67
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
    68
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    69
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    70
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    71
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    72
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    73
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3820
diff changeset
    74
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    75
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    76
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    77
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    78
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    79
416
6fbfd3aa1991 L10N online help integration for gnome media
mlei
parents: 413
diff changeset
    80
libtoolize --force
6631
b4e9e8f6ca89 2006-01-20 Brian Cameron <[email protected]>
bc99092
parents: 6628
diff changeset
    81
intltoolize --force --copy
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    82
aclocal $ACLOCAL_FLAGS -I ./m4
7490
b878e3848818 2006-06-21 Brian Cameron <[email protected]>
bc99092
parents: 7243
diff changeset
    83
autoheader
416
6fbfd3aa1991 L10N online help integration for gnome media
mlei
parents: 413
diff changeset
    84
automake -a -c -f
6fbfd3aa1991 L10N online help integration for gnome media
mlei
parents: 413
diff changeset
    85
autoconf
6fbfd3aa1991 L10N online help integration for gnome media
mlei
parents: 413
diff changeset
    86
216
5ddf2f909633 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 93
diff changeset
    87
CFLAGS="$RPM_OPT_FLAGS"			\
5ddf2f909633 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 93
diff changeset
    88
./configure --prefix=%{_prefix}		\
5ddf2f909633 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 93
diff changeset
    89
	    --libexecdir=%{_libexecdir}	\
2688
c477d8989c30 2004-05-07 Brian Cameron <[email protected]>
bc99092
parents: 2681
diff changeset
    90
	    --sysconfdir=%{_sysconfdir} \
c477d8989c30 2004-05-07 Brian Cameron <[email protected]>
bc99092
parents: 2681
diff changeset
    91
	    --disable-esdtest
416
6fbfd3aa1991 L10N online help integration for gnome media
mlei
parents: 413
diff changeset
    92
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    93
make -j $CPUS
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
    94
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
    95
%install
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
    96
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 
216
5ddf2f909633 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 93
diff changeset
    97
make DESTDIR=$RPM_BUILD_ROOT install
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
    98
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL 
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1488
diff changeset
    99
install -d $RPM_BUILD_ROOT%{_mandir}/man1
4357
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   100
install -d $RPM_BUILD_ROOT%{_mandir}/man5
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   101
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man5 
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   102
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   103
install --mode=0644 %SOURCE3 $RPM_BUILD_ROOT%{_mandir}/man1 
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   104
install --mode=0644 %SOURCE4 $RPM_BUILD_ROOT%{_mandir}/man1 
2311
c655a5322e48 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   105
install --mode=0644 %SOURCE5 $RPM_BUILD_ROOT%{_mandir}/man1 
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   106
install --mode=0644 %SOURCE6 $RPM_BUILD_ROOT%{_mandir}/man1 
4357
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   107
install --mode=0644 %SOURCE7 $RPM_BUILD_ROOT%{_mandir}/man1 
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   108
7243
69a196f7101d 2006-05-10 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 7217
diff changeset
   109
chmod -R a+rX $RPM_BUILD_ROOT%{_datadir}/gnome/help
3572
21c886cd9b86 Permission updates for Solaris integration
woos
parents: 3519
diff changeset
   110
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   111
#Clean up unpackaged files
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   112
rm $RPM_BUILD_ROOT%{_libdir}/*.a
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   113
rm $RPM_BUILD_ROOT%{_libdir}/*la
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   114
4966
5be0d828467e #6222302 / #6222336 : Remove items from main help TOC
mattk
parents: 4941
diff changeset
   115
#Remove Gstreamer Properties from yelp
5be0d828467e #6222302 / #6222336 : Remove items from main help TOC
mattk
parents: 4941
diff changeset
   116
rm $RPM_BUILD_ROOT%{_datadir}/omf/gnome-media/gstreamer-properties-*
5be0d828467e #6222302 / #6222336 : Remove items from main help TOC
mattk
parents: 4941
diff changeset
   117
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   118
%clean
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   119
rm -rf $RPM_BUILD_ROOT
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   120
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   121
%post
216
5ddf2f909633 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 93
diff changeset
   122
/sbin/ldconfig
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   123
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   124
SCHEMAS="CDDB-Slave2.schemas gnome-audio-profiles.schemas gnome-sound-recorder.schemas"
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   125
for S in $SCHEMAS; do
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   126
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   127
done
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   128
216
5ddf2f909633 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 93
diff changeset
   129
%postun
5ddf2f909633 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 93
diff changeset
   130
/sbin/ldconfig
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   131
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   132
%files
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   133
%defattr (-, root, root)
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   134
%{_bindir}/*
757
214594ee07f1 2003-07-24 Glynn Foster <[email protected]>
gman
parents: 721
diff changeset
   135
%{_libexecdir}/*
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   136
%{_libdir}/*.so.*
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   137
%{_libdir}/libgnome-media-profiles.so
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   138
%{_libdir}/bonobo/servers/*
1627
63359d16a22a Bump to 2.5.2
mattk
parents: 1609
diff changeset
   139
%{_libdir}/pkgconfig/*
63359d16a22a Bump to 2.5.2
mattk
parents: 1609
diff changeset
   140
%{_libdir}/libglade/*
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   141
%{_includedir}/* 
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   142
%{_datadir}/locale/*/LC_MESSAGES/*.mo
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   143
%{_datadir}/omf/gnome-media/*
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   144
%{_datadir}/gnome/help/*
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   145
%{_datadir}/idl/*
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   146
%{_datadir}/pixmaps/*
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   147
%{_sysconfdir}/gconf/schemas/*.schemas
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   148
%{_datadir}/applications/cddb-slave.desktop
2311
c655a5322e48 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   149
%{_datadir}/applications/gnome-sound-recorder.desktop
c655a5322e48 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   150
%{_datadir}/applications/gnome-volume-control.desktop
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   151
%{_datadir}/applications/gstreamer-properties.desktop
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   152
%{_datadir}/applications/reclevel.desktop
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   153
%{_datadir}/applications/vumeter.desktop
1627
63359d16a22a Bump to 2.5.2
mattk
parents: 1609
diff changeset
   154
%{_datadir}/gnome-media/*
63359d16a22a Bump to 2.5.2
mattk
parents: 1609
diff changeset
   155
%{_datadir}/gnome-sound-recorder/*
63359d16a22a Bump to 2.5.2
mattk
parents: 1609
diff changeset
   156
%{_datadir}/gstreamer-properties/*
1488
3e933bab2c35 2004-01-07 Glynn Foster <[email protected]>
gman
parents: 1364
diff changeset
   157
%{_mandir}/man1/*
4357
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   158
%{_mandir}/man5/*
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   159
216
5ddf2f909633 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 93
diff changeset
   160
%changelog
7558
97274ac9f147 2006-06-30 Brian Cameron <[email protected]>
bc99092
parents: 7490
diff changeset
   161
* Thu Jun 29 2006 - [email protected]
97274ac9f147 2006-06-30 Brian Cameron <[email protected]>
bc99092
parents: 7490
diff changeset
   162
- This patch makes gnome-volume-control support the same devices
97274ac9f147 2006-06-30 Brian Cameron <[email protected]>
bc99092
parents: 7490
diff changeset
   163
  that sdtaudiocontrol supports.  It is a known bug that GStreamer
97274ac9f147 2006-06-30 Brian Cameron <[email protected]>
bc99092
parents: 7490
diff changeset
   164
  mixer plugins do not allow you to set flags.  At some point
97274ac9f147 2006-06-30 Brian Cameron <[email protected]>
bc99092
parents: 7490
diff changeset
   165
  when these flags can be set via a mixer plugin interface, so
97274ac9f147 2006-06-30 Brian Cameron <[email protected]>
bc99092
parents: 7490
diff changeset
   166
  then we should use that interface rather than hacking the 
97274ac9f147 2006-06-30 Brian Cameron <[email protected]>
bc99092
parents: 7490
diff changeset
   167
  mixer GUI directly.
97274ac9f147 2006-06-30 Brian Cameron <[email protected]>
bc99092
parents: 7490
diff changeset
   168
7490
b878e3848818 2006-06-21 Brian Cameron <[email protected]>
bc99092
parents: 7243
diff changeset
   169
* Wed Jun 21 2006 - [email protected]
b878e3848818 2006-06-21 Brian Cameron <[email protected]>
bc99092
parents: 7243
diff changeset
   170
- Bump to 2.14.2 and add patch to fix LINGUAS issue.
b878e3848818 2006-06-21 Brian Cameron <[email protected]>
bc99092
parents: 7243
diff changeset
   171
7217
e0c532cededc 2006-05-05 Glynn Foster <[email protected]>
gf115653
parents: 6982
diff changeset
   172
* Fri May 05 2006 - [email protected]
e0c532cededc 2006-05-05 Glynn Foster <[email protected]>
gf115653
parents: 6982
diff changeset
   173
- Remove the silly window title patch, and replace with a patch
e0c532cededc 2006-05-05 Glynn Foster <[email protected]>
gf115653
parents: 6982
diff changeset
   174
  that removes stuff from the menus according to the spec.
e0c532cededc 2006-05-05 Glynn Foster <[email protected]>
gf115653
parents: 6982
diff changeset
   175
6982
7dcffad38e1b 2006-03-28 Brian Cameron <[email protected]>
bc99092
parents: 6910
diff changeset
   176
* Tue Mar 28 2006 - [email protected]
7dcffad38e1b 2006-03-28 Brian Cameron <[email protected]>
bc99092
parents: 6910
diff changeset
   177
- Add patch 5 to no longer build gnome-cd, now using sound-juicer.
7dcffad38e1b 2006-03-28 Brian Cameron <[email protected]>
bc99092
parents: 6910
diff changeset
   178
6910
ff85ebdf6c54 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6862
diff changeset
   179
* Mon Mar 13 2006 - [email protected]
ff85ebdf6c54 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6862
diff changeset
   180
- Bump to 2.14.0.
ff85ebdf6c54 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6862
diff changeset
   181
6862
bf0dd1605887 2006-02-28 Damien Carbery <[email protected]>
dc144907
parents: 6773
diff changeset
   182
* Tue Feb 28 2006 - [email protected]
bf0dd1605887 2006-02-28 Damien Carbery <[email protected]>
dc144907
parents: 6773
diff changeset
   183
- Bump to 2.13.93.
bf0dd1605887 2006-02-28 Damien Carbery <[email protected]>
dc144907
parents: 6773
diff changeset
   184
6773
c05efb87b3b3 2006-02-15 Damien Carbery <[email protected]>
dc144907
parents: 6697
diff changeset
   185
* Wed Feb 15 2006 - [email protected]
c05efb87b3b3 2006-02-15 Damien Carbery <[email protected]>
dc144907
parents: 6697
diff changeset
   186
- Bump to 2.13.92.
c05efb87b3b3 2006-02-15 Damien Carbery <[email protected]>
dc144907
parents: 6697
diff changeset
   187
6697
a8d15aa6e5a7 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6689
diff changeset
   188
* Tue Jan 31 2006 - [email protected]
a8d15aa6e5a7 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6689
diff changeset
   189
- Bump to 2.13.91.
a8d15aa6e5a7 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6689
diff changeset
   190
6631
b4e9e8f6ca89 2006-01-20 Brian Cameron <[email protected]>
bc99092
parents: 6628
diff changeset
   191
* Fri Jan 20 2006 - [email protected]
b4e9e8f6ca89 2006-01-20 Brian Cameron <[email protected]>
bc99092
parents: 6628
diff changeset
   192
- Add patch 4 so that 2.13.7 compiles.
b4e9e8f6ca89 2006-01-20 Brian Cameron <[email protected]>
bc99092
parents: 6628
diff changeset
   193
6628
013528515881 2006-01-20 Damien Carbery <[email protected]>
dc144907
parents: 6623
diff changeset
   194
* Fri Jan 20 2006 - [email protected]
013528515881 2006-01-20 Damien Carbery <[email protected]>
dc144907
parents: 6623
diff changeset
   195
- Bump to 2.13.7.
013528515881 2006-01-20 Damien Carbery <[email protected]>
dc144907
parents: 6623
diff changeset
   196
6299
4b3aea37c890 2005-11-29 Laszlo Peter <[email protected]>
laca
parents: 6002
diff changeset
   197
* Tue Nov 29 2005 - laca.com
4b3aea37c890 2005-11-29 Laszlo Peter <[email protected]>
laca
parents: 6002
diff changeset
   198
- remove javahelp stuff
4b3aea37c890 2005-11-29 Laszlo Peter <[email protected]>
laca
parents: 6002
diff changeset
   199
6002
38b64716f084 2005-09-22 Brian Cameron <[email protected]>
bc99092
parents: 5960
diff changeset
   200
* Thu Sep 22 2005 - [email protected]
38b64716f084 2005-09-22 Brian Cameron <[email protected]>
bc99092
parents: 5960
diff changeset
   201
- Add back gnome-media-03-cdda.diff and remove patch that causes
38b64716f084 2005-09-22 Brian Cameron <[email protected]>
bc99092
parents: 5960
diff changeset
   202
  gnome-cd to not build.
38b64716f084 2005-09-22 Brian Cameron <[email protected]>
bc99092
parents: 5960
diff changeset
   203
5895
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5528
diff changeset
   204
* Sat Sep 17 2005 - [email protected]
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5528
diff changeset
   205
- Bump to 2.12.0
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5528
diff changeset
   206
5528
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   207
* Mon Aug 15 2005 - [email protected]
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   208
- Bump to 2.11.91.
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   209
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   210
* Tue Jul 12 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   211
- Don't build gnome-cd
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   212
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   213
* Tue Jun 21 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   214
- Remove capplets from %files to build
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   215
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   216
* Thu Jun 16 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   217
- Bump l10n tarballs
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   218
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   219
* Tue May 17 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   220
- Bump to 2.10.2
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   221
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   222
* Fri May 13 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   223
- Bump to 2.10 and add -I ./m4 to aclocal flags since it is needed.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   224
5361
ce2c9fdba2e0 2005-04-22 Archana Shah <[email protected]>
archana
parents: 5333
diff changeset
   225
* Fri Apr 22 2005 - [email protected]
ce2c9fdba2e0 2005-04-22 Archana Shah <[email protected]>
archana
parents: 5333
diff changeset
   226
- Modified patch gnome-media-22-play-not-working.diff.
ce2c9fdba2e0 2005-04-22 Archana Shah <[email protected]>
archana
parents: 5333
diff changeset
   227
  Fixes bug #6185195
ce2c9fdba2e0 2005-04-22 Archana Shah <[email protected]>
archana
parents: 5333
diff changeset
   228
5173
144f2bc329f8 2005-03-03 Archana Shah <[email protected]>
archana
parents: 5152
diff changeset
   229
* Thu Mar 03 2005 - [email protected]
144f2bc329f8 2005-03-03 Archana Shah <[email protected]>
archana
parents: 5152
diff changeset
   230
- Add patch gnome-media-22-play-not-working.diff. Handle EBUSY error.
144f2bc329f8 2005-03-03 Archana Shah <[email protected]>
archana
parents: 5152
diff changeset
   231
  Fixes bug #6185195
144f2bc329f8 2005-03-03 Archana Shah <[email protected]>
archana
parents: 5152
diff changeset
   232
5114
61bee31605e7 2005-02-21 Balamurali Viswanathan <[email protected]>
bviswa
parents: 5082
diff changeset
   233
* Mon Feb 21 2005 - [email protected]
61bee31605e7 2005-02-21 Balamurali Viswanathan <[email protected]>
bviswa
parents: 5082
diff changeset
   234
- Add patch gnome-media-21-lossless-wav.diff, use wavenc instead of flacenc.
61bee31605e7 2005-02-21 Balamurali Viswanathan <[email protected]>
bviswa
parents: 5082
diff changeset
   235
  Fixes bug #6227666
61bee31605e7 2005-02-21 Balamurali Viswanathan <[email protected]>
bviswa
parents: 5082
diff changeset
   236
5018
40cc8d688aca 2005-02-07 Takao Fujiwara <[email protected]>
fujiwara
parents: 4980
diff changeset
   237
* Mon Feb 07 2005 - [email protected]
40cc8d688aca 2005-02-07 Takao Fujiwara <[email protected]>
fujiwara
parents: 4980
diff changeset
   238
- Removed gnome-media-01-g11n-potfiles.diff and gnome-media-17-g11n-potfiles.diff
40cc8d688aca 2005-02-07 Takao Fujiwara <[email protected]>
fujiwara
parents: 4980
diff changeset
   239
  Use l10n-configure.sh
40cc8d688aca 2005-02-07 Takao Fujiwara <[email protected]>
fujiwara
parents: 4980
diff changeset
   240
- Renamed *.diff
5020
574739d7a5c7 2005-02-07 Takao Fujiwara <[email protected]>
fujiwara
parents: 5018
diff changeset
   241
- Updated gnome-media-12-g11n-schemas.diff to avoid the warning during 
574739d7a5c7 2005-02-07 Takao Fujiwara <[email protected]>
fujiwara
parents: 5018
diff changeset
   242
  the installation. Fixing bug 6226060
574739d7a5c7 2005-02-07 Takao Fujiwara <[email protected]>
fujiwara
parents: 5018
diff changeset
   243
- Added gnome-media-20-g11n-i18n-ui.diff to localize the default filename.
574739d7a5c7 2005-02-07 Takao Fujiwara <[email protected]>
fujiwara
parents: 5018
diff changeset
   244
  Fixing bug 6217696
5018
40cc8d688aca 2005-02-07 Takao Fujiwara <[email protected]>
fujiwara
parents: 4980
diff changeset
   245
4966
5be0d828467e #6222302 / #6222336 : Remove items from main help TOC
mattk
parents: 4941
diff changeset
   246
* Fri Jan 28 2005 - [email protected]
5be0d828467e #6222302 / #6222336 : Remove items from main help TOC
mattk
parents: 4941
diff changeset
   247
- #6222302 - Remove Gstreamer Properties from yelp
5be0d828467e #6222302 / #6222336 : Remove items from main help TOC
mattk
parents: 4941
diff changeset
   248
4941
b10615dea993 2005-01-27 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4918
diff changeset
   249
* Thu Jan 27 2005 - [email protected]
b10615dea993 2005-01-27 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4918
diff changeset
   250
- Add patch gnome-media-21-gstreamer-prop-xml.diff to fix xmllint error
b10615dea993 2005-01-27 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4918
diff changeset
   251
  Fixes bug #6218084
b10615dea993 2005-01-27 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4918
diff changeset
   252
4844
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4804
diff changeset
   253
* Fri Jan 14 2005 - [email protected]
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4804
diff changeset
   254
- Updated l10n help tarball for cinnabar-linux
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4804
diff changeset
   255
                                                                                
4804
093b40c3b9b5 2005-01-05 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4801
diff changeset
   256
* Wed Jan 05 2005 - [email protected]
093b40c3b9b5 2005-01-05 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4801
diff changeset
   257
- Add patch gnome-media-20-enable-pause.diff to set the sensitivity of previous
093b40c3b9b5 2005-01-05 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4801
diff changeset
   258
  button correctly.  Solves bug #5053909
093b40c3b9b5 2005-01-05 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4801
diff changeset
   259
4786
47e19724f782 2004-12-23 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4748
diff changeset
   260
* Wed Dec 22 2004 - [email protected]
47e19724f782 2004-12-23 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4748
diff changeset
   261
- Add patch gnome-media-19-stop-on-quit.diff to stop playing when gnome-cd quits
47e19724f782 2004-12-23 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4748
diff changeset
   262
  Solves bug #6210011
47e19724f782 2004-12-23 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4748
diff changeset
   263
4613
ebf58324200e 2004-11-23 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4579
diff changeset
   264
* Tue Nov 23 2004 - [email protected]
ebf58324200e 2004-11-23 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4579
diff changeset
   265
- Modify patch gnome-media-14-remove-unusable-cache-entry.diff to fix 
ebf58324200e 2004-11-23 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4579
diff changeset
   266
  bug #6195969
ebf58324200e 2004-11-23 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4579
diff changeset
   267
4476
942e601b3666 2004-11-09 Archana Shah <[email protected]>
archana
parents: 4455
diff changeset
   268
* Wed Nov 09 2004 - [email protected]
942e601b3666 2004-11-09 Archana Shah <[email protected]>
archana
parents: 4455
diff changeset
   269
- Added gnome-media-18-prompt-on-overwrite.diff so that it asks before
942e601b3666 2004-11-09 Archana Shah <[email protected]>
archana
parents: 4455
diff changeset
   270
  overwriting any existing file.
942e601b3666 2004-11-09 Archana Shah <[email protected]>
archana
parents: 4455
diff changeset
   271
  Patch taken from bugzilla. Fixes bug# 6186579
942e601b3666 2004-11-09 Archana Shah <[email protected]>
archana
parents: 4455
diff changeset
   272
4443
c889d4d2454b Updating spec files to include potfiles patches to update POTFILE.in of software modules
cm152228
parents: 4435
diff changeset
   273
* Thu Nov 04 2004 - [email protected]
c889d4d2454b Updating spec files to include potfiles patches to update POTFILE.in of software modules
cm152228
parents: 4435
diff changeset
   274
- Added gnome-media-17-g11n-potfiles.diff to update POTFILES.in
c889d4d2454b Updating spec files to include potfiles patches to update POTFILE.in of software modules
cm152228
parents: 4435
diff changeset
   275
4435
18ce4ce2596d 2004-11-04 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4409
diff changeset
   276
* Wed Nov 03 2004 - [email protected]
18ce4ce2596d 2004-11-04 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4409
diff changeset
   277
- Added patch gnome-media-16-cddb-display.diff. Fixes bug#6179826
18ce4ce2596d 2004-11-04 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4409
diff changeset
   278
4394
e1f4e418c609 2004-10-29 Arvind Samptur <[email protected]>
arvind
parents: 4387
diff changeset
   279
* Fri Oct 29 2004 - [email protected]
e1f4e418c609 2004-10-29 Arvind Samptur <[email protected]>
arvind
parents: 4387
diff changeset
   280
- Patch from Archana to fix saving files in
e1f4e418c609 2004-10-29 Arvind Samptur <[email protected]>
arvind
parents: 4387
diff changeset
   281
  gnome-sound-recorder. Fixes #6184521
e1f4e418c609 2004-10-29 Arvind Samptur <[email protected]>
arvind
parents: 4387
diff changeset
   282
4357
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   283
* Thu Oct 28 2004 - [email protected]
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   284
- Add gnome-audio-profiles-properties.1, gnome-volume-control.1,
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   285
  gstreamer-properties.1, vumeter.1, gst-std-options.5 man pages
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   286
4223
bb1baccc0e9e 2004-10-12 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4193
diff changeset
   287
* Fri Oct 12 2004 - [email protected]
bb1baccc0e9e 2004-10-12 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4193
diff changeset
   288
- Modify patch gnome-media-12-play-pipeline.diff to fix bug #6176869
bb1baccc0e9e 2004-10-12 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4193
diff changeset
   289
4193
9c710aef20f9 2004-10-08 Kaushal Kumar <[email protected]>
kaushal
parents: 4150
diff changeset
   290
* Fri Oct 08 2004 - [email protected]
9c710aef20f9 2004-10-08 Kaushal Kumar <[email protected]>
kaushal
parents: 4150
diff changeset
   291
- Added patch gnome-media-14-remove-unusable-cache-entry.diff to 
9c710aef20f9 2004-10-08 Kaushal Kumar <[email protected]>
kaushal
parents: 4150
diff changeset
   292
  remove the cache entry once it is stale. Fixed a leak, etc.
9c710aef20f9 2004-10-08 Kaushal Kumar <[email protected]>
kaushal
parents: 4150
diff changeset
   293
  Fixes bug #5089229.
9c710aef20f9 2004-10-08 Kaushal Kumar <[email protected]>
kaushal
parents: 4150
diff changeset
   294
4150
2baf18509bc7 2004-10-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4133
diff changeset
   295
* Tue Oct 05 2004 - [email protected]
2baf18509bc7 2004-10-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4133
diff changeset
   296
- Removed gnome-media-14-g11n-i18n-ui.diff by community's comment.
2baf18509bc7 2004-10-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4133
diff changeset
   297
  Bugzilla 154054
2baf18509bc7 2004-10-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4133
diff changeset
   298
4101
7174385c27c9 2004-09-30 Takao Fujiwara <[email protected]>
fujiwara
parents: 4083
diff changeset
   299
* Thu Sep 30 2004 - [email protected]
7174385c27c9 2004-09-30 Takao Fujiwara <[email protected]>
fujiwara
parents: 4083
diff changeset
   300
- Add gnome-media-14-g11n-i18n-ui.diff to fix bug 5108713
7174385c27c9 2004-09-30 Takao Fujiwara <[email protected]>
fujiwara
parents: 4083
diff changeset
   301
4083
9d5b203a8570 Updating gnome-media.spec to add gnome-media-13-schemas-fix.diff
cm152228
parents: 4055
diff changeset
   302
* Tue Sep 28 2004 - [email protected]
9d5b203a8570 Updating gnome-media.spec to add gnome-media-13-schemas-fix.diff
cm152228
parents: 4055
diff changeset
   303
- Add patch gnome-media-13-g11n-schemas-fix.diff for bug #5057074
9d5b203a8570 Updating gnome-media.spec to add gnome-media-13-schemas-fix.diff
cm152228
parents: 4055
diff changeset
   304
4055
a30ee8589459 2004-09-24 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4033
diff changeset
   305
* Fri Sep 24 2004 - [email protected]
a30ee8589459 2004-09-24 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4033
diff changeset
   306
- Add patch gnome-media-12-play-pipeline.diff for bug #5089100
a30ee8589459 2004-09-24 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4033
diff changeset
   307
3936
b42d44bb4785 2004-09-15 Balamurali Viswanathan <[email protected]>
bviswa
parents: 3858
diff changeset
   308
* Wed Sep 15 2004 - [email protected]
b42d44bb4785 2004-09-15 Balamurali Viswanathan <[email protected]>
bviswa
parents: 3858
diff changeset
   309
- Add patch gnome-media-11-enable-lineout.diff to enable lineout 
b42d44bb4785 2004-09-15 Balamurali Viswanathan <[email protected]>
bviswa
parents: 3858
diff changeset
   310
3820
841628f10697 2004-09-02 Balamurali Viswanathan <[email protected]>
bviswa
parents: 3734
diff changeset
   311
* Thu Sep 02 2004 - [email protected]
841628f10697 2004-09-02 Balamurali Viswanathan <[email protected]>
bviswa
parents: 3734
diff changeset
   312
- Remove patch gnome-media-10-disable-solaris-record.diff to enable record 
841628f10697 2004-09-02 Balamurali Viswanathan <[email protected]>
bviswa
parents: 3734
diff changeset
   313
  button is Solaris. Since now we have source element for Solaris
841628f10697 2004-09-02 Balamurali Viswanathan <[email protected]>
bviswa
parents: 3734
diff changeset
   314
3734
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   315
* Wed Aug 25 2004 - [email protected]
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   316
- Added l10n help contents with patch
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   317
3664
8cf0c5cfb717 * now.spec, gnome-address-applet.spec, file-roller.spec, bug-buddy.spec,
dc144907
parents: 3628
diff changeset
   318
* Fri Aug 20 2004 - [email protected]
8cf0c5cfb717 * now.spec, gnome-address-applet.spec, file-roller.spec, bug-buddy.spec,
dc144907
parents: 3628
diff changeset
   319
- Integrated updated docs tarball from [email protected]
8cf0c5cfb717 * now.spec, gnome-address-applet.spec, file-roller.spec, bug-buddy.spec,
dc144907
parents: 3628
diff changeset
   320
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   321
* Sun Aug 16 2004  [email protected]
3572
21c886cd9b86 Permission updates for Solaris integration
woos
parents: 3519
diff changeset
   322
- change .../gnome-cd/*/*.xml permissions to 0644 for Solaris integration error
21c886cd9b86 Permission updates for Solaris integration
woos
parents: 3519
diff changeset
   323
- change .../gnome-sound-recorder/*/*.xml permissions to 0644 for Solaris integration error
21c886cd9b86 Permission updates for Solaris integration
woos
parents: 3519
diff changeset
   324
3487
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3457
diff changeset
   325
* Thu Aug 05 2004 - [email protected]
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3457
diff changeset
   326
- Integrated docs 0.5 tarball from [email protected]
0bdbd473050a Update docs tarball from [email protected]
dc144907
parents: 3457
diff changeset
   327
3457
c408ce586380 2004-07-30 Brian Cameron <[email protected]>
bc99092
parents: 3425
diff changeset
   328
* Fri Jul 30 2004 - [email protected]
c408ce586380 2004-07-30 Brian Cameron <[email protected]>
bc99092
parents: 3425
diff changeset
   329
- Added patch 10 to disable the record button on Solaris.
c408ce586380 2004-07-30 Brian Cameron <[email protected]>
bc99092
parents: 3425
diff changeset
   330
3410
5cb45623e963 2004-07-23 Balamurali Viswanathan <[email protected]>
bviswa
parents: 3320
diff changeset
   331
* Fri Jul 23 2004 - [email protected]
5cb45623e963 2004-07-23 Balamurali Viswanathan <[email protected]>
bviswa
parents: 3320
diff changeset
   332
- Patch to make gnome-cd play in machines where there is no audio cable.
5cb45623e963 2004-07-23 Balamurali Viswanathan <[email protected]>
bviswa
parents: 3320
diff changeset
   333
  Fixes bug #5061178
5cb45623e963 2004-07-23 Balamurali Viswanathan <[email protected]>
bviswa
parents: 3320
diff changeset
   334
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   335
* Tue Jul 13 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   336
- Ported to rpm4 and updated dependency versions
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   337
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3266
diff changeset
   338
* Thu Jul 08 2004 - [email protected]
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3266
diff changeset
   339
- Updated l10n content to gnome-media-l10n-po-1.2.tar.bz2
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3266
diff changeset
   340
3266
6561f93113c1 2004-07-07 Takao Fujiwara <[email protected]>
fujiwara
parents: 3263
diff changeset
   341
* Wed Jul  7 2004 - [email protected]
6561f93113c1 2004-07-07 Takao Fujiwara <[email protected]>
fujiwara
parents: 3263
diff changeset
   342
- Add gnome-media-08-g11n-configure.diff to install .mo into _datadir/locale.
6561f93113c1 2004-07-07 Takao Fujiwara <[email protected]>
fujiwara
parents: 3263
diff changeset
   343
  bugzilla 145087.
6561f93113c1 2004-07-07 Takao Fujiwara <[email protected]>
fujiwara
parents: 3263
diff changeset
   344
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   345
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   346
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   347
3154
1251b5084aa3 2004-06-15 Brian Cameron <[email protected]>
bc99092
parents: 3135
diff changeset
   348
* Mon Jun 15 2004 - [email protected]
1251b5084aa3 2004-06-15 Brian Cameron <[email protected]>
bc99092
parents: 3135
diff changeset
   349
- Bumping to 2.6.1 made patch gnome-media-04-add-gst-cflags-ldflags.diff
1251b5084aa3 2004-06-15 Brian Cameron <[email protected]>
bc99092
parents: 3135
diff changeset
   350
  unnecessary, so removed.  This fixed bug 5061791.
1251b5084aa3 2004-06-15 Brian Cameron <[email protected]>
bc99092
parents: 3135
diff changeset
   351
3135
a4b447165ea0 * gnome-media.spec, gnome-panel.spec, gnome-system-monitor.spec,
dc144907
parents: 3120
diff changeset
   352
* Fri Jun 11 2004 - [email protected]
a4b447165ea0 * gnome-media.spec, gnome-panel.spec, gnome-system-monitor.spec,
dc144907
parents: 3120
diff changeset
   353
- Integrated docs 0.4 tarball from [email protected]
a4b447165ea0 * gnome-media.spec, gnome-panel.spec, gnome-system-monitor.spec,
dc144907
parents: 3120
diff changeset
   354
3075
2d792390165e 2004-06-09 Balamurali Viswanathan - <[email protected]>
bviswa
parents: 3058
diff changeset
   355
* Wed Jun 09 2004 - [email protected]
2d792390165e 2004-06-09 Balamurali Viswanathan - <[email protected]>
bviswa
parents: 3058
diff changeset
   356
- Added patch 08, to set the audio port, so that the user need not set it
2d792390165e 2004-06-09 Balamurali Viswanathan - <[email protected]>
bviswa
parents: 3058
diff changeset
   357
  through sdtaudicontrol whenever he wants to use gnome-cd
2d792390165e 2004-06-09 Balamurali Viswanathan - <[email protected]>
bviswa
parents: 3058
diff changeset
   358
3058
270a09c45d3c * gnome-media.spec - added patch #7 for gnome-cd crasher (5057711)
richb
parents: 2982
diff changeset
   359
* Tue Jun 8 2004 - [email protected]
270a09c45d3c * gnome-media.spec - added patch #7 for gnome-cd crasher (5057711)
richb
parents: 2982
diff changeset
   360
- Added patch 07, so that gnome-cd doesn't crash when a CD is reinserted on
270a09c45d3c * gnome-media.spec - added patch #7 for gnome-cd crasher (5057711)
richb
parents: 2982
diff changeset
   361
  a Solaris x86 system. Fix is fine for Linux as well. Fixes bugtraq bug
270a09c45d3c * gnome-media.spec - added patch #7 for gnome-cd crasher (5057711)
richb
parents: 2982
diff changeset
   362
  #5057711
270a09c45d3c * gnome-media.spec - added patch #7 for gnome-cd crasher (5057711)
richb
parents: 2982
diff changeset
   363
2951
c67e013d29ec 2004-05-28 Brian Cameron <[email protected]>
bc99092
parents: 2777
diff changeset
   364
* Fri May 28 2004 - [email protected]
c67e013d29ec 2004-05-28 Brian Cameron <[email protected]>
bc99092
parents: 2777
diff changeset
   365
- Added patch 06, so that gnome-sound-recorder works for most formats
c67e013d29ec 2004-05-28 Brian Cameron <[email protected]>
bc99092
parents: 2777
diff changeset
   366
  on Solaris.  This is needed due to a limitation in esdsink (default 
c67e013d29ec 2004-05-28 Brian Cameron <[email protected]>
bc99092
parents: 2777
diff changeset
   367
  on Solaris).  osssink (default on Linux) can handle all rates/formats,
c67e013d29ec 2004-05-28 Brian Cameron <[email protected]>
bc99092
parents: 2777
diff changeset
   368
  but esdsink can not.
c67e013d29ec 2004-05-28 Brian Cameron <[email protected]>
bc99092
parents: 2777
diff changeset
   369
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2688
diff changeset
   370
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2688
diff changeset
   371
- Updated l10n content to gnome-media-l10n-po-1.1.tar.bz2
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2688
diff changeset
   372
2688
c477d8989c30 2004-05-07 Brian Cameron <[email protected]>
bc99092
parents: 2681
diff changeset
   373
* Fri May 07 2004 - [email protected]
c477d8989c30 2004-05-07 Brian Cameron <[email protected]>
bc99092
parents: 2681
diff changeset
   374
- Add --disable-esdtest since this fails on Solaris due to the
c477d8989c30 2004-05-07 Brian Cameron <[email protected]>
bc99092
parents: 2681
diff changeset
   375
  way we are building gnome-media and configure picks up the
c477d8989c30 2004-05-07 Brian Cameron <[email protected]>
bc99092
parents: 2681
diff changeset
   376
  gstreamer *.la files from pkg-config, which can't be used by
c477d8989c30 2004-05-07 Brian Cameron <[email protected]>
bc99092
parents: 2681
diff changeset
   377
  configure.
c477d8989c30 2004-05-07 Brian Cameron <[email protected]>
bc99092
parents: 2681
diff changeset
   378
2681
f9a60858d0ae Bump to 2.6.1
mattk
parents: 2670
diff changeset
   379
* Fri May 07 2004 - [email protected]
f9a60858d0ae Bump to 2.6.1
mattk
parents: 2670
diff changeset
   380
- Bump to 2.6.1
f9a60858d0ae Bump to 2.6.1
mattk
parents: 2670
diff changeset
   381
2568
6529271b99a7 2004-04-27 Kaushal Kumar <[email protected]>
kaushal
parents: 2494
diff changeset
   382
* Tue Apr 27 2004 - [email protected]
6529271b99a7 2004-04-27 Kaushal Kumar <[email protected]>
kaushal
parents: 2494
diff changeset
   383
- Added gnome-media-05-cddb-help-filename-update.diff to fix the help 
6529271b99a7 2004-04-27 Kaushal Kumar <[email protected]>
kaushal
parents: 2494
diff changeset
   384
  for cddb-slave2-properties dialog.
6529271b99a7 2004-04-27 Kaushal Kumar <[email protected]>
kaushal
parents: 2494
diff changeset
   385
2485
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2402
diff changeset
   386
* Sun Apr 18 2004 - [email protected]
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2402
diff changeset
   387
- enable javahelp conversion on Solaris
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2402
diff changeset
   388
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   389
* Thu Apr 01 2004 - [email protected]
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   390
- javahelp conversion
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   391
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2346
diff changeset
   392
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2346
diff changeset
   393
- Updated l10n content to gnome-media-l10n-po-1.0.tar.bz2
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2346
diff changeset
   394
2311
c655a5322e48 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   395
* Wed Mar 24 2004 - <[email protected]>
c655a5322e48 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   396
- Bump to 2.6.0, and remove record scheduler, 
c655a5322e48 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   397
  grecord configure, audio schemas, gnome volume 
c655a5322e48 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   398
  desktop, gst mixer array and grecord prompt
c655a5322e48 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   399
  overwrite [needs to be rewritten] patches.
c655a5322e48 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   400
2160
2ed78bfa51d6 2004-03-08 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
   401
* Fri Mar 05 2004 - <[email protected]>
2ed78bfa51d6 2004-03-08 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
   402
- pass in ACLOCAL_FLAGS to aclocal
2ed78bfa51d6 2004-03-08 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
   403
2121
9dce8b6389fd 2004-03-03 Laszlo Peter <[email protected]>
laca
parents: 1876
diff changeset
   404
* Wed Mar 03 2004 - <[email protected]>
9dce8b6389fd 2004-03-03 Laszlo Peter <[email protected]>
laca
parents: 1876
diff changeset
   405
- Add libgnomeui dependency
9dce8b6389fd 2004-03-03 Laszlo Peter <[email protected]>
laca
parents: 1876
diff changeset
   406
1663
1d6b21021bb8 new patch for gnome-volume-control
mattk
parents: 1627
diff changeset
   407
* Fri Feb 13 2004 - <[email protected]>
1703
c6f26f9cd45b gnome-volume-control crash patch
mattk
parents: 1663
diff changeset
   408
- Patch 08, patch 09
1663
1d6b21021bb8 new patch for gnome-volume-control
mattk
parents: 1627
diff changeset
   409
1627
63359d16a22a Bump to 2.5.2
mattk
parents: 1609
diff changeset
   410
* Wed Feb 11 2004 - <[email protected]>
63359d16a22a Bump to 2.5.2
mattk
parents: 1609
diff changeset
   411
- Bump to 2.5.2, l10n to 0.7, docs 0.2
63359d16a22a Bump to 2.5.2
mattk
parents: 1609
diff changeset
   412
  Re-apply patchs 01->05
63359d16a22a Bump to 2.5.2
mattk
parents: 1609
diff changeset
   413
  Remove original patch 06
63359d16a22a Bump to 2.5.2
mattk
parents: 1609
diff changeset
   414
  Add new patch 06 to build gnome-sound-recorder
63359d16a22a Bump to 2.5.2
mattk
parents: 1609
diff changeset
   415
1488
3e933bab2c35 2004-01-07 Glynn Foster <[email protected]>
gman
parents: 1364
diff changeset
   416
* Wed Dec 17 2003 - <[email protected]>
3e933bab2c35 2004-01-07 Glynn Foster <[email protected]>
gman
parents: 1364
diff changeset
   417
- Bump to 2.5.1
3e933bab2c35 2004-01-07 Glynn Foster <[email protected]>
gman
parents: 1364
diff changeset
   418
1364
113382ae3765 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1301
diff changeset
   419
* Fri Oct 31 2003 - <[email protected]>
113382ae3765 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1301
diff changeset
   420
- Remove and rename patches to remove the Sun Settings 
113382ae3765 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1301
diff changeset
   421
  desktop keyword, since we're killing Extras menu.
113382ae3765 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1301
diff changeset
   422
1301
19acfae883f2 2003-10-20 Ghee Teo <[email protected]>
gheet
parents: 1251
diff changeset
   423
* Mon Oct 20 2003 - <[email protected]>
19acfae883f2 2003-10-20 Ghee Teo <[email protected]>
gheet
parents: 1251
diff changeset
   424
- Forward port fix to #4880305 from wipro for QS.
19acfae883f2 2003-10-20 Ghee Teo <[email protected]>
gheet
parents: 1251
diff changeset
   425
  patch: gnome-media-07-fix-saving-zero-bytes-data.diff
19acfae883f2 2003-10-20 Ghee Teo <[email protected]>
gheet
parents: 1251
diff changeset
   426
1251
812fe2c6dc8e 2003-10-13 Niall Power <[email protected]>
niall
parents: 1195
diff changeset
   427
* Mon Oct 13 2003 - <[email protected]>
812fe2c6dc8e 2003-10-13 Niall Power <[email protected]>
niall
parents: 1195
diff changeset
   428
- updated to version 2.4.0
812fe2c6dc8e 2003-10-13 Niall Power <[email protected]>
niall
parents: 1195
diff changeset
   429
- Removed gnome-media-01-window-icon.diff,
812fe2c6dc8e 2003-10-13 Niall Power <[email protected]>
niall
parents: 1195
diff changeset
   430
  gnome-media-07-gnome-cd-notification.diff,
812fe2c6dc8e 2003-10-13 Niall Power <[email protected]>
niall
parents: 1195
diff changeset
   431
  gnome-media-08-recorder-gst-state.diff - all merged upstream
812fe2c6dc8e 2003-10-13 Niall Power <[email protected]>
niall
parents: 1195
diff changeset
   432
1169
83bb110547f4 integrate Sun docs
laca
parents: 1164
diff changeset
   433
* Fri Sep 26 2003 - <[email protected]>
83bb110547f4 integrate Sun docs
laca
parents: 1164
diff changeset
   434
- integrate Sun docs
83bb110547f4 integrate Sun docs
laca
parents: 1164
diff changeset
   435
1161
bb9c15281d80 * Tue Sep 23 2003 Niall Power <[email protected]
niall
parents: 1160
diff changeset
   436
* Tue Sep 23 2003 - <[email protected]>
1164
97af66cf1534 2003-09-22 Niall Power - <[email protected]>
niall
parents: 1161
diff changeset
   437
- add patch from [email protected].
97af66cf1534 2003-09-22 Niall Power - <[email protected]>
niall
parents: 1161
diff changeset
   438
  Fixes BT# 4882371. gnome-media-08-recorder-gst-state.diff
97af66cf1534 2003-09-22 Niall Power - <[email protected]>
niall
parents: 1161
diff changeset
   439
97af66cf1534 2003-09-22 Niall Power - <[email protected]>
niall
parents: 1161
diff changeset
   440
* Fri Sep 19 2003 - <[email protected]>
1160
acb8264e6e66 2003-09-22 Niall Power - <[email protected]>
niall
parents: 1157
diff changeset
   441
- add patch from [email protected]. Fixes BT#4913405
acb8264e6e66 2003-09-22 Niall Power - <[email protected]>
niall
parents: 1157
diff changeset
   442
  gnome-media-07-gnome-cd-notification.diff
acb8264e6e66 2003-09-22 Niall Power - <[email protected]>
niall
parents: 1157
diff changeset
   443
1155
8252d8d20dd6 2003-09-19 Niall Power - <[email protected]>
niall
parents: 1130
diff changeset
   444
- add patch nautilus-media-06-record-scheduler.diff.
8252d8d20dd6 2003-09-19 Niall Power - <[email protected]>
niall
parents: 1130
diff changeset
   445
  Fixes BT# 4904323
8252d8d20dd6 2003-09-19 Niall Power - <[email protected]>
niall
parents: 1130
diff changeset
   446
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   447
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   448
- remove lib*.so, *.a, *.la
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   449
995
256942a05db7 2003-08-07 Niall Power <[email protected]>
niall
parents: 990
diff changeset
   450
* Thu Aug 07 2003 - <[email protected]>
256942a05db7 2003-08-07 Niall Power <[email protected]>
niall
parents: 990
diff changeset
   451
- post install uses scrollkeeper so make it a dependency
256942a05db7 2003-08-07 Niall Power <[email protected]>
niall
parents: 990
diff changeset
   452
990
9274ab8d7ad7 2003-08-06 Glynn Foster <[email protected]>
gman
parents: 964
diff changeset
   453
* Wed Aug 06 2003 - <[email protected]>
9274ab8d7ad7 2003-08-06 Glynn Foster <[email protected]>
gman
parents: 964
diff changeset
   454
- Prompt before you overwrite a filename.
9274ab8d7ad7 2003-08-06 Glynn Foster <[email protected]>
gman
parents: 964
diff changeset
   455
964
368c1e8fb638 2003-08-05 Glynn Foster <[email protected]>
gman
parents: 888
diff changeset
   456
* Tue Aug 05 2003 - <[email protected]>
368c1e8fb638 2003-08-05 Glynn Foster <[email protected]>
gman
parents: 888
diff changeset
   457
- New tarball, bump version, reset release.
368c1e8fb638 2003-08-05 Glynn Foster <[email protected]>
gman
parents: 888
diff changeset
   458
888
e41629508fed 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   459
* Fri Aug 01 2003 - <[email protected]>
e41629508fed 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   460
- Add supported menu categories
e41629508fed 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   461
708
f97d8741246a 2003-07-22 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
   462
* Tue Jul 21 2003 - <[email protected]>
f97d8741246a 2003-07-22 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
   463
- New mixer icon
f97d8741246a 2003-07-22 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
   464
510
b433e4521ef7 Adding yet more .po files
mick
parents: 440
diff changeset
   465
* Wed Jul 09 2003 - <[email protected]>
b433e4521ef7 Adding yet more .po files
mick
parents: 440
diff changeset
   466
- add in sun po files
b433e4521ef7 Adding yet more .po files
mick
parents: 440
diff changeset
   467
79
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   468
* Wed May 14 2003 - [email protected]
eb19170f9fff *** empty log message ***
mattk
parents:
diff changeset
   469
- Initial Sun Release