Update to 1.61.17.
- Pet portlint - Add OPTIONS for vorbis support - Submitter takes maintainership PR: ports/93213 Submitted by: Rainer Alves <rainer.alves@gmail.com>
This commit is contained in:
parent
a89aa84612
commit
86008e4b23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155926
@ -6,16 +6,26 @@
|
||||
#
|
||||
|
||||
PORTNAME= streamripper
|
||||
PORTVERSION= 1.61.16
|
||||
PORTVERSION= 1.61.17
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= streamripper
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= rainer.alves@gmail.com
|
||||
COMMENT= Splits SHOUTcast stream into tracks
|
||||
|
||||
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
|
||||
mad.2:${PORTSDIR}/audio/libmad
|
||||
LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad
|
||||
|
||||
USE_ICONV= yes
|
||||
|
||||
OPTIONS= VORBIS "Include Ogg Vorbis codec support" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.ifdef(WITH_VORBIS)
|
||||
LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg \
|
||||
vorbis.3:${PORTSDIR}/audio/libvorbis
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
@ -24,4 +34,7 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
PLIST_FILES= bin/streamripper
|
||||
MAN1= streamripper.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
pre-install:
|
||||
@${CHMOD} +x ${WRKSRC}/install-sh
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (streamripper-1.61.16.tar.gz) = a7a2a2cc615a315b8844101c7fa31338
|
||||
SHA256 (streamripper-1.61.16.tar.gz) = 515490ca632c412f02f72b0bf6255f72859bb152f26bfc25245b73106ad99deb
|
||||
SIZE (streamripper-1.61.16.tar.gz) = 1191933
|
||||
MD5 (streamripper-1.61.17.tar.gz) = d98c28ffe7e3a387ea508f95efeedc2d
|
||||
SHA256 (streamripper-1.61.17.tar.gz) = 35122194d5046f741460968db90f4bf62e5c7c6817d4b6d60f8d942448d7ab5d
|
||||
SIZE (streamripper-1.61.17.tar.gz) = 1186562
|
||||
|
@ -14,7 +14,7 @@
|
||||
- 0,
|
||||
- "^[[:space:]]*([^-]*[^-[:space:]])[[:space:]]*-[[:space:]]*(.*)[[:space:]]*$",
|
||||
+ 0,
|
||||
+ "^ *([^-]*)? *- *(.*) *$",
|
||||
+ "^ *([^-]*[^- ]) *- *(.*) *$",
|
||||
""
|
||||
},
|
||||
{ 0x00,
|
||||
|
@ -5,5 +5,3 @@ separate files as they arrive, and names the files by appending
|
||||
the user's leisure with an MPEG Layer 3 audio player.
|
||||
|
||||
WWW: http://streamripper.sourceforge.net
|
||||
|
||||
Trevor Johnson
|
||||
|
Loading…
Reference in New Issue
Block a user