svn commit: r409777 - branches/2016Q1/multimedia/kaffeine

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Feb 28 22:18:46 UTC 2016


Author: rakuco
Date: Sun Feb 28 22:18:45 2016
New Revision: 409777
URL: https://svnweb.freebsd.org/changeset/ports/409777

Log:
  MFH: r409770
  
  Depend on multimedia/vlc-qt4 instead of multimedia/vlc.
  
  multimedia/vlc conflicts with multimedia/vlc-qt4, and the latter is needed by
  multimedia/phonon-qt4 and consequently by x11/kde4-workspace and other KDE4
  ports.
  
  Since Kaffeine depends on parts of KDE4 such as x11/kdelibs4, it makes more
  sense to depend on vlc-qt4 instead.
  
  PR:		204690
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q1/multimedia/kaffeine/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/multimedia/kaffeine/Makefile
==============================================================================
--- branches/2016Q1/multimedia/kaffeine/Makefile	Sun Feb 28 22:14:23 2016	(r409776)
+++ branches/2016Q1/multimedia/kaffeine/Makefile	Sun Feb 28 22:18:45 2016	(r409777)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kaffeine
 PORTVERSION=	1.3.1
+PORTREVISION=	1
 CATEGORIES=	multimedia kde
 MASTER_SITES=	SF/kaffeine/current
 
@@ -13,7 +14,7 @@ LICENSE=	GPLv2 # (or later)
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat
-LIB_DEPENDS=	libvlc.so:${PORTSDIR}/multimedia/vlc
+LIB_DEPENDS=	libvlc.so:${PORTSDIR}/multimedia/vlc-qt4
 
 USES=		cmake cpe gettext gmake pkgconfig
 USE_KDE4=	automoc4 kdelibs kdeprefix


More information about the svn-ports-branches mailing list