Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 2016 22:00:53 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409770 - head/multimedia/kaffeine
Message-ID:  <201602282200.u1SM0rUY082494@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Feb 28 22:00:53 2016
New Revision: 409770
URL: https://svnweb.freebsd.org/changeset/ports/409770

Log:
  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
  MFH:		2016Q1

Modified:
  head/multimedia/kaffeine/Makefile

Modified: head/multimedia/kaffeine/Makefile
==============================================================================
--- head/multimedia/kaffeine/Makefile	Sun Feb 28 21:47:47 2016	(r409769)
+++ head/multimedia/kaffeine/Makefile	Sun Feb 28 22:00:53 2016	(r409770)
@@ -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+
 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 pkgconfig
 USE_KDE4=	automoc4 kdelibs kdeprefix



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