Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No apt or snap package #327

Open
tominglis opened this issue Jan 31, 2021 · 8 comments
Open

No apt or snap package #327

tominglis opened this issue Jan 31, 2021 · 8 comments

Comments

@tominglis
Copy link

It would be great to have an apt or snap package for this new version of Gourmet.

@cydanil
Copy link
Collaborator

cydanil commented Feb 11, 2021

Hi @tominglis ,
Yes, it would be! There are currently a couple of issues left to resolve prior to releasing a new version.
I'm aware that some packagers are following the development who will probably create packages once a stable version is out

@marillat
Copy link

@tominglis gourmet is already packaged in Debian unstable/testing and the next stable.

https://packages.debian.org/sid/gourmet

@tominglis
Copy link
Author

Oh cool, thanks. If I download that will it install OK on Ubuntu 20.04?

@marillat
Copy link

marillat commented May 7, 2021

gourmet is now in Debian unstable/testing and seems to be available in Ubuntu
https://packages.ubuntu.com/search?keywords=gourmet

@fbobraga
Copy link

fbobraga commented Jul 12, 2021

how can I install in an rasberry pi4 with manjaro? (try to use flatpak leads to arch problem: only x86_64 available, no arm64...)

@cydanil
Copy link
Collaborator

cydanil commented Jul 12, 2021

I do a fair amount of the development on my pi, but it's running Ubuntu 20.04.
Below is the installation for it, I don't know what are the equivalent package names for Manjaro.
I also choose to use a virtual environment, but you may choose not to.

kaylee:~$ sudo apt-get update -q && sudo apt-get install python3-gi python3-gi-cairo gir1.2-gtk-3.0 libgirepository1.0-dev libcairo2-dev gir1.2-poppler-0.18 python3-gst-1.0

kaylee:~$ wget https://github.com/kirienko/gourmet/releases/download/1.0.0/gourmet-1.0.0-py3-none-any.whl
[...]
2021-07-12 16:34:58 (1.37 MB/s) - ‘gourmet-1.0.0-py3-none-any.whl’ saved [3316524/3316524]

kaylee:~$ python -m venv gourmet-venv

kaylee:~$ source gourmet-venv/bin/activate
(gourmet-venv) ubuntu@kaylee:~$ python --version
Python 3.8.10

(gourmet-venv) kaylee:~$ python -m pip install --upgrade pip
Collecting pip
  Downloading pip-21.1.3-py3-none-any.whl (1.5 MB)
     |████████████████████████████████| 1.5 MB 1.4 MB/s 
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 20.0.2
    Uninstalling pip-20.0.2:
      Successfully uninstalled pip-20.0.2
Successfully installed pip-21.1.3

(gourmet-venv) kaylee:~$ pip install gourmet-1.0.0-py3-none-any.whl 
Processing ./gourmet-1.0.0-py3-none-any.whl
[...]

(gourmet-venv) kaylee:~$ gourmet

gourmet_x_forwarding_rpi

@fbobraga
Copy link

worked on manjaro only instaling these packages:

python-gobject
python-cairo
gst-python

@cydanil
Copy link
Collaborator

cydanil commented Jul 20, 2021

Thanks!
If you feel so enclined, please do a pull request with the infos and commands needed to install it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants