diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-24 21:31:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-24 21:31:55 +0900 |
commit | 9e1539e13292d6ada88a7e69608e878e54bb68ca (patch) | |
tree | 02116f9da023bdb7ed662d282adca02c45adb8a6 | |
parent | 3ae5e8503b233142b3cfce938e94c57baa2277ea (diff) | |
download | extra-dependencies-9e1539e13292d6ada88a7e69608e878e54bb68ca.tar.gz extra-dependencies-9e1539e13292d6ada88a7e69608e878e54bb68ca.zip |
DEB transcode: fixed FTBFS caused by missing libomp-dev dependency.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | debian/transcode/transcode-1.1.7/debian/changelog | 6 | ||||
-rw-r--r-- | debian/transcode/transcode-1.1.7/debian/control | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/transcode/transcode-1.1.7/debian/changelog b/debian/transcode/transcode-1.1.7/debian/changelog index 05683e1c..39c0342b 100644 --- a/debian/transcode/transcode-1.1.7/debian/changelog +++ b/debian/transcode/transcode-1.1.7/debian/changelog @@ -1,3 +1,9 @@ +transcode (3:1.1.7-10~0ubuntu20.10.0+3) groovy; urgency=medium + + * Fixed FTBFS caused by missing libomp-dev dependency. + + -- Michele Calgaro <michele.calgaro@yahoo.it> Sat, 24 Jul 2021 21:23:31 +0900 + transcode (3:1.1.7-10~0ubuntu20.10.0+2) groovy; urgency=medium * Fix FTBFS due to deprecated symbols sys_nerr and sys_errlist in glibc >= 2.32. diff --git a/debian/transcode/transcode-1.1.7/debian/control b/debian/transcode/transcode-1.1.7/debian/control index 3d6687b7..7b102909 100644 --- a/debian/transcode/transcode-1.1.7/debian/control +++ b/debian/transcode/transcode-1.1.7/debian/control @@ -38,7 +38,8 @@ Build-Depends: libxft-dev, libxml2-dev, libxv-dev, - libxxf86vm-dev [i386] + libxxf86vm-dev [i386], + libomp-dev # libx264-dev and libxvidcore-dev are only required if --enable-x264 and # --enable-xvid are passed to configure. # libx264-dev, |