From 18565999ceaaa7dcf03127da930fcd1f59c6e0f0 Mon Sep 17 00:00:00 2001 From: freaj Date: Tue, 10 Mar 2015 16:48:46 +0100 Subject: openal-soft-tox: add new package to [pcr] --- pcr/openal-soft-tox/PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 pcr/openal-soft-tox/PKGBUILD diff --git a/pcr/openal-soft-tox/PKGBUILD b/pcr/openal-soft-tox/PKGBUILD new file mode 100644 index 000000000..c5feb3273 --- /dev/null +++ b/pcr/openal-soft-tox/PKGBUILD @@ -0,0 +1,42 @@ +# Maintainer: freaj@riseup.net +# Maintainer (Arch): GI_Jack +# Contributor (Arch): Jan Alexander Steffens (heftig) +# Contributor (Arch): Allan McRae +# Contributor (Arch): Jason Chu + +# It should be noted that the tox developers think this package might break other openal +# installs, use with caution +# adds echo cancelation and a few other tox specific features. +# Contact NikolaiToryzin on Freenode IRC for questions + +_pkgname=openal +pkgname=openal-soft-tox +pkgver=r3453.b80570b +pkgrel=2 +pkgdesc="A cross-platform 3D audio library(patched for tox.im)" +arch=(i686 x86_64) +url="https://github.com/irungentoo/openal-soft-tox" +license=(LGPL) +depends=(glibc) +conflicts=$_pkgname +provides=$_pkgname +makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio git) +optdepends=('qt4: alsoft-config GUI Configurator' + 'fluidsynth: MIDI rendering') +source=($_pkgname::git+https://github.com/irungentoo/openal-soft-tox.git) +md5sums=('SKIP') + +build() { + cd $_pkgname/build + cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .. + make +} +pkgver() { + cd $_pkgname + printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" +} +package() { + cd $_pkgname + make -C build DESTDIR="$pkgdir/" install + install -m644 -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt +} -- cgit v1.2.3-2-g168b From 8230b35195893592832cabd74aa3a595f445a6da Mon Sep 17 00:00:00 2001 From: freaj Date: Tue, 10 Mar 2015 17:06:36 +0100 Subject: openal-soft-tox: add new package to [pcr] --- pcr/openal-soft-tox/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pcr/openal-soft-tox/PKGBUILD b/pcr/openal-soft-tox/PKGBUILD index c5feb3273..c4daff121 100644 --- a/pcr/openal-soft-tox/PKGBUILD +++ b/pcr/openal-soft-tox/PKGBUILD @@ -1,5 +1,6 @@ -# Maintainer: freaj@riseup.net -# Maintainer (Arch): GI_Jack +# Maintainer: freaj +# $Id: PKGBUILD 220461 2014-08-20 20:42:53Z heftig $ +# Maintainer (Arch): GI_Jack # Contributor (Arch): Jan Alexander Steffens (heftig) # Contributor (Arch): Allan McRae # Contributor (Arch): Jason Chu @@ -40,3 +41,4 @@ package() { make -C build DESTDIR="$pkgdir/" install install -m644 -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt } + -- cgit v1.2.3-2-g168b From 7ae2bed19aab553e492b338c75cf434d1ce8f856 Mon Sep 17 00:00:00 2001 From: freaj Date: Tue, 10 Mar 2015 17:17:38 +0100 Subject: tox-git-r3153.6c37f49-1: updating version --- pcr/tox-git/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pcr/tox-git/PKGBUILD b/pcr/tox-git/PKGBUILD index 2fd34f88c..a6055ecc3 100644 --- a/pcr/tox-git/PKGBUILD +++ b/pcr/tox-git/PKGBUILD @@ -1,10 +1,11 @@ +# Maintainer: freaj # Maintainer (Arch): Kevin MacMartin # Contributor (Arch): Boohbah # Contributor (Arch): naxuroqa _pkgname=tox pkgname=$_pkgname-git -pkgver=r3126.93b1c34 +pkgver=r3153.6c37f49 pkgrel=1 pkgdesc='Secure, configuration-free, P2P Skype replacement backend' arch=('i686' 'x86_64' 'armv6h' 'armv7h') -- cgit v1.2.3-2-g168b From ea8e52d78498a3e2ceb1d29b89e479c716099a05 Mon Sep 17 00:00:00 2001 From: freaj Date: Tue, 10 Mar 2015 17:25:01 +0100 Subject: toxic-git: add new package to [pcr] --- pcr/toxic-git/PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 pcr/toxic-git/PKGBUILD diff --git a/pcr/toxic-git/PKGBUILD b/pcr/toxic-git/PKGBUILD new file mode 100644 index 000000000..a9ba0e46e --- /dev/null +++ b/pcr/toxic-git/PKGBUILD @@ -0,0 +1,33 @@ +# Maintainer: freaj +# Maintainer (Arch): Florian Hahn + +pkgname=toxic-git +pkgdesc='CLI client for tox, a Skype replacement that respects your privacy' +license=('GPL3') +pkgver=0.5.2.r141.g6774289 +pkgrel=1 +depends=('tox-git' 'libconfig' 'freealut' 'libvpx' 'opus' 'libnotify') +makedepends=('git') +conflicts=('toxic') +provides=('toxic') +arch=('i686' 'x86_64') +url=('http://tox.im') +source=('git+https://github.com/Tox/toxic.git') +md5sums=('SKIP') + +_gitname=toxic + +pkgver() { + cd "${srcdir}/${_gitname}" + git describe --long --tags | sed -r 's/^v//;s/([^-]*-g)/r\1/;s/-/./g' +} + +build() { + cd "${srcdir}/${_gitname}/build" + make PREFIX=/usr +} + +package() { + cd "${srcdir}/${_gitname}/build" + make PREFIX=/usr DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-2-g168b