Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (d490cf157c0d60a4d04f9451f2a3643a3ae94cfd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (d490cf157c0d60a4d04f9451f2a3643a3ae94cfd)
  • Date: Mon, 25 Oct 2010 18:17:50 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

x11-toolkits/gtk+2/DEPENDS | 22 ----------------------
x11-toolkits/gtk+2/HISTORY | 3 +++
2 files changed, 3 insertions(+), 22 deletions(-)

New commits:
commit d490cf157c0d60a4d04f9451f2a3643a3ae94cfd
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

gtk+2: removed --with-lib{png,jpeg,tiff,jasper} #15889

now depends on gdk-pixbuf2

diff --git a/x11-toolkits/gtk+2/DEPENDS b/x11-toolkits/gtk+2/DEPENDS
index e8c6f31..af93c39 100755
--- a/x11-toolkits/gtk+2/DEPENDS
+++ b/x11-toolkits/gtk+2/DEPENDS
@@ -13,28 +13,6 @@ depends libxext &&
depends libxcursor &&
depends libxrender &&

-if [[ "$GTK_VER" == "stable" ]]; then
-optional_depends libpng \
- "--with-libpng" \
- "--without-libpng" \
- "for PNG support" &&
-
-optional_depends jpeg \
- "--with-libjpeg" \
- "--without-libjpeg" \
- "for JPEG support" &&
-
-optional_depends tiff \
- "--with-libtiff" \
- "--without-libtiff" \
- "for TIFF support" &&
-
-optional_depends jasper \
- "--with-libjasper" \
- "--without-libjasper" \
- "for JPEG-2000 support"
-fi
-
optional_depends libxinerama \
"--enable-xinerama" \
"--disable-xinerama" \
diff --git a/x11-toolkits/gtk+2/HISTORY b/x11-toolkits/gtk+2/HISTORY
index f3d4ee4..e6933bc 100644
--- a/x11-toolkits/gtk+2/HISTORY
+++ b/x11-toolkits/gtk+2/HISTORY
@@ -1,3 +1,6 @@
+2010-10-25 Ladislav Hagara <hgr AT vabo.cz>
+ * DEPENDS: removed --with-lib{png,jpeg,tiff,jasper} #15889
+
2010-10-21 Ladislav Hagara <hgr AT vabo.cz>
* PRE_BUILD, doc.patch: added patch




  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (d490cf157c0d60a4d04f9451f2a3643a3ae94cfd), Ladislav Hagara, 10/25/2010

Archive powered by MHonArc 2.6.24.

Top of Page