Changeset d6da5da for multimedia


Ignore:
Timestamp:
03/16/2013 12:11:58 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:
cafc2a29
Parents:
0b33a30
Message:

Package updates, additions and tweaks. See commit log and blfs changelog.

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

Location:
multimedia
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libdvdcss.xml

    r0b33a30 rd6da5da  
    66
    77  <!ENTITY libdvdcss-download-http "http://www.videolan.org/pub/libdvdcss/&libdvdcss-version;/libdvdcss-&libdvdcss-version;.tar.bz2">
    8   <!ENTITY libdvdcss-download-ftp  "&gentoo-ftp-repo;/libdvdcss-&libdvdcss-version;.tar.bz2">
    9   <!ENTITY libdvdcss-md5sum        "2218a193900e3203aa10dc24cdf54275">
    10   <!ENTITY libdvdcss-size          "324 KB">
    11   <!ENTITY libdvdcss-buildsize     "3.5 MB">
     8  <!ENTITY libdvdcss-download-ftp  " ">
     9  <!ENTITY libdvdcss-md5sum        "53cfc52a60a156763c425572e5179273">
     10  <!ENTITY libdvdcss-size          "332 KB">
     11  <!ENTITY libdvdcss-buildsize     "4.0 MB">
    1212  <!ENTITY libdvdcss-time          "less than 0.1 SBU">
    1313]>
     
    2424
    2525  <indexterm zone="libdvdcss">
    26     <primary sortas="a-Libdvdcss">Libdvdcss</primary>
     26    <primary sortas="a-libdvdcss">libdvdcss</primary>
    2727  </indexterm>
    2828
     
    7676    <bridgehead renderas="sect4">Optional (to Create Documentation)</bridgehead>
    7777    <para role="optional">
    78       <xref linkend="doxygen"/> and
    79       <xref linkend="texlive"/>
     78      <xref linkend="doxygen"/>
    8079    </para>
    8180
    8281    <para condition="html" role="usernotes">User Notes:
    83     <ulink url="&blfs-wiki;/libdvdcss"/></para>
    84 
     82      <ulink url="&blfs-wiki;/libdvdcss"/>
     83    </para>
    8584  </sect2>
    8685
    8786  <sect2 role="installation">
    8887    <title>Installation of libdvdcss</title>
    89 
    90     <note>
    91       <para>
    92         In certain circumstances the 'inputenc' package in the
    93         <application>LaTeX</application> installation may not work properly
    94         during the build, causing it to hang up. If this happens, issue
    95         <userinput>quit</userinput> at the <application>LaTeX</application>
    96         prompt and then issue the following command at the shell prompt:
    97       </para>
    98 
    99 <screen><userinput>echo "INPUT_ENCODING         = ISO-8859-1" >>doc/doxygen.cfg</userinput></screen>
    100 
    101       <para>
    102         Now either resume the build, or start over. Disregard this note
    103         if you do not have a <application>LaTeX</application> package or
    104         <application>Doxygen</application> installed.
    105       </para>
    106     </note>
    10788
    10889    <para>
     
    11192    </para>
    11293
    113 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     94<screen><userinput>./configure --prefix=/usr    \
     95            --disable-static \
     96            --docdir=/usr/share/doc/libdvdcss-&libdvdcss-version; &amp;&amp;
    11497make</userinput></screen>
    115 
    116     <para>
    117       If you have <application>Doxygen</application> and
    118       <application>TeX Live</application> installed, HTML and Postscript
    119       documentation was created during the build.
    120       If you also want to install a PDF version of the reference manual, issue
    121       the following command:
    122     </para>
    123 
    124 <screen><userinput>make -C doc/latex pdf</userinput></screen>
    12598
    12699    <para>
     
    133106
    134107<screen role="root"><userinput>make install</userinput></screen>
    135 
    136     <para>
    137       If you have <application>Doxygen</application> and
    138       <application>TeX Live</application> installed, install the
    139       documentation using the following commands as the
    140       <systemitem class="username">root</systemitem> user:
    141     </para>
    142 
    143 <screen role="root"><userinput>install -v -m755 -d         /usr/share/doc/libdvdcss-&libdvdcss-version;/html &amp;&amp;
    144 install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;/html &amp;&amp;
    145 install -v -m644 doc/latex/*.{pdf,ps,dvi} \
    146                             /usr/share/doc/libdvdcss-&libdvdcss-version;</userinput></screen>
    147108
    148109  </sect2>
     
    184145
    185146      <varlistentry id="libdvdcss-lib">
    186         <term><filename class='libraryfile'>libdvdcss.so</filename></term>
     147        <term><filename class="libraryfile">libdvdcss.so</filename></term>
    187148        <listitem>
    188149          <para>
  • multimedia/videoutils/ffmpeg.xml

    r0b33a30 rd6da5da  
    88           "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.bz2">
    99  <!ENTITY ffmpeg-download-ftp  " ">
    10   <!ENTITY ffmpeg-md5sum        "f66eee18559ba59da63b895164a189c3">
    11   <!ENTITY ffmpeg-size          "5.6 MB">
     10  <!ENTITY ffmpeg-md5sum        "c871d20559cb64c015b5cf0858812a56">
     11  <!ENTITY ffmpeg-size          "5.7 MB">
    1212  <!ENTITY ffmpeg-buildsize     "100 MB">
    1313  <!ENTITY ffmpeg-time          "4.0 SBU">
     
    126126      <ulink url="http://www.opus-codec.org/">Opus</ulink>,
    127127      <ulink url="http://sourceforge.net/projects/librtmp">librtmp</ulink>,
    128       <ulink url="http://diracvideo.org/">libschroedinger</ulink>,
     128      <ulink url="http://diracvideo.org/">Schroedinger</ulink>,
    129129      <ulink url="http://www.twolame.org/">TwoLAME</ulink>,
    130130      <ulink url="http://linuxtv.org/downloads/v4l-utils/">Video4Linux</ulink>,
     
    133133      <ulink url="http://www.videolan.org/developers/x264.html">x264</ulink>,
    134134      <ulink url="http://xavs.sourceforge.net/">libxavs</ulink> (SVN checkout),
    135       <ulink url="http://connect.creativelabs.com/openal/default.aspx">OpenAL</ulink>, and
     135      <ulink url="http://kcat.strangesoft.net/openal-releases/">OpenAL</ulink>, and
    136136      <ulink url="http://www.nongnu.org/texi2html">texi2html</ulink> (to build HTML documentation)
    137137    </para>
  • multimedia/videoutils/mplayer.xml

    r0b33a30 rd6da5da  
    135135      <!-- <xref linkend="arts"/>, -->
    136136      <xref linkend="esound"/>,
    137       <xref linkend='pulseaudio'/>,
     137      <xref linkend="pulseaudio"/>,
    138138      <xref linkend="sdl"/>,
    139139      <ulink url="http://jackaudio.org/">JACK</ulink>,
    140       <ulink url="http://openal.org/">OpenAL</ulink> and
     140      <ulink url="http://kcat.strangesoft.net/openal-releases/">OpenAL</ulink> and
    141141      <ulink url="http://www.radscan.com/nas.html">NAS</ulink>
    142142    </para>
Note: See TracChangeset for help on using the changeset viewer.