EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="The OpenAL Utility Toolkit"
HOMEPAGE="https://kcat.strangesoft.net/alure.html"
PATCHES=( "${FILESDIR}/${P}-include-unistd.patch" )
src_prepare() {
- cmake-utils_src_prepare
+ cmake_src_prepare
sed -i -e "/DESTINATION/s:doc/alure:doc/${PF}:" CMakeLists.txt || die
}
-DVORBIS=$(usex vorbis)
)
- cmake-utils_src_configure
+ cmake_src_configure
}
EAPI=7
+CMAKE_ECLASS=cmake
GTEST_VERSION="1.8.0"
inherit cmake-multilib
-DFFT_LIB=avfft
-DAUDIO_PROCESSOR_LIB=$(usex libav avresample swresample)
)
- cmake-utils_src_configure
+ cmake_src_configure
}
multilib_src_test() {
EAPI=7
+CMAKE_ECLASS=cmake
inherit cmake-multilib
DESCRIPTION="Low bit rate speech codec"
multilib_src_configure() {
local mycmakeargs=( -DUNITTEST=OFF )
- cmake-utils_src_configure
+ cmake_src_configure
}
src_install() {
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="CUE Sheet Parser Library"
HOMEPAGE="https://github.com/lipnitsk/libcue"
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="Qt/C++ library wrapping the gpodder.net webservice"
HOMEPAGE="http://wiki.gpodder.org/wiki/Libmygpo-qt"
-DMYGPO_BUILD_TESTS=$(usex test)
)
- cmake-utils_src_configure
+ cmake_src_configure
}
EAPI=7
+CMAKE_ECLASS=cmake
inherit cmake-multilib
MY_P="${PN}-soft-${PV}"
use cpu_flags_arm_neon && mycmakeargs+=( -DALSOFT_CPUEXT_NEON=$(usex cpu_flags_arm_neon) )
- cmake-utils_src_configure
+ cmake_src_configure
}
multilib_parallel_foreach_abi my_configure
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="A set of extra plugins for Qmmp"
HOMEPAGE="http://qmmp.ylsoftware.com/"
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="Fast and light music player"
HOMEPAGE="https://gogglesmm.github.io"
-DWITH_NLS="$(usex nls)"
-DWITH_CFOX=OFF
)
- cmake-utils_src_configure
+ cmake_src_configure
}
EAPI=7
-inherit cmake-utils desktop
+inherit cmake desktop
DESCRIPTION="FastTracker 2 inspired music tracker"
HOMEPAGE="https://milkytracker.titandemo.org/"
src_configure() {
local mycmakeargs=(
- -DCMAKE_INSTALL_DOCDIR=share/doc/${PF}
- $(cmake-utils_use_find_package alsa ALSA)
- $(cmake-utils_use_find_package jack JACK)
+ $(cmake_use_find_package alsa ALSA)
+ $(cmake_use_find_package jack JACK)
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_install() {
- cmake-utils_src_install
+ cmake_src_install
newicon resources/pictures/carton.png ${PN}.png
make_desktop_entry ${PN} MilkyTracker ${PN} \
CMAKE_MAKEFILE_GENERATOR="emake"
CHECKREQS_DISK_BUILD=3500M
-inherit cmake-utils xdg check-reqs
+inherit cmake xdg check-reqs
DESCRIPTION="WYSIWYG Music Score Typesetter"
HOMEPAGE="https://musescore.org/"
S="${WORKDIR}/MuseScore-${PV}"
src_prepare() {
- cmake-utils_src_prepare
+ cmake_src_prepare
# Move soundfonts to the correct directory
mv "${WORKDIR}"/sound/* "${S}"/share/sound/ || die "Failed to move soundfont files"
-DSOUNDFONT3="$(usex vorbis)"
-DBUILD_WEBENGINE="$(usex webengine)"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_compile() {
cd "${BUILD_DIR}" || die
- cmake-utils_src_make -j1 lrelease manpages
- cmake-utils_src_compile
+ cmake_build -j1 lrelease manpages
+ cmake_src_compile
}
CMAKE_MAKEFILE_GENERATOR="emake"
CHECKREQS_DISK_BUILD=3500M
-inherit cmake-utils xdg check-reqs
+inherit cmake xdg check-reqs
DESCRIPTION="WYSIWYG Music Score Typesetter"
HOMEPAGE="https://musescore.org/"
S="${WORKDIR}/MuseScore-${PV}"
src_prepare() {
- cmake-utils_src_prepare
+ cmake_src_prepare
# Move soundfonts to the correct directory
mv "${WORKDIR}"/sound/* "${S}"/share/sound/ || die "Failed to move soundfont files"
-DSOUNDFONT3="$(usex vorbis)"
-DBUILD_WEBENGINE="$(usex webengine)"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_compile() {
cd "${BUILD_DIR}" || die
- cmake-utils_src_make -j1 lrelease manpages
- cmake-utils_src_compile
+ cmake_build -j1 lrelease manpages
+ cmake_src_compile
}
CMAKE_MAKEFILE_GENERATOR="emake"
CHECKREQS_DISK_BUILD=3500M
-inherit cmake-utils xdg check-reqs
+inherit cmake xdg check-reqs
DESCRIPTION="WYSIWYG Music Score Typesetter"
HOMEPAGE="https://musescore.org/"
S="${WORKDIR}/MuseScore-${PV}"
src_prepare() {
- cmake-utils_src_prepare
+ cmake_src_prepare
# Move soundfonts to the correct directory
mv "${WORKDIR}"/sound/* "${S}"/share/sound/ || die "Failed to move soundfont files"
-DSOUNDFONT3="$(usex vorbis)"
-DBUILD_WEBENGINE="$(usex webengine)"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_compile() {
cd "${BUILD_DIR}" || die
- cmake-utils_src_make -j1 lrelease manpages
- cmake-utils_src_compile
+ cmake_build -j1 lrelease manpages
+ cmake_src_compile
}
CMAKE_MAKEFILE_GENERATOR="emake"
CHECKREQS_DISK_BUILD=3500M
-inherit git-r3 cmake-utils xdg check-reqs
+inherit git-r3 cmake xdg check-reqs
DESCRIPTION="WYSIWYG Music Score Typesetter"
HOMEPAGE="https://musescore.org/"
}
src_prepare() {
- cmake-utils_src_prepare
+ cmake_src_prepare
# Move soundfonts to the correct directory
mv "${WORKDIR}"/sound/* "${S}"/share/sound/ || die "Failed to move soundfont files"
-DSOUNDFONT3="$(usex vorbis)"
-DBUILD_WEBENGINE="$(usex webengine)"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_compile() {
cd "${BUILD_DIR}" || die
- cmake-utils_src_make -j1 lrelease manpages
- cmake-utils_src_compile
+ cmake_build -j1 lrelease manpages
+ cmake_src_compile
}
EAPI=7
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
[[ ${PV} = 9999 ]] && inherit subversion
DESCRIPTION="Qt5-based audio player with winamp/xmms skins support"
src/plugins/Input/cdaudio/decoder_cdaudio.cpp || die
fi
- cmake-utils_src_prepare
+ cmake_src_prepare
}
src_configure() {
-DUSE_WAVPACK="$(usex wavpack)"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
pkg_postinst() {
EAPI=7
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
[[ ${PV} = 9999 ]] && inherit subversion
DESCRIPTION="Qt5-based audio player with winamp/xmms skins support"
src/plugins/Input/cdaudio/decoder_cdaudio.cpp || die
fi
- cmake-utils_src_prepare
+ cmake_src_prepare
}
src_configure() {
-DUSE_WAVPACK="$(usex wavpack)"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
pkg_postinst() {
EAPI=7
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
[[ ${PV} = 9999 ]] && inherit subversion
DESCRIPTION="Qt5-based audio player with winamp/xmms skins support"
src/plugins/Input/cdaudio/decoder_cdaudio.cpp || die
fi
- cmake-utils_src_prepare
+ cmake_src_prepare
}
src_configure() {
-DUSE_WAVPACK="$(usex wavpack)"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
pkg_postinst() {
EAPI=7
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
[[ ${PV} = 9999 ]] && inherit subversion
DESCRIPTION="Qt5-based audio player with winamp/xmms skins support"
src/plugins/Input/cdaudio/decoder_cdaudio.cpp || die
fi
- cmake-utils_src_prepare
+ cmake_src_prepare
}
src_configure() {
-DUSE_WAVPACK="$(usex wavpack)"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
pkg_postinst() {
EAPI=7
-inherit cmake-utils xdg
+inherit cmake xdg
DESCRIPTION="Software synthesizer based on ZynAddSubFX"
HOMEPAGE="https://yoshimi.github.io/"
DOCS=( Changelog README.txt )
src_prepare() {
- cmake-utils_src_prepare
+ cmake_src_prepare
# respect doc dir
sed -e "s#/doc/yoshimi#/doc/${PF}#" -i src/CMakeLists.txt || die
}
local mycmakeargs=(
-DLV2Plugin=$(usex lv2)
)
- cmake-utils_src_configure
+ cmake_src_configure
}