Source: libav Version: 6:10.3-1 Severity: normal Tags: patch User: [email protected] Usertags: gnutls3
Hello, Please build libav against libgnutls28-dev instead of libgnutls-dev. The older GnuTLS version will not be part of jessie. I would appreciate if you could change this soonish, since libgcrypt is waiting for the GnuTLS transition. thanks, cu Andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure'
diff -Nru libav-10.3/debian/changelog libav-10.3/debian/changelog --- libav-10.3/debian/changelog 2014-08-04 04:32:05.000000000 +0200 +++ libav-10.3/debian/changelog 2014-08-17 18:17:41.000000000 +0200 @@ -1,3 +1,10 @@ +libav (6:10.3-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * GnuTLS v3 + + -- Andreas Metzler <[email protected]> Sun, 17 Aug 2014 18:17:31 +0200 + libav (6:10.3-1) unstable; urgency=medium * New Upstream Release v10.3 diff -Nru libav-10.3/debian/control libav-10.3/debian/control --- libav-10.3/debian/control 2014-07-22 13:52:44.000000000 +0200 +++ libav-10.3/debian/control 2014-08-17 18:19:26.000000000 +0200 @@ -24,7 +24,7 @@ libcdio-paranoia-dev, libdc1394-22-dev [linux-any], libfreetype6-dev (>= 2.5.1), - libgnutls-dev, + libgnutls28-dev, libgsm1-dev, libjack-dev, libmp3lame-dev,

