svn commit: r428282 - head/audio/sayonara

Jan Beich jbeich at FreeBSD.org
Sat Dec 10 12:18:10 UTC 2016


Author: jbeich
Date: Sat Dec 10 12:18:08 2016
New Revision: 428282
URL: https://svnweb.freebsd.org/changeset/ports/428282

Log:
  audio/sayonara: track build dependency on libmtp
  
  -- Checking for module 'libmtp'
  --   Package libmtp was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libmtp.pc'
  to the PKG_CONFIG_PATH environment variable
  Package 'libmtp', required by 'virtual:world', not found
  
  Reported by:	pkg-fallout

Modified:
  head/audio/sayonara/Makefile   (contents, props changed)

Modified: head/audio/sayonara/Makefile
==============================================================================
--- head/audio/sayonara/Makefile	Sat Dec 10 12:17:57 2016	(r428281)
+++ head/audio/sayonara/Makefile	Sat Dec 10 12:18:08 2016	(r428282)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sayonara
 PORTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://www.sayonara-player.com/sw/
 DISTNAME=	${PORTNAME}-player-${PORTVERSION}-git11-20161030
@@ -13,7 +14,8 @@ COMMENT=	Small, clear, and fast Qt-based
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/license.txt
 
-LIB_DEPENDS=	libtag.so:audio/taglib
+LIB_DEPENDS=	libtag.so:audio/taglib \
+		libmtp.so:multimedia/libmtp
 
 USES=		cmake compiler:c++11-lib execinfo pkgconfig
 USE_GSTREAMER1=	flac mpg123 ogg opus vorbis	# XXX: likely incomplete


More information about the svn-ports-head mailing list