]> git.pld-linux.org Git - packages/ekiga.git/blob - ekiga.spec
- R: ptlib-sound
[packages/ekiga.git] / ekiga.spec
1 # TODO:
2 #       - works only with ptlib-sound-alsa
3 #
4 Summary:        SIP and H.323 Videoconferencing
5 Summary(pl.UTF-8):      Program do telekonferencji w standardzie SIP oraz H.323
6 Name:           ekiga
7 Version:        3.0.1
8 Release:        0.2
9 License:        GPL
10 Group:          Applications/Communications
11 Source0:        http://ftp.gnome.org/pub/gnome/sources/ekiga/3.0/%{name}-%{version}.tar.gz
12 # Source0-md5:  f7db69b21c6d1bdaaef4f221df0de015
13 Patch0:         %{name}-shell.patch
14 URL:            http://www.ekiga.org/
15 BuildRequires:  GConf2-devel >= 2.14.0
16 BuildRequires:  SDL-devel
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  avahi-devel >= 0.6
20 BuildRequires:  avahi-glib-devel >= 0.6
21 BuildRequires:  dbus-glib-devel >= 0.60
22 BuildRequires:  evolution-data-server-devel >= 1.6.1
23 BuildRequires:  gettext-devel
24 BuildRequires:  gnome-common >= 2.8.0
25 BuildRequires:  gnome-doc-utils
26 BuildRequires:  intltool >= 0.33
27 BuildRequires:  libgnome-devel >= 2.14.0
28 BuildRequires:  libgnomeui-devel >= 2.14.0
29 BuildRequires:  libselinux-devel
30 BuildRequires:  libsigc++-devel
31 BuildRequires:  libtool
32 BuildRequires:  opal-devel >= 3.4.2
33 BuildRequires:  openldap-devel >= 2.4.6
34 BuildRequires:  pkgconfig
35 BuildRequires:  ptlib-devel >= 2.4.2
36 BuildRequires:  rpmbuild(macros) >= 1.197
37 BuildRequires:  scrollkeeper
38 BuildRequires:  xorg-lib-libXv-devel
39 Requires(post,postun):  scrollkeeper
40 Requires(post,postun):  hicolor-icon-theme
41 Requires(post,preun):   GConf2 >= 2.14.0
42 Requires:       dbus >= 0.60
43 Requires:       evolution-data-server >= 1.6.1
44 Requires:       libgnome >= 2.14.0
45 Requires:       libgnomeui >= 2.14.0
46 Requires:       ptlib-sound
47 Obsoletes:      gnomemeeting
48 # sr@Latn vs. sr@latin
49 Conflicts:      glibc-misc < 6:2.7
50 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
51
52 %description
53 Ekiga is a IP Telephony and Video Conferencing application which
54 complies to the SIP and H.323 protocols. It can connect to a variety
55 of other SIP and H323 applications including specialized hardware.
56 Ekiga can work with or without a webcam, and is able to create pure
57 audio communications or traditionnal audio+video communications. Ekiga
58 was fomerly known as GnomeMeeting.
59
60 %description -l pl.UTF-8
61 Ekiga jest programem przeznaczonym do wideokonferencji oraz telefonii
62 internetowej zgodnej z protokołami SIP oraz H.323. Może łączyć się z
63 różnymi aplikacjami SIP lub H.323 włączając w to specjalizowane
64 urządzenia. Program Ekiga może pracować z kamerą internetową,
65 zestawiać same połączenia głosowe jak również tradycyjne z dźwiękiem i
66 obrazem. Ekiga była poprzednio znana jako GnomeMeeting.
67
68 %prep
69 %setup -q
70 %patch0 -p1
71 sed -i -e 's|Categories=GNOME;GTK;Network;Telephony;|Categories=GTK;GNOME;Network;InstantMessaging;|' ekiga.desktop.in.in
72
73 %build
74 %{__gnome_doc_common}
75 %{__libtoolize}
76 %{__intltoolize}
77 %{__aclocal}
78 %{__autoconf}
79 %{__autoheader}
80 %{__automake}
81 %configure \
82         --disable-schemas-install \
83         --enable-dbus \
84         --disable-scrollkeeper
85 %{__make}
86
87 %install
88 rm -rf $RPM_BUILD_ROOT
89
90 %{__make} install \
91         DESTDIR=$RPM_BUILD_ROOT
92
93 [ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
94         mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
95 %find_lang %{name} --with-gnome
96
97 %clean
98 rm -rf $RPM_BUILD_ROOT
99
100 %post
101 %gconf_schema_install ekiga.schemas
102 %scrollkeeper_update_post
103 %update_desktop_database_post
104 %update_icon_cache hicolor
105
106 %postun
107 %scrollkeeper_update_postun
108 %update_icon_cache hicolor
109
110 %preun
111 %gconf_schema_uninstall ekiga.schemas
112
113 %files -f %{name}.lang
114 %defattr(644,root,root,755)
115 %doc AUTHORS ChangeLog NEWS README TODO FAQ
116 %attr(755,root,root) %{_bindir}/*
117 %{_pixmapsdir}/*
118 %{_desktopdir}/*.desktop
119 %{_datadir}/dbus-1/services/*.service
120 %{_omf_dest_dir}/%{name}
121 %{_datadir}/sounds/%{name}
122 %{_iconsdir}/hicolor/*/*/ekiga.png
123 %{_sysconfdir}/gconf/schemas/*
124 %{_mandir}/*/*
This page took 0.035904 seconds and 4 git commands to generate.