Changeset 3d6e95d for multimedia


Ignore:
Timestamp:
06/09/2016 11:28:10 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
26bc008
Parents:
8ee0429
Message:

(systemd) Merge to trunk r17470

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17472 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
multimedia
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/v4l-utils.xml

    r8ee0429 r3d6e95d  
    8484    <para role="optional">
    8585      <xref linkend="alsa-lib"/> and
    86       <xref linkend="qt4"/> or
    8786      <xref linkend="qt5"/>
    8887    </para>
     
    10099  <sect2 role="installation">
    101100    <title>Installation of v4l-utils</title>
    102 
    103     <para>
    104       If both Qt4 and Qt5 are installed, Qt5 will be used. If you choose to
    105       build against Qt4, temporarily hide it from
    106       <envar>PKG_CONFIG_PATH</envar>, issuing:
    107     </para>
    108 
    109 <screen><userinput>SAVEPATH=$PKG_CONFIG_PATH &amp;&amp;
    110 PKG_CONFIG_PATH="\
    111 `echo $PKG_CONFIG_PATH | sed 's@:/opt/qt5/lib/pkgconfig@@'`"</userinput></screen>
    112101
    113102    <para>
     
    120109            --disable-static  &amp;&amp;
    121110make</userinput></screen>
    122 
    123     <para>
    124       Again, if both Qt4 and 5 are installed and you chose to build against Qt4,
    125       restore <envar>PKG_CONFIG_PATH</envar>:
    126     </para>
    127 
    128 <screen><userinput>PKG_CONFIG_PATH=$SAVEPATH &amp;&amp;
    129 unset SAVEPATH</userinput></screen>
    130111
    131112    <para>
  • multimedia/videoutils/vlc.xml

    r8ee0429 r3d6e95d  
    55  %general-entities;
    66
    7   <!ENTITY vlc-download-http "http://download.videolan.org/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz">
    8   <!ENTITY vlc-download-ftp " ">
    9   <!ENTITY vlc-md5sum        "ecbc65be549e5cc83e4cbe0129e66dcd">
    10   <!ENTITY vlc-size          "21 MB">
    11   <!ENTITY vlc-buildsize     "603 MB (with tests)">
    12   <!ENTITY vlc-time          "4.6 SBU (with tests)">
     7  <!ENTITY vlc-download-http "&sources-anduin-http;/vlc/vlc-&vlc-version;.tar.xz">
     8  <!ENTITY vlc-download-ftp  "&sources-anduin-ftp;/vlc/vlc-&vlc-version;.tar.xz">
     9  <!ENTITY vlc-md5sum        "ea02989ea69f8eda65a4dcf73982eed2">
     10  <!ENTITY vlc-size          "20 MB">
     11  <!ENTITY vlc-buildsize     "673 MB (add 4 MB for tests)">
     12  <!ENTITY vlc-time          "6.0 SBU (add 0.2 SBU for tests)">
    1313]>
    1414
     
    7171        <para>
    7272          Estimated build time: &vlc-time;
    73         </para>
    74       </listitem>
    75     </itemizedlist>
    76 
    77     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    78     <itemizedlist spacing="compact">
    79       <listitem>
    80         <para>
    81           Required patch:
    82           <ulink url="&patch-root;/vlc-&vlc-version;-ffmpeg3-1.patch"/>
    8373        </para>
    8474      </listitem>
     
    152142      <ulink url="http://www.videolan.org/developers/libdca.html">libdca</ulink>,
    153143      <ulink url="http://code.google.com/p/libkate/">libkate</ulink>,
    154       <!--<ulink url="http://code.google.com/p/libtiger/">libtiger</ulink>,-->
    155144      <ulink url="http://www.khronos.org/openmax/">OpenMAX</ulink>,
    156145      <ulink url="http://sourceforge.net/projects/schrodinger/">Schroedinger</ulink>,
     
    185174      <ulink url="http://pkgbuild.com/~giovanni/libtar/">libtar</ulink>, and
    186175      <ulink url="http://www.lirc.org/">LIRC</ulink>
    187       <!--<ulink url="http://www.feep.net/libtar/">libtar</ulink>-->
    188176    </para>
    189177
     
    219207
    220208    <para>
    221       If both Qt4 and Qt5 are installed, Qt5 needs to be hidden from
    222       <envar>PKG_CONFIG_PATH</envar>, due to a bug. Temporarily do it by issuing:
    223     </para>
    224 
    225 <screen><userinput>SAVEPATH=$PKG_CONFIG_PATH &amp;&amp;
    226 PKG_CONFIG_PATH="\
    227 `echo $PKG_CONFIG_PATH | sed 's@:/opt/qt5/lib/pkgconfig@@'`"</userinput></screen>
    228 
    229     <para>
    230209      If you wish to avoid many invalid warnings, issue:
    231210    </para>
     
    236215    </para>
    237216
    238 <screen><userinput>patch -Np1 -i ../vlc-&vlc-version;-ffmpeg3-1.patch &amp;&amp;
    239 
    240 CXX="g++ -std=c++11"             \
    241 CFLAGS="-DLUA_COMPAT_5_1"        \
    242 OPENCV_LIBS="-L/usr/share/OpenCV" \
     217<screen><userinput>BUILDCC=gcc                      \
     218CFLAGS="-I $XORG_PREFIX/include" \
    243219./configure --prefix=/usr &amp;&amp;
    244220
     
    254230
    255231    <para>
    256       To test the results, issue: <command>make -k check</command>. Tests must be
    257       run from an active X session. One test fails for unknown reasons.
     232      To test the results, issue: <command>make -k check</command>.
     233      One test fails for unknown reasons.
    258234    </para>
    259235
     
    281257
    282258    <para>
    283       <envar>CXX="g++ -std=c++11"</envar>: This environment variable
     259      <envar>BUILDCC=gcc</envar>: This environment variable
    284260      is needed for compatibility with <xref linkend="gcc"/>.
    285261    </para>
    286262
    287263    <para>
    288       <envar>CFLAGS="-DLUA_COMPAT_5_1"</envar>: This environment variable
    289       is needed for compatibility with <xref linkend="lua"/>.
    290     </para>
    291 
    292     <para>
    293       <envar>OPENCV_LIBS="-L/usr/share/OpenCV"</envar> This environment variable
    294       helps the linker to find <filename>libippicv.a</filename> installed by
    295       <application>OpenCV</application> 3.
     264      <envar>CFLAGS="-I $XORG_PREFIX/include"</envar>: This environment variable
     265      is needed if <application>xorg</application> is not installed in
     266      <filename class="directory">/usr</filename>.
    296267    </para>
    297268
Note: See TracChangeset for help on using the changeset viewer.