X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fbld_scripts%2Fbld_dynamic.sh;h=2be6c4baeee47cb0ffc6f702d465f7dde11469dd;hb=8068cd62fe64d3e6d95d563b4cab15f768411ba9;hp=fdf546798fa8b52e78c9a15164a444be9123c0c0;hpb=5820b5f022aeec75ec03f7dd0121aa8a3d7f7590;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/bld_scripts/bld_dynamic.sh b/cinelerra-5.1/bld_scripts/bld_dynamic.sh index fdf54679..2be6c4ba 100755 --- a/cinelerra-5.1/bld_scripts/bld_dynamic.sh +++ b/cinelerra-5.1/bld_scripts/bld_dynamic.sh @@ -14,27 +14,27 @@ fi cd "$path/$dir/$bld" rm -rf "$proj" -git clone --depth 1 "git://git.cinelerra-cv.org/goodguy/cinelerra.git" "$proj" -#rsh host tar -C /mnt0/cinelerra5 -cf - cinelerra | tar -xf - -#mv cinelerra cinelerra5 +git clone "git://git.cinelerra-cv.org/goodguy/cinelerra.git" "$proj" +#rsh host tar -C /mnt0 -cf - cinelerra5 | tar -xf - if [ $? -ne 0 ]; then echo "git clone $proj failed" exit 1 fi cd "$proj/$base" -if [ "$dir" = "ubuntu" ]; then - echo "CFLAGS += -DPNG_SKIP_SETJMP_CHECK=1" >> global_config -fi -if [ "$dir" = "centos" ]; then - echo "EXTRA_LIBS += -lnuma" >> global_config - echo "CFLAGS += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS" >> global_config -fi -if [ "$dir" = "suse" ]; then - echo "EXTRA_LIBS += -lnuma" >> global_config -fi +#case "$dir" in +# "ubuntu" | "mint" | "ub14" | "ub15") +# echo "CFLAGS += -DPNG_SKIP_SETJMP_CHECK=1" >> global_config ;; +# "centos") +# echo "CFLAGS += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS" >> global_config +## echo "EXTRA_LIBS += -lnuma" >> global_config ;; +# "suse" | "leap") +# echo "EXTRA_LIBS += -lnuma" >> global_config ;; +# "fedora") +# echo "EXTRA_LIBS += -lnuma" >> global_config ;; +#esac -STATIC_LIBRARIES=0 ./configure >& log +./configure shared >& log make >> log 2>&1 $@ make install >> log 2>&1