Search Criteria
Package Details: delaycut 1.4.3.9-1
Git Clone URL: | https://aur.archlinux.org/delaycut.git (read-only, click to copy) |
---|---|
Package Base: | delaycut |
Description: | Corrects delay, cuts audio files coded in ac3, dts, mpa and wav, fixes CRC errors in ac3 and mpa files. |
Upstream URL: | https://github.com/darealshinji/delaycut |
Licenses: | |
Provides: | |
Submitter: | dark-saber |
Maintainer: | dark-saber |
Last Packager: | dark-saber |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2016-12-28 14:37 |
Last Updated: | 2019-02-18 00:33 |
Latest Comments
dark-saber commented on 2016-12-26 19:38
It was done that way when I adopted the package, and I've always wanted to change it, but the rarity of commits to the packages's repo and a little probability that the package building will be broken after recent commit and will require manual intervention anyway made me to postpone this for too long.
I guess I should just rename this package to delaycut, because there is no vanilla delaycut in Arch repos for quite a long time.
sl1pkn07 commented on 2016-12-26 14:30
if is a GIT package, why not use GIT instead of download the zip file?
wcasanova commented on 2016-08-09 03:05
update please md5sum, correct actual
23e3af8f22a3a85980aa1732b828bbed
kfgz commented on 2014-11-11 17:52
Thx.
djcj commented on 2014-11-11 16:25
I've fixed the compiler warnings and added a few other minor fixes to the source:
https://github.com/darealshinji/delaycut
kfgz commented on 2014-05-17 20:08
Sort of fixed ;) Thx.
Wizardgamer commented on 2014-05-17 09:55
The github page doesn't exist anymore.
kfgz commented on 2012-02-18 12:57
Adopted and fixed.
sonic414 commented on 2012-02-17 18:01
For me, when I tried compiling, I got
../delaycut/delayac3.cpp: In member function ‘qint64 Delayac3::round(double)’:
../delaycut/delayac3.cpp:2558:37: error: ‘fabs’ was not declared in this scope
../delaycut/delayac3.cpp:2558:48: error: ‘modf’ was not declared in this scope
../delaycut/delayac3.cpp:2562:35: error: ‘ceil’ was not declared in this scope
../delaycut/delayac3.cpp:2566:36: error: ‘floor’ was not declared in this scope
I added #include <math.h> in delayac3.cpp ...and had to edit PKGBUILD and change
qmake CONFIG+=Linux ../delaycut/delaycut.pro
to
qmake CONFIG+=Linux ../delaycut.pro
Anonymous comment on 2012-01-24 02:14
I get the following error with the current PKGBUILD
../delaycut/delaycut.h:93:24: warning: ‘DelayCut::writeConsole’ will be initialized after [-Wreorder]
../delaycut/delaycut.h:85:13: warning: ‘QString DelayCut::currentInputMode’ [-Wreorder]
../delaycut/delaycut.cpp:41:1: warning: when initialized here [-Wreorder]
../delaycut/delaycut.h:96:51: warning: ‘DelayCut::fps’ will be initialized after [-Wreorder]
../delaycut/delaycut.h:86:13: warning: ‘QString DelayCut::inFileName’ [-Wreorder]
../delaycut/delaycut.cpp:41:1: warning: when initialized here [-Wreorder]
../delaycut/delaycut.cpp: In member function ‘void DelayCut::GetInputFileInfo()’:
../delaycut/delaycut.cpp:473:23: error: ‘fileName’ was not declared in this scope
../delaycut/delaycut.cpp: At global scope:
../delaycut/delaycut.cpp:683:6: warning: unused parameter ‘arg1’ [-Wunused-parameter]
make: *** [delaycut.o] Error 1