Commit graph

23 commits

Author SHA1 Message Date
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
b1415e4ab8 - Remove gnomehier and install .desktop in share/applications ..
- Update x264 patch [1]

Mostly obtained from:	VLC cvs. [1]
2005-05-21 20:57:42 +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
08f9576aba - Chase shared lib bump in x264
- Only s/lrint/rint/ on < 504000

Patch Update Obtained from vlc cvs
2005-04-21 13:08:27 +00:00
Michael Johnson
8c76dcd8bd - Chase API changes to x264 2005-01-26 10:10:41 +00:00
Michael Johnson
00ec4f0faa - Use new ffmpeg 0.4.9.p1 from ports and remove ffmpeg snapshot
- Add a few mirrors to MASTER_SITES
- Bump PORTREVISION due to new dependency on ffmpeg in ports
2004-12-07 08:11:58 +00:00
Michael Johnson
c8f135e88b - Fix fatal typos [1]
- Add WITH_VLC_DEFAULT_FONT knob for subtitles font
   defaults to ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf [2]
- Fix build if you have a old version of vlc installed [3]
- Fix build on opengl visual plugin on >5.x [3]
- Enable pthreads on ffmpeg
- Remove XVID support in favor of libavcodec via ffmpeg
- Bump PORTREVISION

Many thanks to mezz and pav for building vlc countless times in testing.

Font picked by:	mezz [2]
Submitted by:	Piotr Smyrak [1]
Reported by:	Piotr Smyrak [3]
Tested by:	mezz
		pav
		Piotr Smyrak [3]
2004-11-27 06:43:41 +00:00
Michael Johnson
a2198c1fad Add missing files in FILESDIR 2004-11-16 22:01:02 +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
Dirk Meyer
79ea8d9208 - fix build with net/liveMedia (patch partly obtained from vlc cvs)
PR:		69410
Submitted by:	Michael Johnson
2004-07-23 03:56:07 +00:00
Dirk Meyer
9ffde2d4a5 - update to 0.7.1
- new option FFMPEG_PORT
- use PLIST_FILES for MMX
2004-03-21 06:42:15 +00:00
Dirk Meyer
bfaeee781c - use libmad
- new options:
WITH_AUTODETECT WITH_LIBMPEG2 WITH_LIBMATROSKA WITHOUT_LIBID3TAG
- clean dependencies from ports/63583

63583
Michael Johnson
- install 2 man pages
- better gnome support
- support for libmatroska
- new options:
WITH_GNOME WITH_ESOUND WITH_AALIB WITH_CDDB WITH_GGI WITH_LIBTHEORA
WITH_LIVEMEDIA WITH_SPEEX WITH_SVGALIB WITH_XOSD WITH_OPTIMIZED_CFLAGS

- dropped cause of bad dependency list:
WANT_GNOME does not work here linke in mplayer.
2004-03-03 17:53:47 +00:00
Dirk Meyer
61206c8582 - Update to 0.7.0
- USE_GCC, cause it won't build with gcc-2.95.x in STABLE
2004-01-07 18:22:09 +00:00
Max Khon
acbc66b152 Update to 0.6.2. 2003-11-05 17:25:34 +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
280bd3b151 Use graphics/libdvdcss rather than spamming any existing libdvdcss
installation.
2002-03-28 22:18:30 +00:00
Ying-Chieh Liao
474ea4789e Complete XINE includes multiple <videolan/dvdcss.h>. But videolan/dvdcss.h
is not available for multiple include.
2001-10-14 13:06:00 +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