Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2017 14:15:45 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448233 - in head/audio/lash: . files
Message-ID:  <201708181415.v7IEFjWu059906@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Aug 18 14:15:45 2017
New Revision: 448233
URL: https://svnweb.freebsd.org/changeset/ports/448233

Log:
  audio/lash: Fixed.pc file: removed Requires line, added missing USE statements
  
  * Removed Requires in .pc because it causes pkg-config to pass jack libraries
    to users that users don't need
  * Add needed USE_GNOME=gdkpixbuf2 cairo
  * PYTHON_CONFIGURE_ENABLE=pylash - pylash is still broken as before.
  
  PR:		220956
  Submitted by:	Yuri Victorovich <yuri@rawbw.com>

Added:
  head/audio/lash/files/patch-lash-1.0.pc.in   (contents, props changed)
Modified:
  head/audio/lash/Makefile

Modified: head/audio/lash/Makefile
==============================================================================
--- head/audio/lash/Makefile	Fri Aug 18 13:50:49 2017	(r448232)
+++ head/audio/lash/Makefile	Fri Aug 18 14:15:45 2017	(r448233)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lash
 PORTVERSION=	0.5.4
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	audio
 MASTER_SITES=	SAVANNAH
 
@@ -15,10 +15,12 @@ LICENSE_COMB=	dual
 
 LIB_DEPENDS=	libjack.so:audio/jack \
 		libdssialsacompat.so:audio/libdssialsacompat \
+		libfreetype.so:print/freetype2 \
+		libfontconfig.so:x11-fonts/fontconfig \
 		libuuid.so:misc/e2fsprogs-libuuid
 
 USES=		gmake pathfix pkgconfig libtool
-USE_GNOME=	gtk20 libxml2
+USE_GNOME=	gtk20 libxml2 gdkpixbuf2 cairo
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-alsa-midi
 USE_LDCONFIG=	yes
@@ -35,7 +37,7 @@ OPTIONS_SUB=	yes
 PYTHON_DESC=	Build pylash
 PYTHON_USES=	python
 PYTHON_BUILD_DEPENDS=	swig:devel/swig13
-PYTHON_CONFIGURE_OFF=	--disable-pylash
+PYTHON_CONFIGURE_ENABLE=pylash
 
 READLINE_USES=		readline
 READLINE_CONFIGURE_ENV_OFF=	vl_cv_lib_readline=no

Added: head/audio/lash/files/patch-lash-1.0.pc.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/lash/files/patch-lash-1.0.pc.in	Fri Aug 18 14:15:45 2017	(r448233)
@@ -0,0 +1,10 @@
+--- lash-1.0.pc.in.orig	2007-01-13 20:44:09 UTC
++++ lash-1.0.pc.in
+@@ -5,7 +5,6 @@ includedir=@includedir@
+ 
+ Name: LASH
+ Description: Audio session management
+-Requires: @PC_REQUIRES@
+ Version: @PACKAGE_VERSION@
+ Libs: -llash
+ Libs.static: -lpthread -luuid



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