diff options
Diffstat (limited to 'abs/core/jack')
-rw-r--r-- | abs/core/jack/PKGBUILD | 39 | ||||
-rw-r--r-- | abs/core/jack/jack.changelog | 21 |
2 files changed, 0 insertions, 60 deletions
diff --git a/abs/core/jack/PKGBUILD b/abs/core/jack/PKGBUILD deleted file mode 100644 index e9f7898..0000000 --- a/abs/core/jack/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Ray Rashif <schiv@archlinux.org> -# Contributor: tobias <tobias@archlinux.net> -# Contributor: Robert Emil Berge <robert@rebi.no> - -pkgname=jack -_longname=jack-audio-connection-kit -pkgver=0.121.2 -pkgrel=2 -pkgdesc="A low-latency audio server" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL') -depends=('libsamplerate' 'readline') -makedepends=('doxygen' 'libffado' 'celt-0.7') -optdepends=('libffado: FireWire support' - 'celt-0.7: NetJACK driver') -url="http://jackaudio.org/" -options=('!libtool') -provides=("$_longname=$pkgver") -replaces=("$_longname") -changelog=$pkgname.changelog -source=("http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz") -md5sums=('06c080349455afd4d217d6a8f9393e01') - -build() { - cd "$srcdir/$_longname-$pkgver" - - ./configure --prefix=/usr \ - --libdir=/usr/lib - make -} - -package() { - cd "$srcdir/$_longname-$pkgver" - - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: diff --git a/abs/core/jack/jack.changelog b/abs/core/jack/jack.changelog deleted file mode 100644 index 54b9df6..0000000 --- a/abs/core/jack/jack.changelog +++ /dev/null @@ -1,21 +0,0 @@ -29 Jul 2011 (GMT+8) Ray Rashif <schiv@archlinux.org> - - * 0.121.2-2: - Added celt support with celt-0.7 from community - Will not bring celt to extra as it's very unstable - -8 Aug 2010 (GMT+8) Ray Rashif <schiv@archlinux.org> - - * 0.118.0-4 : - Built against libffado - - for FireWire support (see FS#19626) - Removed init scripts (no longer in tarball; unsupported). - - * PKGBUILD : - URL updated. - Licenses now GPL, LGPL according to 2-or-later convention - - removed custom installation (both are common) - - * jack.changelog : - Added this changelog. - Only important changes will be logged. |