Changeset b6e52eed for multimedia


Ignore:
Timestamp:
09/10/2018 10:00:49 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
25f0620
Parents:
04712f3
Message:

perl-modules branch: merge trunk r20482 to r20489.

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

Location:
multimedia
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/pnmixer.xml

    r04712f3 rb6e52eed  
    55  %general-entities;
    66
    7   <!ENTITY pnmixer-download-http "https://github.com/downloads/nicklan/pnmixer/pnmixer-&pnmixer-version;.tar.gz">
     7  <!ENTITY pnmixer-download-http "https://github.com/nicklan/pnmixer/releases/download/v&pnmixer-version;/pnmixer-v&pnmixer-version;.tar.gz">
    88  <!ENTITY pnmixer-download-ftp  "">
    9   <!ENTITY pnmixer-md5sum        "2288af95ab280721b39b7c33601d5dd4">
    10   <!ENTITY pnmixer-size          "135 KB">
    11   <!ENTITY pnmixer-buildsize     "2.3 MB">
     9  <!ENTITY pnmixer-md5sum        "e9f17f56c50de39393030a96e343427b">
     10  <!ENTITY pnmixer-size          "236 KB">
     11  <!ENTITY pnmixer-buildsize     "2.5 MB">
    1212  <!ENTITY pnmixer-time          "less than 0.1 SBU">
    1313]>
     
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       <xref linkend="alsa-utils"/> and
    78       <xref linkend="gtk2"/>
     77      <xref linkend="alsa-utils"/>,
     78      <xref linkend="gtk3"/>, and
     79      <xref linkend="libnotify"/>
    7980    </para>
    8081
     
    9293    </para>
    9394
    94 <screen><userinput>./autogen.sh --prefix=/usr &amp;&amp;
     95<screen><userinput>mkdir build &amp;&amp;
     96cd    build &amp;&amp;
     97
     98cmake -DCMAKE_INSTALL_PREFIX=/usr ..  &amp;&amp;
    9599make</userinput></screen>
    96100
  • multimedia/libdriv/soundtouch.xml

    r04712f3 rb6e52eed  
    55  %general-entities;
    66
    7   <!ENTITY soundtouch-download-http "http://www.surina.net/soundtouch/soundtouch-&soundtouch-version;.tar.gz">
     7  <!ENTITY soundtouch-download-http "https://gitlab.com/soundtouch/soundtouch/-/archive/&soundtouch-version;/soundtouch-&soundtouch-version;.tar.bz2">
    88  <!ENTITY soundtouch-download-ftp  " ">
    9   <!ENTITY soundtouch-md5sum        "9f5eaf7b767970c2dbc75b7a443ec15a">
    10   <!ENTITY soundtouch-size          "448 KB">
    11   <!ENTITY soundtouch-buildsize     "7.7 MB">
     9  <!ENTITY soundtouch-md5sum        "4f55124b6931eb82b5c783cd311ad3d2">
     10  <!ENTITY soundtouch-size          "452 KB">
     11  <!ENTITY soundtouch-buildsize     "7.5 MB">
    1212  <!ENTITY soundtouch-time          "0.1 SBU">
    1313]>
     
    8787    <title>Installation of SoundTouch</title>
    8888
    89     <note>
    90       <para>
    91         When extracted, the <application>Soundtouch</application> package
    92         expands into the directory
    93         <filename class='directory'>soundtouch</filename> and not
    94         soundtouch-&soundtouch-version;.
    95       </para>
    96     </note>
    97 
    9889    <para>
    9990      Install <application>SoundTouch</application> by running the following
    10091      commands:
    10192    </para>
     93
     94    <caution>
     95      <para>
     96        The <command>bootstrap</command> command below fails if the ACLOCAL
     97        environment variable is set as specified in <xref linkend="xorg7"/>.
     98        If it is used, ACLOCAL needs to be unset for this package and then
     99        reset for other packages.
     100      </para>
     101    </caution>
    102102
    103103<screen><userinput>./bootstrap &amp;&amp;
  • multimedia/videoutils/vlc.xml

    r04712f3 rb6e52eed  
    77  <!ENTITY vlc-download-http "https://download.videolan.org/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz">
    88  <!ENTITY vlc-download-ftp  " ">
    9   <!ENTITY vlc-md5sum        "cf01d4755c719fe1c8605ceb40d8f1d2">
     9  <!ENTITY vlc-md5sum        "f5e49a0fb9594ab8debf934a710e92f1">
    1010  <!ENTITY vlc-size          "24 MB">
    11   <!ENTITY vlc-buildsize     "709 MB (add 13 MB for tests)">
     11  <!ENTITY vlc-buildsize     "711 MB (add 14 MB for tests)">
    1212  <!ENTITY vlc-time          "2.0 SBU (using parallelism=4; add 0.2 SBU for tests)">
    1313]>
     
    213213    <screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h   &amp;&amp;
    214214sed -i '/DEPRECATED/s:^://:'  modules/text_renderer/freetype/text_layout.c &amp;&amp;
     215sed -i '/118/s/$/\&amp;\&amp; X264_BUILD &lt; 153/' modules/codec/x264.c              &amp;&amp;
     216
     217BUILDCC=gcc ./configure --prefix=/usr --disable-opencv &amp;&amp;
     218
     219make</userinput></screen>
     220
     221<!-- No longer needed
    215222sed -i '/#include &lt;QString&gt;/i#include &lt;QButtonGroup&gt;' \
    216223        modules/gui/qt/components/simple_preferences.cpp                   &amp;&amp;
    217 sed -i '/118/s/$/\&amp;\&amp; X264_BUILD &lt; 153/' modules/codec/x264.c              &amp;&amp;
    218 
    219 BUILDCC=gcc ./configure --prefix=/usr --disable-opencv &amp;&amp;
    220 
    221 make</userinput></screen>
    222 
     224-->
    223225    <para>
    224226      To test the results, issue: <command>make check</command>.
     
    262264      building with the current version of <xref linkend="x264"/>.
    263265    </para>
    264 
     266<!--
    265267    <para>
    266268      <command>sed -i '/#include &lt;QString&gt;/ ...</command> This
     
    268270      <xref linkend="qt5"/>.
    269271    </para>
    270 
     272-->
    271273    <para>
    272274      <option>--disable-opencv</option>: This switch is required to disable
Note: See TracChangeset for help on using the changeset viewer.