Changes between Version 13 and Version 14 of installing_on_debian
- Timestamp:
- 08/20/10 14:39:53 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installing_on_debian
v13 v14 9 9 == JACK2 == 10 10 11 === Debian "s id" ===11 === Debian "squeeze", "testing", "sid" === 12 12 13 Uninstall any jackd packages: 13 Install jackd2 14 14 15 15 {{{ 16 aptitude remove jackd jackd1 jackd2 17 }}} 18 19 Install standard jackd2 sources from [http://jackaudio.org/ jackaudio.org] (version 1.9.5) as follows: 20 21 {{{ 22 tar xjf jack-1.9.5.tar.bz2 23 cd jack-1.9.5 24 ./waf configure --prefix=/usr --dbus 25 ./waf build 26 su -c "./waf install" 16 apt-get install jackd2 27 17 }}} 28 18 29 19 Proceed to section "LADISH" below. 30 20 31 === Debian " squeeze", "lenny" ===21 === Debian "lenny" === 32 22 33 23 In the older releases, apparently for package dependency reasons, a packaged jackd is required. … … 45 35 }}} 46 36 47 ==== squeeze: git-buildpackage ====48 49 As with 04/25/2010 the source package format has beend changed to version "3.0 (quilt)", and the simple build approach using "debuild" does not work anymore (since there is no "orig" tar file). The solution is to use "git-buildpackage" was a wrapper for "debuild". First, install "git-buildpackage":50 51 {{{52 aptitude install git-buildpackage53 }}}54 55 Then you can build and install the package as follows:56 57 {{{58 git clone --branch master.jackd2 git://git.debian.org/pkg-multimedia/jack-audio-connection-kit.git59 cd jack-audio-connection-kit60 git-buildpackage --git-debian-branch=master.jackd2 --git-upstream-branch=master.jackd2 --git-builder=debuild61 cd ..62 dpkg -i jackd_1.9.5~dfsg-1_amd64.deb libjack0_1.9.5~dfsg-1_amd64.deb libjack-dev_1.9.5~dfsg-1_amd64.deb63 }}}64 37 65 38 == LADISH ==
