BLFS Trac | 21 May 2013 23:16
Picon
Favicon

[BLFS Trac] #3884: ICU configure picks clang if it is installed and on path

#3884: ICU configure picks clang if it is installed and on path
-------------------------+-------------------------
 Reporter:  izivkov      |      Owner:  blfs-book <at> …
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  current
Component:  BOOK         |    Version:  SVN
 Severity:  normal       |   Keywords:
-------------------------+-------------------------
 checking for clang... clang
 checking whether clang accepts -g... yes
 checking for clang option to accept ISO C89... none needed
 checking for clang++... clang++
 checking whether clang++ accepts -g... yes
 checking how to run the C preprocessor... clang -E

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3884>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
BLFS Trac | 21 May 2013 18:50
Picon
Favicon

[BLFS Trac] #3883: Xorg ATI Driver Kernel Configuration

#3883: Xorg ATI Driver Kernel Configuration
-------------------------+------------------------------------
 Reporter:  izivkov      |      Owner:  blfs-book <at> …
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  current
Component:  BOOK         |    Version:  SVN
 Severity:  normal       |   Keywords:  xorg ati driver kernel
-------------------------+------------------------------------
 http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#xorg-ati-
 driver

 The book says to enable modesetting but it looks like it's deprecated in
 kernel config:

 "Userspace modesetting is deprecated for quite some time now, so enable
 this only if you have ancient versions of the DDX drivers."

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3883>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
bdubbs | 20 May 2013 12:36
Picon
Favicon

Files in BLFS svn missing on anduin

Missing gpgme-1.4.1.tar.bz2
Missing p11-kit-0.18.2.tar.gz
Missing polkit-0.111.tar.gz
Missing iso-codes-3.42.tar.xz
Missing libidn-1.26.tar.gz
Missing openobex-1.7-Source.tar.gz
Missing poppler-0.22.4.tar.gz
Missing qpdf-4.1.0.tar.gz
Missing pinentry-0.8.3.tar.bz2
Missing doxygen-1.8.4.src.tar.gz
Missing libnl-3.2.22.tar.gz
Missing midori-0.5.2.tar.bz2
Missing libburn-1.3.0.tar.gz
Missing libisoburn-1.3.0.tar.gz
Missing libisofs-1.3.0.tar.gz
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

krejzi | 19 May 2013 22:47
Picon

r11182 - in trunk/BOOK: . general/prog introduction/welcome

Author: krejzi
Date: Sun May 19 13:47:38 2013
New Revision: 11182

Log:
doxygen 1.8.4.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/doxygen.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent	Sun May 19 07:26:51 2013	(r11181)
+++ trunk/BOOK/general.ent	Sun May 19 13:47:38 2013	(r11182)
 <at>  <at>  -373,7 +373,7  <at>  <at> 
 <!ENTITY cvs-version                  "1.11.23">
 <!ENTITY dejagnu-version              "1.5.1">
 <!ENTITY dmd-version                  "2.062">
-<!ENTITY doxygen-version              "1.8.3.1">
+<!ENTITY doxygen-version              "1.8.4">
 <!ENTITY expect-version               "5.45">
 <!ENTITY gcc-version                  "4.7.2">
 <!ENTITY gc-version                   "7.2d">

Modified: trunk/BOOK/general/prog/doxygen.xml
==============================================================================
--- trunk/BOOK/general/prog/doxygen.xml	Sun May 19 07:26:51 2013	(r11181)
+++ trunk/BOOK/general/prog/doxygen.xml	Sun May 19 13:47:38 2013	(r11182)
(Continue reading)

krejzi | 19 May 2013 16:26
Picon

r11181 - trunk/BOOK/general/graphlib

Author: krejzi
Date: Sun May 19 07:26:51 2013
New Revision: 11181

Log:
Enable some Freetype options which are not enabled by default.

Modified:
   trunk/BOOK/general/graphlib/freetype2.xml

Modified: trunk/BOOK/general/graphlib/freetype2.xml
==============================================================================
--- trunk/BOOK/general/graphlib/freetype2.xml	Sun May 19 03:07:40 2013	(r11180)
+++ trunk/BOOK/general/graphlib/freetype2.xml	Sun May 19 07:26:51 2013	(r11181)
 <at>  <at>  -122,8 +122,12  <at>  <at> 
       commands:
     </para>

-<screen><userinput>sed -i -r 's:.*(#.*SUBPIXEL.*) .*:\1:' \
-          include/freetype/config/ftoption.h &amp;&amp;
+<screen><userinput>sed -e "s <at> FT_CFF_HINTING_FREETYPE <at> FT_CFF_HINTING_ADOBE <at> " \
+    -i src/cff/cffobjs.c &amp;&amp;
+sed -e "/AUX.*.gxvalid/s <at> ^#  <at>  <at> " -e "/AUX.*.otvalid/s <at> ^#  <at>  <at> " \
+    -i modules.cfg &amp;&amp;
+sed -e "/#.*.SUBPIXEL/s <at> /\*  <at>  <at> " -e "/#.*.SUBPIXEL/s <at>  \*/ <at>  <at> " \
+    -i include/freetype/config/ftoption.h &amp;&amp;
 ./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>

 <at>  <at>  -145,11 +149,11  <at>  <at> 
(Continue reading)

bdubbs | 19 May 2013 12:36
Picon
Favicon

Files in BLFS svn missing on anduin

Missing gpgme-1.4.1.tar.bz2
Missing p11-kit-0.18.2.tar.gz
Missing polkit-0.111.tar.gz
Missing iso-codes-3.42.tar.xz
Missing libidn-1.26.tar.gz
Missing openobex-1.7-Source.tar.gz
Missing poppler-0.22.4.tar.gz
Missing qpdf-4.1.0.tar.gz
Missing pinentry-0.8.3.tar.bz2
Missing libnl-3.2.22.tar.gz
Missing midori-0.5.2.tar.bz2
Missing libburn-1.3.0.tar.gz
Missing libisoburn-1.3.0.tar.gz
Missing libisofs-1.3.0.tar.gz
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

krejzi | 19 May 2013 12:07
Picon

r11180 - in trunk/BOOK: . general/genlib general/genutils general/graphlib introduction/welcome multimedia/cdwriteutils networking/netlibs postlfs/security xfce/apps

Author: krejzi
Date: Sun May 19 03:07:40 2013
New Revision: 11180

Log:
updates

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/iso-codes.xml
   trunk/BOOK/general/genlib/libidn.xml
   trunk/BOOK/general/genlib/openobex.xml
   trunk/BOOK/general/genutils/pinentry.xml
   trunk/BOOK/general/graphlib/poppler.xml
   trunk/BOOK/general/graphlib/qpdf.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/cdwriteutils/libburn.xml
   trunk/BOOK/multimedia/cdwriteutils/libisoburn.xml
   trunk/BOOK/multimedia/cdwriteutils/libisofs.xml
   trunk/BOOK/networking/netlibs/libnl.xml
   trunk/BOOK/postlfs/security/gpgme.xml
   trunk/BOOK/postlfs/security/p11-kit.xml
   trunk/BOOK/postlfs/security/polkit.xml
   trunk/BOOK/xfce/apps/midori.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent	Fri May 17 17:34:23 2013	(r11179)
+++ trunk/BOOK/general.ent	Sun May 19 03:07:40 2013	(r11180)
 <at>  <at>  -3,13 +3,13  <at>  <at> 
(Continue reading)

BLFS Trac | 19 May 2013 00:15
Picon
Favicon

[BLFS Trac] #3882: DocBook XSL Stylesheets 1.78.1

#3882: DocBook XSL Stylesheets 1.78.1
-------------------------+-------------------------
 Reporter:  Krejzi       |      Owner:  blfs-book <at> …
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  current
Component:  BOOK         |    Version:  SVN
 Severity:  normal       |   Keywords:
-------------------------+-------------------------
 http://sourceforge.net/projects/docbook/files/

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3882>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
BLFS Trac | 19 May 2013 00:13
Picon
Favicon

[BLFS Trac] #3881: Audacious 3.3.4

#3881: Audacious 3.3.4
-------------------------+-------------------------
 Reporter:  Krejzi       |      Owner:  blfs-book <at> …
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  current
Component:  BOOK         |    Version:  SVN
 Severity:  normal       |   Keywords:
-------------------------+-------------------------
 http://distfiles.audacious-media-player.org/

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3881>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
BLFS Trac | 19 May 2013 00:03
Picon
Favicon

[BLFS Trac] #3880: IcedTea Web 1.4

#3880: IcedTea Web 1.4
-------------------------+-------------------------
 Reporter:  Krejzi       |      Owner:  blfs-book <at> …
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  current
Component:  BOOK         |    Version:  SVN
 Severity:  normal       |   Keywords:
-------------------------+-------------------------
 http://icedtea.wildebeest.org/download/source/

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3880>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
BLFS Trac | 19 May 2013 00:02
Picon
Favicon

[BLFS Trac] #3879: Balsa 2.5.1/2.4.14

#3879: Balsa 2.5.1/2.4.14
-------------------------+-------------------------
 Reporter:  Krejzi       |      Owner:  blfs-book <at> …
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  current
Component:  BOOK         |    Version:  SVN
 Severity:  normal       |   Keywords:
-------------------------+-------------------------
 http://pawsa.fedorapeople.org/balsa/

 Not sure if they follow GNOME versioning - odd -> unstable, even -> stable
 (minor version).

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3879>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Gmane