Changeset b099b2c
- Timestamp:
- 11/04/2015 06:29:48 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- b401434
- Parents:
- c6a5c39
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rc6a5c39 rb099b2c 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 3"> <!-- Always 2 digits -->3 <!ENTITY day "04"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 3rd&year;">9 <!ENTITY releasedate "November 4th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rc6a5c39 rb099b2c 46 46 47 47 <listitem> 48 <para>November 4th, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[bdubbs] - Add phonon-backend-gstreamer compatibility patch. 52 Fixes <ulink url="&blfs-ticket-root;7058">#7058</ulink>.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 57 <listitem> 48 58 <para>November 2nd, 2015</para> 49 59 <itemizedlist> -
kde/phonon-backend-gstreamer.xml
rc6a5c39 rb099b2c 60 60 </itemizedlist> 61 61 62 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 63 <itemizedlist spacing="compact"> 64 <listitem> 65 <para> 66 Required download: 67 <ulink url="&patch-root;phonon-backend-gstreamer-&phonon-backend-gstreamer-version;-compatibility-1.patch"/> 68 </para> 69 </listitem> 70 </itemizedlist> 71 62 72 <bridgehead renderas="sect3">Phonon-backend-gstreamer Dependencies</bridgehead> 63 73 … … 84 94 <sect2 role="installation"> 85 95 <title>Installation of Phonon-backend-gstreamer</title> 96 97 <para>For both build variants, fix the package to work with the 98 latest gstreamer:</para> 99 100 <screen><userinput>patch -Np1 -i ../phonon-backend-gstreamer-&phonon-backend-gstreamer-version;-compatibility-1.patch</userinput></screen> 86 101 87 102 <para>Install the qt4 based version of
Note:
See TracChangeset
for help on using the changeset viewer.