Thanks a lot for taking care about Nootka package condition...
Search Criteria
Package Details: nootka-hg 2150-2
Package Actions
| Package Base: | nootka-hg |
|---|---|
| Description: | Developing version of open-source application to help with learning classical score notation. |
| Upstream URL: | http://nootka.sourceforge.net/ |
| Category: | multimedia |
| Licenses: | |
| Conflicts: | |
| Submitter: | unikum |
| Maintainer: | SeeLook |
| Last Packager: | SeeLook |
| Votes: | 5 |
| First Submitted: | 2011-07-13 07:26 |
| Last Updated: | 2015-03-16 08:52 |
Dependencies (15)
- fftw
- libvorbis
- qt5-base
- qt5-svg
- shared-mime-info
- soundtouch
- cmake (make)
- fftw (make)
- libvorbis (make)
- mercurial (make)
- qt5-base (make)
- qt5-svg (make)
- soundtouch (make)
- libjack (optional) – for JACK
- libpulse (optional) – for PulseAudio
Required by (0)
Sources
Latest Comments
Comment by SeeLook
Comment by mrbit
(for system 64bit ) so work.
please change PKGBUILD
.....
depends=('qt4' 'fftw' 'shared-mime-info' 'libvorbis')
if [ "$CARCH" = "i686" ]; then
depends[${#depends[@]}]=soundtouch
elif [ "$CARCH" = "x86_64" ]; then
depends[${#depends[@]}]=lib32-soundtouch
fi
thanks
Comment by SeeLook
Done
Comment by mrbit
"qt" was replaced by "qt4"
please update PKGBUILD