0.0.4-2 url updated
Search Criteria
Package Details: jack_snapshot 0.0.4-2
Package Actions
| 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/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | lee |
| Maintainer: | lee |
| Last Packager: | None |
| Votes: | 5 |
| First Submitted: | 2009-10-10 13:03 |
| Last Updated: | 2013-12-10 04:27 |
Dependencies (1)
Required by (0)
Sources
Latest Comments
Comment by lee
Comment by lee
updated to 0.0.4-1, everythin's fine
Comment by lee
@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.
Comment by Nareto
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"
Comment by lee
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
Comment by hollunder
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
}