From 92baa4d1470a1493a2318f068a4742abe783e556 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sun, 1 Aug 2004 02:19:37 +0000 Subject: [PATCH] Added pkgconfig as optional dependency of libogg and libvorbis; added ALSA and a chmod command to libmkmod; corrections and modifications to libvorbis git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2534 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- introduction/welcome/changelog.xml | 6 ++++-- multimedia/libdriv/libmikmod.xml | 12 ++++++------ multimedia/libdriv/libogg.xml | 9 +++++++-- multimedia/libdriv/libvorbis.xml | 25 +++++++++++-------------- 4 files changed, 28 insertions(+), 24 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index fdde2ce69f..3d979cec0d 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -19,8 +19,10 @@ who wrote what. July 31th, 2004 [randy]: Added pkgconfig as an optional -dependency of GTK+, Audio File and EsoundD; changed Sysstat instructions to -use the BLFS bootscripts. +dependency of GTK+, Audio File, EsoundD, libogg and libvorbis; changed Sysstat +instructions to use the BLFS bootscripts; corrections and modifications to +libvorbis instructions; added ALSA as an optional dependency and added chmod +command to libmkmod instructions. July 31th, 2004 [randy]: Added Lynx as an optional dependency and added command descriptions to LessTif; added patch to iptables to fix a diff --git a/multimedia/libdriv/libmikmod.xml b/multimedia/libdriv/libmikmod.xml index 30f7cb604e..4f4f7530ba 100644 --- a/multimedia/libdriv/libmikmod.xml +++ b/multimedia/libdriv/libmikmod.xml @@ -35,7 +35,7 @@ formats include MOD, S3M, <application>libmikmod</application> dependencies Optional - + and @@ -49,7 +49,8 @@ following commands: ./configure --prefix=/usr && make && -make install +make install +chmod 755 /usr/lib/libmkmod.so.2.0.4 @@ -57,8 +58,8 @@ make install Contents The libmikmod package contains -libmikmod-config and the libmikmod library. +libmikmod-config and the +libmikmod library. @@ -66,8 +67,7 @@ class="libraryfile">libmikmod library. libmikmod-config libmikmod-config provides version information, -compiler and linker flags to programs that utilize -libmikmod. +compiler and linker flags to programs that utilize libmikmod. libmikmod libmikmod provides diff --git a/multimedia/libdriv/libogg.xml b/multimedia/libdriv/libogg.xml index b25bbd190a..fa58ee5c8f 100644 --- a/multimedia/libdriv/libogg.xml +++ b/multimedia/libdriv/libogg.xml @@ -34,6 +34,11 @@ url="&libogg-download-ftp;"/> &libogg-time; +<application>libogg</application> dependencies +Optional + + + @@ -60,8 +65,8 @@ class="libraryfile">libogg libraries. ogg libraries libogg libraries provide the -functions for programs wishing to read or write Ogg -formatted bit streams. +functions for programs wishing to read or write Ogg formatted bit streams. + diff --git a/multimedia/libdriv/libvorbis.xml b/multimedia/libdriv/libvorbis.xml index 2053ed3a50..605556f7cf 100644 --- a/multimedia/libdriv/libvorbis.xml +++ b/multimedia/libdriv/libvorbis.xml @@ -33,14 +33,14 @@ url="&libvorbis-download-ftp;"/> Estimated build time: &libvorbis-time; - + <application>libvorbis</application> dependencies Required Optional - and - +, + and PassiveTeX @@ -49,7 +49,8 @@ url="&libvorbis-download-ftp;"/> Installation of <application>libvorbis</application> -Install libvorbis by running the following commands: +Install libvorbis by running the following +commands: ./configure --prefix=/usr && make && @@ -60,10 +61,7 @@ on certain machines. If you get errors, try these commands to install libvorbis: ./configure --prefix=/usr && -cd lib && -cp Makefile Makefile.bak && -sed s/-mno-ieee-fp// Makefile.bak > Makefile && -cd .. && +sed -i.bak -e 's/-mno-ieee-fp//' lib/Makefile && make && make install @@ -73,7 +71,8 @@ make install Command explanations : This switch enables -building the documentation. +building the documentation. (requires PassiveTeX) + @@ -81,17 +80,15 @@ building the documentation. Contents The libvorbis package contains - -libvorbis libraries. +libvorbis libraries. Description vorbis libraries -libvorbis libraries provide the functions to read and write -sound files. - +libvorbis libraries provide +the functions to read and write sound files.