Changeset 9981513b
- Timestamp:
- 06/28/2017 05:26:11 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a96719e
- Parents:
- 7f8e546a
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r7f8e546a r9981513b 49 49 <para>[dj] - Add dosfstools-4.1.</para> 50 50 </listitem> 51 <listitem> 52 <para>[dj] - Reintroduce cdrtools-3.02a07.</para> 53 </listitem> 51 54 </itemizedlist> 52 55 </listitem> -
multimedia/cdwriteutils/cdrtools.xml
r7f8e546a r9981513b 5 5 %general-entities; 6 6 7 <!ENTITY cdrtools-download-http " 8 <!ENTITY cdrtools-download-ftp " ftp://ftp.berlios.de/pub/cdrecord/cdrtools-&cdrtools-version;.tar.bz2">9 <!ENTITY cdrtools-md5sum " f9fbab08fbd458b0d2312976d8c5f558">10 <!ENTITY cdrtools-size " 1.9MB">11 <!ENTITY cdrtools-buildsize " 33MB">12 <!ENTITY cdrtools-time "0. 8SBU">7 <!ENTITY cdrtools-download-http "http://downloads.sourceforge.net/cdrtools/cdrtools-&cdrtools-version;.tar.bz2"> 8 <!ENTITY cdrtools-download-ftp " "> 9 <!ENTITY cdrtools-md5sum "ea362a6a42d8aa0d5fc154d195f47926"> 10 <!ENTITY cdrtools-size "2.1 MB"> 11 <!ENTITY cdrtools-buildsize "41 MB"> 12 <!ENTITY cdrtools-time "0.5 SBU"> 13 13 ]> 14 14 … … 32 32 <para>The <application>Cdrtools</application> package contains 33 33 CD recording utilities. These are useful for reading, creating or writing 34 (burning) Compact Discs.</para> 35 36 &lfs71_checked; 34 (burning) CDs, DVDs, and Blu-ray discs.</para> 37 35 38 36 <bridgehead renderas="sect3">Package Information</bridgehead> … … 68 66 commands:</para> 69 67 70 <screen><userinput>make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root</userinput></screen> 68 <screen><userinput>export GMAKE_NOWARN=true && 69 make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root</userinput></screen> 71 70 72 71 <para>This package does not come with a test suite.</para> … … 74 73 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 75 74 76 <screen role="root"><userinput>make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install && 75 <screen role="root"><userinput>export GMAKE_NOWARN=true && 76 make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install && 77 77 install -v -m755 -d /usr/share/doc/cdrtools-&cdrtools-version; && 78 78 install -v -m644 README* ABOUT doc/*.ps \ … … 83 83 <sect2 role="commands"> 84 84 <title>Command Explanations</title> 85 86 <para><command>export GMAKE_NOWARN=true</command>: This variable avoids a 87 warning when using GNU make.</para> 85 88 86 89 <para><parameter>INS_BASE=/usr</parameter>: This parameter moves … … 107 110 rscsi, scgcheck, scgskeleton</seg> 108 111 109 <seg>libcdrdeflt.a, libdeflt.a, libedc_ecc.a, libedc_ecc_dec.a, libfile.a,110 libfi nd.a, libhfs.a, libmdigest.a, libparanoia.a, librscg.a, libscg.a,111 lib scgcmd.a, libschily.a, libsiconv.a</seg>112 <seg>libcdrdeflt.a, libdeflt.a, libedc_ecc.a, libedc_ecc_dec.a, 113 libfile.a, libfind.a, libhfs.a, libmdigest.a, libparanoia.a, 114 librscg.a, libscg.a, libscgcmd.a, libschily.a, libsiconv.a</seg> 112 115 113 116 <seg>/usr/lib/{profiled,siconv}, /usr/include/{scg,schily}, -
multimedia/cdwriteutils/cdwriteutils.xml
r7f8e546a r9981513b 38 38 39 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cdrdao.xml"/> 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cdrtools.xml"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dvd+rw-tools.xml"/> 41 42 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="k3b.xml"/> --> -
multimedia/cdwriteutils/dvd+rw-tools.xml
r7f8e546a r9981513b 79 79 80 80 <bridgehead renderas="sect4">Required</bridgehead> 81 <para> 82 Though not required during the build, you must have installed a package 83 which provides the <command>xorrisofs</command> command, such as 84 <xref linkend="libisoburn"/>, or the <command>growisofs</command> command 85 will not function properly, rendering the entire package useless. 86 </para> 81 <para><xref linkend="cdrtools"/> (runtime)</para> 87 82 88 83 <para condition="html" role="usernotes"> … … 100 95 101 96 <screen><userinput>sed -i '/stdlib/a #include <limits.h>' transport.hxx && 102 sed -i 's#mkisofs"#xorrisofs"#' growisofs.c &&103 sed -i 's#mkisofs#xorrisofs#;s#MKISOFS#XORRISOFS#' growisofs.1 &&104 105 97 make all rpl8 btcflash</userinput></screen> 106 98 … … 127 119 </para> 128 120 121 <!-- left these here in the event that libisoburn gets fixed and can be a 122 substitution again 123 129 124 <para> 130 125 <command>sed -i 's#mkisofs"#xorrisofs"#' growisofs.c</command>: This sed … … 140 135 above change. 141 136 </para> 142 137 --> 143 138 <para> 144 139 <command>make all rpl8 btcflash</command>: This command uses additional -
packages.ent
r7f8e546a r9981513b 832 832 <!-- Chapter 49 --> 833 833 <!ENTITY cdrdao-version "1.2.3"> 834 <!ENTITY cdrtools-version "3.02a07"> 834 835 <!ENTITY dvd-rw-tools-version "7.1"> 835 836 <!ENTITY k3b-version "2.0.3">
Note:
See TracChangeset
for help on using the changeset viewer.