4 pkgdesc="Delaycut corrects delay and is also able to cut audio files coded ac3, dts, mpa and wav, It is also able to fix CRC errors in ac3 and mpa files"
6 url='https://github.com/athomasm/delaycut'
10 conflicts=('delaycut')
13 _gitroot="https://github.com/athomasm/delaycut.git"
17 cd "${srcdir}" || return 1
18 msg "Connecting to GIT server...."
20 if [ -d $_gitname ] ; then
21 cd $_gitname && git pull origin
22 msg "The local files are updated."
27 msg "GIT checkout done or server timeout"
28 msg "Starting make..."
31 msg "Clean previous build directory..."
36 qmake CONFIG+=Linux ../delaycut/delaycut.pro
42 make INSTALL_ROOT="${pkgdir}" install