Search Criteria
Package Details: vr2normal 1.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vr2normal.git (read-only, click to copy) |
---|---|
Package Base: | vr2normal |
Description: | C++ QT Program that converts virtual reality videos into normal videos for viewing on any screen |
Upstream URL: | https://gitlab.com/vongooB9/vr2normal |
Keywords: | converter virtual vr |
Licenses: | GPL3 |
Submitter: | tehmistle |
Maintainer: | tehmistle |
Last Packager: | tehmistle |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-11-04 19:29 (UTC) |
Last Updated: | 2023-04-17 16:13 (UTC) |
Dependencies (2)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
Latest Comments
tehmistle commented on 2022-12-04 18:00 (UTC)
Awesome, thank you! Package is now updated. BTW, using "USR_DIR" is a bit uncommon, but it works!
vongooB9 commented on 2022-11-21 13:28 (UTC)
Hi, I am the developer of this program, I realized that this installation method has some shortcomings, because of my fault. Until now I only generated Deb packages and I did it with a script, some of the necessary files were not uploaded to the repository. I was missing the .desktop file and copy the icon. This is necessary to appear in the application menu and show the progress bar in the taskbar.
From the next version make install will work correctly and the patch will no longer be necessary. To do this create a variable in qmake "USR_DIR" which does the same as the patch with "PREFIX", it generates the correct .desktop and copies it along with the icon svg. You can see the changes in this commit.
If you have any doubt or suggestion you can contact me.