diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-07-26 06:15:16 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-07-26 06:15:16 +0000 |
commit | 9ce585a6086da0337f05eae6f8e666c572951e18 (patch) | |
tree | a0c2fdd2329d2a4c87605984e5c7abdb4fe2c7f4 /multimedia/audacious/Makefile | |
parent | ac37fd14e6e396c1ec809143bbe73e7b11c8fbec (diff) | |
download | ports-9ce585a6086da0337f05eae6f8e666c572951e18.tar.gz ports-9ce585a6086da0337f05eae6f8e666c572951e18.zip |
Notes
Diffstat (limited to 'multimedia/audacious/Makefile')
-rw-r--r-- | multimedia/audacious/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index 3b38e96797ac..114eb5e4292a 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -6,7 +6,7 @@ # PORTNAME= audacious -PORTVERSION= 2.0.1 +PORTVERSION= 2.1 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.atheme.org/ MASTER_SITE_SUBDIR=oliver @@ -85,8 +85,14 @@ post-patch: @${REINPLACE_CMD} 's|FMT_FIXED32,|FMT_FIXED32|g; \ s|OUTPUT_PLUGIN_INIT_FOUND_DEVICES,|OUTPUT_PLUGIN_INIT_FOUND_DEVICES|g' \ ${WRKSRC}/src/audacious/plugin.h - @${REINPLACE_CMD} 's|WIDGET_FONT_BTN,|WIDGET_FONT_BTN|g' \ + @${REINPLACE_CMD} 's|WIDGET_COMBO_BOX,|WIDGET_COMBO_BOX|g; \ + s|VALUE_NULL,|VALUE_NULL|g' \ ${WRKSRC}/src/audacious/preferences.h + @${REINPLACE_CMD} 's|glib-2\.0/||g' \ + ${WRKSRC}/src/libaudtag/util.h \ + ${WRKSRC}/src/libaudtag/wma/guid.c \ + ${WRKSRC}/src/libaudtag/wma/wma.c \ + ${WRKSRC}/src/libaudtag/wma/wma_fmt.h .if defined(WITH_EXECINFO) || exists(${LOCALBASE}/lib/libexecinfo.so) @${REINPLACE_CMD} 's|$${REGEX_LIBS}|& -L${LOCALBASE}/lib -lexecinfo|' \ ${WRKSRC}/src/audacious/Makefile |