Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (e323c8e562f4a8a3bde64de0e80f60eb8f84f260)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (e323c8e562f4a8a3bde64de0e80f60eb8f84f260)
  • Date: Mon, 2 May 2011 17:30:18 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

x11-libs/wine/DEPENDS | 14 ++++++++++++--
x11-libs/wine/HISTORY | 5 +++++
2 files changed, 17 insertions(+), 2 deletions(-)

New commits:
commit e323c8e562f4a8a3bde64de0e80f60eb8f84f260
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wine: Optionally depends on zlib

commit 4e613a3872b20c695b56c5259eb136f7e5395cc1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wine: Add flags for freetype

commit 364ca77256ff2d0ca93e8de9a23b4b44bfe3adac
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wine: Optionally depends on gnutls

diff --git a/x11-libs/wine/DEPENDS b/x11-libs/wine/DEPENDS
index 6c0307a..3a6bfdb 100755
--- a/x11-libs/wine/DEPENDS
+++ b/x11-libs/wine/DEPENDS
@@ -6,6 +6,11 @@ if [[ $WINE_VCS == y ]]; then
depends git
fi &&

+optional_depends zlib \
+ '--with-zlib' \
+ '--without-zlib' \
+ 'for zlib data compression' &&
+
optional_depends alsa-lib \
'--with-alsa' \
'--without-alsa' \
@@ -37,8 +42,8 @@ optional_depends fontforge \
'for building fonts' &&

optional_depends freetype2 \
- "" \
- "" \
+ "--with-freetype" \
+ "--without-freetype" \
"for font rendering" &&

optional_depends hal \
@@ -109,6 +114,11 @@ optional_depends openssl
\
'--without-openssl' \
'for some cryptographic support in ADVAPI32' &&

+optional_depends gnutls \
+ '--with-gnutls' \
+ '--without-gnutls' \
+ 'for GNU TLS (schannel) support' &&
+
optional_depends winedoc \
"" \
"" \
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 6c35f62..5bb03a0 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,8 @@
+2011-05-02 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depends on gnutls
+ Add flags for freetype
+ Optionally depends on zlib
+
2011-04-29 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.3.19




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (e323c8e562f4a8a3bde64de0e80f60eb8f84f260), Eric Sandall, 05/02/2011

Archive powered by MHonArc 2.6.24.

Top of Page