Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a4c4f9969b652e0e3d796216f288e29e5b2f70e4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a4c4f9969b652e0e3d796216f288e29e5b2f70e4)
  • Date: Wed, 23 Jan 2013 14:09:00 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

printer/ghostscript/DEPENDS | 15 ++++++---------
printer/ghostscript/HISTORY | 4 ++++
x11-libs/wine/DEPENDS | 2 +-
x11-libs/wine/HISTORY | 3 +++
4 files changed, 14 insertions(+), 10 deletions(-)

New commits:
commit a4c4f9969b652e0e3d796216f288e29e5b2f70e4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

wine - fix libxxf86vm dependency

commit 6a0b40e0af1c6f15ca5db68e8276a0880b24625c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ghostscript - update depends

diff --git a/printer/ghostscript/DEPENDS b/printer/ghostscript/DEPENDS
index 5129c93..5e3ed20 100755
--- a/printer/ghostscript/DEPENDS
+++ b/printer/ghostscript/DEPENDS
@@ -1,11 +1,9 @@
depends e2fsprogs &&
-depends ghostscript-fonts-std &&
depends freetype2 &&
depends JPEG &&
depends tiff '--with-system-libtiff' &&
depends libpng &&
depends lcms2 &&
-depends JPEG &&
depends zlib &&

if [[ "$GS_LIBGS" == y ]]; then
@@ -44,13 +42,12 @@ optional_depends "ijs" \
"--without-ijs" \
"for IJS print protocol support" &&

-
-optional_depends "ghostscript-fonts-other" \
- "" \
- "" \
- "for additional fonts" &&
-
optional_depends "jasper" \
"--with-jasper" \
"--without-jasper" \
- "JPEG 2000 support"
+ "JPEG 2000 support" &&
+
+optional_depends "openjpeg" \
+ "--enable-openjpeg" \
+ "--disable-openjpeg" \
+ "JPX decoding"
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index e7eb6ae..6872610 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,3 +1,7 @@
+2013-01-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add optional openjpeg (for JPX decoding)
+ ghostscript-fonts-*: not needed since long ago
+
2012-08-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 9.06
SECURITY_PATCH=1, fixes for:
diff --git a/x11-libs/wine/DEPENDS b/x11-libs/wine/DEPENDS
index 1b6eee8..b718845 100755
--- a/x11-libs/wine/DEPENDS
+++ b/x11-libs/wine/DEPENDS
@@ -156,7 +156,7 @@ optional_depends libxext \
'--without-xshape' \
'for X11 XShape extension support' &&

-optional_depends xf86vidmodeproto \
+optional_depends libxxf86vm \
'--with-xxf86vm' \
'--without-xxf86vm' \
'for Xvidmode support'
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 3c88c37..a35cc8f 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2013-01-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: fix libxxf86vm dependency
+
2013-01-18 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated devel to 1.5.22




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a4c4f9969b652e0e3d796216f288e29e5b2f70e4), Treeve Jelbert, 01/23/2013

Archive powered by MHonArc 2.6.24.

Top of Page