*/*: Switch media-video proj packages to cmake.eclass
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 30 Dec 2019 18:28:38 +0000 (19:28 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 31 Dec 2019 17:23:36 +0000 (18:23 +0100)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
22 files changed:
dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild
dev-cpp/nlohmann_json/nlohmann_json-3.7.0.ebuild
dev-libs/libebml/libebml-1.3.9.ebuild
dev-libs/pugixml/pugixml-1.9-r1.ebuild
dev-libs/pugixml/pugixml-9999.ebuild
dev-libs/tinyxml2/tinyxml2-7.1.0.ebuild
media-libs/avidemux-core/avidemux-core-2.7.3.ebuild
media-libs/avidemux-core/avidemux-core-2.7.4.ebuild
media-libs/avidemux-plugins/avidemux-plugins-2.7.3.ebuild
media-libs/avidemux-plugins/avidemux-plugins-2.7.4.ebuild
media-libs/gmmlib/gmmlib-19.2.1.ebuild
media-libs/gmmlib/gmmlib-19.2.3.ebuild
media-libs/gmmlib/gmmlib-19.2.4.ebuild
media-libs/gmmlib/gmmlib-19.3.4.ebuild
media-libs/gmmlib/gmmlib-9999.ebuild
media-libs/libaom/libaom-9999.ebuild
media-libs/libmatroska/libmatroska-1.5.2.ebuild
media-libs/libopenshot-audio/libopenshot-audio-0.1.9_pre20190502.ebuild
media-libs/libopenshot/libopenshot-0.2.4_pre20190609.ebuild
media-video/avidemux/avidemux-2.7.3.ebuild
media-video/avidemux/avidemux-2.7.4-r1.ebuild
media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild

index d7e7355ddcf456967a87b4d2ee7332400ecb8a7f..3f251a81fd24aa00cc904246b634d34b46c57c24 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="JSON for Modern C++"
 HOMEPAGE="https://github.com/nlohmann/json https://nlohmann.github.io/json/"
@@ -27,11 +27,11 @@ src_configure() {
                -DJSON_MultipleHeaders=ON
        )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 src_compile() {
-       cmake-utils_src_compile
+       cmake_src_compile
        use doc && emake -C doc
 }
 
@@ -40,6 +40,6 @@ src_test() {
 }
 
 src_install() {
-       cmake-utils_src_install
+       cmake_src_install
        use doc && dodoc -r doc/html
 }
index ed480ec910fb8b582455367b9a15604ed3e170ec..6c95f15b73487d68e655c3c7970f12db3ba29543 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="JSON for Modern C++"
 HOMEPAGE="https://github.com/nlohmann/json https://nlohmann.github.io/json/"
@@ -27,11 +27,11 @@ src_configure() {
                -DJSON_MultipleHeaders=ON
        )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 src_compile() {
-       cmake-utils_src_compile
+       cmake_src_compile
        use doc && emake -C doc
 }
 
@@ -40,6 +40,6 @@ src_test() {
 }
 
 src_install() {
-       cmake-utils_src_install
+       cmake_src_install
        use doc && dodoc -r doc/html
 }
index 95e1aa1e68478bd4fbf7ec15a509d39d42c06909..99829f7ce5b2acf8c1440e2d4d362c9b6906633f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Extensible binary format library (kinda like XML)"
 HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libebml/"
@@ -16,5 +16,5 @@ IUSE=""
 
 src_configure() {
        local mycmakeargs=( -DBUILD_SHARED_LIBS=YES )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
index a828ba74f2e35f3bb8423bdc8cfd60cccd1aeffc..98f20245f46300306453dcf137ca3176e80a81f9 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 if [[ ${PV} == *9999 ]] ; then
        EGIT_REPO_URI="https://github.com/zeux/${PN}.git"
@@ -24,10 +24,3 @@ PATCHES=(
        "${FILESDIR}/${P}-Use-CMAKE_INSTALL_LIBDIR-for-pugixml.pc.patch"
        "${FILESDIR}/${P}-pkg-config-Use-CMake-GnuInstallDirs-FULL-vars.patch"
 )
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_SHARED_LIBS=ON
-       )
-       cmake-utils_src_configure
-}
index bd5bdeffb3adf38d03d2e75072ec41d3f0f05a1b..13e7034588813461cae337e13e623b3162b73830 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 if [[ ${PV} == *9999 ]] ; then
        EGIT_REPO_URI="https://github.com/zeux/${PN}.git"
@@ -18,10 +18,3 @@ HOMEPAGE="https://pugixml.org/ https://github.com/zeux/pugixml/"
 
 LICENSE="MIT"
 SLOT="0"
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_SHARED_LIBS=ON
-       )
-       cmake-utils_src_configure
-}
index 32bfbfb71ac96b28cf495e65708931da8dad63e5..a9d54f3bf0f901bd8bd1d5c4913b1d35a7fa3e4b 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+CMAKE_ECLASS=cmake
 inherit cmake-multilib
 
 DESCRIPTION="A simple, small, efficient, C++ XML parser"
@@ -17,5 +18,5 @@ RESTRICT="!test? ( test )"
 
 multilib_src_configure() {
        local mycmakeargs=( -DBUILD_TESTING=$(usex test) )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
index 5f88c831da3c3689a357053c13a4e80ec2f11e24..1ed1591e1a59b24e0ef4e422974ec8eba448de9d 100644 (file)
@@ -5,7 +5,7 @@ EAPI=7
 
 CMAKE_MAKEFILE_GENERATOR="emake"
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Core libraries for simple video cutting, filtering and encoding tasks"
 HOMEPAGE="http://fixounet.free.fr/avidemux"
@@ -42,7 +42,7 @@ CMAKE_USE_DIR="${S}/${PN/-/_}"
 PATCHES=( "${FILESDIR}"/${P}-permissions.patch )
 
 src_prepare() {
-       cmake-utils_src_prepare
+       cmake_src_prepare
 
        if use system-ffmpeg ; then
                # Preparations to support the system ffmpeg. Currently fails because
@@ -76,13 +76,13 @@ src_configure() {
                mycmakeargs+=( -DVERBOSE=1 -DADM_DEBUG=1 )
        fi
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 src_compile() {
-       cmake-utils_src_compile
+       cmake_src_compile
 }
 
 src_install() {
-       cmake-utils_src_install
+       cmake_src_install
 }
index b47c3bc016462741b7634de0d6948dc76c83b9c6..1143e35d737bc3eda9a8eaa3b818134af3a46f21 100644 (file)
@@ -5,7 +5,7 @@ EAPI=7
 
 CMAKE_MAKEFILE_GENERATOR="emake"
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Core libraries for simple video cutting, filtering and encoding tasks"
 HOMEPAGE="http://fixounet.free.fr/avidemux"
@@ -40,7 +40,7 @@ S="${WORKDIR}/avidemux2-${PV}"
 CMAKE_USE_DIR="${S}/${PN/-/_}"
 
 src_prepare() {
-       cmake-utils_src_prepare
+       cmake_src_prepare
 
        if use system-ffmpeg ; then
                # Preparations to support the system ffmpeg. Currently fails because
@@ -72,13 +72,13 @@ src_configure() {
 
        use debug && mycmakeargs+=( -DVERBOSE=1 -DADM_DEBUG=1 )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 src_compile() {
-       cmake-utils_src_compile
+       cmake_src_compile
 }
 
 src_install() {
-       cmake-utils_src_install
+       cmake_src_install
 }
index 7345ea0cb705926165cf79a30bcf9eef1fb05baa..0650e3a9f4d830aee3e0f20ed44a51647758b8b7 100644 (file)
@@ -6,7 +6,7 @@ EAPI=7
 CMAKE_MAKEFILE_GENERATOR="emake"
 PYTHON_COMPAT=( python{2_7,3_6} )
 
-inherit cmake-utils python-single-r1
+inherit cmake python-single-r1
 
 DESCRIPTION="Plugins for the video editor media-video/avidemux"
 HOMEPAGE="http://fixounet.free.fr/avidemux"
@@ -83,7 +83,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.6.20-optional-pulse.patch )
 src_prepare() {
        default
 
-       # Don't reapply PATCHES during cmake-utils_src_prepare
+       # Don't reapply PATCHES during cmake_src_prepare
        unset PATCHES
 
        processes="buildPluginsCommon:avidemux_plugins
@@ -91,7 +91,7 @@ src_prepare() {
        use qt5 && processes+=" buildPluginsQt4:avidemux_plugins"
 
        for process in ${processes} ; do
-               CMAKE_USE_DIR="${S}"/${process#*:} cmake-utils_src_prepare
+               CMAKE_USE_DIR="${S}"/${process#*:} cmake_src_prepare
        done
 }
 
@@ -146,20 +146,20 @@ src_configure() {
                        mycmakeargs+=( -DVERBOSE=1 -DADM_DEBUG=1 )
                fi
 
-               CMAKE_USE_DIR="${S}"/${process#*:} BUILD_DIR="${build}" cmake-utils_src_configure
+               CMAKE_USE_DIR="${S}"/${process#*:} BUILD_DIR="${build}" cmake_src_configure
        done
 }
 
 src_compile() {
        for process in ${processes} ; do
                local build="${WORKDIR}/${P}_build/${process%%:*}"
-               BUILD_DIR="${build}" cmake-utils_src_compile
+               BUILD_DIR="${build}" cmake_src_compile
        done
 }
 
 src_install() {
        for process in ${processes} ; do
                local build="${WORKDIR}/${P}_build/${process%%:*}"
-               BUILD_DIR="${build}" cmake-utils_src_install
+               BUILD_DIR="${build}" cmake_src_install
        done
 }
index 2a7b0e7ee510c2040d64b7a88a5cb8aac60dc66d..cad08c9330b641d3a5352cdf34e9d9dd21a3e413 100644 (file)
@@ -6,7 +6,7 @@ EAPI=7
 CMAKE_MAKEFILE_GENERATOR="emake"
 PYTHON_COMPAT=( python{2_7,3_6} )
 
-inherit cmake-utils python-single-r1
+inherit cmake python-single-r1
 
 DESCRIPTION="Plugins for the video editor media-video/avidemux"
 HOMEPAGE="http://fixounet.free.fr/avidemux"
@@ -83,7 +83,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.6.20-optional-pulse.patch )
 src_prepare() {
        default
 
-       # Don't reapply PATCHES during cmake-utils_src_prepare
+       # Don't reapply PATCHES during cmake_src_prepare
        unset PATCHES
 
        processes="buildPluginsCommon:avidemux_plugins
@@ -91,7 +91,7 @@ src_prepare() {
        use qt5 && processes+=" buildPluginsQt4:avidemux_plugins"
 
        for process in ${processes} ; do
-               CMAKE_USE_DIR="${S}"/${process#*:} cmake-utils_src_prepare
+               CMAKE_USE_DIR="${S}"/${process#*:} cmake_src_prepare
        done
 }
 
@@ -142,20 +142,20 @@ src_configure() {
                use qt5 && mycmakeargs+=( -DENABLE_QT5=True )
                use debug && mycmakeargs+=( -DVERBOSE=1 -DADM_DEBUG=1 )
 
-               CMAKE_USE_DIR="${S}"/${process#*:} BUILD_DIR="${build}" cmake-utils_src_configure
+               CMAKE_USE_DIR="${S}"/${process#*:} BUILD_DIR="${build}" cmake_src_configure
        done
 }
 
 src_compile() {
        for process in ${processes} ; do
                local build="${WORKDIR}/${P}_build/${process%%:*}"
-               BUILD_DIR="${build}" cmake-utils_src_compile
+               BUILD_DIR="${build}" cmake_src_compile
        done
 }
 
 src_install() {
        for process in ${processes} ; do
                local build="${WORKDIR}/${P}_build/${process%%:*}"
-               BUILD_DIR="${build}" cmake-utils_src_install
+               BUILD_DIR="${build}" cmake_src_install
        done
 }
index aee2550263c0172b544a792805ae291419c2f5dd..814f7e0d4a70cc8bde736d6b3fd9dc7f42b6d521 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+CMAKE_ECLASS=cmake
 inherit cmake-multilib
 
 if [[ ${PV} == *9999 ]] ; then
@@ -37,5 +38,5 @@ multilib_src_configure() {
 #              -DMEDIA_RUN_TEST_SUITE=OFF
 #      )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
index aee2550263c0172b544a792805ae291419c2f5dd..814f7e0d4a70cc8bde736d6b3fd9dc7f42b6d521 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+CMAKE_ECLASS=cmake
 inherit cmake-multilib
 
 if [[ ${PV} == *9999 ]] ; then
@@ -37,5 +38,5 @@ multilib_src_configure() {
 #              -DMEDIA_RUN_TEST_SUITE=OFF
 #      )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
index aee2550263c0172b544a792805ae291419c2f5dd..814f7e0d4a70cc8bde736d6b3fd9dc7f42b6d521 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+CMAKE_ECLASS=cmake
 inherit cmake-multilib
 
 if [[ ${PV} == *9999 ]] ; then
@@ -37,5 +38,5 @@ multilib_src_configure() {
 #              -DMEDIA_RUN_TEST_SUITE=OFF
 #      )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
index aee2550263c0172b544a792805ae291419c2f5dd..814f7e0d4a70cc8bde736d6b3fd9dc7f42b6d521 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+CMAKE_ECLASS=cmake
 inherit cmake-multilib
 
 if [[ ${PV} == *9999 ]] ; then
@@ -37,5 +38,5 @@ multilib_src_configure() {
 #              -DMEDIA_RUN_TEST_SUITE=OFF
 #      )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
index aee2550263c0172b544a792805ae291419c2f5dd..814f7e0d4a70cc8bde736d6b3fd9dc7f42b6d521 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+CMAKE_ECLASS=cmake
 inherit cmake-multilib
 
 if [[ ${PV} == *9999 ]] ; then
@@ -37,5 +38,5 @@ multilib_src_configure() {
 #              -DMEDIA_RUN_TEST_SUITE=OFF
 #      )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
index d22f4369dcb5ab40f80471aa8ccbc8e820e2412a..53bc9ffd6e14445e03d617b24c7068fdd2d61164 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+CMAKE_ECLASS=cmake
 inherit cmake-multilib
 
 if [[ ${PV} == *9999* ]]; then
@@ -63,12 +64,12 @@ multilib_src_configure() {
                -DENABLE_AVX=$(usex cpu_flags_x86_avx ON OFF)
                -DENABLE_AVX2=$(usex cpu_flags_x86_avx2 ON OFF)
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 multilib_src_install() {
        if multilib_is_native_abi && use doc ; then
                local HTML_DOCS=( "${BUILD_DIR}"/docs/html/. )
        fi
-       cmake-utils_src_install
+       cmake_src_install
 }
index 62097ee093e65614324f011100f3637bf7a4a8b1..8ace52e9b280b17cfcea653e3bf866297e300959 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Extensible multimedia container format based on EBML"
 HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libmatroska/"
@@ -19,5 +19,5 @@ DEPEND="${RDEPEND}"
 
 src_configure() {
        local mycmakeargs=( -DBUILD_SHARED_LIBS=YES )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
index 73f879a2280b5113fa5411f4e9431c73ef6db776..066adc17012f1d7e287b6f1f72b5ba8d91b6f071 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 COMMIT="77edb1f14dde35e1facecc309dbc4fb7f07d7014"
 
index e0d560596b941314ff1e77ad8e85435b840050e0..52ae0bf3fd950eeb00f060127b221d26dab1ebea 100644 (file)
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{5,6,7} )
 
-inherit cmake-utils python-single-r1 toolchain-funcs
+inherit cmake python-single-r1 toolchain-funcs
 
 COMMIT="0d4ea7fe71e88bcee4a7fd1404bd52c8e2169997"
 
@@ -64,7 +64,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-       cmake-utils_src_prepare
+       cmake_src_prepare
        # https://github.com/OpenShot/libopenshot/issues/17
        use test || cmake_comment_add_subdirectory tests
 }
@@ -73,23 +73,23 @@ src_configure() {
        local mycmakeargs=(
                -DENABLE_RUBY=OFF # TODO: add ruby support
                -DENABLE_PYTHON=$(usex python)
-               $(cmake-utils_use_find_package imagemagick ImageMagick)
+               $(cmake_use_find_package imagemagick ImageMagick)
        )
        use python && mycmakeargs+=(
                -DPYTHON_EXECUTABLE="${PYTHON}"
                -DPYTHON_INCLUDE_DIR="$(python_get_includedir)"
                -DPYTHON_LIBRARY="$(python_get_library_path)"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 src_compile() {
-       cmake-utils_src_compile
-       use doc && cmake-utils_src_make doc
+       cmake_src_compile
+       use doc && cmake_build doc
 }
 
 src_test() {
-       cmake-utils_src_make os_test
+       cmake_build os_test
 }
 
 src_install() {
@@ -97,6 +97,6 @@ src_install() {
        use examples && DOCS+=( src/examples/ )
        use doc && local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
 
-       cmake-utils_src_install
+       cmake_src_install
        use python && python_optimize
 }
index 40f4f5d8b223d282dbb809c39ff01ff1bc46c931..5b4a9629c09bf6f4bc60592a7fe1b8bd2dede314 100644 (file)
@@ -5,7 +5,7 @@ EAPI=7
 
 CMAKE_MAKEFILE_GENERATOR="emake"
 
-inherit cmake-utils desktop qmake-utils xdg
+inherit cmake desktop qmake-utils xdg
 
 DESCRIPTION="Video editor designed for simple cutting, filtering and encoding tasks"
 HOMEPAGE="http://fixounet.free.fr/avidemux"
@@ -50,7 +50,7 @@ src_prepare() {
        fi
 
        for process in ${processes} ; do
-               CMAKE_USE_DIR="${S}"/${process#*:} cmake-utils_src_prepare
+               CMAKE_USE_DIR="${S}"/${process#*:} cmake_src_prepare
        done
 
        # Fix icon name -> avidemux-2.7
@@ -108,28 +108,28 @@ src_configure() {
 
        for process in ${processes} ; do
                local build="${WORKDIR}/${P}_build/${process%%:*}"
-               CMAKE_USE_DIR="${S}"/${process#*:} BUILD_DIR="${build}" cmake-utils_src_configure
+               CMAKE_USE_DIR="${S}"/${process#*:} BUILD_DIR="${build}" cmake_src_configure
        done
 }
 
 src_compile() {
        for process in ${processes} ; do
                local build="${WORKDIR}/${P}_build/${process%%:*}"
-               BUILD_DIR="${build}" cmake-utils_src_compile
+               BUILD_DIR="${build}" cmake_src_compile
        done
 }
 
 src_test() {
        for process in ${processes} ; do
                local build="${WORKDIR}/${P}_build/${process%%:*}"
-               BUILD_DIR="${build}" cmake-utils_src_test
+               BUILD_DIR="${build}" cmake_src_test
        done
 }
 
 src_install() {
        for process in ${processes} ; do
                local build="${WORKDIR}/${P}_build/${process%%:*}"
-               BUILD_DIR="${build}" cmake-utils_src_install
+               BUILD_DIR="${build}" cmake_src_install
        done
 
        cd "${S}" || die "Can't enter source folder."
index 16632727c8d95cb64f17819ebaa8da0e5b5bf2ff..cc9638e1c582de0589d9a041f51f79e13e5172d0 100644 (file)
@@ -5,7 +5,7 @@ EAPI=7
 
 CMAKE_MAKEFILE_GENERATOR="emake"
 
-inherit cmake-utils desktop qmake-utils xdg
+inherit cmake desktop qmake-utils xdg
 
 DESCRIPTION="Video editor designed for simple cutting, filtering and encoding tasks"
 HOMEPAGE="http://fixounet.free.fr/avidemux"
@@ -46,7 +46,7 @@ src_prepare() {
        use qt5 && processes+=" buildQt4:avidemux/qt4"
 
        for process in ${processes} ; do
-               CMAKE_USE_DIR="${S}"/${process#*:} cmake-utils_src_prepare
+               CMAKE_USE_DIR="${S}"/${process#*:} cmake_src_prepare
        done
 
        if use qt5; then
@@ -98,28 +98,28 @@ src_configure() {
 
        for process in ${processes} ; do
                local build="${WORKDIR}/${P}_build/${process%%:*}"
-               CMAKE_USE_DIR="${S}"/${process#*:} BUILD_DIR="${build}" cmake-utils_src_configure
+               CMAKE_USE_DIR="${S}"/${process#*:} BUILD_DIR="${build}" cmake_src_configure
        done
 }
 
 src_compile() {
        for process in ${processes} ; do
                local build="${WORKDIR}/${P}_build/${process%%:*}"
-               BUILD_DIR="${build}" cmake-utils_src_compile
+               BUILD_DIR="${build}" cmake_src_compile
        done
 }
 
 src_test() {
        for process in ${processes} ; do
                local build="${WORKDIR}/${P}_build/${process%%:*}"
-               BUILD_DIR="${build}" cmake-utils_src_test
+               BUILD_DIR="${build}" cmake_src_test
        done
 }
 
 src_install() {
        for process in ${processes} ; do
                local build="${WORKDIR}/${P}_build/${process%%:*}"
-               BUILD_DIR="${build}" cmake-utils_src_install
+               BUILD_DIR="${build}" cmake_src_install
        done
 
        if use qt5; then
index 4f247e2eb8b2716e6e6b667e5e1b1b12362d3a25..0196f0eff333382029a54e137fd931c1bfaa3bdc 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
 HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer"
@@ -37,7 +37,7 @@ PATCHES=( "${FILESDIR}/${P}-pkgconfig-libdir.patch" )
 src_prepare() {
        rm -rf out* || die
 
-       cmake-utils_src_prepare
+       cmake_src_prepare
 }
 
 src_configure() {
@@ -48,5 +48,5 @@ src_configure() {
                -DHAVE_JPEG=$(usex jpeg)
                -DHAVE_PNG=$(usex png)
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }