diff options
author | adam <adam@pkgsrc.org> | 2011-02-10 12:17:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-02-10 12:17:37 +0000 |
commit | 127d78b78224ec32ced4b311e3776a3af630244c (patch) | |
tree | 88c48615fcf3553be9d515aff5ca7588900a96f7 /chat/pidgin/Makefile | |
parent | 098ed05c529d727a9e4b42dc5cab0e58c17b6d85 (diff) | |
download | pkgsrc-127d78b78224ec32ced4b311e3776a3af630244c.tar.gz |
Changes 2.7.10:
* Force video sources to all have the same capabilities. This reduces the number of times video must be scaled down, saving CPU time.
* Starting multiple video calls and ending one no longer causes the other calls
to stop sending audio and video.
* Perl bindings now respect LDFLAGS.
* Added AddTrust External Root CA.
* Resolve some issues validating X.509 certificates signed off the CAcert Class
3 intermediate cert when using the GnuTLS SSL/TLS plugin.
Diffstat (limited to 'chat/pidgin/Makefile')
-rw-r--r-- | chat/pidgin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile index ea8d2c07771..3a83f99767e 100644 --- a/chat/pidgin/Makefile +++ b/chat/pidgin/Makefile @@ -1,7 +1,5 @@ -# $NetBSD: Makefile,v 1.27 2011/02/02 13:18:47 adam Exp $ +# $NetBSD: Makefile,v 1.28 2011/02/10 12:17:38 adam Exp $ -# XXX appease pkglint -#PKGNAME= pidgin-${PIDGIN_VERSION} COMMENT= Multi-protocol Instant Messaging client GTK frontend PKG_DESTDIR_SUPPORT= user-destdir |