Revision 18 as of 2014-10-20 02:26:45

Clear message
Edit Info Other
Login

ImportantDependencyLists

Important Dependency lists

Mass rebuild when bumping both so versions of x264 and ffmpeg

repoquery --whatrequires x264-libs --source | perl -pe 's/-\d.*?-\d+(\..*)?\.fc\d+(\..*)?.src.rpm//' | sort -u

(build in first place)

(others)

repoquery --whatrequires ffmpeg-libs --source | perl -pe 's/-\d.*?-\d+(\..*)?\.fc\d+(\..*)?.src.rpm//'| sort -u

(special when both so bumps need it for x264 without bootstrap)

(this group also depends on x264)

(others)

some other deps that also should be considered

faad2

These need rebuild when bumping SO version:

only ffmpeg so bump

repoquery --disablerepo=* --enablerepo=rpmfusion-{non,}free-rawhide --whatrequires ffmpeg-libs --source --alldeps | perl -pe 's/-\d.*?-\d+(\..*)?\.fc\d+(\..*)?.src.rpm//' | sort -u | grep -Pv "^ffmpeg$"

whatrequires ffmpeg binary

repoquery --whatrequires ffmpeg --source | perl -pe 's/-\d.*?-\d+(\..*)?\.fc\d+(\..*)?.src.rpm//' | sort -u

also others deps on binaries programs that we might be consider

repoquery --whatrequires mplayer --source | perl -pe 's/-\d.*?-\d+(\..*)?\.fc\d+(\..*)?.src.rpm//' | sort -u

repoquery --whatrequires mencoder --source | perl -pe 's/-\d.*?-\d+(\..*)?\.fc\d+(\..*)?.src.rpm//' | sort -u