[arch-commits] Commit in mangler/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 17:10:16 UTC 2015


    Date: Monday, December 7, 2015 @ 18:10:16
  Author: foutrelis
Revision: 150071

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  mangler/repos/community-staging-i686/
  mangler/repos/community-staging-i686/ChangeLog
    (from rev 150070, mangler/trunk/ChangeLog)
  mangler/repos/community-staging-i686/PKGBUILD
    (from rev 150070, mangler/trunk/PKGBUILD)
  mangler/repos/community-staging-x86_64/
  mangler/repos/community-staging-x86_64/ChangeLog
    (from rev 150070, mangler/trunk/ChangeLog)
  mangler/repos/community-staging-x86_64/PKGBUILD
    (from rev 150070, mangler/trunk/PKGBUILD)

------------------------------------+
 community-staging-i686/ChangeLog   |   14 ++++++++++++++
 community-staging-i686/PKGBUILD    |   32 ++++++++++++++++++++++++++++++++
 community-staging-x86_64/ChangeLog |   14 ++++++++++++++
 community-staging-x86_64/PKGBUILD  |   32 ++++++++++++++++++++++++++++++++
 4 files changed, 92 insertions(+)

Copied: mangler/repos/community-staging-i686/ChangeLog (from rev 150070, mangler/trunk/ChangeLog)
===================================================================
--- community-staging-i686/ChangeLog	                        (rev 0)
+++ community-staging-i686/ChangeLog	2015-12-07 17:10:16 UTC (rev 150071)
@@ -0,0 +1,14 @@
+1.2.5-5:
+rebuild against the newest changes
+
+1.2.5-4:
+add pulseaudio to dependency list (FS#41770)
+
+1.2.5-3:
+move g15daemon, espeak and xosd to dependency list since they are not optional
+
+1.2.5-2:
+fix optional dependencies list
+
+1.2.5-1:
+move into [community] from AUR

Copied: mangler/repos/community-staging-i686/PKGBUILD (from rev 150070, mangler/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 17:10:16 UTC (rev 150071)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
+# Contributor: Simon Perry <pezz at sanxion dot net>
+# Contributor: Sigitas Mazaliauskas <sigisnn at gmail dot com>
+# Contributor: LinkMaster03 <linkmaster032000 at gmail dot com>
+
+pkgname=mangler
+pkgver=1.2.5
+pkgrel=6
+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' 'pulseaudio' 'speex' 'xosd')
+makedepends=('librsvg' 'pkg-config')
+optdepends=('alsa-lib: ALSA support'
+            'celt: CELT codec support')
+source=(http://www.mangler.org/downloads/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('28bb40c91d8e778a95a0845f858be503')
+changelog=ChangeLog
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  CXXFLAGS+=' -std=c++11 -Wno-narrowing'
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: mangler/repos/community-staging-x86_64/ChangeLog (from rev 150070, mangler/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog	                        (rev 0)
+++ community-staging-x86_64/ChangeLog	2015-12-07 17:10:16 UTC (rev 150071)
@@ -0,0 +1,14 @@
+1.2.5-5:
+rebuild against the newest changes
+
+1.2.5-4:
+add pulseaudio to dependency list (FS#41770)
+
+1.2.5-3:
+move g15daemon, espeak and xosd to dependency list since they are not optional
+
+1.2.5-2:
+fix optional dependencies list
+
+1.2.5-1:
+move into [community] from AUR

Copied: mangler/repos/community-staging-x86_64/PKGBUILD (from rev 150070, mangler/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 17:10:16 UTC (rev 150071)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
+# Contributor: Simon Perry <pezz at sanxion dot net>
+# Contributor: Sigitas Mazaliauskas <sigisnn at gmail dot com>
+# Contributor: LinkMaster03 <linkmaster032000 at gmail dot com>
+
+pkgname=mangler
+pkgver=1.2.5
+pkgrel=6
+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' 'pulseaudio' 'speex' 'xosd')
+makedepends=('librsvg' 'pkg-config')
+optdepends=('alsa-lib: ALSA support'
+            'celt: CELT codec support')
+source=(http://www.mangler.org/downloads/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('28bb40c91d8e778a95a0845f858be503')
+changelog=ChangeLog
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  CXXFLAGS+=' -std=c++11 -Wno-narrowing'
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list