From owner-cvs-all@FreeBSD.ORG Tue Nov 16 21:59:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82DBC16A4CE; Tue, 16 Nov 2004 21:59:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5408A43D31; Tue, 16 Nov 2004 21:59:37 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iAGLxbAg005267; Tue, 16 Nov 2004 21:59:37 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAGLxbBq005266; Tue, 16 Nov 2004 21:59:37 GMT (envelope-from ahze) Message-Id: <200411162159.iAGLxbBq005266@repoman.freebsd.org> From: Michael Johnson Date: Tue, 16 Nov 2004 21:59:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/vlc Makefile distinfo patch-modules-demux-livedotcom.cpp patch-modules_gui_ncurses.c theora.c-patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 21:59:37 -0000 ahze 2004-11-16 21:59:37 UTC FreeBSD ports repository Modified files: multimedia/vlc Makefile distinfo multimedia/vlc/files patch-configure Added files: multimedia/vlc/files patch-modules_gui_ncurses.c Removed files: multimedia/vlc/files patch-modules-demux-livedotcom.cpp theora.c-patch Log: - Update to 0.8.1 - Default X11 interface is now WxWindows (gtk2.0 version) - Removed Gtk 1.2 & Gnome 1.4 support. (depreciated to wxgtk) - Removed WITH_AUTODETECT, vlc is very modular at runtime - Add skins2 interface (similar to xmms) - Merge mad and id3lib support (can be disabled with WITHOUT_MAD) - Added support for a mozilla plugin Lots of stuff obtained from ports/www/mplayer-plugin and some help from marcus - Auto-generated pkg-plist (make life EASY :) ) - s/Linux/FreeBSD/ through out the program. - Statically link to libavcodec/libavformat from vlc's supported ffmpeg snapshot for greater performance. - Knob Changes or New Knobs: WITHOUT_FAAD (Enabled default) WITHOUT_FLAC (Enabled default) WITHOUT_DTS (Enabled default) WITHOUT_DVD (Enabled default) WITHOUT_CDROM (Enabled default, this is vcd & cddb support) WITHOUT_LAME (Enabled default) WITHOUT_MAD (Enabled default) WITHOUT_HTTPD (Enabled default) WITHOUT_VORBIS (Enabled default) WITHOUT_LIBMATROSKA (Enabled default) WITHOUT_LIVEMEDIA (Enabled default) WITHOUT_SDL (Enabled default) WITHOUT_SLP (Enabled default) WITHOUT_LIBMPEG2 (Enabled default) WITH_MOZILLA_PLUGIN (Disabled default, defaults to www/mozilla if defined) [mozilla|mozilla-devel|firefox] WITH_ARTS (Disabled default) WITH_TOOLAME (Disabled default) WITH_LIBCACA (Disabled default) WITH_LIBTREMOR (Disabled default) WITH_LIBTHEORA (Disabled defalut) WITH_OPENGL (Disabled default) WITH_SSL (Disabled default) WITH_SVG (Disabled default) WITH_SKINS (Disabled default) DEBUG (Disabled default) Note: WITH_ Knobs are disabled default unless auto-detected WITHOUT_ Knobs are enabled default unless defined Please read the first section of ports/multimedia/Makefile before building to tune VLC towards your personal preferences. ffmpeg-patch partly obtained from gentoo Changelog: http://developers.videolan.org/vlc/NEWS Approved by: pav (co mentor) ------------------------------------------------------------- Revision Changes Path 1.66 +466 -137 ports/multimedia/vlc/Makefile 1.15 +6 -2 ports/multimedia/vlc/distinfo 1.7 +7 -16 ports/multimedia/vlc/files/patch-configure 1.2 +0 -73 ports/multimedia/vlc/files/patch-modules-demux-livedotcom.cpp (dead) 1.1 +29 -0 ports/multimedia/vlc/files/patch-modules_gui_ncurses.c (new) 1.2 +0 -11 ports/multimedia/vlc/files/theora.c-patch (dead)