[blfs-dev] [blfs-book] r10721 - trunk/BOOK/x/installing

2012-10-10 Thread Tobias Gasser
Armin K. schrieb: > if [ $EUID = 0 ]; then make install > elif [ -x /usr/bin/sudo ]; then sudo make install > else su -c "make install" > fi > > Add it by default instead of "AS_ROOT make install", but explain how > should it be used and what it really does. > > What do you say? some packages

Re: [blfs-dev] [blfs-book] r10721 - trunk/BOOK/x/installing

2012-10-10 Thread Armin K.
On 10/10/2012 07:46 PM, Tobias Gasser wrote: > Armin K. schrieb: > >> if [ $EUID = 0 ]; then make install >> elif [ -x /usr/bin/sudo ]; then sudo make install >> else su -c "make install" >> fi >> >> Add it by default instead of "AS_ROOT make install", but explain how >> should it be used and what

Re: [blfs-dev] [blfs-book] r10721 - trunk/BOOK/x/installing

2012-10-10 Thread Bruce Dubbs
Armin K. wrote: > On 10/10/2012 07:46 PM, Tobias Gasser wrote: >> Armin K. schrieb: >> >>> if [ $EUID = 0 ]; then make install >>> elif [ -x /usr/bin/sudo ]; then sudo make install >>> else su -c "make install" >>> fi >>> >>> Add it by default instead of "AS_ROOT make install", but explain how >>>

[blfs-dev] ffmpeg-1.0

2012-10-10 Thread John Burrell
In the configure command you have --enable-libpulse but pulseaudio is not in the list of recommended packages. As a result you'll get: Error - libpulse-simple not found. Install pulseaudio and the configure is happy :)) jb. -- http://linuxfromscra

Re: [blfs-dev] [blfs-book] r10724 - in trunk/BOOK: . general/genlib introduction/welcome x/installing

2012-10-10 Thread Nathan Coulson
On Tue, Oct 9, 2012 at 12:48 AM, Armin K. wrote: > On 10/09/2012 09:44 AM, kre...@linuxfromscratch.org wrote: >> Author: krejzi >> Date: 2012-10-09 01:44:44 -0600 (Tue, 09 Oct 2012) >> New Revision: 10724 >> >> Modified: >> trunk/BOOK/general.ent >> trunk/BOOK/general/genlib/libdrm.xml >>

Re: [blfs-dev] [blfs-book] r10724 - in trunk/BOOK: . general/genlib introduction/welcome x/installing

2012-10-10 Thread Armin K.
On 10/11/2012 03:23 AM, Nathan Coulson wrote: > > Just wondering, but do we want to use enable-texture-float by default? > The developers were worried about potential patent issues. > > Perhaps as an optional flag, pointing at > http://cgit.freedesktop.org/mesa/mesa/tree/docs/patents.txt?h=8.0 fo

Re: [blfs-dev] [blfs-book] r10724 - in trunk/BOOK: . general/genlib introduction/welcome x/installing

2012-10-10 Thread Nathan Coulson
On Wed, Oct 10, 2012 at 11:01 PM, Armin K. wrote: > On 10/11/2012 03:23 AM, Nathan Coulson wrote: >> >> Just wondering, but do we want to use enable-texture-float by default? >> The developers were worried about potential patent issues. >> >> Perhaps as an optional flag, pointing at >> http://cg