Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4592d5d422d3fb0ee9a4689d63b696a484c08f19)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4592d5d422d3fb0ee9a4689d63b696a484c08f19)
  • Date: Thu, 28 Jun 2012 17:56:30 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

graphics-libs/mesalib/DEPENDS | 9 ++++++++-
graphics-libs/mesalib/HISTORY | 6 ++++++
graphics-libs/mesalib/PROVIDES | 1 -
graphics-libs/tiff/DEPENDS | 2 +-
graphics-libs/tiff/DETAILS | 1 +
graphics-libs/tiff/HISTORY | 5 +++++
graphics-libs/tiff/INSTALL | 5 +++++
7 files changed, 26 insertions(+), 3 deletions(-)

New commits:
commit 4592d5d422d3fb0ee9a4689d63b696a484c08f19
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tiff: added libtiff.so.4 symlink for skype compat and corrected GL
optional dependency

commit da2f6addec53ee460732ed23a7e71815295c1d05
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mesalib: fixed GLU[T] mess

diff --git a/graphics-libs/mesalib/DEPENDS b/graphics-libs/mesalib/DEPENDS
index 50ec31d..f63f9d7 100755
--- a/graphics-libs/mesalib/DEPENDS
+++ b/graphics-libs/mesalib/DEPENDS
@@ -19,10 +19,17 @@ depends talloc &&
depends libxml2 &&
sub_depends libxml2 PYTHON &&

-if list_find "--enable-glw" $MESALIB_OPTS; then
+if list_find "$MESALIB_OPTS" "--enable-glw"; then
depends libxt
fi &&

+if list_find "$MESALIB_OPTS" "--enable-glu"; then
+ optional_depends GLUT \
+ "--enable-glut" \
+ "--disable-glut" \
+ "to enable GLUT library"
+fi &&
+
optional_depends libxcb \
'--enable-xcb' \
'--disable-xcb' \
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index fd6b3a7..8c764cb 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,9 @@
+2012-06-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * PROVIDES: removed GLUT, mesalib can't provide GLUT since it doesn't
+ install GL/glut.h header, but requires it; plus GLU != GLUT
+ * DEPENDS: added missing optional dependency on GLUT if GLU had been
+ enabled; corrected list_find
+
2011-11-21 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Latest development is 7.11.1
Spell "development" correctly (and match PREPARE)
diff --git a/graphics-libs/mesalib/PROVIDES b/graphics-libs/mesalib/PROVIDES
index 3721e17..3fc56f6 100755
--- a/graphics-libs/mesalib/PROVIDES
+++ b/graphics-libs/mesalib/PROVIDES
@@ -1,2 +1 @@
OPENGL
-GLUT
diff --git a/graphics-libs/tiff/DEPENDS b/graphics-libs/tiff/DEPENDS
index dbbfbb4..bcbe04d 100755
--- a/graphics-libs/tiff/DEPENDS
+++ b/graphics-libs/tiff/DEPENDS
@@ -30,7 +30,7 @@ optional_depends JPEG \
'--disable-jpeg' \
'for jpeg compression support' &&

-optional_depends OPENGL \
+optional_depends GLUT \
'' \
'' \
'for OpenGL codec support' &&
diff --git a/graphics-libs/tiff/DETAILS b/graphics-libs/tiff/DETAILS
index 5a5488a..08b585f 100755
--- a/graphics-libs/tiff/DETAILS
+++ b/graphics-libs/tiff/DETAILS
@@ -1,5 +1,6 @@
SPELL=tiff
VERSION=4.0.2
+ PATCHLEVEL=1

SOURCE_HASH=sha512:bfc82b2780f2a7d89b1cd6d73ba45091fc74de996b2dad616cfdba59770b192449d6a9effba305f478a8e527d7246443a4e2bc1c5e2e6673a0037972f4a13413
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/graphics-libs/tiff/HISTORY b/graphics-libs/tiff/HISTORY
index 93aba27..a6832fe 100644
--- a/graphics-libs/tiff/HISTORY
+++ b/graphics-libs/tiff/HISTORY
@@ -1,3 +1,8 @@
+2012-06-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * DEPENDS: it actually depends on GLUT, not on OPENGL
+ * INSTALL: added, to symlink libtiff.so.4 for compat with skype
+
2012-06-24 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.0.2, SECURITY_PATCH=4, CVE-2012-1173, CVE-2012-2113

diff --git a/graphics-libs/tiff/INSTALL b/graphics-libs/tiff/INSTALL
new file mode 100755
index 0000000..1c27401
--- /dev/null
+++ b/graphics-libs/tiff/INSTALL
@@ -0,0 +1,5 @@
+default_install &&
+
+# symlink those so that skype still works after the update
+ln -vsf "$TRACK_ROOT/usr/lib/libtiff.so.5" \
+ "$INSTALL_ROOT/usr/lib/libtiff.so.4"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4592d5d422d3fb0ee9a4689d63b696a484c08f19), Vlad Glagolev, 06/28/2012

Archive powered by MHonArc 2.6.24.

Top of Page