Commit graph

11 commits

Author SHA1 Message Date
Michael Johnson
7c6f948bbd - Update to 0.8.5
- Split Makefile into Makefile.inc to make it a little easier to maintain
- Turn on or off knobs by default per configure script
 o GNOMEVFS on by default
 o AVAHI on by default
 o FLAC off by default
 o X264 on by default
 o DAAP on by default
 o LIVEMEDIA off by default
 o SAMBA on by default
 o SDL on by default
 o SPEEX on by default
2006-05-07 22:16:41 +00:00
Michael Johnson
bf0304b408 - Add support for win32 codecs (i386 only)
- Update to 0.8.4
- Update to 0.8.4
- Add support for avahi (disabled for now because of API changes in avahi)
- Remove OPTIONS, it caused too many problems because there are too many
  options and things that should be auto-detected aren't and things broke.
- Add support for win32 codecs (i386 only)

Release notes:  http://developers.videolan.org/vlc/NEWS
2005-11-27 20:42:55 +00:00
Michael Johnson
5c892e9747 - Update to 0.8.2 [1]
- Adds OPTIONS, if you don't want to use OPTIONS define -DBATCH
  and vlc will use your knobs and auto-detect your ports.

New Knobs:
 WITH_DAAD		libopendaap itunes music shares
 WITHOUT_OGG		Disabled ogg audio decoder
 WITH_TWOLAME		Twolame Mpeg layer 2 audio Support
 WITH_DIRAC		dirac general-purpose video codec
 WITH_SMB		SAMBA Access module

Patches and Most changes merged from:	multimedia/vlc-devel [1]
2005-06-26 14:11:40 +00:00
Michael Johnson
433416fc60 - Remove need for audio/speex-devel, since audio/speex as of version 1.0.5
supports 1.1 (speex-devel) API. speex or speex-devel can be used.
2005-05-11 00:31:13 +00:00
Michael Johnson
961b956946 - 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)
-------------------------------------------------------------
2004-11-16 21:59:37 +00:00
Dirk Meyer
e9966a3038 - fix build problem if an older vlc is still installed.
Submitted by:	Stefan Eßer
2004-10-12 04:25:35 +00:00
Max Khon
858eb47efe - update to 0.6.2
- add patches to not expect postprocessing in ffmpeg, our ffmpeg don't
  have postprocessing built in
- use gtk2 variant of wxWindows

PR:		58969
Submitted by:	Pav Lucistnik
2003-11-05 16:51:06 +00:00
FUJISHIMA Satsuki
63dcec2a01 unbreak package at bento(i386/RELENG_4):
o get rid of hardcoded CONFIGURE_TARGET from pkg-plist.
o utilize USE_SDL as pkg-plist includes its modules.
o utilize USE_GETOPT_LONG as configure detects libgnugetopt.
o utilize PTHREAD_LIBS to avoid linking both libc and libc_r in -STABLE.
o supply CPPFLAGS/LDFLAGS to configure to detect ogg/vorbis/id3tag and others.
o and add number of modules built accordingly.
o then sort pkg-plist.
2003-09-14 09:56:09 +00:00
Maho Nakata
a6b395ba01 a) Update to 0.6.0
b) Maintainer timeout:
   Oldest PR was submitted at Tue Apr 08 08:40:14 PDT 2003

PR:	50728, 51590, 53935
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (#50728, #53935)
		Gleb Smirnoff <glebius@cell.sick.ru> (#51590)
2003-08-01 05:18:11 +00:00
Brian Somers
a10fc79bbf Update to 0.4.1
This version uses graphics/libdvdread rather than insisting on using the
internal libdvdread as previous versions did.

Mostly submitted by: Scott Lambert <lambert@lambertfam.org>
2002-06-08 16:09:50 +00:00
Brian Somers
0dea1d3200 o Avoid modifying CFLAGS
o Create dsp.so when building with DEVFS in -current.
o Pass variables to CONFIGURE_ENV in appropriate style.
o Add missing libdvdcss.* to pkg-plist (bumping PORTREVISION).
o post-patch hack is to select proper libs (-pthread/-lc_r).
o Check XFREE86_VERSION for xvideo.so in pkg-plist.

Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
2001-08-12 09:44:16 +00:00