git: ce37beaf313d - main - multimedia/kdemultimedia-ffmpegthumbs: Drop unused taglib dep
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jun 2024 01:23:03 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce37beaf313d71797d07c79baa1e112cc6d7d2cc commit ce37beaf313d71797d07c79baa1e112cc6d7d2cc Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-06-05 21:23:19 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-06-06 22:57:11 +0000 multimedia/kdemultimedia-ffmpegthumbs: Drop unused taglib dep --- multimedia/kdemultimedia-ffmpegthumbs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/kdemultimedia-ffmpegthumbs/Makefile b/multimedia/kdemultimedia-ffmpegthumbs/Makefile index 9a2eab594396..e40f66334c33 100644 --- a/multimedia/kdemultimedia-ffmpegthumbs/Makefile +++ b/multimedia/kdemultimedia-ffmpegthumbs/Makefile @@ -1,5 +1,6 @@ PORTNAME= ffmpegthumbs DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= multimedia kde kde-applications PKGNAMEPREFIX= kdemultimedia- @@ -9,8 +10,7 @@ WWW= https://www.kde.org/ LICENSE= GPLv2 -LIB_DEPENDS= libswscale.so:multimedia/ffmpeg \ - libtag.so:audio/taglib +LIB_DEPENDS= libswscale.so:multimedia/ffmpeg USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz xorg USE_KDE= completion config coreaddons i18n jobwidgets kio service solid \