Date: Wednesday, November 6, 2013 @ 11:00:59 Author: tredaelli Revision: 100577
upgpkg: wireshark 1.10.3-2 Enable portaudio (FS#37658) Modified: wireshark/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-11-06 07:57:04 UTC (rev 100576) +++ PKGBUILD 2013-11-06 10:00:59 UTC (rev 100577) @@ -5,10 +5,10 @@ pkgname=('wireshark-cli' 'wireshark-gtk') pkgbase=wireshark pkgver=1.10.3 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('GPL2') -makedepends=('gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' +makedepends=('gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio' 'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme') url='http://www.wireshark.org/' source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2 @@ -27,16 +27,19 @@ ./autogen.sh ./configure \ --prefix=/usr \ + --with-gtk3=yes \ + --with-pcap \ + --with-zlib \ + --with-lua \ + --with-portaudio \ --with-ssl \ - --with-zlib=yes \ - --with-lua \ - --with-gtk3=yes + --with-krb5 make all } package_wireshark-cli() { pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI version' - depends=('krb5' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua') + depends=('krb5' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua' 'portaudio') install=wireshark.install conflicts=(wireshark)