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

Added python3-gi package and fixed libglib2.0-0 package location. #2294

Merged
merged 1 commit into from
Sep 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ if [ -f /etc/lsb-release ]; then
PKGS+=( libgtk2.0-0 )
else
if [ "$system_ver" = "20.04" ]; then
PKGS+=( libglib2.0-0
gstreamer1.0-plugins-ugly
PKGS+=( gstreamer1.0-plugins-ugly
gstreamer1.0-libav
libgstreamer-plugins-base1.0-dev
gstreamer1.0-doc
Expand All @@ -100,8 +99,7 @@ if [ -f /etc/lsb-release ]; then
libpython3.8
)
elif [ "$system_ver" = "18.04" ]; then
PKGS+=( libglib2.0
libfluidsynth1
PKGS+=( libfluidsynth1
libnettle6
libopenexr22
gstreamer1.0-plugins-ugly
Expand All @@ -126,6 +124,8 @@ if [ -f /etc/lsb-release ]; then
libopencore-amrnb0
libopencore-amrwb0
liba52-0.7.4
python3-gi
libglib2.0-0
)
fi
apt update
Expand Down