Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2023 21:38:01 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 067a18449b41 - main - graphics/kamerka: use phonon4 component instead of LIB_DEPENDS
Message-ID:  <202312032138.3B3Lc1m3006542@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=067a18449b4160d67a5e903ace93cfcf3086694a

commit 067a18449b4160d67a5e903ace93cfcf3086694a
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-12-03 21:35:54 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-12-03 21:35:54 +0000

    graphics/kamerka: use phonon4 component instead of LIB_DEPENDS
---
 graphics/kamerka/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/graphics/kamerka/Makefile b/graphics/kamerka/Makefile
index 1cec5583e82e..f5ff4c533eae 100644
--- a/graphics/kamerka/Makefile
+++ b/graphics/kamerka/Makefile
@@ -12,13 +12,12 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	v4l_compat>0:multimedia/v4l_compat
 LIB_DEPENDS=	libv4l2.so:multimedia/libv4l \
-		libphonon4qt5.so:multimedia/phonon \
 		libqimageblitz.so:x11/qimageblitz
 
 USES=		cmake compiler:c++11-lang kde:5 qt:5 xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	dos1
-USE_QT=		concurrent core dbus declarative gui network printsupport script xml widgets \
+USE_QT=		concurrent core dbus declarative gui network phonon4 printsupport script xml widgets \
 		qmake:build buildtools:build
 USE_KDE=	auth bookmarks codecs completion config configwidgets coreaddons crash \
 		guiaddons i18n iconthemes init itemviews jobwidgets kdeclarative kdelibs4support \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312032138.3B3Lc1m3006542>