[SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (ca13e24f4de87b99d32be12b25b39f978e42935b)

Juuso Alasuutari scm at sourcemage.org
Fri Nov 28 09:09:55 EST 2008


GIT changes to master grimoire by Juuso Alasuutari <iuso at sourcemage.org>:

 libs/clucene/DETAILS    |    2 +-
 libs/clucene/HISTORY    |    3 +++
 video-libs/x264/DEPENDS |    9 ++-------
 video-libs/x264/DETAILS |    1 -
 video-libs/x264/HISTORY |    6 ++++++
 5 files changed, 12 insertions(+), 9 deletions(-)

New commits:
commit ca13e24f4de87b99d32be12b25b39f978e42935b
Author: Juuso Alasuutari <iuso at sourcemage.org>
Commit: Juuso Alasuutari <iuso at sourcemage.org>

    x264: Remove unnecessary FORCE_DOWNLOAD

commit 82178ba6c56d55c5fabf1da5b4fbcf38ef34fafc
Author: Juuso Alasuutari <iuso at sourcemage.org>
Commit: Juuso Alasuutari <iuso at sourcemage.org>

    x264: Fix typo

commit 6df6e3023c5c628d478bbddad69f54f4be9b24b9
Author: Juuso Alasuutari <iuso at sourcemage.org>
Commit: Juuso Alasuutari <iuso at sourcemage.org>

    x264: Depend on yasm for all archs instead of nasm/yasm for 32/64

commit 26150670f4b60e7af5e63f2f5fe26a63725dbd27
Author: Juuso Alasuutari <iuso at sourcemage.org>
Commit: Juuso Alasuutari <iuso at sourcemage.org>

    clucene: Fix svn version URL

diff --git a/libs/clucene/DETAILS b/libs/clucene/DETAILS
index 5a4d2a5..2b0ee22 100755
--- a/libs/clucene/DETAILS
+++ b/libs/clucene/DETAILS
@@ -9,7 +9,7 @@ if [[ $CLUC_VER == svn ]];then
           SPELLX=$SPELL-svn
           SOURCE=$SPELLX.tar.bz2
    SOURCE_IGNORE=volatile
-   SOURCE_URL[0]=svn_http://clucene.svn.sourceforge.net/svnroot/clucene/trunk/clucene:clucene
+   SOURCE_URL[0]=svn_http://clucene.svn.sourceforge.net/svnroot/clucene/trunk:clucene
 else
 #  if [[ $CLUC_VER == devel ]];then
 #         VERSION=0.9.23.0
diff --git a/libs/clucene/HISTORY b/libs/clucene/HISTORY
index 4267c17..1d6fe86 100644
--- a/libs/clucene/HISTORY
+++ b/libs/clucene/HISTORY
@@ -1,3 +1,6 @@
+2008-11-28 Juuso Alasuutari <iuso at sourcemage.org>
+	* DETAILS: Fix svn version URL.
+
 2008-10-23 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 0.9.21b (stable)
 
diff --git a/video-libs/x264/DEPENDS b/video-libs/x264/DEPENDS
index 5fedbf1..e8a23c1 100755
--- a/video-libs/x264/DEPENDS
+++ b/video-libs/x264/DEPENDS
@@ -1,7 +1,2 @@
-if [[ ${SMGL_COMPAT_ARCHS[1]} = x86_64 ]]; then
-  depends yasm
-else
-  depends nasm
-fi  &&
-optional_depends "gtk+2" "--enable-gtk" "--disable-gtk" "build gui frontend"
-
+optional_depends "yasm" "--enable-asm" "--disable-asm" "use assembler optimizations" &&
+optional_depends "gtk+2" "--enable-gtk" "--disable-gtk" "build GUI frontend"
diff --git a/video-libs/x264/DETAILS b/video-libs/x264/DETAILS
index d941f1c..ad0b757 100755
--- a/video-libs/x264/DETAILS
+++ b/video-libs/x264/DETAILS
@@ -2,7 +2,6 @@
          VERSION="$(date --date='1 day ago' +%Y%m%d)"-2245
           SOURCE=$SPELL-snapshot-$VERSION.tar.bz2
    SOURCE_URL[0]=ftp://ftp.videolan.org/pub/videolan/x264/snapshots/$SOURCE
-  FORCE_DOWNLOAD=on
    SOURCE_IGNORE=volatile
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-snapshot-$VERSION
         WEB_SITE=http://developers.videolan.org/x264.html
diff --git a/video-libs/x264/HISTORY b/video-libs/x264/HISTORY
index e5d61af..40db280 100644
--- a/video-libs/x264/HISTORY
+++ b/video-libs/x264/HISTORY
@@ -1,3 +1,9 @@
+2008-11-28 Juuso Alasuutari <iuso at sourcemage.org>
+	* DEPENDS: Depend on yasm for all archs instead of
+	  nasm/yasm for 32/64, make yasm dependency optional.
+	* DEPENDS: Fix typo.
+	* DETAILS: Remove unnecessary FORCE_DOWNLOAD.
+
 2008-07-09 Elisamuel Resto <ryuji at sourcemage.org>
 	* DETAILS: added SOURCE_IGNORE=volatile, bug #14565
 



More information about the SM-Commit mailing list