aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/usr/local/etc/poudriere.d/make.conf.pkg_repository3
-rw-r--r--scripts/hostclass/mysql_server2
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