head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q4:1.3.0.6 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.4 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.2 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.2.0.6 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.4 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.2 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.1.0.8 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.6 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.4 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.2 pkgsrc-2008Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2011.01.24.18.54.04; author drochner; state dead; branches; next 1.3; 1.3 date 2010.06.20.15.58.06; author wiz; state Exp; branches; next 1.2; 1.2 date 2009.07.07.16.17.47; author tnn; state Exp; branches; next 1.1; 1.1 date 2008.09.27.22.33.20; author ahoka; state Exp; branches 1.1.8.1; next ; 1.1.8.1 date 2009.09.28.09.57.01; author tron; state Exp; branches; next ; desc @@ 1.4 log @update to 1.1.6, from Makoto Fujiwara per pkgsrc-wip This is a new major branch, too many changes to list here. (the options need testing and cleanup) @ text @$NetBSD: patch-v4l2,v 1.3 2010/06/20 15:58:06 wiz Exp $ http://trac.videolan.org/vlc/ticket/3761 --- modules/access/v4l2.c.orig 2009-05-22 01:06:04.000000000 +0200 +++ modules/access/v4l2.c @@@@ -48,7 +48,13 @@@@ #include #include -#include +#if defined(HAVE_LINUX_VIDEODEV2_H) +# include +#elif defined(HAVE_SYS_VIDEOIO_H) +# include +#else +# error "No Video4Linux2 headers found." +#endif #include @ 1.3 log @Add bug report URLs/commit IDs. @ text @d1 1 a1 1 $NetBSD: patch-v4l2,v 1.2 2009/07/07 16:17:47 tnn Exp $ @ 1.2 log @Update to VLC 1.0.0 "Goldeneye". Some highlights are: * Live recording * Instant pausing and Frame-by-Frame support * Finer speed controls * New HD codecs (AES3, Dolby Digital Plus, TrueHD, Blu-Ray Linear PCM, Real Video 3.0 and 4.0, ...) * New formats (Raw Dirac, M2TS, ...) and major improvements in many formats... * New Dirac encoder and MP3 fixed-point encoder * Video scaling in fullscreen * RTSP Trickplay support * Zipped file playback * Customizable toolbars * Easier encoding GUI in Qt interface * Better integration in Gtk environments * MTP devices on linux * AirTunes streaming * New skin for the skins2 interface @ text @d1 3 a3 1 $NetBSD$ @ 1.1 log @Update to 0.9.2, the first real 0.9.x release of VLC. Only minor bugfixes, no detailed list in the changelog. Add gnome option for gnome-vfs, not enabled by default. Add support for V4L2. This is only enabled for Linux now. Build needs to be fixed for NetBSD and tested for others. @ text @d3 3 a5 3 --- modules/access/v4l2/v4l2.c.orig 2008-09-25 01:46:12.000000000 +0200 +++ modules/access/v4l2/v4l2.c @@@@ -55,7 +55,13 @@@@ d18 1 a18 1 #include @ 1.1.8.1 log @Pullup ticket #2901 - requested by ahoka vlc: security update Revisions pulled up: - multimedia/vlc/Makefile 1.83 - multimedia/vlc/PLIST 1.32 - multimedia/vlc/distinfo 1.32 - multimedia/vlc/patches/patch-aa 1.10 - multimedia/vlc/patches/patch-configure 1.4 --- Module Name: pkgsrc Committed By: ahoka Date: Thu Sep 24 22:14:58 UTC 2009 Modified Files: pkgsrc/multimedia/vlc: Makefile PLIST distinfo pkgsrc/multimedia/vlc/patches: patch-aa patch-configure Log Message: Changes between 1.0.1 and 1.0.2: -------------------------------- Decoders: * Native support for WMA Professional, without the use of the Win32 dlls * Fix issues in subtitles, especially SSA ones * Various fixes on theora and ogg Demuxers: * Various fixes for EPG support in MPEG-TS demuxer * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers Access: * Fixes for v4l2 devices * Fixes for dvb-c channels-scanning Qt Interface: * Fix some playlist sorting issues Mac OS X Interface: * Fixed a crash when updating VLC * Fixed a crash related to QTKit when opening video files (10.6 only) * Added the ability to play 2nd media in sync to the primary item (input-slave) * Added the "Quit after Playback" feature Mac OS X Port: * The "Delete Preferences" script is now delivered as a Universal Binary with native code for PowerPC, Intel and Intel 64bit * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6 - no support for Goom and SDL - limited text rendering support - This port is still considered as EXPERIMENTAL despite its binary release. Encoders: * MPEG2 transrate stream output removed * x264 default-values closer to x264.exe defaults. * x264 rc-behaviour fixes: - if user defines qp-value, CQP-mode is used - otherwise if user defines vb=0, CRF-mode is used - otherwise ABR-mode is used * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these: - ABR mode set vbv-max-bitrate=bitrate - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps) Playlist: * Lua scripts for Mpora and Vimeo playback Unix builds: * Various fixes to enable 1.0 to build on Solaris and OpenBSD @ text @d1 1 a1 1 $NetBSD: patch-v4l2,v 1.2 2009/07/07 16:17:47 tnn Exp $ d3 3 a5 3 --- modules/access/v4l2.c.orig 2009-05-22 01:06:04.000000000 +0200 +++ modules/access/v4l2.c @@@@ -48,7 +48,13 @@@@ d18 1 a18 1 #include @