]> git.pld-linux.org Git - packages/linphone.git/commitdiff
- link with -lXext to fix linking
authorsparky <sparky@pld-linux.org>
Sat, 5 Mar 2011 17:16:47 +0000 (17:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: gtk+2-devel, intltool, libv4l-devel, ncurses-devel, pulseaudio-devel,
  readline-devel, xorg-lib-libXv-devel
- dropped no longer used BR: a52dec-libs-devel, gnome-panel-devel, gtk-doc,
  libgnomeui-devel, lpc10-devel

Changed files:
    linphone.spec -> 1.52

linphone.spec

index 32c02c369a9d44eadee487c484f2f1c043ac14a2..249355bb5e4156f1a71b2578626ee0fb16572174 100644 (file)
@@ -14,28 +14,30 @@ Group:              Applications/Communications
 Source0:       http://download.savannah.gnu.org/releases/linphone/stable/sources//%{name}-%{version}.tar.gz
 # Source0-md5: aaa5bb7c60d7cab2b1a63a1a42535d38
 URL:           http://www.linphone.org/
-BuildRequires: a52dec-libs-devel
 BuildRequires: alsa-lib-devel >= 0.9.0
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: ffmpeg-devel >= 0.4.5
 BuildRequires: gettext-devel
 BuildRequires: gnome-common >= 2.8.0
-BuildRequires: gnome-panel-devel
-BuildRequires: gtk-doc
+BuildRequires: gtk+2-devel
+BuildRequires: intltool
 BuildRequires: jack-audio-connection-kit-devel >= 0.15.0
 BuildRequires: libeXosip2-devel
-BuildRequires: libgnomeui-devel
 BuildRequires: libgsm-devel >= 1.0.10
 BuildRequires: libosip2-devel >= 2.2.0
 BuildRequires: libsamplerate-devel >= 0.0.13
 BuildRequires: libtool >= 1:1.4.2-9
-BuildRequires: lpc10-devel >= 1.5
+BuildRequires: libv4l-devel
+BuildRequires: ncurses-devel
 BuildRequires: pkgconfig
+BuildRequires: pulseaudio-devel
+BuildRequires: readline-devel
 BuildRequires: rpmbuild(macros) >= 1.98
 BuildRequires: scrollkeeper
 BuildRequires: speex-devel >= 1.0.0
 BuildRequires: srtp-devel
+BuildRequires: xorg-lib-libXv-devel
 Requires(post,postun): /sbin/ldconfig
 Requires(post,postun): /usr/bin/scrollkeeper-update
 Provides:      ortp = 0.14.2
@@ -115,6 +117,7 @@ Statyczne wersje bibliotek Linphone.
 %{__autoheader}
 %{__automake}
 %configure \
+       LIBS="-lXext" \
        --with-html-dir=%{_gtkdocdir} \
        --enable-alsa \
        --enable-ipv6
This page took 0.117224 seconds and 4 git commands to generate.