Changeset 2a10f8d4
- Timestamp:
- 02/11/2019 04:17:29 AM (6 years ago)
- Branches:
- elogind
- Children:
- 192cd855
- Parents:
- be46d3d
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rbe46d3d r2a10f8d4 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 0"> <!-- Always 2 digits -->3 <!ENTITY day "11"> <!-- Always 2 digits --> 4 4 <!ENTITY month "02"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "February 1 0th, &year;">9 <!ENTITY releasedate "February 11th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rbe46d3d r2a10f8d4 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>February 11th, 2019</para> 47 <itemizedlist> 48 <listitem> 49 <para>[dj] - Add gst-plugins-good-1.14.4-vpx_1.8-1.patch.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 44 53 45 54 <listitem> -
multimedia/libdriv/gst10-plugins-bad.xml
rbe46d3d r2a10f8d4 81 81 <para> 82 82 Required patch: 83 <ulink url="&patch-root;/gst 10-plugins-bad-&gst10-plugins-bad-version;-fdkaac_2-1.patch"/>83 <ulink url="&patch-root;/gst-plugins-bad-&gst10-plugins-bad-version;-fdkaac_2-1.patch"/> 84 84 </para> 85 85 </listitem> … … 168 168 169 169 <para> 170 Apply a patch to allow the build to complete with libvpx-1.8. 171 </para> 172 173 <screen><userinput>patch -Np1 -i ../gst-plugins-bad-&gst10-plugins-bad-version;-fdkaac_2-1.patch</userinput></screen> 174 175 <para> 170 176 Install <application>GStreamer Bad Plug-ins</application> by running the 171 177 following commands: -
multimedia/libdriv/gst10-plugins-good.xml
rbe46d3d r2a10f8d4 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"/> 73 83 </para> 74 84 </listitem> … … 140 150 141 151 <para> 152 Apply a patch to allow the build to complete with libvpx-1.8. 153 </para> 154 155 <screen><userinput>patch -Np1 -i ../gst-plugins-good-&gst10-plugins-good-version;-vpx_1.8-1.patch && 156 autoreconf -fi</userinput></screen> 157 158 <para> 142 159 Install <application>GStreamer Good Plug-ins</application> by running the 143 160 following commands:
Note:
See TracChangeset
for help on using the changeset viewer.