wavpack support was disabled because the .pc was wrong, but now
that it's fixed so there's no reason to keep it disabled.

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/siren/Makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 Makefile
--- Makefile    8 May 2014 10:15:31 -0000       1.2
+++ Makefile    29 May 2014 08:45:24 -0000
@@ -5,6 +5,7 @@ SHARED_ONLY =           Yes
 
 COMMENT =              text-based audio player
 DISTNAME =             siren-0.3.1
+REVISION =             0
 CATEGORIES =           audio
 HOMEPAGE =             http://www.kariliq.nl/siren/
 MAINTAINER =           Alexandre Ratchov <[email protected]>
@@ -15,21 +16,21 @@ PERMIT_PACKAGE_CDROM =      Yes
 MASTER_SITES =         ${HOMEPAGE}/dist/
 
 WANTLIB +=             c curses m pthread sndio z
-WANTLIB +=             FLAC id3tag mad sndfile vorbisfile
+WANTLIB +=             FLAC id3tag mad sndfile vorbisfile wavpack
 
 LIB_DEPENDS =          audio/flac \
                        audio/libid3tag \
                        audio/libmad \
                        audio/libsndfile \
-                       audio/libvorbis
+                       audio/libvorbis \
+                       audio/wavpack
 
 CONFIGURE_STYLE =      simple
 CONFIGURE_ARGS =       prefix=${PREFIX} \
                        ao=no \
                        oss=no \
                        pulse=no \
-                       sun=no \
-                       wavpack=no
+                       sun=no
 
 NO_TEST =              Yes
 
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/audio/siren/pkg/PLIST,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 PLIST
--- pkg/PLIST   8 May 2014 09:51:30 -0000       1.1
+++ pkg/PLIST   29 May 2014 08:45:24 -0000
@@ -6,6 +6,7 @@ lib/siren/ip/flac.so
 lib/siren/ip/mad.so
 lib/siren/ip/sndfile.so
 lib/siren/ip/vorbis.so
+lib/siren/ip/wavpack.so
 lib/siren/op/
 lib/siren/op/sndio.so
 @man man/man1/siren.1

Reply via email to