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