mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch audio/aubio to USES=libtool, drop .la files
- Bump dependees as .so version has changed Approved by: portmgr blanket
This commit is contained in:
parent
2604e7902b
commit
2fefd9560a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356677
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ardour
|
||||
PORTVERSION= 2.8.14
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://freebsd.nsu.ru/distfiles/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= aubio
|
||||
PORTVERSION= 0.3.2
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://aubio.org/pub/
|
||||
|
||||
@ -20,7 +20,7 @@ LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
|
||||
GNU_CONFIGURE= yes
|
||||
# --disable-complex: does not compile due to missing carg(3) et al.
|
||||
CONFIGURE_ARGS= --disable-complex
|
||||
USES= gmake pathfix pkgconfig
|
||||
USES= gmake pathfix pkgconfig libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -40,13 +40,13 @@ include/aubio/types.h
|
||||
@dirrm include/aubio/midi
|
||||
@dirrm include/aubio
|
||||
lib/libaubio.a
|
||||
lib/libaubio.la
|
||||
lib/libaubio.so
|
||||
lib/libaubio.so.3
|
||||
lib/libaubio.so.2
|
||||
lib/libaubio.so.2.1.1
|
||||
lib/libaubioext.a
|
||||
lib/libaubioext.la
|
||||
lib/libaubioext.so
|
||||
lib/libaubioext.so.3
|
||||
lib/libaubioext.so.2
|
||||
lib/libaubioext.so.2.1.1
|
||||
libdata/pkgconfig/aubio.pc
|
||||
share/sounds/aubio/woodblock.aiff
|
||||
@dirrm share/sounds/aubio
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= denemo
|
||||
PORTVERSION= 1.1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user