VLC 2.1.0_3,4 fails to build if I set the MAD option to off: checking mad.h usability... no checking mad.h presence... no checking for mad.h... no configure: error: Could not find libmad on your system: you may get it from http://www.underbit.com/products/mad/. Alternatively you can use --disable-mad to disable the mad plugin. ===> Script "configure" failed unexpectedly. My configuration options: A52=on: AC-3 support via liba52 AALIB=off: AAlib graphics library support ASS=off: ASS/SSA subtitle rendering AVAHI=off: Zeroconf support via Avahi CACA=off: libcaca graphics library support DBUS=on: D-Bus IPC system support DEBUG=off: Install debug symbols DIRAC=off: Dirac codec support via libdirac DOCS=off: Build and/or install documentation DTS=on: DTS DVD audio decoder DVDNAV=on: DVD menu navigation DVDREAD=on: DVD Playback support FAAD=on: FAAD AAC decoder support FLAC=off: FLAC lossless audio codec support FLUID=off: Fluidsynth MIDI support FRIBIDI=off: Bidirectional text support via GNU FriBidi GME=off: Game_Music_Emu (libgme) support GNOMEVFS=off: Gnome VFS support GNUTLS=off: SSL/TLS support via GnuTLS GOOM=off: the Goom visual effect library HTTPD=off: httpd output streaming support JACK=off: JACK audio server support LIBBLURAY=off: Blu-ray discs support via libbluray LIBSSH2=off: SCP/SFTP support via libssh2 LIRC=off: Infrared remote control support LIVEMEDIA=on: Multimedia streaming support via liveMedia LUA=off: Lua scripting language support MAD=off: MAD MP3 audio decoder support MATROSKA=off: Matroska container format support MODPLUG=off: ModPlug decoder support MPEG2=on: MPEG-2 video support via libmpeg2 MTP=off: Media Tranfer Protocol support MUSEPACK=off: MPC audio format support NCURSES=off: ncurses (console) interface NLS=off: Native Language Support NOTIFY=on: Startup notification support NO_DVD=off: disable DVD specific features OGG=on: Ogg media format support OPTIMIZED_CFLAGS=on: Use extra compiler optimizations OPUS=on: Opus audio format PNG=off: PNG image format support QT4=on: Qt 4 toolkit support REALAUDIO=off: Real Audio(R) support RUNROOT=off: Enable running as root SAMBA=off: SAMBA Access module SAMPLERATE=off: Sample rate conversion support SCHROED=off: Schroedinger decoder SDL=off: Simple Direct Media Layer support SERVER_ONLY=off: Only build server parts SHOUTCAST=off: Ogg Icecast and SHOUTcast support SIDPLAY=off: C64 sid demux support SKINS=off: winamp skins interface SPEEX=off: Speex audio format support STREAM=on: stream output SVG=off: SVG vector image format support TAGLIB=off: ID3 tag and Ogg comment support THEORA=on: Ogg Theora video codec support TWOLAME=off: TwoLAME MP2 audio encoder support UPNP=off: UPnP protocol support V4L=off: Video4Linux video capture compatibility VAAPI=on: VAAPI (GPU video acceleration) support VCD=on: Video CD support VORBIS=on: Ogg Vorbis audio codec support X11=on: X11 (graphics) support X264=on: H.264 video codec support via x264 ZVBI=off: VBI decoding support
Responsible Changed From-To: freebsd-ports-bugs->freebsd-multimedia Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-multimedia->wg I'll take it.
Author: wg Date: Thu Oct 31 15:23:47 2013 New Revision: 332254 URL: http://svnweb.freebsd.org/changeset/ports/332254 Log: multimedia/vlc: fix typo in MAD option PR: ports/183503 Modified: head/multimedia/vlc/Makefile Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Thu Oct 31 15:22:16 2013 (r332253) +++ head/multimedia/vlc/Makefile Thu Oct 31 15:23:47 2013 (r332254) @@ -146,7 +146,7 @@ LIVEMEDIA_LDFLAGS= -L${LOCALBASE}/live/g MAD_LIB_DEPENDS= libid3tag.so:${PORTSDIR}/audio/libid3tag \ libmad.so:${PORTSDIR}/audio/libmad -NAD_CONFIGURE_ENABLE= mad +MAD_CONFIGURE_ENABLE= mad MAD_CONFIGURE_ON= --with-mad=${LOCALBASE} MATROSKA_LIB_DEPENDS= libmatroska.so:${PORTSDIR}/multimedia/libmatroska _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed, thanks