[SM-Commit] GIT changes to master grimoire by Anton Brondz (7c081c1b9a0d79464e015e6333ea6777da49b1aa)

Anton Brondz scm at mail.sourcemage.org
Sun Sep 10 12:35:56 EDT 2006


GIT changes to master grimoire by Anton Brondz <dinolinux at sourcemage.org>:

 kde-core/kdelibs/DEPENDS |   43 +++++++++++++++++++++++++++++++++++++------
 kde-core/kdelibs/HISTORY |    3 +++
 2 files changed, 40 insertions(+), 6 deletions(-)

New commits:
commit 7c081c1b9a0d79464e015e6333ea6777da49b1aa
Author: Anton Brondz <dinolinux at sourcemage.org>
Commit: Anton Brondz <dinolinux at sourcemage.org>

    kdelibs: added optional depends

diff --git a/kde-core/kdelibs/DEPENDS b/kde-core/kdelibs/DEPENDS
index adf18c0..bca7c9b 100755
--- a/kde-core/kdelibs/DEPENDS
+++ b/kde-core/kdelibs/DEPENDS
@@ -3,6 +3,7 @@ depends  docbook-dtd         &&
 depends  hicolor-icon-theme  &&
 depends  perl                &&
 depends  pcre                &&
+depends  libpng              &&
 source  $GRIMOIRE/FUNCTIONS  &&
 
 if  check_if_xorg_modular_libs  qt-x11  ;  then
@@ -19,11 +20,6 @@ optional_depends  libart_lgpl           
                   ''                         \
                   'to enable SVG rendering'  &&
 
-optional_depends  libpng                  \
-                  ''                      \
-                  ''                      \
-                  'to view png graphics'  &&
-
 optional_depends  tiff                     \
                   '--with-tiff'            \
                   '--without-tiff'         \
@@ -107,4 +103,39 @@ optional_depends  sane-backends         
 optional_depends  acl                               \
                   '--with-acl'                      \
                   '--without-acl'                   \
-                  'to manage access control lists'
+                  'to manage access control lists'  &&
+
+optional_depends  fontconfig                    \
+                  ''                            \
+                  ''                            \
+                  'to configure font access'   &&
+
+optional_depends  OPENGL                        \
+                  ''                            \
+                  ''                            \
+                  'for OpenGL support'          &&
+
+optional_depends  jpeg                          \
+                  ''                            \
+                  ''                            \
+                  'for JPEG image support'      &&
+
+optional_depends  libmng                        \
+                  ''                            \
+                  ''                            \
+                  'for animated PNG'            &&
+
+optional_depends  freetype2                     \
+                  ''                            \
+                  ''                            \
+                  'for freetype support'        &&
+
+optional_depends  libart_lgpl                         \
+                  ''                                  \
+                  ''                                  \
+                  'for high-performance 2D graphics'  &&
+
+optional_depends  audiofile                                  \
+                  ''                                         \
+                  ''                                         \
+                  'to use standarized digital audio formats'
diff --git a/kde-core/kdelibs/HISTORY b/kde-core/kdelibs/HISTORY
index 235bcf8..5aa744c 100644
--- a/kde-core/kdelibs/HISTORY
+++ b/kde-core/kdelibs/HISTORY
@@ -1,3 +1,6 @@
+2006-09-10 Anton Brondz <dinolinux at sourcemage.org>
+	* DEPENDS: added optional depends, bug #12652
+
 2006-08-02 Treeve Jelbert <treeve01 at pi.be>
 	* DETAILS: version 3.5.4
 



More information about the SM-Commit mailing list