[arch-commits] Commit in mumble/repos (8 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Aug 9 14:51:07 UTC 2014


    Date: Saturday, August 9, 2014 @ 16:51:07
  Author: svenstaro
Revision: 117078

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

Added:
  mumble/repos/community-i686/PKGBUILD
    (from rev 117077, mumble/trunk/PKGBUILD)
  mumble/repos/community-i686/mumble.install
    (from rev 117077, mumble/trunk/mumble.install)
  mumble/repos/community-x86_64/PKGBUILD
    (from rev 117077, mumble/trunk/PKGBUILD)
  mumble/repos/community-x86_64/mumble.install
    (from rev 117077, mumble/trunk/mumble.install)
Deleted:
  mumble/repos/community-i686/PKGBUILD
  mumble/repos/community-i686/mumble.install
  mumble/repos/community-x86_64/PKGBUILD
  mumble/repos/community-x86_64/mumble.install

---------------------------------+
 /PKGBUILD                       |  132 ++++++++++++++++++++++++++++++++++++++
 /mumble.install                 |   22 ++++++
 community-i686/PKGBUILD         |   66 -------------------
 community-i686/mumble.install   |   11 ---
 community-x86_64/PKGBUILD       |   66 -------------------
 community-x86_64/mumble.install |   11 ---
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-08-09 14:51:02 UTC (rev 117077)
+++ community-i686/PKGBUILD	2014-08-09 14:51:07 UTC (rev 117078)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Lauri Niskanen <ape at ape3000.com>
-# Contributor: Sebastian.Salich at gmx.de
-# Contributor: Doc Angelo
-
-# If you want support for your G15 Keyboard, please add 'g15daemon'
-# to the depends and delete "no-g15" in the configure line below
-
-pkgname=mumble
-pkgver=1.2.7
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="A voice chat application similar to TeamSpeak"
-license=('BSD')
-depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 'libpulse' 'opus')
-makedepends=('boost' 'mesa')
-#optdepends=('portaudio: for portaudio back-end' 'g15daemon: G15 Keyboard support')
-install=mumble.install
-url="http://mumble.sourceforge.net/"
-source=("http://downloads.sourceforge.net/mumble/$pkgname-$pkgver.tar.gz"
-"gcc49.patch::https://github.com/mumble-voip/mumble/commit/349436284b5f1baa61836c98ff0d518392140c5d.patch")
-md5sums=('7f87f57859902b0ea8385a49f34d126d'
-         'ca344e0c4a33f1cbff2de94c60112a45')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 < $srcdir/gcc49.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Building mumble
-  qmake-qt4 main.pro \
-    CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-speechd no-g15 no-xevie no-server \
-    no-embed-qt-translations no-update packaged" \
-    DEFINES+="PLUGIN_PATH=/usr/lib/mumble"
-  make release
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # bin stuff
-  install -m755 -D ./release/mumble $pkgdir/usr/bin/mumble
-  install -m755 -D ./scripts/mumble-overlay $pkgdir/usr/bin/mumble-overlay
-
-  # lib stuff
-  install -m755 -D ./release/libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.$pkgver
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1.2
-  install -m755 -D ./release/plugins/liblink.so $pkgdir/usr/lib/mumble/liblink.so
-  install -m755 -D ./release/plugins/libmanual.so $pkgdir/usr/lib/mumble/libmanual.so
-  install -m755 -D ./release/libcelt* $pkgdir/usr/lib/mumble/
-
-  # other stuff
-  install -m644 -D ./scripts/mumble.desktop $pkgdir/usr/share/applications/mumble.desktop
-  install -m755 -d $pkgdir/usr/share/man/man1
-  install -m644 -D ./man/mum* $pkgdir/usr/share/man/man1/
-  install -m644 -D ./icons/mumble.svg $pkgdir/usr/share/icons/hicolor/scalable/apps/mumble.svg
-  install -m644 -D ./LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-# vim: sw=2:ts=2 et:

Copied: mumble/repos/community-i686/PKGBUILD (from rev 117077, mumble/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-09 14:51:07 UTC (rev 117078)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Lauri Niskanen <ape at ape3000.com>
+# Contributor: Sebastian.Salich at gmx.de
+# Contributor: Doc Angelo
+
+# If you want support for your G15 Keyboard, please add 'g15daemon'
+# to the depends and delete "no-g15" in the configure line below
+
+pkgname=mumble
+pkgver=1.2.8
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="A voice chat application similar to TeamSpeak"
+license=('BSD')
+depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 'libpulse' 'opus')
+makedepends=('boost' 'mesa')
+#optdepends=('portaudio: for portaudio back-end' 'g15daemon: G15 Keyboard support')
+install=mumble.install
+url="http://mumble.sourceforge.net/"
+source=("http://downloads.sourceforge.net/mumble/$pkgname-$pkgver.tar.gz"
+"gcc49.patch::https://github.com/mumble-voip/mumble/commit/349436284b5f1baa61836c98ff0d518392140c5d.patch")
+md5sums=('1a3ef91489ff674dfc010377d7721a28'
+         '83fcb0b6ba83bab8716ac996a8f5f501')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np1 < $srcdir/gcc49.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Building mumble
+  qmake-qt4 main.pro \
+    CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-speechd no-g15 no-xevie no-server \
+    no-embed-qt-translations no-update packaged" \
+    DEFINES+="PLUGIN_PATH=/usr/lib/mumble"
+  make release
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # bin stuff
+  install -m755 -D ./release/mumble $pkgdir/usr/bin/mumble
+  install -m755 -D ./scripts/mumble-overlay $pkgdir/usr/bin/mumble-overlay
+
+  # lib stuff
+  install -m755 -D ./release/libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.$pkgver
+  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so
+  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1
+  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1.2
+  install -m755 -D ./release/plugins/liblink.so $pkgdir/usr/lib/mumble/liblink.so
+  install -m755 -D ./release/plugins/libmanual.so $pkgdir/usr/lib/mumble/libmanual.so
+  install -m755 -D ./release/libcelt* $pkgdir/usr/lib/mumble/
+
+  # other stuff
+  install -m644 -D ./scripts/mumble.desktop $pkgdir/usr/share/applications/mumble.desktop
+  install -m755 -d $pkgdir/usr/share/man/man1
+  install -m644 -D ./man/mum* $pkgdir/usr/share/man/man1/
+  install -m644 -D ./icons/mumble.svg $pkgdir/usr/share/icons/hicolor/scalable/apps/mumble.svg
+  install -m644 -D ./LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+# vim: sw=2:ts=2 et:

Deleted: community-i686/mumble.install
===================================================================
--- community-i686/mumble.install	2014-08-09 14:51:02 UTC (rev 117077)
+++ community-i686/mumble.install	2014-08-09 14:51:07 UTC (rev 117078)
@@ -1,11 +0,0 @@
-post_install() {
-	gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: mumble/repos/community-i686/mumble.install (from rev 117077, mumble/trunk/mumble.install)
===================================================================
--- community-i686/mumble.install	                        (rev 0)
+++ community-i686/mumble.install	2014-08-09 14:51:07 UTC (rev 117078)
@@ -0,0 +1,11 @@
+post_install() {
+	gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-08-09 14:51:02 UTC (rev 117077)
+++ community-x86_64/PKGBUILD	2014-08-09 14:51:07 UTC (rev 117078)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Lauri Niskanen <ape at ape3000.com>
-# Contributor: Sebastian.Salich at gmx.de
-# Contributor: Doc Angelo
-
-# If you want support for your G15 Keyboard, please add 'g15daemon'
-# to the depends and delete "no-g15" in the configure line below
-
-pkgname=mumble
-pkgver=1.2.7
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="A voice chat application similar to TeamSpeak"
-license=('BSD')
-depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 'libpulse' 'opus')
-makedepends=('boost' 'mesa')
-#optdepends=('portaudio: for portaudio back-end' 'g15daemon: G15 Keyboard support')
-install=mumble.install
-url="http://mumble.sourceforge.net/"
-source=("http://downloads.sourceforge.net/mumble/$pkgname-$pkgver.tar.gz"
-"gcc49.patch::https://github.com/mumble-voip/mumble/commit/349436284b5f1baa61836c98ff0d518392140c5d.patch")
-md5sums=('7f87f57859902b0ea8385a49f34d126d'
-         'ca344e0c4a33f1cbff2de94c60112a45')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 < $srcdir/gcc49.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Building mumble
-  qmake-qt4 main.pro \
-    CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-speechd no-g15 no-xevie no-server \
-    no-embed-qt-translations no-update packaged" \
-    DEFINES+="PLUGIN_PATH=/usr/lib/mumble"
-  make release
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # bin stuff
-  install -m755 -D ./release/mumble $pkgdir/usr/bin/mumble
-  install -m755 -D ./scripts/mumble-overlay $pkgdir/usr/bin/mumble-overlay
-
-  # lib stuff
-  install -m755 -D ./release/libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.$pkgver
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1.2
-  install -m755 -D ./release/plugins/liblink.so $pkgdir/usr/lib/mumble/liblink.so
-  install -m755 -D ./release/plugins/libmanual.so $pkgdir/usr/lib/mumble/libmanual.so
-  install -m755 -D ./release/libcelt* $pkgdir/usr/lib/mumble/
-
-  # other stuff
-  install -m644 -D ./scripts/mumble.desktop $pkgdir/usr/share/applications/mumble.desktop
-  install -m755 -d $pkgdir/usr/share/man/man1
-  install -m644 -D ./man/mum* $pkgdir/usr/share/man/man1/
-  install -m644 -D ./icons/mumble.svg $pkgdir/usr/share/icons/hicolor/scalable/apps/mumble.svg
-  install -m644 -D ./LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-# vim: sw=2:ts=2 et:

Copied: mumble/repos/community-x86_64/PKGBUILD (from rev 117077, mumble/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-09 14:51:07 UTC (rev 117078)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Lauri Niskanen <ape at ape3000.com>
+# Contributor: Sebastian.Salich at gmx.de
+# Contributor: Doc Angelo
+
+# If you want support for your G15 Keyboard, please add 'g15daemon'
+# to the depends and delete "no-g15" in the configure line below
+
+pkgname=mumble
+pkgver=1.2.8
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="A voice chat application similar to TeamSpeak"
+license=('BSD')
+depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 'libpulse' 'opus')
+makedepends=('boost' 'mesa')
+#optdepends=('portaudio: for portaudio back-end' 'g15daemon: G15 Keyboard support')
+install=mumble.install
+url="http://mumble.sourceforge.net/"
+source=("http://downloads.sourceforge.net/mumble/$pkgname-$pkgver.tar.gz"
+"gcc49.patch::https://github.com/mumble-voip/mumble/commit/349436284b5f1baa61836c98ff0d518392140c5d.patch")
+md5sums=('1a3ef91489ff674dfc010377d7721a28'
+         '83fcb0b6ba83bab8716ac996a8f5f501')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np1 < $srcdir/gcc49.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Building mumble
+  qmake-qt4 main.pro \
+    CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-speechd no-g15 no-xevie no-server \
+    no-embed-qt-translations no-update packaged" \
+    DEFINES+="PLUGIN_PATH=/usr/lib/mumble"
+  make release
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # bin stuff
+  install -m755 -D ./release/mumble $pkgdir/usr/bin/mumble
+  install -m755 -D ./scripts/mumble-overlay $pkgdir/usr/bin/mumble-overlay
+
+  # lib stuff
+  install -m755 -D ./release/libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.$pkgver
+  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so
+  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1
+  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1.2
+  install -m755 -D ./release/plugins/liblink.so $pkgdir/usr/lib/mumble/liblink.so
+  install -m755 -D ./release/plugins/libmanual.so $pkgdir/usr/lib/mumble/libmanual.so
+  install -m755 -D ./release/libcelt* $pkgdir/usr/lib/mumble/
+
+  # other stuff
+  install -m644 -D ./scripts/mumble.desktop $pkgdir/usr/share/applications/mumble.desktop
+  install -m755 -d $pkgdir/usr/share/man/man1
+  install -m644 -D ./man/mum* $pkgdir/usr/share/man/man1/
+  install -m644 -D ./icons/mumble.svg $pkgdir/usr/share/icons/hicolor/scalable/apps/mumble.svg
+  install -m644 -D ./LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+# vim: sw=2:ts=2 et:

Deleted: community-x86_64/mumble.install
===================================================================
--- community-x86_64/mumble.install	2014-08-09 14:51:02 UTC (rev 117077)
+++ community-x86_64/mumble.install	2014-08-09 14:51:07 UTC (rev 117078)
@@ -1,11 +0,0 @@
-post_install() {
-	gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: mumble/repos/community-x86_64/mumble.install (from rev 117077, mumble/trunk/mumble.install)
===================================================================
--- community-x86_64/mumble.install	                        (rev 0)
+++ community-x86_64/mumble.install	2014-08-09 14:51:07 UTC (rev 117078)
@@ -0,0 +1,11 @@
+post_install() {
+	gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list