mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Un-IGNORE by adding local patch.
PR: ports/78936 Submitted by: Reinhard Lenninger <reinhard.lenninger@web.de>
This commit is contained in:
parent
ced14b5483
commit
41d327e134
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133074
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= streamripper
|
||||
PORTVERSION= 1.61.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= streamripper
|
||||
@ -17,8 +18,6 @@ COMMENT= Splits SHOUTcast stream into tracks
|
||||
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
|
||||
mad.2:${PORTSDIR}/audio/libmad
|
||||
|
||||
IGNORE= fails to split up streams into tracks
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
20
audio/streamripper/files/patch-lib_parse.c
Normal file
20
audio/streamripper/files/patch-lib_parse.c
Normal file
@ -0,0 +1,20 @@
|
||||
--- lib/parse.c.orig
|
||||
+++ lib/parse.c
|
||||
@@ -68,14 +68,14 @@
|
||||
PARSERULE_ICASE,
|
||||
0, 0, 0, 0,
|
||||
0,
|
||||
- "[[:space:]]*-?[[:space:]]*mp3pro$",
|
||||
+ " *-? *mp3pro$",
|
||||
""
|
||||
},
|
||||
{ PARSERULE_CMD_MATCH,
|
||||
PARSERULE_ICASE,
|
||||
1, 2, 0, 0,
|
||||
- 0,
|
||||
- "^[[:space:]]*([^-]*?)[[:space:]]*-[[:space:]]*(.*?)[[:space:]]*$",
|
||||
+ 0,
|
||||
+ "^ *([^-]*)? *- *(.*) *$",
|
||||
""
|
||||
},
|
||||
{ 0x00,
|
Loading…
Reference in New Issue
Block a user