Changeset 0c61cb89
- Timestamp:
- 04/25/2019 07:57:42 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:
- e0ea073
- Parents:
- dcea4e3
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rdcea4e3 r0c61cb89 46 46 <para>April 25th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to gstreamer gstreamer-vaapi 50 gst-plugins-good gst-plugins-bad gst-plugins-ugly 51 gst-plugins-base gst-libav 1.16.0. Fixes 52 <ulink url="&blfs-ticket-root;11968">#11968</ulink>.</para> 53 </listitem> 48 54 <listitem revision="systemd"> 49 55 <para>[renodr] - Update to folks-0.12.1. Fixes -
multimedia/libdriv/gst10-libav.xml
rdcea4e3 r0c61cb89 7 7 <!ENTITY gst10-libav-download-http "&gstreamer-dl;/gst-libav/gst-libav-&gst10-libav-version;.tar.xz"> 8 8 <!ENTITY gst10-libav-download-ftp " "> 9 <!ENTITY gst10-libav-md5sum " 58342db11dbb201a66a62577dcf7bab5">10 <!ENTITY gst10-libav-size " 8.6MB">11 <!ENTITY gst10-libav-buildsize " 634 MB (with tests)">12 <!ENTITY gst10-libav-time " 1.5 SBU (Using parallelism=4; with tests)">9 <!ENTITY gst10-libav-md5sum "e3a201a45985ddc1327cd496046ca818"> 10 <!ENTITY gst10-libav-size "9.0 MB"> 11 <!ENTITY gst10-libav-buildsize "87 MB"> 12 <!ENTITY gst10-libav-time "less than 0.1 SBU (Using parallelism=4)"> 13 13 <!-- A majority of the time spent compiling is ASM files. --> 14 14 ]> … … 83 83 <bridgehead renderas="sect4">Recommended</bridgehead> 84 84 <para role="recommended"> 85 <xref linkend="ffmpeg"/> and 85 86 <xref linkend="yasm"/> 86 87 </para> … … 105 106 </para> 106 107 107 <screen><userinput>./configure --prefix=/usr \ 108 --with-package-name="GStreamer Libav Plugins &gst10-libav-version; BLFS" \ 109 --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" && 110 make</userinput></screen> 108 <screen><userinput>mkdir build && 109 cd build && 110 111 meson --prefix=/usr \ 112 -Dbuildtype=release \ 113 -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \ 114 -Dpackage-name="GStreamer &gst10-libav-version; BLFS" && 115 ninja</userinput></screen> 116 111 117 112 118 <para> 113 T o test the results, issue: <command>make check</command>.119 This package does not come with a test suite. 114 120 </para> 115 121 … … 118 124 </para> 119 125 120 <screen role="root"><userinput> makeinstall</userinput></screen>126 <screen role="root"><userinput>ninja install</userinput></screen> 121 127 </sect2> 122 128 … … 144 150 </seg> 145 151 <seg> 146 /usr/lib/gstreamer-1.0/libgstlibav.so152 libgstlibav.so 147 153 </seg> 148 154 <seg> 149 /usr/share/gtk-doc/html/gst-libav-plugins-1.0155 None 150 156 </seg> 151 157 </seglistitem> -
multimedia/libdriv/gst10-plugins-bad.xml
rdcea4e3 r0c61cb89 8 8 "&gstreamer-dl;/gst-plugins-bad/gst-plugins-bad-&gst10-plugins-bad-version;.tar.xz"> 9 9 <!ENTITY gst10-plugins-bad-download-ftp " "> 10 <!ENTITY gst10-plugins-bad-md5sum " 5d20a91d027708abcf924f6c1279dd25">11 <!ENTITY gst10-plugins-bad-size "4. 5MB">12 <!ENTITY gst10-plugins-bad-buildsize " 173 MB (with tests)">13 <!ENTITY gst10-plugins-bad-time " 1.9SBU (Using parallelism=4; with tests)">10 <!ENTITY gst10-plugins-bad-md5sum "e9e562d86c1527c44d904500dd35e326"> 11 <!ENTITY gst10-plugins-bad-size "4.6 MB"> 12 <!ENTITY gst10-plugins-bad-buildsize "83 MB (with tests)"> 13 <!ENTITY gst10-plugins-bad-time "0.4 SBU (Using parallelism=4; with tests)"> 14 14 ]> 15 15 … … 71 71 <para> 72 72 Estimated build time: &gst10-plugins-bad-time; 73 </para>74 </listitem>75 </itemizedlist>76 77 78 <bridgehead renderas="sect3">Additional Downloads</bridgehead>79 <itemizedlist spacing="compact">80 <listitem>81 <para>82 Required patch:83 <ulink url="&patch-root;/gst-plugins-bad-&gst10-plugins-bad-version;-fdkaac_2-1.patch"/>84 73 </para> 85 74 </listitem> … … 169 158 170 159 <para> 171 Apply a patch to allow the build to complete with fdk-aac.172 </para>173 174 <screen><userinput>patch -Np1 -i ../gst-plugins-bad-&gst10-plugins-bad-version;-fdkaac_2-1.patch</userinput></screen>175 176 <para>177 160 Install <application>GStreamer Bad Plug-ins</application> by running the 178 161 following commands: 179 162 </para> 180 163 181 <screen><userinput>./configure --prefix=/usr \ 182 --disable-wayland \ 183 --disable-opencv \ 184 --with-package-name="GStreamer Bad Plugins &gst10-plugins-bad-version; BLFS" \ 185 --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" && 186 make</userinput></screen> 164 <screen><userinput>mkdir build && 165 cd build && 166 167 meson --prefix=/usr \ 168 -Dbuildtype=release \ 169 -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \ 170 -Dpackage-name="GStreamer &gst10-plugins-bad-version; BLFS" && 171 ninja</userinput></screen> 187 172 188 173 <para> 189 174 To test the results, issue: <command>make check</command>. Several tests 190 need a terminal emulator in a graphical session. One test, dash_mpd,175 need a terminal emulator in a graphical session. One test, elements_dash_mpd, 191 176 is known to fail. 192 177 </para> … … 198 183 <screen role="root"><userinput>make install</userinput></screen> 199 184 </sect2> 200 185 <!-- 201 186 <sect2 role="commands"> 202 187 <title>Command Explanations</title> 203 188 204 189 <para> 205 <parameter>- -disable-wayland</parameter>: This switch is required190 <parameter>- -disable-wayland</parameter>: This switch is required 206 191 without a full wayland based desktop environment. 207 192 </para> 208 193 209 194 <para> 210 <parameter>- -disable-opencv</parameter>: This switch is required195 <parameter>- -disable-opencv</parameter>: This switch is required 211 196 if <xref linkend="opencv"/> is installed without additional modules 212 197 (specifically bgsegm). … … 214 199 215 200 </sect2> 216 201 --> 217 202 <sect2 role="content"> 218 203 <title>Contents</title> -
multimedia/libdriv/gst10-plugins-base.xml
rdcea4e3 r0c61cb89 8 8 "&gstreamer-dl;/gst-plugins-base/gst-plugins-base-&gst10-plugins-base-version;.tar.xz"> 9 9 <!ENTITY gst10-plugins-base-download-ftp " "> 10 <!ENTITY gst10-plugins-base-md5sum "4 dbe20c1bf44191c2b8833234df5cb2a">11 <!ENTITY gst10-plugins-base-size "3. 5MB">12 <!ENTITY gst10-plugins-base-buildsize " 177 MB (with tests)">13 <!ENTITY gst10-plugins-base-time " 3.2 SBU (Using parallelism=4; with tests)">10 <!ENTITY gst10-plugins-base-md5sum "41dde92930710c75cdb49169c5cc6dfc"> 11 <!ENTITY gst10-plugins-base-size "3.7 MB"> 12 <!ENTITY gst10-plugins-base-buildsize "92 MB (with tests; without docs)"> 13 <!ENTITY gst10-plugins-base-time "0.8 SBU (Using parallelism=4; with tests; without docs)"> 14 14 ]> 15 15 … … 130 130 </para> 131 131 132 <screen><userinput>./configure --prefix=/usr \ 133 --with-package-name="GStreamer Base Plugins &gst10-plugins-base-version; BLFS" \ 134 --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" && 135 make</userinput></screen> 132 <screen><userinput>mkdir build && 133 cd build && 134 135 meson --prefix=/usr \ 136 -Dbuildtype=release \ 137 -Dgtk_doc=disabled \ 138 -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \ 139 -Dpackage-name="GStreamer &gst10-plugins-base-version; BLFS" && 140 ninja</userinput></screen> 136 141 137 142 <para> -
multimedia/libdriv/gst10-plugins-good.xml
rdcea4e3 r0c61cb89 8 8 "&gstreamer-dl;/gst-plugins-good/gst-plugins-good-&gst10-plugins-good-version;.tar.xz"> 9 9 <!ENTITY gst10-plugins-good-download-ftp " "> 10 <!ENTITY gst10-plugins-good-md5sum " 6e3b247097366cf2639f22abfece7113">11 <!ENTITY gst10-plugins-good-size "3. 6MB">12 <!ENTITY gst10-plugins-good-buildsize " 154MB (with tests)">13 <!ENTITY gst10-plugins-good-time " 1.6SBU (Using parallelism=4; with tests)">10 <!ENTITY gst10-plugins-good-md5sum "d1a7b442994d9522418de4af4330e034"> 11 <!ENTITY gst10-plugins-good-size "3.7 MB"> 12 <!ENTITY gst10-plugins-good-buildsize "97 MB (with tests)"> 13 <!ENTITY gst10-plugins-good-time "0.5 SBU (Using parallelism=4; with tests)"> 14 14 ]> 15 15 … … 71 71 <para> 72 72 Estimated build time: &gst10-plugins-good-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;/gst-plugins-good-&gst10-plugins-good-version;-vpx_1.8-1.patch"/>83 73 </para> 84 74 </listitem> … … 157 147 158 148 <para> 159 Apply a patch to allow the build to complete with libvpx-1.8.160 </para>161 162 <screen><userinput>patch -Np1 -i ../gst-plugins-good-&gst10-plugins-good-version;-vpx_1.8-1.patch &&163 autoreconf -fi</userinput></screen>164 165 <para>166 149 Install <application>GStreamer Good Plug-ins</application> by running the 167 150 following commands: 168 151 </para> 169 152 170 <screen><userinput>./configure --prefix=/usr \ 171 --with-package-name="GStreamer Good Plugins &gst10-plugins-good-version; BLFS" \ 172 --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" && 173 make</userinput></screen> 174 175 <para> 176 To test the results, issue: <command>make check</command>. The souphttpsrc 177 test is known to fail. <!-- This is due to API changes in libsoup-2.56+. The async/sync, 153 <screen><userinput>mkdir build && 154 cd build && 155 156 meson --prefix=/usr \ 157 -Dbuildtype=release \ 158 -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \ 159 -Dpackage-name="GStreamer &gst10-plugins-good-version; BLFS" && 160 ninja</userinput></screen> 161 162 <para> 163 To test the results, issue: <command>ninja test</command>. The souphttpsrc 164 test is known to fail. 165 <!-- This is due to API changes in libsoup-2.56+. The async/sync, 178 166 disconnect, and soup messaging functions were changed, and as a result, 179 167 the souphttpsrc test fails. --> … … 184 172 </para> 185 173 186 <screen role="root"><userinput> makeinstall</userinput></screen>174 <screen role="root"><userinput>ninja install</userinput></screen> 187 175 </sect2> 188 176 -
multimedia/libdriv/gst10-plugins-ugly.xml
rdcea4e3 r0c61cb89 8 8 "&gstreamer-dl;/gst-plugins-ugly/gst-plugins-ugly-&gst10-plugins-ugly-version;.tar.xz"> 9 9 <!ENTITY gst10-plugins-ugly-download-ftp " "> 10 <!ENTITY gst10-plugins-ugly-md5sum " 90768a0074db071175ce980064d9a1ac">11 <!ENTITY gst10-plugins-ugly-size "8 72KB">12 <!ENTITY gst10-plugins-ugly-buildsize "1 6MB (with tests)">13 <!ENTITY gst10-plugins-ugly-time " 0.2SBU (with tests)">10 <!ENTITY gst10-plugins-ugly-md5sum "1ec343c58d4b17d682f7befa8453c11c"> 11 <!ENTITY gst10-plugins-ugly-size "868 KB"> 12 <!ENTITY gst10-plugins-ugly-buildsize "11 MB (with tests)"> 13 <!ENTITY gst10-plugins-ugly-time "less than 0.1 SBU (with tests)"> 14 14 ]> 15 15 … … 122 122 </para> 123 123 124 <screen><userinput>./configure --prefix=/usr \ 125 --with-package-name="GStreamer Ugly Plugins &gst10-plugins-ugly-version; BLFS" \ 126 --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" && 127 make</userinput></screen> 124 <screen><userinput>mkdir build && 125 cd build && 126 127 meson --prefix=/usr \ 128 -Dbuildtype=release \ 129 -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \ 130 -Dpackage-name="GStreamer &gst10-plugins-good-version; BLFS" && 131 ninja</userinput></screen> 128 132 129 133 <para> 130 To test the results, issue: <command> make check</command>.134 To test the results, issue: <command>ninja test</command>. 131 135 </para> 132 136 … … 135 139 </para> 136 140 137 <screen role="root"><userinput> makeinstall</userinput></screen>141 <screen role="root"><userinput>ninja install</userinput></screen> 138 142 </sect2> 139 143 -
multimedia/libdriv/gstreamer10-vaapi.xml
rdcea4e3 r0c61cb89 7 7 <!ENTITY gstreamer10-vaapi-download-http "&gstreamer-dl;/gstreamer-vaapi/gstreamer-vaapi-&gstreamer-vaapi-version;.tar.xz"> 8 8 <!ENTITY gstreamer10-vaapi-download-ftp " "> 9 <!ENTITY gstreamer10-vaapi-md5sum " 2fae3442f5f23e7354a0c592bc7b9065">9 <!ENTITY gstreamer10-vaapi-md5sum "8c3f9ee3e47cbdb75a94f7183460b721"> 10 10 <!ENTITY gstreamer10-vaapi-size "1.0 MB"> 11 <!ENTITY gstreamer10-vaapi-buildsize " 69 MB">12 <!ENTITY gstreamer10-vaapi-time "0. 2SBU">11 <!ENTITY gstreamer10-vaapi-buildsize "19 MB"> 12 <!ENTITY gstreamer10-vaapi-time "0.1 SBU"> 13 13 ]> 14 14 … … 96 96 </para> 97 97 98 <screen><userinput>./configure --prefix=/usr && 99 make</userinput></screen> 98 <screen><userinput>mkdir build && 99 cd build && 100 101 meson --prefix=/usr \ 102 -Dbuildtype=release \ 103 -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \ 104 -Dpackage-name="GStreamer &gstreamer-vaapi-version; BLFS" && 105 ninja</userinput></screen> 106 100 107 101 108 <para> 102 Tests can be run manually in the <filename class="directory">tests 103 </filename> directory. They need a running X Window display. 109 This package does not come with a test suite. 104 110 </para> 105 111 … … 108 114 </para> 109 115 110 <screen role="root"><userinput> makeinstall</userinput></screen>116 <screen role="root"><userinput>ninja install</userinput></screen> 111 117 </sect2> 112 118 … … 124 130 </seg> 125 131 <seg> 126 /usr/lib/gstreamer-1.0/libgstvaapi.so132 libgstvaapi.so 127 133 </seg> 128 134 <seg> 129 /usr/share/gtk-doc/html/gstreamer-vaapi-plugins-1.0135 None 130 136 </seg> 131 137 </seglistitem> -
multimedia/libdriv/gstreamer10.xml
rdcea4e3 r0c61cb89 9 9 <!ENTITY gstreamer10-md5sum "862b7e4263d946bc2ef31b3c582e5587"> 10 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 )">11 <!ENTITY gstreamer10-buildsize "60 MB (with tests; add 36 MB fro docs)"> 12 <!ENTITY gstreamer10-time "1.9 SBU (Using parallelism=4; with tests; add 1.5 SBU for docs)"> 13 13 ]> 14 14 … … 118 118 -Dbuildtype=release \ 119 119 -Dgst_debug=false \ 120 -Dgtk_doc=disabled \ 120 121 -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \ 121 122 -Dpackage-name="GStreamer 1.14.4 BLFS" && … … 123 124 124 125 <para> 125 To test the results, issue: <command>ninja test</command>. One test is126 known to fail.126 To test the results, issue: <command>ninja test</command>. One testi, 127 gst_gstdatetime is known to fail. 127 128 </para> 128 129 -
packages.ent
rdcea4e3 r0c61cb89 912 912 <!ENTITY gavl-version "1.4.0"> 913 913 <!ENTITY gstreamer10-version "1.16.0"> <!-- Even minors only --> 914 <!ENTITY gst10-plugins-base-version "1.1 4.4"> <!-- Even minors only -->915 <!ENTITY gst10-plugins-good-version "1.1 4.4"> <!-- Even minors only -->916 <!ENTITY gst10-plugins-bad-version "1.1 4.4"> <!-- Even minors only -->917 <!ENTITY gst10-plugins-ugly-version "1.1 4.4"> <!-- Even minors only -->918 <!ENTITY gst10-libav-version "1.1 4.4"> <!-- Even minors only -->919 <!ENTITY gstreamer-vaapi-version "1.1 4.4"> <!-- Even minors only -->914 <!ENTITY gst10-plugins-base-version "1.16.0"> <!-- Even minors only --> 915 <!ENTITY gst10-plugins-good-version "1.16.0"> <!-- Even minors only --> 916 <!ENTITY gst10-plugins-bad-version "1.16.0"> <!-- Even minors only --> 917 <!ENTITY gst10-plugins-ugly-version "1.16.0"> <!-- Even minors only --> 918 <!ENTITY gst10-libav-version "1.16.0"> <!-- Even minors only --> 919 <!ENTITY gstreamer-vaapi-version "1.16.0"> <!-- Even minors only --> 920 920 <!ENTITY icedtea-sound-version "1.0.1"> 921 921 <!ENTITY id3lib-version "3.8.3">
Note:
See TracChangeset
for help on using the changeset viewer.