mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Switch opusfile to USES=libtool. [1]
Bump dependent ports. Approved by: maintainer [1]
This commit is contained in:
parent
571ed2be48
commit
dad1bace93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355249
3 changed files with 8 additions and 6 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= easytag
|
PORTNAME= easytag
|
||||||
PORTVERSION= 2.2.2
|
PORTVERSION= 2.2.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= opusfile
|
PORTNAME= opusfile
|
||||||
PORTVERSION= 0.5
|
PORTVERSION= 0.5
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
|
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
|
||||||
${MASTER_SITE_MOZILLA_EXTENDED}
|
${MASTER_SITE_MOZILLA_EXTENDED}
|
||||||
|
@ -15,10 +16,10 @@ LICENSE= BSD3CLAUSE
|
||||||
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
|
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
|
||||||
libopus.so:${PORTSDIR}/audio/opus
|
libopus.so:${PORTSDIR}/audio/opus
|
||||||
|
|
||||||
USES= gmake pkgconfig pathfix
|
USES= gmake libtool pkgconfig pathfix
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool
|
USE_AUTOTOOLS= autoconf:env aclocal:env automake:env
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
PATHFIX_MAKEFILEIN= Makefile.am
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
include/opus/opusfile.h
|
include/opus/opusfile.h
|
||||||
lib/libopusfile.a
|
lib/libopusfile.a
|
||||||
lib/libopusfile.la
|
|
||||||
lib/libopusfile.so
|
lib/libopusfile.so
|
||||||
lib/libopusfile.so.3
|
lib/libopusfile.so.0
|
||||||
|
lib/libopusfile.so.0.3.0
|
||||||
lib/libopusurl.a
|
lib/libopusurl.a
|
||||||
lib/libopusurl.la
|
|
||||||
lib/libopusurl.so
|
lib/libopusurl.so
|
||||||
lib/libopusurl.so.3
|
lib/libopusurl.so.0
|
||||||
|
lib/libopusurl.so.0.3.0
|
||||||
libdata/pkgconfig/opusfile.pc
|
libdata/pkgconfig/opusfile.pc
|
||||||
libdata/pkgconfig/opusurl.pc
|
libdata/pkgconfig/opusurl.pc
|
||||||
@comment Insert PLIST.doc here
|
@comment Insert PLIST.doc here
|
||||||
|
|
Loading…
Add table
Reference in a new issue