From 4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 18 Feb 2020 19:50:22 +0100 Subject: FreeBSD: Update for final release R14.0.8. Switch from gmake to ninja for CMake builds. Switch several applications to CMake. Add ports for several applications. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/applications/amarok/Makefile | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) (limited to 'freebsd/applications/amarok/Makefile') diff --git a/freebsd/applications/amarok/Makefile b/freebsd/applications/amarok/Makefile index 2ee9cca95..5a71a49af 100644 --- a/freebsd/applications/amarok/Makefile +++ b/freebsd/applications/amarok/Makefile @@ -15,10 +15,12 @@ DIST_SUBDIR= TDE/applications BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \ - ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs + ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \ + ${TDE_PREFIX}/include/konqsidebarplugin.h:${PORTSDIR}/x11/trinity/tdebase \ LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \ libdbus-tqt-1.so:${PORTSDIR}/x11/trinity/dependencies/dbus-tqt \ + libakode.so:${PORTSDIR}/x11/trinity/dependencies/akode \ LIB_DEPENDS+=\ libgpod.so:${PORTSDIR}/audio/libgpod \ @@ -39,24 +41,14 @@ USE_RUBY= yes # Build post-patch: tde-pathfix -do-configure: tde-autotools-prepare - ${TDE_AUTOTOOLS_CONFIGURE} \ - --without-included-sqlite \ - --disable-final \ - --without-akode \ - --without-gstreamer10 \ - --without-libkarma \ - --without-ifp \ - --with-libgpod \ - --with-libnjb \ - --with-libmtp \ - --with-mp4v2 \ - --enable-mysql \ - --enable-postgresql \ - --with-yauap - -do-build: tde-autotools-build - -do-install: tde-autotools-install +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" \ + -DWITH_IFP="OFF" + +do-build: tde-cmake-build + +do-install: tde-cmake-install .include -- cgit v1.2.1