pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/musicpd



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Jul 16 00:16:41 UTC 2016

Modified Files:
        pkgsrc/audio/musicpd: options.mk

Log Message:
Switch to openal-soft


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/musicpd/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/musicpd/options.mk
diff -u pkgsrc/audio/musicpd/options.mk:1.28 pkgsrc/audio/musicpd/options.mk:1.29
--- pkgsrc/audio/musicpd/options.mk:1.28        Thu May  5 11:30:18 2016
+++ pkgsrc/audio/musicpd/options.mk     Sat Jul 16 00:16:41 2016
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.28 2016/05/05 11:30:18 wiz Exp $
+# $NetBSD: options.mk,v 1.29 2016/07/16 00:16:41 markd Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.musicpd
 PKG_SUPPORTED_OPTIONS= adplug audiofile avahi bzip2 curl faad ffmpeg flac fluidsynth id3 inet6 libao lame jack libmms libmpdclient libwildmidi mikmod modplug mpg123 musepack musicpd-soundcloud 
openal opus pulseaudio shout sqlite3 tremor twolame vorbis wavpack zziplib
@@ -198,7 +198,7 @@ CONFIGURE_ARGS+=    --disable-soundcloud
 .endif
 
 .if !empty(PKG_OPTIONS:Mopenal)
-.  include "../../audio/openal/buildlink3.mk"
+.  include "../../audio/openal-soft/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-openal
 .else
 CONFIGURE_ARGS+=       --disable-openal



Home | Main Index | Thread Index | Old Index