Changeset f330e62 for multimedia/libdriv/gstreamer10.xml
- Timestamp:
- 04/25/2019 04:53:04 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- dcea4e3
- Parents:
- fdd27610
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
multimedia/libdriv/gstreamer10.xml
rfdd27610 rf330e62 7 7 <!ENTITY gstreamer10-download-http "&gstreamer-dl;/gstreamer/gstreamer-&gstreamer10-version;.tar.xz"> 8 8 <!ENTITY gstreamer10-download-ftp " "> 9 <!ENTITY gstreamer10-md5sum " f67fbbc42bd85a0701df119f52fb52bd">10 <!ENTITY gstreamer10-size "3. 1MB">11 <!ENTITY gstreamer10-buildsize " 124MB (with tests)">12 <!ENTITY gstreamer10-time "1. 8SBU (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)"> 13 13 ]> 14 14 … … 112 112 </para> 113 113 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/" && 117 make</userinput></screen> 118 119 <para> 120 To test the results, issue: <command>make check</command>. 114 <screen><userinput>mkdir build && 115 cd build && 116 117 meson --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" && 122 ninja</userinput></screen> 123 124 <para> 125 To test the results, issue: <command>ninja test</command>. One test is 126 known to fail. 121 127 </para> 122 128 … … 135 141 </para> 136 142 137 <screen role="root"><userinput> makeinstall</userinput></screen>143 <screen role="root"><userinput>ninja install</userinput></screen> 138 144 139 145 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.