Changeset 4e0a40f
- Timestamp:
- 08/09/2019 01:00:01 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2ab28c8
- Parents:
- 30bce567
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/grantlee.xml
r30bce567 r4e0a40f 68 68 <para> 69 69 Required patch: 70 <ulink url="&patch-root;/grantlee-&grantlee-version;-upstream_fixes- 1.patch"/>70 <ulink url="&patch-root;/grantlee-&grantlee-version;-upstream_fixes-2.patch"/> 71 71 </para> 72 72 </listitem> … … 90 90 <para>First, make some updates from upstream:</para> 91 91 92 <screen><userinput>patch -Np1 -i ../grantlee-&grantlee-version;-upstream_fixes- 1.patch</userinput></screen>92 <screen><userinput>patch -Np1 -i ../grantlee-&grantlee-version;-upstream_fixes-2.patch</userinput></screen> 93 93 94 94 <para>Install <application>Grantlee</application> by -
introduction/welcome/changelog.xml
r30bce567 r4e0a40f 46 46 <para>August 8th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Fix building Grantlee with CMake 3.15 or newer. Fixes 50 <ulink url="&blfs-ticket-root;12374">#12374</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[renodr] - Fix building MLT against a /usr installed Qt5 by 54 removing configure switches that are unneccessary for both /opt and 55 /usr installs of Qt5. Fixes 56 <ulink url="&blfs-ticket-root;12201">#12201</ulink>.</para> 57 </listitem> 58 <listitem> 59 <para>[renodr] - Added $KF5_PREFIX/lib/plugins/kcms to the 60 QT Plugin Path. Fixes 61 <ulink url="&blfs-ticket-root;12206">#12206</ulink>.</para> 62 </listitem> 48 63 <listitem> 49 64 <para>[bdubbs] - Update to cmake-3.15.2. Fixes -
kde/kf5-apps/kdenlive5.xml
r30bce567 r4e0a40f 78 78 <xref linkend="mlt"/>, and 79 79 <xref role="runtime" linkend="v4l-utils"/> (runtime) 80 </para> 81 82 <bridgehead renderas="sect4">Recommended</bridgehead> 83 <para role="recommended"> 84 <xref linkend="breeze-icons"/> 80 85 </para> 81 86 -
kde/kf5/kf5-frameworks.xml
r30bce567 r4e0a40f 425 425 <listitem> 426 426 <para> 427 is a tool to generate a dependency diagram for all frameworks at once. .427 is a tool to generate a dependency diagram for all frameworks at once. 428 428 </para> 429 429 <indexterm zone="kf5-frameworks depdiagram-generate-all"> -
kde/kf5/kf5-intro.xml
r30bce567 r4e0a40f 110 110 export KF5_PREFIX=/opt/kf5 111 111 112 pathappend $KF5_PREFIX/bin PATH 113 pathappend $KF5_PREFIX/lib/pkgconfig PKG_CONFIG_PATH 114 115 pathappend $KF5_PREFIX/etc/xdg XDG_CONFIG_DIRS 116 pathappend $KF5_PREFIX/share XDG_DATA_DIRS 117 118 pathappend $KF5_PREFIX/lib/plugins QT_PLUGIN_PATH 119 120 pathappend $KF5_PREFIX/lib/qml QML2_IMPORT_PATH 112 pathappend $KF5_PREFIX/bin PATH 113 pathappend $KF5_PREFIX/lib/pkgconfig PKG_CONFIG_PATH 114 115 pathappend $KF5_PREFIX/etc/xdg XDG_CONFIG_DIRS 116 pathappend $KF5_PREFIX/share XDG_DATA_DIRS 117 118 pathappend $KF5_PREFIX/lib/plugins QT_PLUGIN_PATH 119 pathappend $KF5_PREFIX/lib/plugins/kcms QT_PLUGIN_PATH 120 121 pathappend $KF5_PREFIX/lib/qml QML2_IMPORT_PATH 121 122 122 123 pathappend $KF5_PREFIX/lib/python&python3-majorver;/site-packages PYTHONPATH 123 124 124 pathappend $KF5_PREFIX/share/man MANPATH125 pathappend $KF5_PREFIX/share/man MANPATH 125 126 # End /etc/profile.d/kf5.sh</literal> 126 127 EOF -
kde/plasma5/plasma-all.xml
r30bce567 r4e0a40f 225 225 pushd $packagedir 226 226 227 # Fix some build issues when generating some configur eation files227 # Fix some build issues when generating some configuration files 228 228 case $name in 229 229 plasma-workspace) -
multimedia/libdriv/mlt.xml
r30bce567 r4e0a40f 93 93 following commands:</para> 94 94 95 <screen><userinput>./configure --prefix=/usr \ 96 --enable-gpl \ 97 --enable-gpl3 \ 98 --enable-opengl \ 99 --disable-gtk2 \ 100 --qt-libdir=$QT5DIR/lib \ 101 --qt-includedir=$QT5DIR/include && 95 <screen><userinput>./configure --prefix=/usr \ 96 --enable-gpl \ 97 --enable-gpl3 \ 98 --enable-opengl \ 99 --disable-gtk2 && 102 100 make</userinput></screen> 103 101
Note:
See TracChangeset
for help on using the changeset viewer.