mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 02:41:06 +02:00
dff: missing dep, https://github.com/pentoo/pentoo-overlay/issues/148
This commit is contained in:
parent
121509f23d
commit
d044bff545
2 changed files with 2 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ RDEPEND="${PYTHON_DEPS}
|
|||
"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/ffmpeg
|
||||
ewf? ( >=app-forensics/libewf-20100226 )
|
||||
aff? ( >=app-forensics/afflib-3.6.8 )
|
||||
bfio? ( >=app-forensics/libbfio-0.0.20120425 )
|
||||
|
|
@ -44,7 +45,7 @@ src_prepare() {
|
|||
epatch "${FILESDIR}/${PV}-disable-qtassistant.patch"
|
||||
#epatch "${FILESDIR}/${P}-libpff-0.0.20120513.patch"
|
||||
epatch "${FILESDIR}/${PV}-libav10.patch"
|
||||
epatch "${FILESDIR}/${PV}-fix-ftbfs-libav9.patch"
|
||||
epatch "${FILESDIR}/${PV}-ftbfs-libav9.patch"
|
||||
|
||||
python_fix_shebang .
|
||||
sed -i 's:^python:python2:' ressources/linux_launcher.sh || die "sed makefile"
|
||||
Loading…
Reference in a new issue