vkohaupt / vokoscreenNG

vokoscreenNG is a powerful screencast creator in many languages to record the screen, an area or a window (Linux only). Recording of audio from multiple sources is supported. With the built-in camera support, you can make your video more personal. Other tools such as systray, magnifying glass, countdown, timer, Showclick and Halo support will help
https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html
GNU General Public License v2.0
1.05k stars 91 forks source link

Cannot compile from source on Ubuntu 20.04.5 #259

Closed csirmaz closed 1 year ago

csirmaz commented 1 year ago

Bug report checklist

Describe the bug I am trying to compile from source on Ubuntu 20.04.5 LTS following the instructions in the readme on GitHub. I checked out the 3.5.0 tag to try the latest stable version. qmake reports Project ERROR: gsttreamer-video-1.0 development package not found. libgstreamer1.0-dev:amd64 is installed.

Log messages Project ERROR: gsttreamer-video-1.0 development package not found

To Reproduce Steps to reproduce the behavior:

  1. Clone codebase from GitHub
  2. apt install libgstreamer1.0-dev
  3. cd src
  4. qmake

Expected behavior qmake to complete without errors

vkohaupt commented 1 year ago

An Ubuntu specialist must help here, I set the flag to help wanted.

vkohaupt commented 1 year ago

Check or install all libgstreamer-plugins-xxxxx packages https://packages.ubuntu.com/search?suite=focal-updates&arch=any&searchon=names&keywords=libgstreamer-plugins

csirmaz commented 1 year ago

Thank you - I will try.