summaryrefslogtreecommitdiff
path: root/community/mumble
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/mumble
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/mumble')
-rw-r--r--community/mumble/PKGBUILD58
-rw-r--r--community/mumble/mumble.install11
-rw-r--r--community/mumble/mumble11x.desktop11
3 files changed, 0 insertions, 80 deletions
diff --git a/community/mumble/PKGBUILD b/community/mumble/PKGBUILD
deleted file mode 100644
index 7bac8dd9c..000000000
--- a/community/mumble/PKGBUILD
+++ /dev/null
@@ -1,58 +0,0 @@
-# $Id: PKGBUILD 92323 2013-06-04 02:33:32Z svenstaro $
-# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
-# Contributor: Lauri Niskanen <ape@ape3000.com>
-# Contributor: Sebastian.Salich@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.4
-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')
-makedepends=('boost' 'mesa' 'avahi')
-#optdepends=('portaudio: for portaudio back-end' 'g15daemon: G15 Keyboard support')
-options=('!libtool')
-install=mumble.install
-url="http://mumble.sourceforge.net/"
-source=("http://downloads.sourceforge.net/mumble/$pkgname-$pkgver.tar.gz")
-md5sums=('49bc6abea78f9c54298934c2c28a7c7c')
-
-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
-}
-# vim: sw=2:ts=2 et:
diff --git a/community/mumble/mumble.install b/community/mumble/mumble.install
deleted file mode 100644
index 547348418..000000000
--- a/community/mumble/mumble.install
+++ /dev/null
@@ -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
-}
diff --git a/community/mumble/mumble11x.desktop b/community/mumble/mumble11x.desktop
deleted file mode 100644
index 5dba0d0c6..000000000
--- a/community/mumble/mumble11x.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=Mumble (1.1.X compatible)
-GenericName=Voice Chat
-Comment=Voice chat program (compatible with Mumble 1.1.X)
-Exec=mumble11x
-Icon=mumble
-Terminal=false
-Type=Application
-StartupNotify=false
-Categories=Network;Chat;Qt;
-Version=1.2.1