Commit graph

25 commits

Author SHA1 Message Date
Martin Wilke
c7219b4cb6 - fix docu for new gecko world
Approved by:	jsa #fbsd-mentors/unixfreunde
2009-12-02 11:13:58 +00:00
Thierry Thomas
83d2efc59d Upgrade to 1.0.2 and fix a security issue: see
<http://www.videolan.org/security/sa0901.html>.

Also include fixes from PR ports/135018 to fix build when WITHOUT_X11 is
defined.

PR:		ports/139114 (1) ports/135018 (2)
Submitted by:	Christopher Key <cjk32 (at) cam.ac.uk> (1) Nick Triantos <nick-freebsd (at) triantos.com> (2)
Approved by:	Joseph S. Atkinson <jsa.bsd (at) gmail.com> (maintainer)
Security:	VideoLAN-SA-0901 (CVE Pending)
2009-11-02 22:51:27 +00:00
Philip M. Gollucci
e4624659dc - VLC 1.0.0 codenamed Goldeneye has arrived.
See www.videolan.org for full details.

For FreeBSD:

+ SKINS now enabled by default.
+ OPTIMIZED_CFLAGS have been renamed to a more proper OCFLAGS and gaven an -O3 nudge for those who feel they may get something out of this.
- OPENGL option that enables the galaktos visualization has been removed due to it's need for fmemopen() which isn't (yet) in FreeBSD.

PR:             ports/136451
Submitted by:   "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
2009-07-09 03:20:03 +00:00
Beech Rintoul
b494cdaa4c - Fix install and plist
Submitted by:	Joseph S. Atkinson <jsatkinson@embarqmail.com> (maintainer)
2009-02-12 08:49:57 +00:00
Beech Rintoul
647a23e668 - Update to 0.9.8a3 (merged from -devel)
- Fix off by one error

PR:		ports/130128
Submitted by:	Joseph S. Atkinson <jsa@mephisto.wickedmachine.net> (maintainer)
2009-01-20 01:50:29 +00:00
Jeremy Messenger
15b6544926 Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo
plugins support one of web browsers and can take care of plist (depend on how
you use it) at the same time. I have written a complete document and even show
how it works in the www/firefox/Makefile.webplugins so be sure to read in
there. If there is anything that isn't clear in the document, please feel free
to ask and I will try my best to improvement it.

FYI: GNOME 2.24 depends on this, so it's coming.

BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified.

Approved by:	portmgr
2009-01-10 02:45:46 +00:00
Pav Lucistnik
d203b12054 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 21:36:39 +00:00
Joe Marcus Clarke
5770bfc33a * Remove the no longer used SLP support
* Assign maintainership to PR submitter

PR:		126728
Submitted by:	"Joseph S. Atkinson" <jsa@dmz.wickedmachine.net>
Approved by:	funman@videolan.org (previous maintainer)
2008-10-22 00:50:48 +00:00
Joe Marcus Clarke
2e6153f64f Enable the img_resample (old) code even if ffmpeg is built with libswscale
support.  There were patches floating around for other OSes that did
something similar.  While applications should be moving to libswscale,
some (e.g. vlc) haven't gotten there yet.
2008-08-14 22:08:02 +00:00
Volker Stolz
f232ebaa5a - Update multimedia/vlc to 0.8.6i , which adresses usability fixes and fix CVE-2008-2430
- Remove dead configuration options (LAME and CORBA)

PR:		ports/125830
Submitted by: 	maintainer
2008-08-02 08:29:15 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Pav Lucistnik
762dd06365 - Fix compilation when both Mozilla plugin and DTS support are enabled
Reported by:	Jonathan Chen <jonc@chen.org.nz>
2007-12-29 13:36:07 +00:00
Thierry Thomas
6b48455848 - This version of VLC does not support ffmeg when it has been built with
swscaler: add a warning message in this case, and bump PORTREVISION to
  chase the ffmpeg update;

- fix scrambled output with non-english locales.

PR:		ports/115428 and ports/115446
Approved by:	mezz
2007-08-12 20:12:02 +00:00
Michael Johnson
39524c40fa Update to 0.8.6c 2007-06-18 00:23:02 +00:00
Michael Johnson
bdc75674d0 Use multimedia/ffmpeg now instead of multimedia/ffmpeg-devel 2007-05-25 17:08:35 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Michael Johnson
2ecd525f06 Back down to using libdts instead of libdca 2007-05-03 12:46:12 +00:00
Michael Johnson
d1965b56b3 - Use dynamic libdca instead of static libdts
Partly obtained from:	vlc svn
2007-05-01 21:56:22 +00:00
Michael Johnson
5f2acea477 Update to 0.8.6b (merged from multimedia/vlc-devel, note this requires ffmpeg-devel now!) 2007-04-30 16:02:29 +00:00
Michael Johnson
e082e99c95 Fix build with new vlc 2007-04-04 14:43:20 +00:00
Ade Lovett
7be86f771f multimedia/vlc erroneously installs its own lib/charset.alias which conflicts
with devel/gettext.

In order to prevent problems down the line, folks should first remove vlc,
then update gettext, then finally reinstall vlc, otherwise the wrong
lib/charset.alias will be present on the system.
2007-03-17 22:40:22 +00:00
Pav Lucistnik
d750615763 - Use features of bsd.wx.mk, especially USE_WX
PR:		ports/101613
Submitted by:	alepulver
2006-12-01 07:39:02 +00:00
Michael Johnson
1b6209bb8f Fix gecko support if WITHOUT_VLC_MOZILLA_PLUGIN is defined
Submitted by:	QuiRK via irc
2006-11-30 12:55:02 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
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