[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f9418c3494f469f1579343db8638b7da26001d7c)

Ladislav Hagara scm at sourcemage.org
Wed Sep 22 10:29:40 EDT 2010


GIT changes to master grimoire by Ladislav Hagara <hgr at vabo.cz>:

 video-libs/libvpx/DEPENDS |    3 ++-
 video-libs/libvpx/HISTORY |    3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit f9418c3494f469f1579343db8638b7da26001d7c
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    libvpx needs yasm
    
        [AS] vp8/common/x86/idctllm_mmx.asm.o
    /bin/sh: yasm: command not found
    make[1]: *** [vp8/common/x86/idctllm_mmx.asm.o] Error 127
    make: *** [.DEFAULT] Error 2
     ! Problem Detected !
    Creating compile log /var/log/sorcery/compile/libvpx-git.bz2

diff --git a/video-libs/libvpx/DEPENDS b/video-libs/libvpx/DEPENDS
index 21f6e3f..708da7c 100755
--- a/video-libs/libvpx/DEPENDS
+++ b/video-libs/libvpx/DEPENDS
@@ -1 +1,2 @@
-depends git
+depends git &&
+depends yasm
diff --git a/video-libs/libvpx/HISTORY b/video-libs/libvpx/HISTORY
index 644d1ad..cc1d909 100644
--- a/video-libs/libvpx/HISTORY
+++ b/video-libs/libvpx/HISTORY
@@ -1,3 +1,6 @@
+2010-09-22 Ladislav Hagara <hgr at vabo.cz>
+	* DEPENDS: added yasm
+
 2010-06-16 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS, DEPENDS, BUILD: spell created
 



More information about the SM-Commit mailing list