[arch-commits] Commit in mumble/repos (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed Dec 14 10:44:51 UTC 2016
Date: Wednesday, December 14, 2016 @ 10:44:51
Author: svenstaro
Revision: 199374
archrelease: copy trunk to community-i686, community-x86_64
Added:
mumble/repos/community-i686/PKGBUILD
(from rev 199373, mumble/trunk/PKGBUILD)
mumble/repos/community-x86_64/PKGBUILD
(from rev 199373, mumble/trunk/PKGBUILD)
Deleted:
mumble/repos/community-i686/PKGBUILD
mumble/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 122 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 61 ----------------------
community-x86_64/PKGBUILD | 61 ----------------------
3 files changed, 122 insertions(+), 122 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-12-14 10:44:23 UTC (rev 199373)
+++ community-i686/PKGBUILD 2016-12-14 10:44:51 UTC (rev 199374)
@@ -1,61 +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.17
-pkgrel=2
-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' 'xdg-utils' 'speech-dispatcher')
-makedepends=('boost' 'mesa')
-url="http://mumble.sourceforge.net/"
-source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz)
-md5sums=('98a28c10cb607bb51f13e568db2b9570')
-
-prepare() {
- cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- # Building mumble
- qmake-qt4 main.pro \
- CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie no-server \
- no-embed-qt-translations no-update packaged" \
- DEFINES+="PLUGIN_PATH=/usr/lib/mumble" \
- INCLUDEPATH+="/usr/include/speech-dispatcher"
- 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 199373, mumble/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-14 10:44:51 UTC (rev 199374)
@@ -0,0 +1,61 @@
+# $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.18
+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' 'xdg-utils' 'speech-dispatcher')
+makedepends=('boost' 'mesa')
+url="http://mumble.sourceforge.net/"
+source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz)
+md5sums=('3c448632142e0f38e693250965e8b6b1')
+
+prepare() {
+ cd $srcdir/$pkgname-$pkgver
+}
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+
+ # Building mumble
+ qmake-qt4 main.pro \
+ CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie no-server \
+ no-embed-qt-translations no-update packaged" \
+ DEFINES+="PLUGIN_PATH=/usr/lib/mumble" \
+ INCLUDEPATH+="/usr/include/speech-dispatcher"
+ 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/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-12-14 10:44:23 UTC (rev 199373)
+++ community-x86_64/PKGBUILD 2016-12-14 10:44:51 UTC (rev 199374)
@@ -1,61 +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.17
-pkgrel=2
-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' 'xdg-utils' 'speech-dispatcher')
-makedepends=('boost' 'mesa')
-url="http://mumble.sourceforge.net/"
-source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz)
-md5sums=('98a28c10cb607bb51f13e568db2b9570')
-
-prepare() {
- cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- # Building mumble
- qmake-qt4 main.pro \
- CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie no-server \
- no-embed-qt-translations no-update packaged" \
- DEFINES+="PLUGIN_PATH=/usr/lib/mumble" \
- INCLUDEPATH+="/usr/include/speech-dispatcher"
- 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 199373, mumble/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-12-14 10:44:51 UTC (rev 199374)
@@ -0,0 +1,61 @@
+# $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.18
+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' 'xdg-utils' 'speech-dispatcher')
+makedepends=('boost' 'mesa')
+url="http://mumble.sourceforge.net/"
+source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz)
+md5sums=('3c448632142e0f38e693250965e8b6b1')
+
+prepare() {
+ cd $srcdir/$pkgname-$pkgver
+}
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+
+ # Building mumble
+ qmake-qt4 main.pro \
+ CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie no-server \
+ no-embed-qt-translations no-update packaged" \
+ DEFINES+="PLUGIN_PATH=/usr/lib/mumble" \
+ INCLUDEPATH+="/usr/include/speech-dispatcher"
+ 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:
More information about the arch-commits
mailing list