Changeset f330e62


Ignore:
Timestamp:
04/25/2019 04:53:04 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
dcea4e3
Parents:
fdd27610
Message:

Fix Linux-PAM unstruction untaring docs

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gstreamer10.xml

    rfdd27610 rf330e62  
    77  <!ENTITY gstreamer10-download-http "&gstreamer-dl;/gstreamer/gstreamer-&gstreamer10-version;.tar.xz">
    88  <!ENTITY gstreamer10-download-ftp  " ">
    9   <!ENTITY gstreamer10-md5sum        "f67fbbc42bd85a0701df119f52fb52bd">
    10   <!ENTITY gstreamer10-size          "3.1 MB">
    11   <!ENTITY gstreamer10-buildsize     "124 MB (with tests)">
    12   <!ENTITY gstreamer10-time          "1.8 SBU (Using parallelism=4; with tests)">
     9  <!ENTITY gstreamer10-md5sum        "862b7e4263d946bc2ef31b3c582e5587">
     10  <!ENTITY gstreamer10-size          "3.2 MB">
     11  <!ENTITY gstreamer10-buildsize     "96 MB (with tests)">
     12  <!ENTITY gstreamer10-time          "1.9 SBU (Using parallelism=4; with tests)">
    1313]>
    1414
     
    112112    </para>
    113113
    114 <screen><userinput>./configure --prefix=/usr \
    115             --with-package-name="GStreamer &gstreamer10-version; BLFS" \
    116             --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
    117 make</userinput></screen>
    118 
    119     <para>
    120       To test the results, issue: <command>make check</command>.
     114<screen><userinput>mkdir build &amp;&amp;
     115cd    build &amp;&amp;
     116
     117meson  --prefix=/usr       \
     118       -Dbuildtype=release \
     119       -Dgst_debug=false   \
     120       -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \
     121       -Dpackage-name="GStreamer 1.14.4 BLFS" &amp;&amp;
     122ninja</userinput></screen>
     123
     124    <para>
     125      To test the results, issue: <command>ninja test</command>. One test is
     126      known to fail.
    121127    </para>
    122128
     
    135141    </para>
    136142
    137 <screen role="root"><userinput>make install</userinput></screen>
     143<screen role="root"><userinput>ninja install</userinput></screen>
    138144
    139145  </sect2>
  • packages.ent

    rfdd27610 rf330e62  
    911911<!ENTITY frei0r-version               "1.6.1">
    912912<!ENTITY gavl-version                 "1.4.0">
    913 <!ENTITY gstreamer10-version          "1.14.4">  <!-- Even minors only -->
     913<!ENTITY gstreamer10-version          "1.16.0">  <!-- Even minors only -->
    914914<!ENTITY gst10-plugins-base-version   "1.14.4">  <!-- Even minors only -->
    915915<!ENTITY gst10-plugins-good-version   "1.14.4">  <!-- Even minors only -->
  • postlfs/security/linux-pam.xml

    rfdd27610 rf330e62  
    133133    </para>
    134134
    135 <screen><userinput>tar -xf ../Linux-PAM-&linux-pam-docs-version;-docs.tar.bz2 --strip-components=1</userinput></screen>
     135<screen><userinput>tar -xf ../Linux-PAM-&linux-pam-docs-version;-docs.tar.xz --strip-components=1</userinput></screen>
    136136
    137137    <para>
Note: See TracChangeset for help on using the changeset viewer.