totem.spec
author dc144907
Tue, 16 Aug 2005 16:09:17 +0000
changeset 5548 ddbd17ae3838
parent 5518 235b0b4aa324
child 5655 aae805c19004
permissions -rw-r--r--
* *.spec: Bump to latest available versions for 2.11 work.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     1
#
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     2
# spec file for package totem
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     3
#
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     6
# package are under the same license as the package itself.
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     7
#
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     8
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     9
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    10
Name:         totem
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    11
License:      GPL
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    12
Group:        System/GUI/GNOME
5548
ddbd17ae3838 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
    13
Version:      1.1.4
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    14
Release:      1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    15
Distribution: Java Desktop System
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    16
Vendor:       Sun Microsystems, Inc.
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    17
Summary:      Totem Multimedia Player
5548
ddbd17ae3838 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
    18
Source:       http://ftp.gnome.org/pub/GNOME/sources/totem/1.1/%{name}-%{version}.tar.bz2
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    19
Patch1:       totem-01-init-threads.diff
1413
64fbf305682a 2003-11-09 Glynn Foster <[email protected]>
gman
parents: 1361
diff changeset
    20
Patch2:       totem-02-menu-entry.diff
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    21
Patch3:       totem-03-use-jmplay-for-wav-mp3.diff
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    22
Patch4:       totem-04-mnttab.diff
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    23
URL:          http://www.gnome.org
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    24
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    25
Docdir:       %{_defaultdocdir}/%{name}
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    26
Autoreqprov:  on
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    27
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    28
%define	libgnomeui_version			2.6.0
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    29
%define	gstreamer_version               	0.8.1
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    30
%define gstreamer_plugins_version       	0.8.1
4363
620ba35630d9 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    31
%define gnome_desktop_version                   2.6.1
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    32
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    33
Requires:       libgnomeui >= %{libgnomeui_version}
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    34
Requires:       gstreamer >= %{gstreamer_version}
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    35
Requires:       gstreamer-plugins >= %{gstreamer_plugins_version}
4363
620ba35630d9 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    36
Requires:       gnome-desktop >= %{gnome_desktop_version}
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    37
BuildRequires:  libgnomeui-devel >= %{libgnomeui_version}
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    38
BuildRequires:  gstreamer-devel >= %{gstreamer_version}
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    39
BuildRequires:  gstreamer-plugins-devel >= %{gstreamer_plugins_version}
4363
620ba35630d9 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    40
BuildRequires:  gnome-desktop-devel >= %{gnome_desktop_version}
4873
75f894fc83c8 #6197736 : ADd javahelp convert files
mattk
parents: 4867
diff changeset
    41
BuildRequires:  javahelp-convert
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    42
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    43
%description
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    44
Totem is multimeida player for the GNOME desktop, allowing you to play CDs, DVDS and a 
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    45
wide range of multimedia formats
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    46
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    47
%prep
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    48
%setup -q
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    49
%patch1 -p1
1413
64fbf305682a 2003-11-09 Glynn Foster <[email protected]>
gman
parents: 1361
diff changeset
    50
%patch2 -p1
3361
aa9e53932a66 2004-07-16 Brian Cameron <[email protected]>
bc99092
parents: 3320
diff changeset
    51
%patch3 -p1
3366
00b27b27837a 2004-07-19 Brian Cameron <[email protected]>
bc99092
parents: 3361
diff changeset
    52
%patch4 -p1
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    53
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    54
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    55
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    56
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    57
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    58
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    59
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3839
diff changeset
    60
  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
    61
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    62
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    63
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    64
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    65
4111
bada035872ae 2004-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 4033
diff changeset
    66
if test "x$x_includes" = "x"; then
bada035872ae 2004-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 4033
diff changeset
    67
 x_includes="/usr/X11/include"
bada035872ae 2004-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 4033
diff changeset
    68
fi
bada035872ae 2004-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 4033
diff changeset
    69
bada035872ae 2004-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 4033
diff changeset
    70
if test "x$x_libraries" = "x"; then
bada035872ae 2004-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 4033
diff changeset
    71
 x_libraries="/usr/X11/lib"
bada035872ae 2004-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 4033
diff changeset
    72
fi
bada035872ae 2004-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 4033
diff changeset
    73
3897
85e5c99c0669 2004-09-11 Laszlo Peter <[email protected]>
laca
parents: 3895
diff changeset
    74
CFLAGS="$RPM_OPT_FLAGS"	\
3895
caf5571f7b66 * control-center.spec, gtk2.spec, gnome-session.spec, metacity.spec,
dc144907
parents: 3858
diff changeset
    75
./configure \
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    76
	--prefix=%{_prefix} \
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    77
	--sysconfdir=%{_sysconfdir} \
4570
a60b744a0048 2004-11-14 Laszlo Peter <[email protected]>
laca
parents: 4541
diff changeset
    78
        --libdir=%{_libdir}         \
a60b744a0048 2004-11-14 Laszlo Peter <[email protected]>
laca
parents: 4541
diff changeset
    79
        --bindir=%{_bindir}         \
3361
aa9e53932a66 2004-07-16 Brian Cameron <[email protected]>
bc99092
parents: 3320
diff changeset
    80
	--libexecdir=%{_libexecdir} \
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    81
	--mandir=%{_mandir}         \
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    82
	--localstatedir=/var/lib    \
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    83
	--enable-gstreamer	    \
4111
bada035872ae 2004-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 4033
diff changeset
    84
	--disable-lirc              \
bada035872ae 2004-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 4033
diff changeset
    85
        --x-includes="$x_includes"  \
bada035872ae 2004-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 4033
diff changeset
    86
        --x-libraries="$x_libraries" 
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    87
make -j $CPUS
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    88
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    89
%install
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    90
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    91
make -i install DESTDIR=$RPM_BUILD_ROOT
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    92
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    93
rm -rf $RPM_BUILD_ROOT%{_bindir}/vanity
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    94
rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/vanity.desktop
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    95
rm -rf $RPM_BUILD_ROOT%{_datadir}/totem/vanity.glade
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    96
rm -rf $RPM_BUILD_ROOT%{_datadir}/totem/vanity.png
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    97
rm -rf $RPM_BUILD_ROOT%{_datadir}/pixmaps/vanity.png
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    98
rm -f $RPM_BUILD_ROOT%{_datadir}/mime-info/totem.keys
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    99
rm -f $RPM_BUILD_ROOT%{_datadir}/application-registry/totem.applications
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   100
5400
46e96785b77d * gtkam.spec, totem.spec: Fix 6227253: Change xml file in [gtkam|totem]-C.omf
dc144907
parents: 5370
diff changeset
   101
# 6227253: Change xml file in totem-C.omf from totem.xml to sample_apps_info.xml
46e96785b77d * gtkam.spec, totem.spec: Fix 6227253: Change xml file in [gtkam|totem]-C.omf
dc144907
parents: 5370
diff changeset
   102
# (part of gnome-user-docs).
46e96785b77d * gtkam.spec, totem.spec: Fix 6227253: Change xml file in [gtkam|totem]-C.omf
dc144907
parents: 5370
diff changeset
   103
sed 's/totem.C.totem.xml/sample_apps_info\/C\/sample_apps_info.xml/' $RPM_BUILD_ROOT%{_datadir}/omf/totem/totem-C.omf >/tmp/totem-C.omf
46e96785b77d * gtkam.spec, totem.spec: Fix 6227253: Change xml file in [gtkam|totem]-C.omf
dc144907
parents: 5370
diff changeset
   104
rm $RPM_BUILD_ROOT%{_datadir}/omf/totem/totem-C.omf
46e96785b77d * gtkam.spec, totem.spec: Fix 6227253: Change xml file in [gtkam|totem]-C.omf
dc144907
parents: 5370
diff changeset
   105
mv /tmp/totem-C.omf $RPM_BUILD_ROOT%{_datadir}/omf/totem/totem-C.omf
46e96785b77d * gtkam.spec, totem.spec: Fix 6227253: Change xml file in [gtkam|totem]-C.omf
dc144907
parents: 5370
diff changeset
   106
4873
75f894fc83c8 #6197736 : ADd javahelp convert files
mattk
parents: 4867
diff changeset
   107
javahelp-convert-install $RPM_BUILD_ROOT %{name} %{name}.xml
75f894fc83c8 #6197736 : ADd javahelp convert files
mattk
parents: 4867
diff changeset
   108
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   109
%clean
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   110
rm -rf $RPM_BUILD_ROOT
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   111
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   112
%post
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   113
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   114
SCHEMAS="totem.schemas totem-video-thumbnail.schemas"
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   115
for S in $SCHEMAS; do
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   116
        gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   117
done
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   118
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   119
%files
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   120
%defattr (-, root, root)
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   121
%{_bindir}/*
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   122
%{_sysconfdir}/gconf/schemas
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   123
%{_libdir}/*
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   124
%{_datadir}/applications
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   125
%{_datadir}/gnome/help/totem/*
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   126
%{_datadir}/gnome/javahelp/totem/*
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   127
%{_datadir}/locale/*/LC_MESSAGES/*.mo
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   128
%{_datadir}/omf/totem/*
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   129
%{_datadir}/pixmaps/*
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   130
%{_datadir}/totem/*
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   131
%{_mandir}/man1/totem*
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   132
%{_includedir}/totem/*
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   133
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   134
%changelog
5548
ddbd17ae3838 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   135
* Tue Aug 16 2005 - [email protected]
ddbd17ae3838 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   136
- Bump to 1.1.4.
ddbd17ae3838 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   137
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   138
* Tue Jul 12 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   139
- Add patch 5 to build CD-ROM code (src/totem-disc.c) on Solaris.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   140
  http://bugzilla.gnome.org/show_bug.cgi?id=310149
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   141
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   142
* Thu Jun 16 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   143
- Bump to 1.0.3
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   144
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   145
* Thu Jun 09 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   146
- Bump to 1.0.1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   147
- Remove patchs 02, 03, 04
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   148
- Rename patch 05 to 03
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   149
5400
46e96785b77d * gtkam.spec, totem.spec: Fix 6227253: Change xml file in [gtkam|totem]-C.omf
dc144907
parents: 5370
diff changeset
   150
* Thu May 05 2005 - [email protected]
46e96785b77d * gtkam.spec, totem.spec: Fix 6227253: Change xml file in [gtkam|totem]-C.omf
dc144907
parents: 5370
diff changeset
   151
- 6227253: Change xml file in totem-C.omf from totem.xml to
46e96785b77d * gtkam.spec, totem.spec: Fix 6227253: Change xml file in [gtkam|totem]-C.omf
dc144907
parents: 5370
diff changeset
   152
  sample_apps_info.xml (part of gnome-user-docs). Bit of a hack but a very easy
46e96785b77d * gtkam.spec, totem.spec: Fix 6227253: Change xml file in [gtkam|totem]-C.omf
dc144907
parents: 5370
diff changeset
   153
  one to maintain.
46e96785b77d * gtkam.spec, totem.spec: Fix 6227253: Change xml file in [gtkam|totem]-C.omf
dc144907
parents: 5370
diff changeset
   154
5133
13b72b734b51 2005-02-25 Kazuhiko Maekawa <[email protected]>
feyn
parents: 5088
diff changeset
   155
* Fri Feb 25 2005 - [email protected]
13b72b734b51 2005-02-25 Kazuhiko Maekawa <[email protected]>
feyn
parents: 5088
diff changeset
   156
- Added dummy l10n help files to follow base update
13b72b734b51 2005-02-25 Kazuhiko Maekawa <[email protected]>
feyn
parents: 5088
diff changeset
   157
5088
e6c332377b3a Fix up the dates in %changelog
gman
parents: 5084
diff changeset
   158
* Mon Feb 14 2005 - [email protected]
5084
d24d1d7d4f18 * glade.spec: Integrate docs tarball (glade-docs-0.1) from [email protected]
dc144907
parents: 5082
diff changeset
   159
- Integrate docs tarball (totem-docs-0.1) from [email protected].
d24d1d7d4f18 * glade.spec: Integrate docs tarball (glade-docs-0.1) from [email protected]
dc144907
parents: 5082
diff changeset
   160
5051
1434b38de253 #6227304 : install de help correctly
mattk
parents: 4980
diff changeset
   161
* Thu Feb 10 2005 - [email protected]
1434b38de253 #6227304 : install de help correctly
mattk
parents: 4980
diff changeset
   162
- 6227304 : install german help correctly
1434b38de253 #6227304 : install de help correctly
mattk
parents: 4980
diff changeset
   163
4873
75f894fc83c8 #6197736 : ADd javahelp convert files
mattk
parents: 4867
diff changeset
   164
* Wed Jan 19 2005 - [email protected]
75f894fc83c8 #6197736 : ADd javahelp convert files
mattk
parents: 4867
diff changeset
   165
- Add Javahelp convert #6197736
75f894fc83c8 #6197736 : ADd javahelp convert files
mattk
parents: 4867
diff changeset
   166
4570
a60b744a0048 2004-11-14 Laszlo Peter <[email protected]>
laca
parents: 4541
diff changeset
   167
* Sun Nov 14 2004 - [email protected]
a60b744a0048 2004-11-14 Laszlo Peter <[email protected]>
laca
parents: 4541
diff changeset
   168
- add --bindir=%{_bindir} and --libdir=%{_libdir} to configure opts
a60b744a0048 2004-11-14 Laszlo Peter <[email protected]>
laca
parents: 4541
diff changeset
   169
4363
620ba35630d9 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   170
* Fri Oct 29 2004 - [email protected]
620ba35630d9 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   171
- Add missing deps
620ba35630d9 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   172
4111
bada035872ae 2004-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 4033
diff changeset
   173
* Fri Oct 01 2004 - [email protected]
bada035872ae 2004-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 4033
diff changeset
   174
- Added '--x-libraries' option in configure to fix bug 5081938
bada035872ae 2004-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 4033
diff changeset
   175
3897
85e5c99c0669 2004-09-11 Laszlo Peter <[email protected]>
laca
parents: 3895
diff changeset
   176
* Sat Sep 11 2004 - [email protected]
85e5c99c0669 2004-09-11 Laszlo Peter <[email protected]>
laca
parents: 3895
diff changeset
   177
- Move Solaris specific LDFLAGS to the Solaris spec file
85e5c99c0669 2004-09-11 Laszlo Peter <[email protected]>
laca
parents: 3895
diff changeset
   178
3895
caf5571f7b66 * control-center.spec, gtk2.spec, gnome-session.spec, metacity.spec,
dc144907
parents: 3858
diff changeset
   179
* Fri Sep 10 2004 - [email protected]
caf5571f7b66 * control-center.spec, gtk2.spec, gnome-session.spec, metacity.spec,
dc144907
parents: 3858
diff changeset
   180
- Set LDFLAGS so Xrandr and Xrender can be found.
caf5571f7b66 * control-center.spec, gtk2.spec, gnome-session.spec, metacity.spec,
dc144907
parents: 3858
diff changeset
   181
3839
966a3f711924 2004-09-03 Kaushal Kumar <[email protected]>
kaushal
parents: 3679
diff changeset
   182
* Fri Sep 03 2004 - [email protected]
966a3f711924 2004-09-03 Kaushal Kumar <[email protected]>
kaushal
parents: 3679
diff changeset
   183
- Added patch 05 to let jmplay handle wav and mp3 files.
966a3f711924 2004-09-03 Kaushal Kumar <[email protected]>
kaushal
parents: 3679
diff changeset
   184
  Fixes bugtraq #5093284.
966a3f711924 2004-09-03 Kaushal Kumar <[email protected]>
kaushal
parents: 3679
diff changeset
   185
3366
00b27b27837a 2004-07-19 Brian Cameron <[email protected]>
bc99092
parents: 3361
diff changeset
   186
* Mon Jul 19 2004 - [email protected]
00b27b27837a 2004-07-19 Brian Cameron <[email protected]>
bc99092
parents: 3361
diff changeset
   187
- Added patch 04 so that icons get displayed on Solaris.
00b27b27837a 2004-07-19 Brian Cameron <[email protected]>
bc99092
parents: 3361
diff changeset
   188
  Patch approved by totem maintainer.
00b27b27837a 2004-07-19 Brian Cameron <[email protected]>
bc99092
parents: 3361
diff changeset
   189
3361
aa9e53932a66 2004-07-16 Brian Cameron <[email protected]>
bc99092
parents: 3320
diff changeset
   190
* Fri Jul 16 2004 - [email protected]
aa9e53932a66 2004-07-16 Brian Cameron <[email protected]>
bc99092
parents: 3320
diff changeset
   191
- Added patch 03 to support building on Solaris.
aa9e53932a66 2004-07-16 Brian Cameron <[email protected]>
bc99092
parents: 3320
diff changeset
   192
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   193
* Wed Jul 14 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   194
- packaging fixes for rpm4
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   195
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   196
* Thu Jul 08 2004 - [email protected]
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   197
- Updated l10n content to totem-l10n-po-1.2.tar.bz2
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   198
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   199
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   200
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   201
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   202
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   203
- Updated l10n content to totem-l10n-po-1.1.tar.bz2
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   204
2556
84f29b6349c5 2004-04-26 Glynn Foster <[email protected]>
gman
parents: 2494
diff changeset
   205
* Mon Apr 26 2004 - [email protected]
84f29b6349c5 2004-04-26 Glynn Foster <[email protected]>
gman
parents: 2494
diff changeset
   206
- Bump to 0.99.11
84f29b6349c5 2004-04-26 Glynn Foster <[email protected]>
gman
parents: 2494
diff changeset
   207
2467
c9e415caceeb 2004-04-15 Glynn Foster <[email protected]>
gman
parents: 2408
diff changeset
   208
* Thu Apr 15 2004 - [email protected]
c9e415caceeb 2004-04-15 Glynn Foster <[email protected]>
gman
parents: 2408
diff changeset
   209
- Bump to 0.99.10, and remove Ghee's temporary workaround 
c9e415caceeb 2004-04-15 Glynn Foster <[email protected]>
gman
parents: 2408
diff changeset
   210
  patch.
c9e415caceeb 2004-04-15 Glynn Foster <[email protected]>
gman
parents: 2408
diff changeset
   211
2408
99fbbe16ba65 2004-04-06 Ghee Teo <[email protected]>
gheet
parents: 2398
diff changeset
   212
* Tue Apr 06 2004 - [email protected]
99fbbe16ba65 2004-04-06 Ghee Teo <[email protected]>
gheet
parents: 2398
diff changeset
   213
- Created a totem-03-temporary-workaround-build.diff to resolve the
99fbbe16ba65 2004-04-06 Ghee Teo <[email protected]>
gheet
parents: 2398
diff changeset
   214
  hardcoded  GST_MAJORMINOR=0.7 problem. This patch should be removed
99fbbe16ba65 2004-04-06 Ghee Teo <[email protected]>
gheet
parents: 2398
diff changeset
   215
  once a new release totem is available.
99fbbe16ba65 2004-04-06 Ghee Teo <[email protected]>
gheet
parents: 2398
diff changeset
   216
2355
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   217
* Wed Mar 31 2004 - [email protected]
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   218
- replace tar jxf with the more solaris friendly
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   219
  bzcat piped through tar
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   220
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   221
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   222
- Adding totem-l10n-po-1.0.tar.bz2 l10n content
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   223
1668
d1ccdb073a41 Bump to 0.9.99
mattk
parents: 1609
diff changeset
   224
* Fri Feb 13 2004 - [email protected]
d1ccdb073a41 Bump to 0.9.99
mattk
parents: 1609
diff changeset
   225
- Bump tarball to 0.99.9, redo patch 01
d1ccdb073a41 Bump to 0.9.99
mattk
parents: 1609
diff changeset
   226
1525
0bee9fbf9009 Bump version
mattk
parents: 1413
diff changeset
   227
* Mon Jan 12 2004 - [email protected]
0bee9fbf9009 Bump version
mattk
parents: 1413
diff changeset
   228
- Bump tarball to 0.99.8, patch for compile errors
0bee9fbf9009 Bump version
mattk
parents: 1413
diff changeset
   229
1413
64fbf305682a 2003-11-09 Glynn Foster <[email protected]>
gman
parents: 1361
diff changeset
   230
* Fri Nov 14 2003 - [email protected]
64fbf305682a 2003-11-09 Glynn Foster <[email protected]>
gman
parents: 1361
diff changeset
   231
- Re add the desktop patch to change the menu entry.
64fbf305682a 2003-11-09 Glynn Foster <[email protected]>
gman
parents: 1361
diff changeset
   232
1361
fd6413793b2b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1335
diff changeset
   233
* Fri Oct 31 2003 - [email protected]
fd6413793b2b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1335
diff changeset
   234
- Remove the Sun Supported keyword from the 
fd6413793b2b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1335
diff changeset
   235
  desktop file, since we're no longer going with the Extras
fd6413793b2b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1335
diff changeset
   236
  menu.
fd6413793b2b 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1335
diff changeset
   237
1335
4aa247f54195 2003-10-21 Glynn Foster <[email protected]>
gman
parents: 1243
diff changeset
   238
* Wed Oct 22 2003 - [email protected]
4aa247f54195 2003-10-21 Glynn Foster <[email protected]>
gman
parents: 1243
diff changeset
   239
- Update to 0.99.7
4aa247f54195 2003-10-21 Glynn Foster <[email protected]>
gman
parents: 1243
diff changeset
   240
1243
e5d0ee5479f9 2003-10-13 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   241
* Fri Oct 13 2003 - [email protected]
e5d0ee5479f9 2003-10-13 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   242
- Update to 0.99.6
e5d0ee5479f9 2003-10-13 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   243
1071
239de3de91b9 2003-08-18 Ghee Teo <[email protected]>
gheet
parents: 1025
diff changeset
   244
* Thu Aug 14 2003 - [email protected]
239de3de91b9 2003-08-18 Ghee Teo <[email protected]>
gheet
parents: 1025
diff changeset
   245
- Removed totem totem.applications and totem.keys so that jmplay can 
239de3de91b9 2003-08-18 Ghee Teo <[email protected]>
gheet
parents: 1025
diff changeset
   246
  become the default media player.
1243
e5d0ee5479f9 2003-10-13 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   247
941
403e5d369240 2003-08-02 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   248
* Sat Aug 02 2003 - [email protected]
403e5d369240 2003-08-02 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   249
- Update menu entry.
1243
e5d0ee5479f9 2003-10-13 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   250
824
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   251
* Fri Jul 25 2003 - [email protected]
ec6b8a3c12b0 2003-07-28 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   252
- Initial Sun release