svn commit: r430944 - head/audio/amarok-kde4

Jason E. Hale jhale at FreeBSD.org
Mon Jan 9 12:16:34 UTC 2017


Author: jhale
Date: Mon Jan  9 12:16:33 2017
New Revision: 430944
URL: https://svnweb.freebsd.org/changeset/ports/430944

Log:
  Remove libofa support
  
  MusicDNS servers are no longer running and audio/libofa has been
  marked DEPRECATED
  
  multimedia/ffmpeg was only needed for libofa, so remove that
  dependency as well

Modified:
  head/audio/amarok-kde4/Makefile

Modified: head/audio/amarok-kde4/Makefile
==============================================================================
--- head/audio/amarok-kde4/Makefile	Mon Jan  9 12:03:07 2017	(r430943)
+++ head/audio/amarok-kde4/Makefile	Mon Jan  9 12:16:33 2017	(r430944)
@@ -3,7 +3,7 @@
 
 PORTNAME=	amarok
 PORTVERSION=	2.8.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	audio kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/src
 
@@ -13,8 +13,6 @@ COMMENT=	KDE music player
 LIB_DEPENDS=	libtag.so:audio/taglib \
 		libtag-extras.so:audio/taglib-extras \
 		liblastfm.so:audio/liblastfm \
-		libofa.so:audio/libofa \
-		libavcodec.so:multimedia/ffmpeg \
 		libqjson.so:devel/qjson \
 		libqca.so:devel/qca \
 		libdbus-1.so:devel/dbus
@@ -33,6 +31,7 @@ USE_QT4=	corelib dbus designer gui netwo
 USE_XORG=	ice sm x11 xau xdmcp xext xft xpm
 SHEBANG_FILES=	src/kconf_update/amarok-2.4.1-tokens_syntax_update.pl
 USE_LDCONFIG=	yes
+CMAKE_ARGS=	-DWITH_FFmpeg:BOOL=off
 
 BROKEN_sparc64=	does not build (GCC-related error)
 


More information about the svn-ports-all mailing list