notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: multimedia/vlc/files/patch-configure

Number of commits found: 19

Friday, 18 Mar 2022
18:06 Tobias C. Berner (tcberner) search for other commits by this committer
multimedia/vlc: update to 3.0.17.3
commit hash: 12d5808d717879636b73d4123f698ffcbeff09c5 commit hash: 12d5808d717879636b73d4123f698ffcbeff09c5 commit hash: 12d5808d717879636b73d4123f698ffcbeff09c5 commit hash: 12d5808d717879636b73d4123f698ffcbeff09c5 12d5808
Thursday, 3 Jan 2019
14:12 riggs search for other commits by this committer
Retire multimedia/vlc3; update multimedia/vlc to latest upstream 3.0.5
Original commitRevision:489177 
Friday, 27 May 2016
16:09 riggs search for other commits by this committer
Update to upstream version 2.2.3

Differential Revision:	https://reviews.freebsd.org/D6373
Original commitRevision:415944 
Saturday, 14 Mar 2015
19:39 nox search for other commits by this committer
Update to 2.2.0 - changelog is here:

	https://www.videolan.org/developers/vlc-branch/NEWS
Original commitRevision:381292 
Monday, 2 Jun 2014
20:42 tijl search for other commits by this committer
- Remove libproxy dependency.  I cannot find any references to it.
- Add libidn dependency.  It is always picked up when detected by
  configure.
- Add libxml2 dependency (USE_GNOME=libxml2).  It's actually an optional
  dependency but it is used by several other plugins.
- Replace OSVERSION+clang tests with USES=compiler:c11.
- Replace post-patch command with USES=pathfix.
- Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure
  doesn't silently ignore problems with dependencies.
- Add some more --disable-* flags to CONFIGURE_ARGS to make sure
  configure doesn't auto-enable them.
- Specify the correct location of KDE Solid files in CONFIGURE_ARGS.
  ("Play with VLC" option when you insert a CD/DVD.)
- Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to
  override the test for libpthread.  It detects pthread_rwlock_init in
  our libc and assumes no threading library is needed, but libc doesn't
  have a real pthread implementation.
- Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include
  which may contain gnutls2 headers.
- Rename some options so more descriptions from bsd.options.desc.mk can
  be used.
- Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT.  Remove custom CFLAGS so this
  option only controls the "optimizations" configure option which is
  enabled by default by upstream.
- Remove REALAUDIO from OPTIONS_DEFAULT.  Old codec.
- Remove SDL from OPTIONS_DEFAULT.  This is an alternative way to render
  video.  The X11 option is better for this.
- Remove SKINS from OPTIONS_DEFAULT.
- Remove X264 from OPTIONS_DEFAULT.  It's an encoder, not a decoder and
  vlc is typically used as a player not as a video server.
- Remove SERVER_ONLY and NO_DVD options.  Their implementation doesn't
  work with modern options framework.
- Add a patch to fix some issues in the configure script, e.g. don't add
  -L/usr/local/lib to LDFLAGS.  This ends up in the wrong place on the
  linker command line causing installed vlc libraries to be linked in
  instead of freshly built ones.
- With patched configure some options like A52 need include/library
  search paths now.
- Some options have pkgconfig files now so remove include/library search
  paths where possible.
- Separate KATE option from OGG.
- Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11.
- Implement NCURSES option with USES=ncurses.
- Add VDPAU option.
- Drop perl5 dependency.
- Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS.
- Add missing dependencies to SKINS option (libminizip, xorg)
- Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE.
- Only use auto-plist for the plugins directory.  Use regular pkg-plist,
  PORTDATA and PORTDOCS for everything else.  This is a lot simpler and
  makes it easier to detect library version changes.
- Delete some unneeded patches.

Approved by:	bapt
Original commitRevision:356249 
Thursday, 29 May 2014
19:58 kwm search for other commits by this committer
Commit correct patch.

Noticed by:	nwhitehorn@
Original commitRevision:355741 
19:44 kwm search for other commits by this committer
Fix compile on ppc.

PR:		ports/188278
Submitted by:	nwhitehorn@
Original commitRevision:355735 
Thursday, 12 Jun 2008
01:24 ahze search for other commits by this committer
Update to 0.8.6h

Submitted by:           Rafaël Carré <funman@videolan.org>
Security:               http://www.videolan.org/security/
Original commit
Tuesday, 1 May 2007
21:56 ahze search for other commits by this committer
- Use dynamic libdca instead of static libdts

Partly obtained from:   vlc svn
Original commit
Monday, 30 Apr 2007
16:02 ahze search for other commits by this committer
Update to 0.8.6b (merged from multimedia/vlc-devel, note this requires
ffmpeg-devel now!)
Original commit
Sunday, 7 May 2006
22:16 ahze search for other commits by this committer
- 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
Original commit
Sunday, 27 Nov 2005
20:42 ahze search for other commits by this committer
- 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
Original commit
Sunday, 26 Jun 2005
14:11 ahze search for other commits by this committer
- 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]
Original commit
Wednesday, 11 May 2005
00:31 ahze search for other commits by this committer
- 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.
Original commit
Tuesday, 16 Nov 2004
21:59 ahze search for other commits by this committer
- 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)
-------------------------------------------------------------
Original commit
Tuesday, 12 Oct 2004
04:25 dinoex search for other commits by this committer
- fix build problem if an older vlc is still installed.
Submitted by:   Stefan E?er
Original commit Encoding Errors (not all of the commit message was ASCII)
Wednesday, 5 Nov 2003
16:50 fjoe search for other commits by this committer
- 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
Original commit
Sunday, 14 Sep 2003
09:56 sf search for other commits by this committer
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.
Original commit
Friday, 1 Aug 2003
05:18 maho search for other commits by this committer
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)
Original commit

Number of commits found: 19