mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update IDJC and shout-idjc library to 0.8.16.
I had to "tickle" the pkgconfig file for shout-idjc a bit and add some autotools love here for the bump of shout-idjc to 2.4.1
This commit is contained in:
parent
d0d4cae1ce
commit
7e1e56fe92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414602
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= idjc
|
||||
PORTVERSION= 0.8.15
|
||||
PORTVERSION= 0.8.16
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= SF/idjc/idjc/0.8
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (idjc-0.8.15.tar.gz) = 926cbb661d26775cedcda7177da7b91fe2d483edf2e970da6e51a470005991a6
|
||||
SIZE (idjc-0.8.15.tar.gz) = 2652714
|
||||
SHA256 (idjc-0.8.16.tar.gz) = 7a63ccab729a46175a482661c66352308b5a3d048c4abfd0af22db652b037ba8
|
||||
SIZE (idjc-0.8.16.tar.gz) = 2774611
|
||||
|
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libshout-idjc
|
||||
PORTVERSION= 2.3.1
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 2.4.1
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= SF/idjc/libshout-idjc/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
@ -19,7 +18,7 @@ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \
|
||||
libspeex.so:audio/speex
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= libtool pathfix pkgconfig
|
||||
USES= libtool pathfix pkgconfig autoreconf
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
@ -29,4 +28,10 @@ MAKE_JOBS_UNSAFE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} '/_XOPEN_SOURCE/d' ${WRKSRC}/configure
|
||||
|
||||
post-stage:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/libdata/pkgconfig
|
||||
${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/shout-idjc.pc \
|
||||
${STAGEDIR}${PREFIX}/libdata/pkgconfig/shout-idjc.pc
|
||||
${RMDIR} ${STAGEDIR}${PREFIX}/lib/pkgconfig
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libshout-idjc-2.3.1.tar.gz) = 188bed3389c43effc7427b68934f70977ce6eb505281a92d31a22deeae26ac47
|
||||
SIZE (libshout-idjc-2.3.1.tar.gz) = 454846
|
||||
SHA256 (libshout-idjc-2.4.1.tar.gz) = c86e526567de7bab4fe17f6bf841105f1a93823a8cb23e3ca78f6404ab7fb026
|
||||
SIZE (libshout-idjc-2.4.1.tar.gz) = 388369
|
||||
|
Loading…
Reference in New Issue
Block a user