Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2021-11-26 15:15:02 +0300
committerlovetox <philipp@hoerist.com>2021-12-03 00:26:51 +0300
commit18db7f21c794c11eaa11c5dd68a70ab2987f198a (patch)
tree830b5b55f8e26949d4480845ebc263339ed9f99a /win
parentc7ba4273712d2070e0732425b68fcd833c6c35f3 (diff)
Windows build: Add gstreamer deps
Diffstat (limited to 'win')
-rw-r--r--win/_base.sh11
1 files changed, 5 insertions, 6 deletions
diff --git a/win/_base.sh b/win/_base.sh
index 57953286c..3f3c01011 100644
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -79,6 +79,10 @@ function install_deps {
build_pacman --noconfirm -S mingw-w64-"${ARCH}"-python \
mingw-w64-"${ARCH}"-python-gobject \
mingw-w64-"${ARCH}"-gtksourceview4 \
+ mingw-w64-"${ARCH}"-gstreamer \
+ mingw-w64-"${ARCH}"-gst-plugins-base \
+ mingw-w64-"${ARCH}"-gst-libav \
+ mingw-w64-"${ARCH}"-gst-python \
mingw-w64-"${ARCH}"-python-pip \
mingw-w64-"${ARCH}"-adwaita-icon-theme \
mingw-w64-"${ARCH}"-libwebp \
@@ -221,13 +225,12 @@ function cleanup_install {
rm -Rf "${MINGW_ROOT}"/share/gdb
rm -Rf "${MINGW_ROOT}"/share/libcaca
rm -Rf "${MINGW_ROOT}"/share/gettext
- rm -Rf "${MINGW_ROOT}"/share/gst-plugins-base
rm -Rf "${MINGW_ROOT}"/share/gtk-3.0
rm -Rf "${MINGW_ROOT}"/share/nghttp2
rm -Rf "${MINGW_ROOT}"/share/fontconfig
rm -Rf "${MINGW_ROOT}"/share/gettext-*
- rm -Rf "${MINGW_ROOT}"/share/gstreamer-1.0
rm -Rf "${MINGW_ROOT}"/share/terminfo
+ rm -Rf "${MINGW_ROOT}"/share/OGRE
find "${MINGW_ROOT}"/share/glib-2.0 -type f ! \
-name "*.compiled" -exec rm -f {} \;
@@ -251,12 +254,8 @@ function cleanup_install {
rm -f "${MINGW_ROOT}"/lib/gstreamer-1.0/libgstdvdread.dll
rm -f "${MINGW_ROOT}"/lib/gstreamer-1.0/libgstopenal.dll
rm -f "${MINGW_ROOT}"/lib/gstreamer-1.0/libgstopenexr.dll
- rm -f "${MINGW_ROOT}"/lib/gstreamer-1.0/libgstopenh264.dll
rm -f "${MINGW_ROOT}"/lib/gstreamer-1.0/libgstresindvd.dll
rm -f "${MINGW_ROOT}"/lib/gstreamer-1.0/libgstassrender.dll
- rm -f "${MINGW_ROOT}"/lib/gstreamer-1.0/libgstx265.dll
- rm -f "${MINGW_ROOT}"/lib/gstreamer-1.0/libgstwebp.dll
- rm -f "${MINGW_ROOT}"/lib/gstreamer-1.0/libgstopengl.dll
rm -f "${MINGW_ROOT}"/lib/gstreamer-1.0/libgstmxf.dll
rm -f "${MINGW_ROOT}"/lib/gstreamer-1.0/libgstfaac.dll
rm -f "${MINGW_ROOT}"/lib/gstreamer-1.0/libgstschro.dll