Changeset 9afdcef
- Timestamp:
- 09/19/2014 05:41:15 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 43b45dc
- Parents:
- ced6b1c5
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/apache-ant.xml
rced6b1c5 r9afdcef 40 40 that implements a particular task interface.</para> 41 41 42 &lfs7 5_checked;42 &lfs76_checked; 43 43 44 44 <bridgehead renderas="sect3">Package Information</bridgehead> -
general/prog/java.xml
rced6b1c5 r9afdcef 82 82 version.</para> 83 83 84 &lfs7 5_checked;84 &lfs76_checked; 85 85 86 86 <bridgehead renderas="sect3">Binary Package Information</bridgehead> -
general/prog/junit.xml
rced6b1c5 r9afdcef 36 36 test data, and test runners for running tests.</para> 37 37 38 &lfs7 5_checked;38 &lfs76_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> -
kde/core/kdelibs.xml
rced6b1c5 r9afdcef 127 127 kded/kbuildsycoca.cpp</userinput></screen> 128 128 129 <para>130 Fix building with <xref linkend="giflib"/>:131 </para>132 133 <screen><userinput>sed -i "/DGifCloseFile/s:file:&, NULL:g" \134 khtml/imload/decoders/gifloader.cpp</userinput></screen>135 136 129 <!-- 137 130 <para>Cmake looks for <application>Xorg</application> libraries in a set of … … 145 138 -i cmake/modules/FindX11.cmake</userinput></screen> 146 139 --> 140 147 141 <para>Install <application>Kdelibs</application> by running the following 148 142 commands:</para> 149 143 150 <!-- I wouldn't recommend installing D-Bus configuration files outside of /etc if kde-dir is /usr,151 maybe kde-etc-dir should be introduced? -->144 <!-- I wouldn't recommend installing D-Bus configuration files outside of 145 /etc if kde-dir is /usr, maybe kde-etc-dir should be introduced? --> 152 146 153 147 <screen><userinput>mkdir build && -
multimedia/audioutils/freetts.xml
rced6b1c5 r9afdcef 49 49 </para> 50 50 51 &lfs7 5_checked;51 &lfs76_checked; 52 52 53 53 <bridgehead renderas="sect3">Package Information</bridgehead> -
multimedia/cdwriteutils/k3b.xml
rced6b1c5 r9afdcef 54 54 </para> 55 55 56 &lfs7 5_checked;56 &lfs76_checked; 57 57 58 58 <bridgehead renderas="sect3">Package Information</bridgehead> … … 111 111 There are programs from three packages that 112 112 <application>K3b</application> will look for at runtime: 113 <ulink url="http:// cdrecord.berlios.de/private/cdrecord.html">Cdrtools</ulink>113 <ulink url="http://freecode.com/projects/cdrecord">Cdrtools</ulink> 114 114 (required to burn CD-ROM media), <xref linkend="dvd-rw-tools"/> 115 115 (required to burn or format DVD media), and <xref linkend="cdrdao"/> -
multimedia/cdwriteutils/simpleburn.xml
rced6b1c5 r9afdcef 35 35 </para> 36 36 37 &lfs7 5_checked;37 &lfs76_checked; 38 38 39 39 <bridgehead renderas="sect3">Package Information</bridgehead> … … 115 115 116 116 <screen><userinput>mkdir build && 117 cd build && 118 cmake -DCMAKE_BUILD_TYPE=Release \ 117 cd build && 118 119 cmake -DCMAKE_BUILD_TYPE=Release \ 119 120 -DCMAKE_INSTALL_PREFIX=/usr \ 120 121 -DBURNING=LIBBURNIA .. && -
multimedia/libdriv/icedtea-sound.xml
rced6b1c5 r9afdcef 42 42 </para> 43 43 44 &lfs7 5_checked;44 &lfs76_checked; 45 45 46 46 <bridgehead renderas="sect3">Package Information</bridgehead> … … 100 100 </para> 101 101 102 <screen><userinput> 103 ./configure --with-jdk-home=${JAVA_HOME} \ 104 --disable-docs && 102 <screen><userinput> ./configure --with-jdk-home=${JAVA_HOME} --disable-docs && 105 103 make</userinput></screen> 106 104 … … 114 112 115 113 <screen role="root"><userinput>case $(uname -m) in 116 i?86 ) ARCH=i386 ;;114 i?86 ) ARCH=i386 ;; 117 115 x86_64 ) ARCH=amd64 ;; 118 116 esac && 117 119 118 install icedtea-sound.jar ${JAVA_HOME}/jre/lib/ext && 120 119 install build/native/libicedtea-sound.so ${JAVA_HOME}/jre/lib/$ARCH && -
multimedia/libdriv/opal.xml
rced6b1c5 r9afdcef 36 36 </para> 37 37 38 &lfs7 5_checked;38 &lfs76_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> -
multimedia/videoutils/mplayer.xml
rced6b1c5 r9afdcef 49 49 </para> 50 50 51 &lfs7 5_checked;51 &lfs76_checked; 52 52 53 53 <bridgehead renderas="sect3">Package Information</bridgehead> … … 265 265 </para> 266 266 267 <screen><userinput> 268 patch -Np1 -i ../MPlayer-&mplayer-version;-giflib_fixes-1.patch && 267 <screen><userinput> patch -Np1 -i ../MPlayer-&mplayer-version;-giflib_fixes-1.patch && 269 268 patch -Np1 -i ../MPlayer-&mplayer-version;-live_fixes-1.patch && 269 270 270 sed -i 's:libsmbclient.h:samba-4.0/&:' configure stream/stream_smb.c && 271 271 sed -i 's/EGifCloseFile(new_gif/&, NULL/' libvo/vo_gif89a.c &&
Note:
See TracChangeset
for help on using the changeset viewer.