Changeset 5112711
- Timestamp:
- 08/16/2019 05:08:32 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- aeea22a
- Parents:
- b2dc6a7f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
multimedia/audioutils/audacious.xml
rb2dc6a7f r5112711 175 175 <title>Installation of Audacious</title> 176 176 177 <para> 178 Install <application>Audacious</application> by running the following 179 commands (you may wish to change the stamp to another string): 180 </para> 177 <sect3> 178 <title>Installation of the Main Audacious Program</title> 179 180 <para> 181 Install <application>Audacious</application> by running the following 182 commands (you may wish to change the stamp to another string): 183 </para> 181 184 182 185 <screen><userinput>TPUT=/bin/true ./configure --prefix=/usr \ … … 184 187 make</userinput></screen> 185 188 186 <para>187 This package does not come with a test suite.188 </para>189 190 <para>191 Now, as the <systemitem class="username">root</systemitem> user:192 </para>189 <para> 190 This package does not come with a test suite. 191 </para> 192 193 <para> 194 Now, as the <systemitem class="username">root</systemitem> user: 195 </para> 193 196 194 197 <screen role="root"><userinput>make install</userinput></screen> 195 198 196 </sect2> 197 198 <sect2 role="installation"> 199 <title>Installation of Audacious Plugins</title> 200 201 <para> 202 Install the required plugins package by unpacking the tarball, changing 203 into the newly created directory, and issuing the following commands: 204 </para> 205 206 <screen><userinput>TPUT=/bin/true ./configure --prefix=/usr --disable-wavpack && 199 </sect3> 200 201 <sect3> 202 <title>Installation of Audacious Plugins</title> 203 204 <para> 205 Install the required plugins package by issuing the following commands: 206 </para> 207 208 <screen><userinput>tar -xf ../audacious-plugins-&audacious-plugins-version;.tar.bz2 && 209 cd audacious-plugins-&audacious-plugins-version; && 210 TPUT=/bin/true ./configure --prefix=/usr --disable-wavpack && 207 211 make</userinput></screen> 208 209 <para>210 This package does not come with a test suite.211 </para>212 212 213 213 <para> … … 219 219 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 220 220 href="../../xincludes/update-icons-and-desktop.xml"/> 221 222 </sect3> 221 223 </sect2> 222 224
Note:
See TracChangeset
for help on using the changeset viewer.