Skip to content

Commit

Permalink
#4100 pillow indirectly needs libsharpyuv
Browse files Browse the repository at this point in the history
also remove more build / unused packaging files
  • Loading branch information
totaam committed Mar 5, 2024
1 parent 175edd2 commit 91cc8f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packaging/MSWindows/BUILD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ rm -fr ./lib2to3* ./xdg* ./olefile* ./pygtkcompat* keyring/testing ./jaraco* ./p
#remove codecs we don't need:
rm -f ./libSvt* ./libx265* ./libjxl* ./libde265* ./libkvazaar*
if [ "${DO_FULL}" == "0" ]; then
rm -fr *.dist-info
# kerberos / gss libs:
rm -f ./libshishi* ./libgss*
# no dbus:
Expand All @@ -428,7 +429,7 @@ if [ "${DO_FULL}" == "0" ]; then
# remove h264 encoder:
rm -f ./libx264*
# should not be needed:
rm -f ./libsqlite* ./libp11-kit* ./libsharpyuv*
rm -f ./libsqlite* ./libp11-kit*
# extra audio codecs (we just keep vorbis and opus):
rm -f ./libmp3* ./libwavpack* ./libmpdec* ./libspeex* ./libFLAC* ./libmpg123* ./libfaad* ./libfaac*
# matching gstreamer modules:
Expand Down Expand Up @@ -509,6 +510,9 @@ fi
#leave ./lib
popd > /dev/null

rm -fr share/xml
rm -fr share/glib-2.0/codegen share/glib-2.0/gdb share/glib-2.0/gettext
rm -fr share/themes/Default/gtk-2.0*
if [ "${DO_FULL}" == "0" ]; then
# remove extra bits that take up a lot of space:
rm -fr share/icons/Adwaita/cursors
Expand All @@ -519,7 +523,7 @@ fi
for i in `seq 4`; do
find share/icons -type d -exec rmdir {} \; 2> /dev/null
done
rm -fr share/xml

#leave ./dist
popd > /dev/null

Expand Down

0 comments on commit 91cc8f7

Please sign in to comment.