[arch-commits] Commit in mangler/trunk (ChangeLog PKGBUILD)
Evgeniy Alekseev
arcanis at archlinux.org
Tue Sep 2 20:24:10 UTC 2014
Date: Tuesday, September 2, 2014 @ 22:24:10
Author: arcanis
Revision: 118200
upgpkg: mangler 1.2.5-4
fix FS#41770
Modified:
mangler/trunk/ChangeLog
mangler/trunk/PKGBUILD
-----------+
ChangeLog | 5 ++++-
PKGBUILD | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2014-09-02 18:22:53 UTC (rev 118199)
+++ ChangeLog 2014-09-02 20:24:10 UTC (rev 118200)
@@ -1,5 +1,8 @@
+1.2.5-4:
+add pulseaudio to dependency list (FS#41770)
+
1.2.5-3:
-move g15daemon, espeak and xosd to dependencies list since they are not optional
+move g15daemon, espeak and xosd to dependency list since they are not optional
1.2.5-2:
fix optional dependencies list
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-09-02 18:22:53 UTC (rev 118199)
+++ PKGBUILD 2014-09-02 20:24:10 UTC (rev 118200)
@@ -6,12 +6,12 @@
pkgname=mangler
pkgver=1.2.5
-pkgrel=3
+pkgrel=4
pkgdesc="Ventrilo compatible VOIP client for Linux"
arch=('i686' 'x86_64')
url="http://www.mangler.org/"
license=('GPL3')
-depends=('espeak' 'g15daemon' 'dbus-glib' 'gsm' 'gtkmm' 'speex' 'xosd')
+depends=('espeak' 'g15daemon' 'dbus-glib' 'gsm' 'gtkmm' 'pulseaudio' 'xosd')
makedepends=('librsvg' 'pkg-config')
optdepends=('alsa-lib: ALSA support'
'celt: CELT codec support')
More information about the arch-commits
mailing list