Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (5990f8e007800ee072e173e07de42926077888fc)

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 devel-xorg-modular grimoire by Vlad Glagolev (5990f8e007800ee072e173e07de42926077888fc)
  • Date: Mon, 19 Dec 2011 08:50:10 -0600

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

dev/null |binary
gnome2-apps/dia/DETAILS | 4 ++--
gnome2-apps/dia/HISTORY | 4 ++++
gnome2-apps/dia/PRE_BUILD | 5 +++++
gnome2-apps/dia/dia-0.97.1.tar.bz2.sig | 0
gnome2-apps/dia/dia-0.97.2.tar.xz.sig |binary
net/cifs-utils/BUILD | 6 ++++++
net/cifs-utils/CONFIGURE | 6 ++++--
net/cifs-utils/DEPENDS | 2 +-
net/cifs-utils/HISTORY | 6 +++++-
video-libs/libass/DEPENDS | 23 +++++++++++++++++++----
video-libs/libass/HISTORY | 2 ++
12 files changed, 48 insertions(+), 10 deletions(-)

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

dia 0.97.2

commit 8e71bea7c70f419315c3a9eecba965bbab69d130
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

cifs-utils: added the possibility to enable/disable cifsacl, which needs
keyutils to be built

commit d1d09eed8c37dc61b2a15f0668ecaf08d5912f7e
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

libass: updated depends

diff --git a/gnome2-apps/dia/DETAILS b/gnome2-apps/dia/DETAILS
index 3e67a43..33d0771 100755
--- a/gnome2-apps/dia/DETAILS
+++ b/gnome2-apps/dia/DETAILS
@@ -1,7 +1,7 @@
SPELL=dia
- VERSION=0.97.1
+ VERSION=0.97.2
BRANCH=`echo $VERSION|cut -d . -f 1,2`
- SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
SOURCE_GPG=gurus.gpg:$SOURCE.sig:UPSTREAM_HASH
diff --git a/gnome2-apps/dia/HISTORY b/gnome2-apps/dia/HISTORY
index 0189059..d46cb70 100644
--- a/gnome2-apps/dia/HISTORY
+++ b/gnome2-apps/dia/HISTORY
@@ -1,3 +1,7 @@
+2011-12-19 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.97.2, bz2 -> xz
+ * PRE_BUILD: added due to bz2 -> xz
+
2011-05-28 Vlad Glagolev <stealth AT sourcemage.org>
* TRIGGERS: added, to recompile on python build
(python plugin isn't linked dynamically with python though)
diff --git a/gnome2-apps/dia/PRE_BUILD b/gnome2-apps/dia/PRE_BUILD
new file mode 100755
index 0000000..6f54504
--- /dev/null
+++ b/gnome2-apps/dia/PRE_BUILD
@@ -0,0 +1,5 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $BUILD_DIRECTORY &&
+verify_file '' &&
+xz -dc $SOURCE_CACHE/$SOURCE | tar -xf -
+cd $SOURCE_DIRECTORY
diff --git a/gnome2-apps/dia/dia-0.97.1.tar.bz2.sig
b/gnome2-apps/dia/dia-0.97.1.tar.bz2.sig
deleted file mode 100644
index 5257b4f..0000000
Binary files a/gnome2-apps/dia/dia-0.97.1.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-apps/dia/dia-0.97.2.tar.xz.sig
b/gnome2-apps/dia/dia-0.97.2.tar.xz.sig
new file mode 100644
index 0000000..fa8da34
Binary files /dev/null and b/gnome2-apps/dia/dia-0.97.2.tar.xz.sig differ
diff --git a/net/cifs-utils/BUILD b/net/cifs-utils/BUILD
index 2479140..30a65dd 100755
--- a/net/cifs-utils/BUILD
+++ b/net/cifs-utils/BUILD
@@ -16,4 +16,10 @@ else
OPTS="$OPTS --disable-cifsidmap"
fi &&

+if [[ "$CIFS_ACL" == "y" ]]; then
+ OPTS="$OPTS --enable-cifsacl"
+else
+ OPTS="$OPTS --disable-cifsacl"
+fi &&
+
default_build
diff --git a/net/cifs-utils/CONFIGURE b/net/cifs-utils/CONFIGURE
index 4e54023..bd48272 100755
--- a/net/cifs-utils/CONFIGURE
+++ b/net/cifs-utils/CONFIGURE
@@ -6,8 +6,10 @@ fi &&

if spell_ok keyutils; then
config_query CIFS_CREDS "Enable cifscreds utility ?" y &&
- config_query CIFS_IDMAP "Enable cifs.idmap utility ?" y
+ config_query CIFS_IDMAP "Enable cifs.idmap utility ?" y &&
+ config_query CIFS_ACL "Enable cifsacl utility ?" y
else
config_query CIFS_CREDS "Enable cifscreds utility ?" n &&
- config_query CIFS_IDMAP "Enable cifs.idmap utility ?" n
+ config_query CIFS_IDMAP "Enable cifs.idmap utility ?" n &&
+ config_query CIFS_ACL "Enable cifsacl utility ?" n
fi
diff --git a/net/cifs-utils/DEPENDS b/net/cifs-utils/DEPENDS
index 841fd0b..1cb626c 100755
--- a/net/cifs-utils/DEPENDS
+++ b/net/cifs-utils/DEPENDS
@@ -2,6 +2,6 @@ if [[ "$CIFS_UPCALL" == "y" ]]; then
depends krb5
fi &&

-if [[ "$CIFS_CREDS" == "y" || "$CIFS_IDMAP" == "y" ]]; then
+if [[ "$CIFS_CREDS" == "y" || "$CIFS_IDMAP" == "y" || "$CIFS_ACL" == "y" ]];
then
depends keyutils
fi
diff --git a/net/cifs-utils/HISTORY b/net/cifs-utils/HISTORY
index 998e4f1..cab9e44 100644
--- a/net/cifs-utils/HISTORY
+++ b/net/cifs-utils/HISTORY
@@ -1,6 +1,10 @@
+2011-12-19 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * CONFIGURE, DEPENDS, BUILD: added the possibility to enable/disable
+ cifsacl, which depends on keyutils to be built
+
2011-10-25 Tommy Boatman <tboatman AT sourcemage.org>
* DETAILS: version 5.1

-2011-09-05 Julien _kaze_ ROZO <julien AT rozo.org>
+2011-09-05 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS, BUILD, CONFIGURE, DEPENDS, HISTORY: spell created

diff --git a/video-libs/libass/DEPENDS b/video-libs/libass/DEPENDS
index 99755a4..3b7946b 100755
--- a/video-libs/libass/DEPENDS
+++ b/video-libs/libass/DEPENDS
@@ -1,4 +1,19 @@
-depends freetype2 &&
-depends fontconfig &&
-depends enca &&
-depends libpng
+depends freetype2 &&
+depends libpng &&
+depends fribidi &&
+
+optional_depends fontconfig \
+ "" \
+ "--disable-fontconfig" \
+ "Enable fontconfig support?" &&
+
+optional_depends enca \
+ "" \
+ "--disable-enca" \
+ "Enable charset autodetect?" &&
+
+optional_depends harfbuzz \
+ "" \
+ "--disable-harfbuzz" \
+ "Enable harfbuzz support?"
+
diff --git a/video-libs/libass/HISTORY b/video-libs/libass/HISTORY
index 8a8f67b..2a1c8b9 100644
--- a/video-libs/libass/HISTORY
+++ b/video-libs/libass/HISTORY
@@ -1,5 +1,7 @@
2011-12-17 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.10.0
+ * DEPENDS: changed some to optional depends
+ added optional of harfbuzz

2011-08-06 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.9.13



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (5990f8e007800ee072e173e07de42926077888fc), Vlad Glagolev, 12/19/2011

Archive powered by MHonArc 2.6.24.

Top of Page