mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
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>
This commit is contained in:
parent
9ce6fcc089
commit
65873d9f25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448233
@ -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
|
||||
|
10
audio/lash/files/patch-lash-1.0.pc.in
Normal file
10
audio/lash/files/patch-lash-1.0.pc.in
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user