Changeset f7747d0


Ignore:
Timestamp:
01/05/2013 08:38:53 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
23407e4
Parents:
d835b55
Message:

Revived Transcode, minor fix to GnuTLS page.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10923 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rd835b55 rf7747d0  
    5050        <listitem>
    5151          <para>[krejzi] - Added SBC 1.0.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[krejzi] - Re Added Transcode 1.1.7.</para>
    5255        </listitem>
    5356        <listitem>
  • multimedia/videoutils/transcode.xml

    rd835b55 rf7747d0  
    99  <!ENTITY transcode-md5sum        "9bb25a796a8591fb764de46ee87ce505">
    1010  <!ENTITY transcode-size          "2.1 MB">
    11   <!ENTITY transcode-buildsize     "55 MB">
     11  <!ENTITY transcode-buildsize     "75 MB">
    1212  <!ENTITY transcode-time          "1.0 SBU">
    1313]>
     
    7979        <para>
    8080          Required patch:
    81           <ulink url="&patch-root;/transcode-&transcode-version;-ffmpeg-1.patch"/>
     81          <ulink url="&patch-root;/transcode-&transcode-version;-ffmpeg-2.patch"/>
    8282        </para>
    8383      </listitem>
     
    131131
    132132    <note>
    133       <para>The details of how the <application>ffmpeg</application> libraries
    134       are used has changed since this version of
    135       <application>transcode</application> was released. The patch allows the
    136       package to be compiled, but some or all of the internal calls to
    137       <application>ffmpeg</application> fail at run time (they report an error
    138       and processing continues, but without any output).</para>
    139 
    140       <para>For many packages, that would be a critical error. In this case,
    141       the main reason to install <application>transcode</application> is for
    142       the <command>tccat</command> program, which works.  Some of the
    143       <command>transcode</command> options work - for the others, use
    144       <command>ffmpeg</command> directly on the command line.</para>
     133      <para>
     134        The details of how the <application>FFmpeg</application> libraries
     135        are used has changed since this version of
     136        <application>Transcode</application> was released. The patch allows the
     137        package to be compiled, but some or all of the internal calls to
     138        <application>FFmpeg</application> fail at run time (they report an error
     139        and processing continues, but without any output).
     140      </para>
     141
     142      <para>
     143        For many packages, that would be a critical error. In this case,
     144        the main reason to install <application>Transcode</application> is for
     145        the <command>tccat</command> program, which works.  Some of the
     146        <command>transcode</command> options work - for the others, use
     147        <command>ffmpeg</command> directly on the command line.
     148      </para>
    145149    </note>
    146150
     
    152156<screen><userinput>sed -i 's|doc/transcode|&amp;-$(PACKAGE_VERSION)|' \
    153157       $(find . -name Makefile.in -exec grep -l 'docsdir =' {} \;) &amp;&amp;
    154 patch -Np1 -i ../transcode-&transcode-version;-ffmpeg-1.patch &amp;&amp;
     158patch -Np1 -i ../transcode-&transcode-version;-ffmpeg-2.patch &amp;&amp;
    155159./configure --prefix=/usr \
    156160            --enable-alsa \
  • multimedia/videoutils/videoutils.xml

    rd835b55 rf7747d0  
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ffmpeg.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mplayer.xml"/>
    28 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="transcode.xml"/> -->
     28  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="transcode.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vlc.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xine-ui.xml"/>
  • postlfs/security/gnutls.xml

    rd835b55 rf7747d0  
    177177      <seglistitem>
    178178        <seg>
    179           certtool, crywrap, gnutls-cli, gnutls-cli-debug, gnutls-serv,
    180           ocsptool, p11tool, psktool, and srptool
     179          certtool, crywrap, danetool, gnutls-cli, gnutls-cli-debug,
     180          gnutls-serv, ocsptool, p11tool, psktool, and srptool
    181181        </seg>
    182182        <seg>
Note: See TracChangeset for help on using the changeset viewer.