From owner-svn-ports-all@freebsd.org Fri Aug 18 14:15:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A368CDE421D; Fri, 18 Aug 2017 14:15:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D07764CC7; Fri, 18 Aug 2017 14:15:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7IEFjLF059908; Fri, 18 Aug 2017 14:15:45 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7IEFjWu059906; Fri, 18 Aug 2017 14:15:45 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201708181415.v7IEFjWu059906@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 18 Aug 2017 14:15:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448233 - in head/audio/lash: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/audio/lash: . files X-SVN-Commit-Revision: 448233 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2017 14:15:46 -0000 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 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