pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/35388: audio/musicpd



>Number:         35388
>Category:       pkg
>Synopsis:       audio/musicpd
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jan 09 14:40:00 +0000 2007
>Originator:     Gilles Dauphin
>Release:        SunOS 5.10 i86pc
>Organization:
ENST 
>Environment:


System: SunOS bi.enst.fr 5.10 Generic_118855-19 i86pc


>Description:


musicpd does not match the API of new FLAC 1.1.3
wait for a new release of musicpd.




>How-To-Repeat:


bmake


>Fix:


--- options.mk.orig     Tue Nov 22 01:01:40 2005
+++ options.mk  Tue Jan  9 15:36:45 2007
@@ -21,12 +21,13 @@
 CONFIGURE_ARGS+=       --disable-audiofile
 .endif
 
-.if !empty(PKG_OPTIONS:Mflac)
-.  include "../../audio/flac/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-flac=${BUILDLINK_PREFIX.flac}
-.else
+# until musicpd support FLAC 1.1.3 
+#.if !empty(PKG_OPTIONS:Mflac)
+#.  include "../../audio/flac/buildlink3.mk"
+#CONFIGURE_ARGS+=      --with-flac=${BUILDLINK_PREFIX.flac}
+#.else
 CONFIGURE_ARGS+=       --disable-flac
-.endif
+#.endif
 
 .if !empty(PKG_OPTIONS:Miconv)
 .  include "../../converters/libiconv/buildlink3.mk"






Home | Main Index | Thread Index | Old Index