Changeset 595cda07
- Timestamp:
- 01/20/2013 04:51:05 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0e37869
- Parents:
- 8ca6b48
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r8ca6b48 r595cda07 4 4 --> 5 5 6 <!ENTITY day " 19"> <!-- Always 2 digits -->6 <!ENTITY day "20"> <!-- Always 2 digits --> 7 7 <!ENTITY month "01"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2013"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "January 19th, &year;">12 <!ENTITY releasedate "January 20th, &year;"> 13 13 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 14 14 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r8ca6b48 r595cda07 44 44 45 45 --> 46 47 <listitem> 48 <para>January 20th, 2013</para> 49 <itemizedlist> 50 <listitem> 51 <para>[randy] - Added a patch to the GeoClue instructions so it will 52 build against GPSD.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 46 57 <listitem> 47 58 <para>January 19th, 2013</para> -
networking/netlibs/geoclue.xml
r8ca6b48 r595cda07 74 74 </itemizedlist> 75 75 76 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 77 <itemizedlist spacing="compact"> 78 <listitem> 79 <para> 80 Required patch (if GPSD is installed): 81 <ulink url="&patch-root;/geoclue-&geoclue-version;-gpsd_fix-1.patch"/> 82 </para> 83 </listitem> 84 </itemizedlist> 85 76 86 <bridgehead renderas="sect3">GeoClue Dependencies</bridgehead> 77 87 … … 86 96 <para role="recommended"> 87 97 <xref linkend="libsoup"/> and 88 <xref linkend="NetworkManager"/> .98 <xref linkend="NetworkManager"/> 89 99 </para> 90 100 … … 93 103 <ulink url="https://savannah.nongnu.org/projects/gpsd">GPSD</ulink>, 94 104 <xref linkend="gtk2"/> and 95 <ulink url="http://ofono.org/">oFono</ulink> .105 <ulink url="http://ofono.org/">oFono</ulink> 96 106 </para> 97 107 … … 109 119 </para> 110 120 111 <screen><userinput>sed -i "s@ -Werror@@" configure && 121 <screen><userinput>patch -Np1 -i ../geoclue-&geoclue-version;-gpsd_fix-1.patch && 122 sed -i "s@ -Werror@@" configure && 112 123 sed -i "s@libnm_glib@libnm-glib@g" configure && 113 124 sed -i "s@geoclue/libgeoclue.la@& -lgthread-2.0@g" \ … … 131 142 132 143 <para> 133 <command>sed -i "s@ -Werror@@" configure</command>: This sed removes 134 -Werror from the CFLAGS, otherwise the build will fail with gcc-4.7. 144 <command>sed -i "s@ -Werror@@" configure</command>: This 145 <command>sed</command> removes <parameter>-Werror</parameter> from the 146 <envar>CFLAGS</envar> variable, otherwise the build will fail with 147 <application>gcc-4.7</application>. 135 148 </para> 136 149 137 150 <para> 138 151 <command>sed -i "s@libnm_glib@libnm-glib@g" configure</command>: 139 This sed fixes detection of NetworkManager libraries. 152 This <command>sed</command> fixes detection of 153 <application>NetworkManager</application> libraries. 140 154 </para> 141 155 142 156 <para> 143 157 <command>sed -i "s@geoclue/libgeoclue.la@& -lgthread-2.0@g" .. 144 </command>: This sed fixes building geoclue with recent binutils. 145 </para> 146 147 <para> 148 <option>--libexecdir=/usr/lib/geoclue</option>: This option installs its 149 private executables into /usr/lib/geoclue. 158 </command>: This <command>sed</command> fixes building 159 <application>GeoClue</application> with recent 160 <application>binutils</application>. 161 </para> 162 163 <para> 164 <option>--libexecdir=/usr/lib/geoclue</option>: This option installs 165 <application>GeoClue's</application> private executables into 166 <filename class="libraryfile">/usr/lib/geoclue</filename>. 150 167 </para> 151 168 </sect2> … … 160 177 <seglistitem> 161 178 <seg> 162 libgeoclue.so .179 libgeoclue.so 163 180 </seg> 164 181 <seg> 165 /usr/lib/geoclue and /usr/share/geoclue-providers. 182 /usr/include/geoclue, /usr/lib/geoclue, /usr/share/geoclue-providers, 183 and /usr/share/gtk-doc/html/geoclue 166 184 </seg> 167 185 </seglistitem> … … 179 197 contains functions that provide the 180 198 <application>GeoClue</application> geoinformation application 181 programming interface 199 programming interface. 182 200 </para> 183 201 <indexterm zone="geoclue libgeoclue">
Note:
See TracChangeset
for help on using the changeset viewer.