Package Details: lib32-obs-vkcapture-git r46.0645e74-1

Git Clone URL: https://aur.archlinux.org/obs-vkcapture-git.git (read-only, click to copy)
Package Base: obs-vkcapture-git
Description: OBS Linux Vulkan/OpenGL game capture (32-bit)
Upstream URL: https://github.com/nowrep/obs-vkcapture
Keywords: obs-studio opengl vulkan
Licenses: GPL2
Conflicts: lib32-obs-vkcapture
Provides: lib32-obs-vkcapture
Submitter: nowrep
Maintainer: nowrep
Last Packager: nowrep
Votes: 17
Popularity: 0.67
First Submitted: 2021-03-22 15:41 (UTC)
Last Updated: 2021-12-23 09:25 (UTC)

Latest Comments

1 2 Next › Last »

parkerlreed commented on 2023-01-03 19:10 (UTC)

Would makedepends not work for that? Require obs during compile but not install

But yeah separate package would probably be better if noplugin works for the flatpak.

nowrep commented on 2022-09-13 08:14 (UTC)

If obs-studio is made optional dependency then the build will fail without it. It is required dependency, unless building with BUILD_PLUGIN=OFF. For the flatpak usecase, i think it would make more sense to add new AUR package (obs-vkcapture-git-noplugin ?).

cobaltspace commented on 2022-09-12 21:57 (UTC) (edited on 2022-09-12 21:58 (UTC) by cobaltspace)

Could obs-studio be made an optional dependency so that this can be installed just for use with flatpak obs? I guess obs-studio will also need to be a make dependency.

SunRed commented on 2022-08-27 20:57 (UTC)

Hey! I pushed a new package to the AUR that uses a fixed release tag of this package's source. Let me know if I should add you as a maintainer since you maintain this package.

qqzzxxcc commented on 2021-12-21 20:21 (UTC) (edited on 2021-12-21 20:22 (UTC) by qqzzxxcc)

Fails to build


[100%] Linking C shared module libobs_glcapture.so

/usr/bin/ld: /usr/lib/libGL.so: error adding symbols: file in wrong format
collect2: error: ld returned 1 exit status

make[2]: *** [CMakeFiles/obs_glcapture.dir/build.make:146: libobs_glcapture.so] Error 1

make[2]: Leaving directory '/home/arcade/.cache/yay/obs-vkcapture-git/src/build32'

make[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/obs_glcapture.dir/all] Error 2

make[1]: Leaving directory '/home/arcade/.cache/yay/obs-vkcapture-git/src/build32'

make: *** [Makefile:136: all] Error 2

make: Leaving directory '/home/arcade/.cache/yay/obs-vkcapture-git/src/build32'

==> ERROR: A failure occurred in build().

    Aborting...

PedroHLC commented on 2021-08-01 15:21 (UTC) (edited on 2021-08-01 15:22 (UTC) by PedroHLC)

Could you add?:

  • provides=("obs-vkcapture=$pkgver") to package_obs-vkcature-git;

  • provides=("lib32-obs-vkcapture=$pkgver") to package_lib32-obs-vkcature-git.

I'll need to tag this as a dependency.

nowrep commented on 2021-06-06 17:03 (UTC)

Should be fixed now.

Lucki commented on 2021-06-05 18:25 (UTC)

The second compile process fails in a clean chroot:

[…]
[100%] Built target obs_glcapture
make[1]: Leaving directory '/build/obs-vkcapture-git/src/build'
make: Leaving directory '/build/obs-vkcapture-git/src/build'
-- The C compiler identification is GNU 11.1.0
-- The CXX compiler identification is GNU 11.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - failed
-- Check for working C compiler: /usr/lib/ccache/bin/cc
-- Check for working C compiler: /usr/lib/ccache/bin/cc - broken
CMake Error at /usr/share/cmake-3.20/Modules/CMakeTestCCompiler.cmake:66 (message):
  The C compiler

    "/usr/lib/ccache/bin/cc"

  is not able to compile a simple test program.

  It fails with the following output:

    Change Dir: /build/obs-vkcapture-git/src/build32/CMakeFiles/CMakeTmp

    Run Build Command(s):/usr/bin/make -f Makefile cmTC_e9ff5/fast && /usr/bin/make  -f CMakeFiles/cmTC_e9ff5.dir/build.make CMakeFiles/cmTC_e9ff5.dir/build
    make[1]: Entering directory '/build/obs-vkcapture-git/src/build32/CMakeFiles/CMakeTmp'
    Building C object CMakeFiles/cmTC_e9ff5.dir/testCCompiler.c.o
    /usr/lib/ccache/bin/cc   -D_FORTIFY_SOURCE=2 -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt  -o CMakeFiles/cmTC_e9ff5.dir/testCCompiler.c.o -c /build/obs-vkcapture-git/src/build32/CMakeFiles/CMakeTmp/testCCompiler.c
    Linking C executable cmTC_e9ff5
    /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e9ff5.dir/link.txt --verbose=1
    /usr/lib/ccache/bin/cc -D_FORTIFY_SOURCE=2 -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt  -m32 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  CMakeFiles/cmTC_e9ff5.dir/testCCompiler.c.o -o cmTC_e9ff5 
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../libgcc_s.so.1 when searching for libgcc_s.so.1
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../libgcc_s.so.1 when searching for libgcc_s.so.1
    /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so.1 when searching for libgcc_s.so.1
    /usr/bin/ld: cannot find libgcc_s.so.1
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../libgcc_s.so.1 when searching for libgcc_s.so.1
    /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so.1 when searching for libgcc_s.so.1
    collect2: error: ld returned 1 exit status
    make[1]: *** [CMakeFiles/cmTC_e9ff5.dir/build.make:99: cmTC_e9ff5] Error 1
    make[1]: Leaving directory '/build/obs-vkcapture-git/src/build32/CMakeFiles/CMakeTmp'
    make: *** [Makefile:127: cmTC_e9ff5/fast] Error 2





  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:3 (project)


-- Configuring incomplete, errors occurred!
See also "/build/obs-vkcapture-git/src/build32/CMakeFiles/CMakeOutput.log".
See also "/build/obs-vkcapture-git/src/build32/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /var/lib/aurbuild/x86_64/lucki/build

cobaltspace commented on 2021-04-07 22:14 (UTC)

It might be better to instead of depending on obs-studio-git to depend on obs-studio>=27

nowrep commented on 2021-03-23 12:26 (UTC)

Fixed