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

2015-12-07 Thread Evangelos Foutras
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/ChangeLog2015-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 
+# Contributor: Simon Perry 
+# Contributor: Sigitas Mazaliauskas 
+# Contributor: LinkMaster03 
+
+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 
+# Contributor: Simon Perry 
+# Contributor: Sigitas Mazaliauskas 
+# Contributor: LinkMaster03 
+
+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
+}


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

2014-08-09 Thread Evgeniy Alekseev
Date: Saturday, August 9, 2014 @ 09:13:02
  Author: arcanis
Revision: 117063

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

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

+
 /PKGBUILD  |   62 +++
 community-i686/ChangeLog   |8 +
 community-i686/PKGBUILD|   35 
 community-x86_64/ChangeLog |8 +
 community-x86_64/PKGBUILD  |   35 
 5 files changed, 78 insertions(+), 70 deletions(-)

Copied: mangler/repos/community-i686/ChangeLog (from rev 117062, 
mangler/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-08-09 07:13:02 UTC (rev 117063)
@@ -0,0 +1,8 @@
+1.2.5-3:
+move g15daemon, espeak and xosd to dependencies list since they are not 
optional
+
+1.2.5-2:
+fix optional dependencies list
+
+1.2.5-1:
+move into [community] from AUR

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-09 07:12:25 UTC (rev 117062)
+++ community-i686/PKGBUILD 2014-08-09 07:13:02 UTC (rev 117063)
@@ -1,35 +0,0 @@
-# $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=2
-pkgdesc=Ventrilo compatible VOIP client for Linux
-arch=('i686' 'x86_64')
-url=http://www.mangler.org/;
-license=('GPL3')
-depends=('dbus-glib' 'gsm' 'gtkmm' 'libpulse' 'speex')
-makedepends=('librsvg' 'pkg-config')
-optdepends=('alsa-lib: ALSA support'
-'celt: CELT codec support'
-'espeak: TTS support'
-'g15daemon: G15 keyboard support'
-'xosd: Information overlay support')
-conflicts=('mangler-svn')
-source=(http://www.mangler.org/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('28bb40c91d8e778a95a0845f858be503')
-options=(!libtool)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: mangler/repos/community-i686/PKGBUILD (from rev 117062, 
mangler/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-09 07:13:02 UTC (rev 117063)
@@ -0,0 +1,31 @@
+# $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=3
+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')
+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}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: mangler/repos/community-x86_64/ChangeLog (from rev 117062, 
mangler/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)
+++ community-x86_64/ChangeLog  2014-08-09 07:13:02 UTC (rev 117063)
@@ -0,0 +1,8 @@
+1.2.5-3:
+move g15daemon, espeak and xosd to dependencies list since they are not 
optional
+
+1.2.5-2:
+fix optional dependencies list
+
+1.2.5-1:
+move into [community] from AUR

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-09 07:12:25 UTC (rev 117062)
+++ community-x86_64/PKGBUILD   2014-08-09 07:13:02 UTC (rev 117063)
@@ -1,35 +0,0 @@
-# $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