Package Details: slowmovideo-git 0.6.2.r0.g0787a45-1

Git Clone URL: https://aur.archlinux.org/slowmovideo-git.git (read-only, click to copy)
Package Base: slowmovideo-git
Description: Video slow motion effect via interpolation
Upstream URL: http://slowmovideo.granjow.net/index.html
Licenses: GPL
Conflicts: slowmovideo
Provides: slowmovideo
Submitter: dserban
Maintainer: evorster (bartus)
Last Packager: evorster
Votes: 35
Popularity: 0.000000
First Submitted: 2011-08-28 20:38 (UTC)
Last Updated: 2023-03-04 16:13 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

bartus commented on 2019-04-04 19:26 (UTC) (edited on 2019-04-04 19:28 (UTC) by bartus)

Please add OpenCV4_compile.patch to source array and refer it in prepare() with patch -Np1 -i ${srcdir}/OpenCV4_compile.patch, otherwise it won't be included in srcdir by makepkg build routine.

George commented on 2019-02-26 11:47 (UTC) (edited on 2019-09-05 13:58 (UTC) by George)

There is an error into last change.

patch -Np1 -i ../../OpenCV4_compile.patch

For me: yaourt tmp-dir is /tmp/yaourt-tmp-george/ But repository is cloned into /tmp/makepkg/slowmovideo-git/

I've changed path in

patch -Np1 -i ../../OpenCV4_compile.patch

to

/tmp/makepkg/slowmovideo-git/

(patch -Np1 -i /tmp/makepkg/slowmovideo-git/OpenCV4_compile.patch)

and slowmoVideo was compiled.

jose1711 commented on 2019-01-04 22:59 (UTC)

@gandalf3 thank you for the hint. let me add that in addition to installing opencv2-opt you'll want to add -DOpenCV_DIR=/opt/opencv2/share/opencv2/ to cmake in PKGBUILD and after packaging and installing run it as follows: LD_LIBRARY_PATH=/opt/opencv2/lib slowmoUI

gandalf3 commented on 2018-12-26 06:04 (UTC)

Doesn't seem to build against extra/opencv-4.0.1, however I was able to build it against aur/opencv2-opt.

evorster commented on 2018-07-02 10:01 (UTC)

Hi there, leebut.

I suspect that the maintainer of slowmovideo has removed the issue_123_compile branch. Just use the main branch, as that fix has been folded into master some time ago.

I just checked out a fresh copy of slowmovideo-git, and it compiled without a problem. I might make a package that tracks a stable branch that has a better chance of compiling, however, the last time the master branch was touched was ten months ago, so there is not a lot of churn there.

-Evert-

leebut commented on 2018-07-02 05:54 (UTC)

I changed the source URL to https://github.com/valgit/slowmoVideo.git#branch=issue_123_compile' as previously mentioned.

Errors received:

Extracting sources... -> Creating working copy of slowmoVideo git repo... fatal: 'origin/issue_123_compile' is not a commit and a branch 'makepkg' cannot be created from it ==> ERROR: Failure while creating working copy of slowmoVideo git repo Aborting... ==> ERROR: Makepkg was unable to build slowmovideo-git.

schranzonator commented on 2018-06-19 18:03 (UTC) (edited on 2018-06-19 18:05 (UTC) by schranzonator)

Hi, i get this error when compiling:

CMake Error at CMakeLists.txt:113 (qt5_use_modules): Unknown CMake command "qt5_use_modules". Call Stack (most recent call first): slowmoVideo/lib/CMakeLists.txt:84 (qt_use_modules)

I hope somebody can help :) cheers

evorster commented on 2017-03-03 06:00 (UTC)

Hzxllprkwx Don't think I forgot about you. If you really, really want to compile slowmovideo on an arch machine right now, do the following steps. Delete the slowmovideo-git source Change the source line in the PKGBUILD from source=('git+https://github.com/slowmoVideo/slowmoVideo.git') to source=('git+https://github.com/valgit/slowmoVideo.git#branch=issue_123_compile') It should all be on one line. The next time you want to compile slowmovideo again, you will have to wipe your git repo again, as it is tracking a different repo... Or, you could just wait a while for this change to be merged into master at slowmovideo git repo.

Hzxllprkwx commented on 2017-02-26 20:57 (UTC)

Hi ! I can't make the package. I tried both automatically with Yaourt and manually, I get this error : make[2]: *** [sowmoVideo/project/CMakeFiles/sVproj.dir/build.make:331: slowmoVideo/project/CMakeFiles/sVproj.dir/xmlProjectRW_sV.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:392: slowmoVideo/project/CMakeFiles/sVproj.dir/all] Error 2 make: *** [Makefile:128: all] Error 2 ==> ERREUR : Une erreur s’est produite dans build(). Abandon... I tried all the solutions below but I still get this f#*&$!g error. Please help me, I've been trying for 5 hours, I'm so sad I wanna die :(

Harvie commented on 2017-01-17 18:42 (UTC)

Git version crashes when clicking some of buttons/menu items. There are already some pretty usable stable versions, so maybe non-git version can be more usefull than git version?