1 Star 0 Fork 4

luoyaoming/gpac

forked from openKylin/gpac 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run_configure.sh 742 Bytes
一键复制 编辑 原始数据 按行查看 历史
周淦清 提交于 2024-04-25 18:54 . Import Upstream version 2.0.0+dfsg1
#!/bin/bash
#
# calls ./configure and prints out build dependency for platform
#
# Shell-script based on code suplied in [1]
# [1] Guide du nouveau responsable Debian. Copyright © 1998-2002 Josip Rodin
strace -f -o /tmp/log ./configure
echo ""
echo ""
echo "GPAC Build dependency for your platform"
for x in `dpkg -S $(grep open /tmp/log|\
perl -pe 's!.* open\(\"([^\"]*).*!$1!' |\
grep "^/"| sort | uniq|\
grep -v "^\(/tmp\|/dev\|/proc\)" ) 2>/dev/null|\
cut -f1 -d":"| sort | uniq`; \
do \
echo -n "$x (>=" `dpkg -s $x|grep ^Version|cut -f2 -d":"` "), "; \
done
echo ""
echo ""
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/luoyaoming/gpac.git
git@gitee.com:luoyaoming/gpac.git
luoyaoming
gpac
gpac
openkylin/nile

搜索帮助

D67c1975 1850385 1daf7b77 1850385