various fixes
[buildscripts] / pithosfly
1 #!/bin/bash
2 # Copyright (C) 2019 Ian Kelling
3 # SPDX-License-Identifier: AGPL-3.0-or-later
4 if [[ -s ~/.bashrc ]];then . ~/.bashrc;fi
5
6
7 # pithosfly environment var is set in environment.sh
8
9 # already installed
10 if type -t pithos &>/dev/null; then
11 exit 0
12 fi
13
14 # this doesn't update automatically, so
15
16 p -y build-dep pithos
17 # other than pithos, based on failures
18 pi pithos gstreamer1.0-plugins-ugly intltool python3-mutagen
19
20 # from https://github.com/pithos/pithos/wiki/Installing-from-Source
21 pi meson python3-gi python3-gi-cairo \
22 gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0 gstreamer1.0-plugins-good gstreamer1.0-plugins-bad \
23 gir1.2-secret-1 libgdk-pixbuf2.0-dev libglib2.0-dev gnome-keyring appstream-util libappstream-glib-dev \
24 python3-pylast gir1.2-appindicator3-0.1 gir1.2-keybinder-3.0 gnome-icon-theme-symbolic libxml2-utils gvfs
25
26 cd /a/opt/Pithosfly
27 ./autogen.sh
28 make
29 sudo make install