Search Criteria
Package Details: jack_snapshot 0.0.4-3
Git Clone URL: | https://aur.archlinux.org/jack_snapshot.git (read-only, click to copy) |
---|---|
Package Base: | jack_snapshot |
Description: | stores and restores a set of JACK connections |
Upstream URL: | http://sourceforge.net/projects/heaven/files/Audio%20Applications/Jack%20Related/jack_snapshot/ |
Licenses: | |
Submitter: | d_adler |
Maintainer: | d_adler |
Last Packager: | d_adler |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2009-10-10 13:03 |
Last Updated: | 2018-10-18 20:36 |
Latest Comments
d_adler commented on 2013-12-10 04:29
0.0.4-2 url updated
d_adler commented on 2011-08-07 00:36
updated to 0.0.4-1, everythin's fine
d_adler commented on 2011-08-07 00:09
@nareto - yes, thanks.
Not yet updated becorse I had some build error, presumably
related to the archive format - gi'me another day to find
the time.
Nareto commented on 2011-08-06 20:11
Hi, there's a new version, 0.0.4, to which the patch seems to be allready applied. Also the download url changed to this:
"http://sourceforge.net/projects/heaven/files/Audio Applications/Jack Related/$pkgname/$pkgname-$pkgver.tar.gz"
d_adler commented on 2010-06-05 20:24
thanks.
I found two differences:
the architecture mistake - oops, fixed now.in 0.0.3-3
gcc-libs, which is a member of the base group, thus not in the dependencies
hollunder commented on 2010-06-04 22:53
I did a little fixup
# Maintainer: David Adler <david dot jo dot adler at gmail dot com>
pkgname=jack_snapshot
pkgver=0.0.3
pkgrel=3
pkgdesc="store and restore a set of jack connections"
arch=(i686 x86_64)
url="http://tapas.affenbande.org/wordpress/?page_id=14"
license=('GPL')
depends=('jack' 'gcc-libs')
source=(http://tapas.affenbande.org/jack_snapshot/$pkgname-$pkgver.tgz jack_snapshot.patch)
noextract=()
md5sums=('520b723948cbe29d9ff3b9b457d082fb' 'e2df7c516d16ce5a312909f7b3eb49e5')
build() {
cd "$srcdir/$pkgname-$pkgver"
mkdir -p "${pkgdir}/usr/bin" || return 1
patch -p1 -i ../jack_snapshot.patch || return 1
make || return 1
make PREFIX="$pkgdir/usr" install || return 1
}