Giter VIP home page Giter VIP logo

Comments (14)

fzwoch avatar fzwoch commented on June 1, 2024 37

I'm afraid so. But it should be quite easy. The recommended way is to install meson via the python package manager an not via the Ubuntu's apt.

E.g.

sudo apt install python3-pip
pip3 install meson

from obs-gstreamer.

rokibhasansagar avatar rokibhasansagar commented on June 1, 2024 33

How to Use latest meson?

First, remove meson installed by apt if installed.

sudo apt purge meson -y

Then install latest pip3 if not installed already

wget -q -O get-pip.py https://github.com/pypa/get-pip/raw/master/get-pip.py
python3 get-pip.py --upgrade --disable-pip-version-check --no-cache-dir
rm -f get-pip.py

Now install meson via pip3

sudo pip3 install meson

Then make a symlink in bin folder from local bin

sudo ln -s /usr/local/bin/meson /usr/bin/meson

Now check which meson && meson --version

from obs-gstreamer.

fzwoch avatar fzwoch commented on June 1, 2024 4

So what do the versions say? meson currently is at 0.54.1. If you have an old version installed you may need to add --upgrade to the pip command.

from obs-gstreamer.

79rpm avatar 79rpm commented on June 1, 2024

Thank you for the quick reply. I will do so!

from obs-gstreamer.

infinit-loop avatar infinit-loop commented on June 1, 2024

I have installed through "pip3 install --user meson" but it is not working .
It is again saying update meson. What should I do.

from obs-gstreamer.

infinit-loop avatar infinit-loop commented on June 1, 2024

Thanks for the reply actually problem solved, actually error was that "install meson , meson not found" but I have already installed it through pip.

from obs-gstreamer.

Shadowblitz16 avatar Shadowblitz16 commented on June 1, 2024

pip3 doesn't exist

from obs-gstreamer.

panispani avatar panispani commented on June 1, 2024

@Shadowblitz16 install it

sudo apt install python3-pip

from obs-gstreamer.

DonLarry avatar DonLarry commented on June 1, 2024

I got this error while running the meson command (meson _build --prefix=/usr)

Run-time dependency libpipewire-0.3 found: NO (tried pkgconfig and cmake)

src/meson.build:108:0: ERROR: Dependency "libpipewire-0.3" not found, tried pkgconfig and cmake

I have ubuntu 20.04.3 LTS, and I just have libpipewire-0.2, but not libpipewire-0.3. Should I add the ubuntu 20.10 repository to install libpipewire-0.3? or there is other solution for my ubuntu version? (I just want to avoid conflicts because of my packages and my ubuntu version)

from obs-gstreamer.

fzwoch avatar fzwoch commented on June 1, 2024

This plugin does not require pipewire. So I'm not sure where this error is coming from.

from obs-gstreamer.

DonLarry avatar DonLarry commented on June 1, 2024

oh... I was just following the Download and Build & Install steps because I tried to do the normal installation for ubuntu but I got an error while trying to execute this command debuild -i.* -us -uc

from obs-gstreamer.

DonLarry avatar DonLarry commented on June 1, 2024

I'm on a zsh shell and running debuild -i.* -us -uc, I got zsh: no matches found: -i.*.
Then if I run debuild "-i.*" -us -uc, I got this:

 dpkg-buildpackage -us -uc -ui -i.*
dpkg-buildpackage: info: source package pulseeffects
dpkg-buildpackage: info: source version 4.8.2-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Mikhail Novosyolov <[email protected]>
 dpkg-source -i.* --before-build .
dpkg-buildpackage: info: host architecture amd64
dpkg-source: error: source package has two conflicting values - easyeffects and pulseeffects
dpkg-buildpackage: error: dpkg-source -i.* --before-build . subprocess returned exit status 25
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui -i.* failed

That's why I tried with the section "Download" and "Build & Install" (which I thought it is like a general installation method?, idk)

from obs-gstreamer.

fzwoch avatar fzwoch commented on June 1, 2024

The TL;DR install method is outlined in the README.md of this project. The others things have nothing to do with this plugin.

from obs-gstreamer.

myunghunkang avatar myunghunkang commented on June 1, 2024

In Ubuntu 18.04, I've got latest version of meson.

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt list | grep python3.8
sudo apt-get install python3.8
/usr/bin/python3.8 -m pip install --user meson

from obs-gstreamer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.