PINE64
Gnome podcasts - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: Gnome podcasts (/showthread.php?tid=15281)



Gnome podcasts - user641 - 11-07-2021

Will it be soon possible to install gnome-podcasts on mobian as a .deb package? I don't like using flatpaks.


RE: Gnome podcasts - ryo - 11-07-2021

I learned I had 2 Flatpaks installed after realizing that my eMMC was almost full, the Flatpak folder alone singlehandedly filled up the entire storage with basically garbage data.
Those were the only 2 I installed from "Software Center" rather than apt, so I agree when you say you don't like using Flatpaks.

As for gnome-podcasts, you can alternatively install Git, Meson, Gstreamer, Rust, and Cargo, and then do the following:

Code:
git clone https://gitlab.gnome.org/World/podcasts.git gp
cd gp
meson --prefix=/usr build
ninja -C build
sudo ninja -C build install



RE: Gnome podcasts - user641 - 11-08-2021

(11-07-2021, 09:26 PM)ryo Wrote: I learned I had 2 Flatpaks installed after realizing that my eMMC was almost full, the Flatpak folder alone singlehandedly filled up the entire storage with basically garbage data.
Those were the only 2 I installed from "Software Center" rather than apt, so I agree when you say you don't like using Flatpaks.

As for gnome-podcasts, you can alternatively install Git, Meson, Gstreamer, Rust, and Cargo, and then do the following:

Code:
git clone https://gitlab.gnome.org/World/podcasts.git gp
cd gp
meson --prefix=/usr build
ninja -C build
sudo ninja -C build install
Thanks for the help, but after the command :
Code:
meson --prefix=/usr build

I get "command not found", what am I doing wrong? I installed git and meson before


RE: Gnome podcasts - ryo - 11-08-2021

(11-08-2021, 02:08 AM)user641 Wrote:
(11-07-2021, 09:26 PM)ryo Wrote: I learned I had 2 Flatpaks installed after realizing that my eMMC was almost full, the Flatpak folder alone singlehandedly filled up the entire storage with basically garbage data.
Those were the only 2 I installed from "Software Center" rather than apt, so I agree when you say you don't like using Flatpaks.

As for gnome-podcasts, you can alternatively install Git, Meson, Gstreamer, Rust, and Cargo, and then do the following:

Code:
git clone https://gitlab.gnome.org/World/podcasts.git gp
cd gp
meson --prefix=/usr build
ninja -C build
sudo ninja -C build install
Thanks for the help, but after the command :
Code:
meson --prefix=/usr build

I get "command not found", what am I doing wrong? I installed git and meson before

Did you install Meson through Pip or Apt?
Other than for making a some modifications in Phosh, I never really used Meson myself, so I can't really assist on that one.


RE: Gnome podcasts - user641 - 11-08-2021

(11-08-2021, 04:48 AM)ryo Wrote:
(11-08-2021, 02:08 AM)user641 Wrote:
(11-07-2021, 09:26 PM)ryo Wrote: I learned I had 2 Flatpaks installed after realizing that my eMMC was almost full, the Flatpak folder alone singlehandedly filled up the entire storage with basically garbage data.
Those were the only 2 I installed from "Software Center" rather than apt, so I agree when you say you don't like using Flatpaks.

As for gnome-podcasts, you can alternatively install Git, Meson, Gstreamer, Rust, and Cargo, and then do the following:

Code:
git clone https://gitlab.gnome.org/World/podcasts.git gp
cd gp
meson --prefix=/usr build
ninja -C build
sudo ninja -C build install
Thanks for the help, but after the command :
Code:
meson --prefix=/usr build

I get "command not found", what am I doing wrong? I installed git and meson before

Did you install Meson through Pip or Apt?
Other than for making a some modifications in Phosh, I never really used Meson myself, so I can't really assist on that one.
Through apt, np thanks anyway for the intention to help. "arigato"