FS#38424 - [mkvtoolnix-cli/gtk] use intelnal drake instead rake (paralel jobs)
Attached to Project:
Arch Linux
Opened by Gustavo Alvarez (sl1pkn07) - Wednesday, 08 January 2014, 23:07 GMT
Last edited by Giovanni Scafora (giovanni) - Sunday, 12 January 2014, 19:10 GMT
Opened by Gustavo Alvarez (sl1pkn07) - Wednesday, 08 January 2014, 23:07 GMT
Last edited by Giovanni Scafora (giovanni) - Sunday, 12 January 2014, 19:10 GMT
|
Details
Hi
is possible use internal drake scritp instead of rake? , drake can run with paralelisation jobs. rake is single job only need change: https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/mkvtoolnix#n32 https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/mkvtoolnix#n38 https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/mkvtoolnix#n50 https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/mkvtoolnix#n73 fron "rake" to "./drake -j$(nproc)" see: http://www.bunkus.org/videotools/mkvtoolnix/doc/README point 2.4 and http://quix.github.io/rake/ no need other dependencies greetings |
This task depends upon
I just improved the PKGBUILD.
I also added the export DRAKETHREADS=4 line to the prepare function, to set number of threads for a parallel build.
Please, let me know, so I can close this feature request successfully.
greetings