diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-03-28 00:20:58 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-03-28 00:20:58 -0400 |
commit | 45f11dbe7efc2d6d4661b3a21d83fd0e0a5deb06 (patch) | |
tree | 0f06e91e3b81c1439c4de7f156b0abb9395dd4a4 | |
parent | 9539e58ae7653ffa5ef25cf7b18c67d705813334 (diff) | |
download | infrastructure-45f11dbe7efc2d6d4661b3a21d83fd0e0a5deb06.tar.gz |
more digikam fixes
-rw-r--r-- | files/usr/local/etc/poudriere.d/make.conf.pkg_repository | 3 | ||||
-rw-r--r-- | scripts/hostclass/mysql_server | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/files/usr/local/etc/poudriere.d/make.conf.pkg_repository b/files/usr/local/etc/poudriere.d/make.conf.pkg_repository index 928e276..eeda66f 100644 --- a/files/usr/local/etc/poudriere.d/make.conf.pkg_repository +++ b/files/usr/local/etc/poudriere.d/make.conf.pkg_repository @@ -53,7 +53,8 @@ multimedia_kdemultimedia_SET=KMIX multimedia_kdenlive_UNSET=DVDWIZARD multimedia_mpv_SET=CDIO LIBBLURAY multimedia_mpv_UNSET=NVDEC -multimedia_qt6-multimedia_SET=ALSA +multimedia_qt6-multimedia_UNSET=ALSA +multimedia_qt6-multimedia_SET=PULSEAUDIO multimedia_vlc_SET=FLAC MPEG2 X264 X265 VPX DCA FAAD AOM multimedia_webcamd_UNSET=DVB INPUT RADIO net-im_py-matrix-synapse_SET=PGSQL URLPREVIEW LDAP diff --git a/scripts/hostclass/mysql_server b/scripts/hostclass/mysql_server index 8fa0ce7..d8edad6 100644 --- a/scripts/hostclass/mysql_server +++ b/scripts/hostclass/mysql_server @@ -1,6 +1,6 @@ #!/bin/sh -: ${mysql_max_packet_size:='67108864'} # 64M +: ${mysql_max_packet_size:='134217728'} # 128M - digikam needs this for big collections mysql_user=mysql mysql_home=/var/db/mysql |