Package Details: sview-git r1751.ad7cbddf-1

Git Clone URL: https://aur.archlinux.org/sview-git.git (read-only, click to copy)
Package Base: sview-git
Description: Stereoscopic 3D video player with OpenGL UI
Upstream URL: https://github.com/gkv311/sview
Keywords: 3d gui player stereoscopic video
Licenses: GPL-3.0-only AND MIT AND CC-BY-4.0
Conflicts: sview
Provides: sview
Submitter: Sunday
Maintainer: alfrednewman
Last Packager: alfrednewman
Votes: 3
Popularity: 0.042777
First Submitted: 2014-01-05 17:48 (UTC)
Last Updated: 2025-06-17 07:18 (UTC)

Latest Comments

1 2 Next › Last »

jackdesbwa commented on 2025-11-16 11:57 (UTC)

Same error as @Samueru here.

I investigated, fixed the code, sent a report to the author, and it is now fixed in the git repository. It was due to FFMPEG 8.0 discarding avcodec_close.

Samueru commented on 2025-11-14 14:28 (UTC)

[  0%] Building CXX object StShared/CMakeFiles/StShared.dir/StAVFrame.cpp.o
[  1%] Building CXX object StShared/CMakeFiles/StShared.dir/StAVImage.cpp.o
/tmp/samuel/cache/yay/sview-git/src/sview/StShared/StAVImage.cpp: In member function ‘void StAVImage::closeAvCtx()’:
/tmp/samuel/cache/yay/sview-git/src/sview/StShared/StAVImage.cpp:244:9: error: ‘avcodec_close’ was not declared in this scope; did you mean ‘avio_close’?
  244 |         avcodec_close(myCodecCtx); // close VIDEO codec
      |         ^~~~~~~~~~~~~
      |         avio_close
make[2]: *** [StShared/CMakeFiles/StShared.dir/build.make:93: StShared/CMakeFiles/StShared.dir/StAVImage.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:428: StShared/CMakeFiles/StShared.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
make: Leaving directory '/tmp/samuel/cache/yay/sview-git/src/sview/build'
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: sview-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
sview-git - exit status 4

alfrednewman commented on 2025-06-17 07:20 (UTC)

This package has now been updated to build with cmake.

jackdesbwa commented on 2025-01-27 23:01 (UTC) (edited on 2025-01-27 23:01 (UTC) by jackdesbwa)

sView is now built with cmake. Here are the commands I used.

build:

cmake -B build -D USE_OPENVR=off -D CMAKE_INSTALL_PREFIX=$pkgdir/usr

make -C build -j1 all

install:

make -C build install

Sunday commented on 2023-03-27 14:12 (UTC)

Even though, I updated the versioning to take the current commit into account as version 23.02, which seems to be what upstream has released to other platforms. Unfortunately they are not consistently keeping track of their versioning.

Sunday commented on 2023-03-27 13:53 (UTC)

No need to update the PKGBUILD each time upstream adds a commit. This PKGBUILD will automatically take the most recent commit and update its version string automatically. Currently it produces version 20.08.r51.g301eccf5-1.

PivPav commented on 2023-03-27 07:37 (UTC) (edited on 2023-03-27 07:37 (UTC) by PivPav)

If there any chances this project will get maintained and keep up with sView codebase? I keep PKGBUILD up-to-date in my personal repository but I can take AUR maintenance burden if current maintainer doesn't have enough time or courage to keep up.

Moonbase59 commented on 2022-12-12 15:34 (UTC)

Thanks @PivPav for his PKGBUILD. Saved me from going back to a Ubuntu-based distro, because I really need sView. Can confirm this even works on (a-hem) Manjaro 22.0.0.

PivPav commented on 2022-05-15 05:27 (UTC) (edited on 2022-05-15 05:27 (UTC) by PivPav)

The project seems abandoned long ago, and doesn't build after recent ffmpeg5 update. I'm not sure how can I contribute to this project, but my updated PKGBUILD file is available in my GitLab repo. Builds fine with ffmpeg5.