# HG changeset patch # User Xander Ziiryanoff # Date 1508740819 -7200 # Node ID 377e22b724b4a237c88eeea3bab3325a821aa3e6 # Parent ace91d9d58491de7bcb9b0bdf9c0f15e413c7656 up: avidemux, palemoon diff -r ace91d9d5849 -r 377e22b724b4 avidemux/receipt --- a/avidemux/receipt Sun Oct 22 23:19:09 2017 +0200 +++ b/avidemux/receipt Mon Oct 23 08:40:19 2017 +0200 @@ -26,7 +26,7 @@ sed -ri 's|(Name=).*|\1avidemux (Qt)|' avidemux2.desktop sed -ri 's|(Exec=).*|\1avidemux3_qt5|' avidemux2.desktop sed 's/pkg_check_modules(PULSEAUDIOSIMPLE libpulse-simple)//' -i cmake/admCheckAudioDeviceLibs.cmake - sed 's|$EXTRA_CMAKE_DEFS|& -DUSE_VAPOURSYNTH=false -DFAAD=false -DFRIBIDI=false |' -i bootStrap.bash + sed 's|$EXTRA_CMAKE_DEFS|& -DVAPOURSYNTH=false -DFAAD=false -DFRIBIDI=false |' -i bootStrap.bash bash bootStrap.bash --with-core --with-cli --with-plugins 2>/dev/null for i in Cli Core PluginsCLI PluginsCommon Qt5 PluginsQt5; do ( make -C build${i} DESTDIR="$DESTDIR" install 2>/dev/null) | \ @@ -45,5 +45,4 @@ mkdir -p $fs/usr/lib $fs/usr/share/pixmaps $fs/usr/share/applications cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib $fs/usr - cp -a $install/usr/share/ADM_scripts $fs/usr/share } diff -r ace91d9d5849 -r 377e22b724b4 palemoon/stuff/mozconfig --- a/palemoon/stuff/mozconfig Sun Oct 22 23:19:09 2017 +0200 +++ b/palemoon/stuff/mozconfig Mon Oct 23 08:40:19 2017 +0200 @@ -49,6 +49,8 @@ ac_add_options --with-system-zlib ac_add_options --enable-system-ffi ac_add_options --enable-system-pixman -ac_add_options --enable-chrome-format=omni +#ac_add_options --enable-chrome-format=omni +ac_add_options --enable-chrome-format=flat +ac_add_options --without-intl-api ac_add_options --disable-optimize