diff options
author | tnut <tnut at nutyx dot com> | 2011-03-30 09:09:08 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-03-30 09:09:08 +0200 |
commit | 6e387443b6de0cbd93343ba3898c60bd8d27671d (patch) | |
tree | 2ac652f4a0e31aab3938fe1c74e92596e8646ccb | |
parent | 532b1fb118b71c15958d5ccbb1c645f4dd216e9c (diff) | |
download | nutyx-pakxe-6e387443b6de0cbd93343ba3898c60bd8d27671d.tar.gz nutyx-pakxe-6e387443b6de0cbd93343ba3898c60bd8d27671d.tar.bz2 nutyx-pakxe-6e387443b6de0cbd93343ba3898c60bd8d27671d.tar.xz nutyx-pakxe-6e387443b6de0cbd93343ba3898c60bd8d27671d.zip |
pidgin, ajout support audio/video
-rw-r--r-- | extra/pidgin/.footprint.i686 | 2 | ||||
-rw-r--r-- | extra/pidgin/.footprint.x86_64 | 2 | ||||
-rw-r--r-- | extra/pidgin/Pkgfile | 5 |
3 files changed, 6 insertions, 3 deletions
diff --git a/extra/pidgin/.footprint.i686 b/extra/pidgin/.footprint.i686 index 352cc4ce1..3da3760cd 100644 --- a/extra/pidgin/.footprint.i686 +++ b/extra/pidgin/.footprint.i686 @@ -231,6 +231,8 @@ drwxr-xr-x root/root usr/lib/pidgin/ -rwxr-xr-x root/root usr/lib/pidgin/timestamp.so -rwxr-xr-x root/root usr/lib/pidgin/timestamp_format.la -rwxr-xr-x root/root usr/lib/pidgin/timestamp_format.so +-rwxr-xr-x root/root usr/lib/pidgin/vvconfig.la +-rwxr-xr-x root/root usr/lib/pidgin/vvconfig.so -rwxr-xr-x root/root usr/lib/pidgin/xmppconsole.la -rwxr-xr-x root/root usr/lib/pidgin/xmppconsole.so -rwxr-xr-x root/root usr/lib/pidgin/xmppdisco.la diff --git a/extra/pidgin/.footprint.x86_64 b/extra/pidgin/.footprint.x86_64 index 352cc4ce1..3da3760cd 100644 --- a/extra/pidgin/.footprint.x86_64 +++ b/extra/pidgin/.footprint.x86_64 @@ -231,6 +231,8 @@ drwxr-xr-x root/root usr/lib/pidgin/ -rwxr-xr-x root/root usr/lib/pidgin/timestamp.so -rwxr-xr-x root/root usr/lib/pidgin/timestamp_format.la -rwxr-xr-x root/root usr/lib/pidgin/timestamp_format.so +-rwxr-xr-x root/root usr/lib/pidgin/vvconfig.la +-rwxr-xr-x root/root usr/lib/pidgin/vvconfig.so -rwxr-xr-x root/root usr/lib/pidgin/xmppconsole.la -rwxr-xr-x root/root usr/lib/pidgin/xmppconsole.so -rwxr-xr-x root/root usr/lib/pidgin/xmppdisco.la diff --git a/extra/pidgin/Pkgfile b/extra/pidgin/Pkgfile index 469a65325..7f4bd8bc4 100644 --- a/extra/pidgin/Pkgfile +++ b/extra/pidgin/Pkgfile @@ -2,12 +2,12 @@ # URL: http://www.pidgin.im # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: gtkspell, gtk, libxml2, p5-xml-parser, gnutls, nss, nspr, xorg-libxscrnsaver, xorg-libsm, gstreamer, startup-notification, hicolor-icon-theme, libidn +# Depends on: gtkspell, gtk, libxml2, p5-xml-parser, gnutls, nss, nspr, xorg-libxscrnsaver, xorg-libsm, gstreamer, startup-notification, hicolor-icon-theme, libidn,farsight2 # Run on: gtkspell,gtk,libxml2,gnutls,nss,nspr,xorg-libxscrnsaver,gstreamer,startup-notification,hicolor-icon-theme,libidn,farsight2 name=pidgin version=2.7.11 -release=1 +release=2 source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2) build() { @@ -28,7 +28,6 @@ build() { --disable-tk \ --enable-gnutls=yes \ --disable-dbus \ - --disable-vv \ --with-python=/usr/bin/python2 make |