SPECS: gnome-media.spec - merged from DEVEL
freetz
freetz at pld-linux.org
Tue Sep 6 19:41:12 CEST 2005
Author: freetz Date: Tue Sep 6 17:41:12 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- merged from DEVEL
---- Files affected:
SPECS:
gnome-media.spec (1.123 -> 1.124)
---- Diffs:
================================================================
Index: SPECS/gnome-media.spec
diff -u SPECS/gnome-media.spec:1.123 SPECS/gnome-media.spec:1.124
--- SPECS/gnome-media.spec:1.123 Sun Sep 4 17:20:50 2005
+++ SPECS/gnome-media.spec Tue Sep 6 19:41:07 2005
@@ -1,16 +1,14 @@
# $Revision$, $Date$
-# TODO:
-# fix alsa issue
Summary: GNOME media programs
Summary(fr): Programmes multimédia de GNOME
Summary(pl): Programy multimedialne dla GNOME
Name: gnome-media
-Version: 2.10.2
-Release: 2
+Version: 2.12.0
+Release: 1
License: GPL v2+/LGPL v2+
Group: X11/Applications/Multimedia
-Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-media/2.10/%{name}-%{version}.tar.bz2
-# Source0-md5: 3d73cd40cfa52c5eef882302f92c60d6
+Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-media/2.12/%{name}-%{version}.tar.bz2
+# Source0-md5: 74d9a78f7269602e033ab1a4a144afdf
Patch0: %{name}-desktop.patch
Patch1: %{name}-capplet.patch
Icon: gnome-media.gif
@@ -33,10 +31,10 @@
BuildRequires: gstreamer-plugins-devel >= 0.8.8
BuildRequires: intltool >= 0.33
BuildRequires: libglade2-devel >= 1:2.5.1
-BuildRequires: libgnomeui-devel >= 2.10.0-2
+BuildRequires: libgnomeui-devel >= 2.11.2-2
BuildRequires: libtool
BuildRequires: libxml2-devel
-BuildRequires: nautilus-cd-burner-devel >= 2.10.0-2
+BuildRequires: nautilus-cd-burner-devel >= 2.11.1
BuildRequires: rpmbuild(macros) >= 1.197
BuildRequires: scrollkeeper >= 0.3.11
BuildRequires: xft-devel >= 2.1.2
@@ -44,9 +42,10 @@
Requires(post,postun): scrollkeeper
Requires(post,preun): GConf2
Requires: gail >= 1.8.0
-Requires: libgnomeui >= 2.10.0-2
+Requires: libgnomeui >= 2.11.2-2
Requires: gstreamer-audiosink
Requires: gstreamer-plugins >= 0.8.8
+Requires: nautilus-cd-burner-libs >= 2.11.1
Obsoletes: gnome
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -296,7 +295,9 @@
%dir %{_datadir}/gnome-media/pixmaps
%{_datadir}/gnome-media/glade
%{_datadir}/gstreamer-properties
+%dir %{_omf_dest_dir}/%{name}
%{_omf_dest_dir}/%{name}/gstreamer-properties-C.omf
+%lang(uk) %{_omf_dest_dir}/%{name}/gstreamer-properties-uk.omf
%{_pixmapsdir}/gstreamer-properties.png
%{_sysconfdir}/gconf/schemas/gnome-audio-profiles.schemas
@@ -311,7 +312,9 @@
%lang(it) %{_omf_dest_dir}/%{name}/gnome-cd-it.omf
%lang(ja) %{_omf_dest_dir}/%{name}/gnome-cd-ja.omf
%lang(ko) %{_omf_dest_dir}/%{name}/gnome-cd-ko.omf
+%lang(nl) %{_omf_dest_dir}/%{name}/gnome-cd-nl.omf
%lang(sv) %{_omf_dest_dir}/%{name}/gnome-cd-sv.omf
+%lang(uk) %{_omf_dest_dir}/%{name}/gnome-cd-uk.omf
%lang(zh_CN) %{_omf_dest_dir}/%{name}/gnome-cd-zh_CN.omf
%lang(zh_TW) %{_omf_dest_dir}/%{name}/gnome-cd-zh_TW.omf
%{_pixmapsdir}/gnome-cd/*
@@ -362,9 +365,9 @@
%lang(ja) %{_omf_dest_dir}/%{name}/grecord-ja.omf
%lang(ko) %{_omf_dest_dir}/%{name}/grecord-ko.omf
%lang(sv) %{_omf_dest_dir}/%{name}/grecord-sv.omf
+%lang(uk) %{_omf_dest_dir}/%{name}/grecord-uk.omf
%lang(zh_CN) %{_omf_dest_dir}/%{name}/grecord-zh_CN.omf
%lang(zh_TW) %{_omf_dest_dir}/%{name}/grecord-zh_TW.omf
-%{_pixmapsdir}/%{name}
%{_pixmapsdir}/gnome-grecord.png
%{_sysconfdir}/gconf/schemas/gnome-sound-recorder.schemas
@@ -378,8 +381,9 @@
%{_datadir}/gnome-media/pixmaps/*
%{_desktopdir}/gnome-volume-control.desktop
%{_omf_dest_dir}/%{name}/gnome-volume-control-C.omf
-%{_pixmapsdir}/%{name}
+%lang(uk) %{_omf_dest_dir}/%{name}/gnome-volume-control-uk.omf
%{_pixmapsdir}/gnome-mixer.png
+%{_sysconfdir}/gconf/schemas/gnome-volume-control.schemas
%files vumeter
%defattr(644,root,root,755)
@@ -395,512 +399,27 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
-Revision 1.123 2005/09/04 15:20:50 arekm
-- rel 2; new dbus
-
-Revision 1.122 2005/04/14 09:50:48 paladine
-- more %%find_lang's less %%files
-
-Revision 1.121 2005/04/12 19:23:21 freetz
-- reversed ldconfig changes
-
-Revision 1.120 2005/04/12 08:01:14 paladine
-- updated to 2.10.2
-- proper license
-- added missing R: gstreamer-audiosink to subpackages (thx speedy)
-- removed sed stuff, fixed in sources (thx freetz)
-- new style macros
-
-Revision 1.119 2005/04/09 20:21:18 speedy
-- gnome-media-cd req: gstreamer-cdparanoia
-
-Revision 1.118 2005/04/05 11:24:36 paladine
-- updated to 2.10.1
-- use new faster rpm's GConf automation
-- run scrollkeeper-update in quiet mode
-- added %%banner to sound-recorder subpackage
-
-Revision 1.117 2005/03/28 22:35:52 speedy
-- more missing %defattr, rel. 4
-
-Revision 1.116 2005/03/28 21:41:09 ankry
-- missing %defattr, rel. 3
-
-Revision 1.115 2005/03/28 12:03:30 paladine
-- capplet patch is back
-- removed help patch (outdated)
-- fixed desktop patch
-- rel. 2
-
-Revision 1.114 2005/03/28 01:38:40 havner
-- rel 1
-
-Revision 1.113 2005/03/27 15:16:37 speedy
-- BR: nautilus-cd-burner-devel
-
-Revision 1.112 2005/03/20 20:35:14 aflinta
-- rebild with howl 0.9.10, release 0.2
-
-Revision 1.111 2005/03/11 21:07:29 patrys
-- up to 2.10
-- capplets moved to %{desktopdir}
-
-Revision 1.110 2004/12/13 22:14:10 paladine
-- splited into subpackages, rel 6
-- please check it, if everything is ok, then STBR
-
-Revision 1.109 2004/11/17 13:28:53 paladine
-- rel 5 for fixed desktop patch
-
-Revision 1.108 2004/09/17 16:17:58 havner
-- [mass commit] rel++ for s/Capplet/X-Capplet in sources
-
-Revision 1.107 2004/09/17 10:09:39 aflinta
-- release 3
-
-Revision 1.106 2004/09/17 10:03:48 freetz
-- almost forgot to commit it: desktop patch added (Categories fix)
-
-Revision 1.105 2004/09/17 05:24:06 freetz
-- http://freedb.org/modules.php?name=Sections&sop=viewarticle&artid=26#1-7
-- rel.2
-
-Revision 1.104 2004/09/16 21:07:56 havner
-- capplet patch
-
-Revision 1.103 2004/09/15 18:24:37 grzegol
-- in gnome-common-2.8.0 all macros are in %%{_aclocaldir}, not in
- %%{_aclocaldir}/gnome2-macros, so remove -I %%{_aclocal}/gnome2-macros from
- %%{__aclocal} args and BR: gnome-common >= 2.8.0
-
-Revision 1.102 2004/09/13 16:21:08 grzegol
-- merged from DEVEL and updated to 2.8.0
-
-Revision 1.101 2004/08/18 17:26:32 ankry
-- rel. 2 to rebuild
-
-Revision 1.100.2.5 2004/09/06 20:46:55 grzegol
-- added help patch (activate help in gstreamer-properties)
-- rel. 2
-
-Revision 1.100.2.4 2004/08/31 23:11:32 grzegol
-- removed static libglade module
-
-Revision 1.100.2.3 2004/08/31 22:52:28 aflinta
-- up to version 2.7.92
-
-Revision 1.100.2.2 2004/08/22 15:57:02 aflinta
-- rebuild with howl, release 2
-
-Revision 1.100.2.1 2004/07/01 16:31:46 grzegol
-- updated to 2.7.1
-
-Revision 1.100 2004/05/13 16:19:15 grzegol
-- updated to 2.6.2
-
-Revision 1.99 2004/04/19 23:01:53 grzegol
-- updated to 2.6.1
-
-Revision 1.98 2004/04/15 10:38:48 krzak
-- gstreamer-properties.desktop moved to capplets directory
-- rel 2
-
-Revision 1.97 2004/03/24 13:15:37 qboosh
-- no *.la for libglade modules, removed duplicated files from -devel
-
-Revision 1.96 2004/03/24 12:29:43 grzegol
-- merged from DEVEL and updated to 2.6.0
-
-Revision 1.95 2004/03/04 20:50:02 krzak
-- gstreamer.desktop Capplet for gstreamer-properties
-- rel 3
-
-Revision 1.94 2003/12/12 17:40:44 grzegol
-- added desktop patch (adapt .desktop file to standard)
-
-Revision 1.93 2003/11/11 14:45:08 qboosh
-- now there is alsa on sparc*
-
-Revision 1.92 2003/11/09 09:52:26 krzak
-- typo
-
-Revision 1.91 2003/11/09 02:35:40 krzak
-- move capplet to {_datadir}/gnome/capplets
-- rel 2
-
-Revision 1.90.2.14 2004/03/19 16:29:37 grzegol
-- added epoch to esound requires
-
-Revision 1.90.2.13 2004/03/18 18:30:28 grzegol
-- added epoch to control-center requires
-
-Revision 1.90.2.12 2004/03/16 22:29:09 grzegol
-- videotest plugin is now in gstreamer-plugins, so require int instead of
- gstreamer-videotest
-- rel. 4
-
-Revision 1.90.2.11 2004/03/16 14:45:42 grzegol
-- rel. 3 to rebuild with gstreamer-0.8.0
-
-Revision 1.90.2.10 2004/03/10 18:34:29 grzegol
-- rel. 2 to rebuild with gstreamer-0.7.6
-
-Revision 1.90.2.9 2004/03/09 19:37:20 grzegol
-- updated to 2.5.5
-
-Revision 1.90.2.8 2004/02/26 10:26:30 aflinta
-- up to version 2.5.4
-
-Revision 1.90.2.7 2004/02/24 13:14:59 grzegol
-- updated to 2.5.3
-- added locale-names patch (changes locale no -> nb)
-- removed outdated grecord and schemas patches
-- updated BRs, strict internal deps
-
-Revision 1.90.2.6 2004/02/06 19:10:05 grzegol
-- rel. 0.3 to rebuild with gstreamer-0.7.4
-
-Revision 1.90.2.5 2004/01/31 13:23:00 grzegol
-- added schemas patch
-- rel. 0.2
-
-Revision 1.90.2.4 2003/12/31 11:24:27 trojan
-- updated to 2.5.2
-- removed gstautoplug patch; added grecord patch
-- added it/ac/am regeneration
-- BR: intltool
-- fixed files
-
-Revision 1.90.2.3 2003/12/24 07:32:02 trojan
-- added patch for gstreamer 0.7.3
-
-Revision 1.90.2.2 2003/11/25 13:06:01 wiget
-- 2.5.1
-
-Revision 1.90.2.1 2003/10/28 21:07:08 wiget
-- 2.5.0
-
-Revision 1.90 2003/10/16 20:14:59 krzak
-- up to 2.4.1.1
-
-Revision 1.89 2003/09/09 09:59:40 grzegol
-- updated to 2.4.0
-
-Revision 1.88 2003/09/03 21:19:18 krzak
-- R: gstreamer-videotest
-- rel 1.1
-
-Revision 1.87 2003/09/02 10:53:18 grzegol
-- updated to 2.3.90
-
-Revision 1.86 2003/08/26 09:45:02 trojan
-- updated to 2.3.8
-
-Revision 1.85 2003/08/18 08:08:07 gotar
-- mass commit: cosmetics (removed trailing white spaces)
-
-Revision 1.84 2003/08/12 07:44:16 trojan
-- updated 2.3.7
-
-Revision 1.83 2003/08/01 11:58:50 grzegol
-- rel++ to rebuild without linc
-- sorting/cosmetics
-
-Revision 1.82 2003/07/16 21:03:06 grzegol
-- missing dirs
-- pl
-
-Revision 1.81 2003/07/16 15:39:23 aflinta
-- version 2.3.5
-
-Revision 1.80 2003/07/07 13:03:14 qboosh
-- use _desktopdir macro, other minor changes where needed
-
-Revision 1.79 2003/07/03 19:30:52 aflinta
-- version 2.3.4
-
-Revision 1.78 2003/06/07 18:34:14 aflinta
-- version 2.3.3
-
-Revision 1.77 2003/05/27 08:44:24 trojan
-- added Source-md5
-
-Revision 1.76 2003/05/25 05:48:08 misi3k
-- massive attack s/pld.org.pl/pld-linux.org/
-
-Revision 1.75 2003/03/29 12:33:59 grzegol
-- updated to 2.3.0
-
-Revision 1.74 2003/02/17 21:23:41 aflinta
-- disabled schemas install during %%install
-
-Revision 1.73 2003/02/11 12:19:32 wrobell
-- fixed build requirements
-- major clean up (removed out of date patches, etc.)
-
-Revision 1.72 2003/02/06 08:29:50 trojan
-- updated to 2.2.1.1
-- removed outdated patch
-
-Revision 1.71 2003/02/05 10:12:38 trojan
-- updated to 2.2.1
-
-Revision 1.70 2003/02/02 21:57:24 grzegol
-- rel. 2 to rebuild against gstreamer-0.6
-- added gstreamer-0_6 patch (fixes building with gstreamer-0.6)
-
-Revision 1.69 2003/01/24 16:20:34 aflinta
-- updated to version 2.2.0
-
-Revision 1.68 2003/01/09 09:28:51 adgor
-- BR gstreamer-GConf-devel, gstreamer-plugins-devel
-
-Revision 1.67 2003/01/08 01:43:02 aflinta
-- updated to version 2.1.5
-
-Revision 1.66 2002/12/11 06:01:18 aflinta
-- updated to version 2.1.3
-
-Revision 1.65 2002/12/09 07:13:30 aflinta
-- updated BR
-- release 6
-
-Revision 1.64 2002/12/05 10:19:14 aflinta
-- moved from /usr/X11R6 to /usr, release 5
-
-Revision 1.63 2002/11/28 23:48:31 wrobell
-- massive attack: do not put bonobo servers into /usr/lib; remove
- _bonobo_server_dir definition (bonobo-activation configuration
- should be modified to look for servers in /usr and /usr/X11R6)
-
-Revision 1.62 2002/11/28 13:53:27 wrobell
-- massive attack: s/_serverdir/_bonobo_server_dir/cg
-
-Revision 1.61 2002/11/27 11:47:46 aflinta
-- updated server file location
-- release 3
-
-Revision 1.60 2002/11/05 16:36:21 aflinta
-- added schema.patch which disables schema instalation in makefiles
-- corrected %%files
-- release 2
-
-Revision 1.59 2002/11/03 20:19:15 grzegol
-- updated to 2.1.1
-- added BR: gstreamer >= 0.4.2
+Revision 1.124 2005/09/06 17:41:07 freetz
+- merged from DEVEL
-Revision 1.58 2002/10/29 18:54:31 aflinta
-- rebuild against bonobo-activation 2.1.0, release up
+Revision 1.122.2.7 2005/09/05 12:58:28 paladine
+- updated to 2.12.0
-Revision 1.57 2002/10/24 22:08:42 malekith
-- release 3
+Revision 1.122.2.6 2005/08/25 11:04:01 paladine
+- missing dir
+- rel. 3
-Revision 1.56 2002/10/24 15:45:31 aflinta
-- merged from DEVEL
+Revision 1.122.2.5 2005/08/18 10:56:42 aflinta
+- rebuild with cairo, rel. 2
-Revision 1.49.2.10 2002/10/16 16:48:31 wiget
-release 2
+Revision 1.122.2.4 2005/08/08 13:48:29 paladine
+- updated to 2.11.5
-Revision 1.49.2.9 2002/10/16 16:40:28 wiget
-- fix %%files
+Revision 1.122.2.3 2005/07/13 11:13:37 freetz
+- 2.11.5
-Revision 1.49.2.8 2002/10/11 13:41:57 trojan
-- updated to 2.1.0
-- fixed source URL
-
-Revision 1.49.2.7 2002/09/24 22:29:27 zytek
-- updated R: gail >= 0.17
-
-Revision 1.49.2.6 2002/09/05 00:46:25 aflinta
-- updated to version 2.0.2.5
-
-Revision 1.49.2.5 2002/08/29 17:44:43 aflinta
-- updated BR
-- release 2
-
-Revision 1.49.2.4 2002/08/29 13:27:43 kura
-- updated to 2.0.2
-
-Revision 1.49.2.3 2002/08/16 22:13:47 aflinta
-- updated BR's and am.patch
-
-Revision 1.49.2.2 2002/08/16 18:05:25 wolf
-- gconf fix
-- static, devel subpackages
-
-Revision 1.49.2.1 2002/06/12 15:19:20 wiget
-updated to 2.0.0
-
-Revision 1.49 2002/05/21 23:13:15 kloczek
-perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
- s/^automake -a -c -f/\%\{__automake\}/; \
- s/^autoconf/\%\{__autoconf\}/"
-
-Revision 1.48 2002/05/17 14:28:59 michuz
-- fixed omf filse location
-- release++
-
-Revision 1.47 2002/04/25 16:26:36 arturs
-fixed a small typo
-
-Revision 1.46 2002/04/25 13:43:35 marcus
-- rel.4.
-
-Revision 1.45 2002/03/24 23:28:18 kloczek
-- perl -pi -e "s/^automake -a -c$/automake -a -c -f/"
-
-Revision 1.44 2002/02/22 23:28:59 kloczek
-- removed all Group fields translations (our rpm now can handle translating
- Group field using gettext).
-
-Revision 1.43 2002/01/18 02:13:08 kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
-
-Revision 1.42 2001/11/25 11:54:54 qrczak
-- gnome-media-am_conditional.patch: fix automake madness
-
-Revision 1.41 2001/09/26 10:48:56 qboosh
-- BuildRequires: autoconf, automake, libtool
-
-Revision 1.40 2001/06/03 18:12:22 kloczek
-- updated to 1.2.2 (release 3),
-- added scrollkeeper files (added scrollkeeper to BuildRequires and Prereq),
-- added mime-info files to %files list,
-- updated patches,
-- regenerate ac/am/lt files,
-- added use_AM_GNU_GETTEXT patch.
-
-Revision 1.39 2001/02/02 17:50:34 kloczek
-- perl -pi -e "s/^\%\{_datadir\}\/pixmaps/\%\{_pixmapsdir\}/"
-
-Revision 1.38 2000/10/29 16:14:27 kloczek
-- merged banch patches from RH,
-- fix building gmix with alsa-libs (alsa patch),
-- added full tcd documentation (tcd patch).
-
-Revision 1.37 2000/10/27 11:40:09 kloczek
-- release 9: rebuild against gnome-libs linked with db3.
-
-Revision 1.36 2000/09/30 20:55:00 kloczek
-- fixed installing in proper place Soundrecorder.desktop file.
-
-Revision 1.35 2000/09/30 20:34:02 kloczek
-- bump release to 8 (for allow upgrade from RH),
-- Group changed to X11/Applications/Multimedia.
-
-Revision 1.34 2000/09/30 20:29:07 kloczek
-- release 6,
-- spec adapterized.
-
-Revision 1.33 2000/08/02 15:43:22 mkochano
-- Soundrecoder.desktop moved to %%{_applnk}.
-- Release 5.
-
-Revision 1.32 2000/07/17 02:47:49 kloczek
-- added "Obsoletes: grecord" (grecord is now part of the gnome-media)
-
-Revision 1.31 2000/07/13 23:09:15 baggins
-- release 3
-- rebuild with ncurses 5.1
-
-Revision 1.30 2000/07/13 20:40:49 baggins
-- release 2
-
-Revision 1.29 2000/06/13 06:29:29 kloczek
-- added fr translation,
-- removed outdated patches and Sources.
-
-Revision 1.28 2000/06/09 07:54:41 kloczek
-- more %%{__make} macros.
-
-Revision 1.27 2000/06/09 07:22:51 kloczek
-- added using %%{__make} macro.
-
-Revision 1.26 2000/05/26 01:18:46 bonkey
-- *corba patches turned off due to compilation problems
-
-Revision 1.25 2000/05/26 01:15:13 bonkey
-- updated to 1.2.0
-
-Revision 1.24 2000/05/16 20:51:41 kloczek
-- spec adapterized.
-
-Revision 1.23 2000/05/01 21:02:34 mkochano
-- Removed 'BuildRequires: (XFree86|glib)-devel' from packages which have
- 'BuildRequires: gtk+-devel'. They were redundant, beacuse 'gtk+-devel' says
- what it needs using 'Requires'. BTW, awk rules :)
-
-Revision 1.22 2000/04/01 11:14:40 zagrodzki
-- changed all BuildRoot definitons
-- removed all applnkdir defs
-- changed some prereqs/requires
-- removed duplicate empty lines
-
-Revision 1.21 2000/03/28 16:54:18 baggins
-- translated kloczkish into english
-
-Revision 1.20 2000/01/28 20:50:40 kloczek
-- release 3,
-- merged aptches from rawhide,
-- spec adapterized,
-- License changed to GPL,
-- gnome-libs-devel, ORBit-devel and libghttp-devel added to BuildRequires,
-- recompiled in new enviroment with libesd not depends on liasound.
-
-Revision 1.19 1999/11/19 03:12:04 kloczek
-- release 2,
-- added BuildRequires: ncurses-devel >= 5.0",
-- build agains ncurses 5.0.
-
-Revision 1.18 1999/11/14 01:13:03 kloczek
-- added applnk patch for installing desktop files in applnk directories
- tree,
-- added DESTDIR style %install,
-- added using %%configure macros,
-- removed README from %doc,
-- more rpm macros.
-
-Revision 1.17 1999/11/13 21:24:49 wrobell
-- upgrade to version 1.0.51
-
-Revision 1.16 1999/07/20 12:48:07 wiget
-- switch to rpm 3.0.2
-
-Revision 1.15 1999/07/12 23:05:57 kloczek
-- added using CVS keywords in %changelog (for automating them).
-
-* Mon Jun 07 1999 Jan Rękorajski <baggins at pld.org.pl>
- [1.0.1-2]
-- fixed buildprereq
-- added find_lang macro
-
-* Thu Apr 1 1999 Tomasz Kłoczko <kloczek at rudy.mif.pg.gda.pl>
- [1.0.1-1]
-- more locales (da, fi, hu, ja, nl, pt, ru_RU).
-
-* Fri Sep 25 1998 Tomasz Kłoczko <kloczek at rudy.mif.pg.gda.pl>
- [0.30-1]
-- added in Requires "gtk+ >= 1.1.2, glib >= 1.1.3"
-- added ru_RU locale.
<<Diff was trimmed, longer than 597 lines>>
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gnome-media.spec?r1=1.123&r2=1.124&f=u
More information about the pld-cvs-commit
mailing list