summaryrefslogtreecommitdiff
path: root/multimedia/vlc/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-10-07update to 1.1.2drochner1-3/+2
changes: -improvements for audio output on MacOS and with PulseAudio -security fix for HTTP and RTSP server components (was patched in pkgsrc)
2011-10-07Add patch from upstream to fix a NULL dereference vulnerability in thedrochner1-2/+2
HTTP and RTSP server component (possible DOS)
2011-09-12PR/42810 -- make libdca support optional due to its RESTRICTED nature.shattered1-4/+3
2011-09-12update to 1.1.11drochner1-3/+2
changes: -security fixes in real and avi demuxers (were patched in pkgsrc) -minor bugfixes
2011-08-23Recursive bump from gdbm shlib bump.obache1-2/+2
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache1-2/+2
2011-07-18add patches from upstream to plug 2 security problems:drochner1-1/+2
-heap overflow in the AVI file parser (CVE-2011-2588) -heap overflow in the Real Media file parser (CVE-2011-2587) bump PKGREV
2011-06-07update to 1.1.10drochner1-3/+2
changes: Security update regarding an integer overflow in xspf demuxer Rewrite of the pulseaudio audio output module Major updates in most language translations Many miscellaneous fixes in decoders, demuxers and subtitles 3rd party libraries updates
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-04-11add patch from upstream to fix unsufficient memory allocation in the mp4drochner1-1/+2
demuxer which can lead to stack overflow bump PKGREV
2011-04-02Update vlc package to 1.1.8.taca1-4/+5
pkgsrc change and notes: * Update PLIST to reflect PKG_OPTION setting. * With pulseaudio and sdl PKG_OPTION, I couldn't build the package because of vlc-cache-gen core dump. * x11 PKG_OPTION could be elminated since the package won't build without it. Changes between 1.1.7 and 1.1.8: -------------------------------- Mac OS X Interface: * New UI graphics by Damien Erambert Interfaces: * Oldrc interface is again the default RC interface, on Windows * Luarc, luahttp and luatelnet fixes * Qt and Mac OS X fixes * numerous Skins2 fixes, notably winamp2 skins Encoder: * new libschroedinger-based Dirac codec encoder, faster than the current one Access/Demuxers/Codecs: * Subtitles auto-detection is back for .txt files * vod/rtsp server and rtsp input fixes * mp4 demuxer improvements * ogg, rstp input, video filters minor fixes * taglib's replaygain is fixed for mp3 * vobsub support has an improved auto-detection * fix a crash in malformed ape files Miscellaneous fixes in: * Pulseaudio audio output, notably for usb cards * Stacktraces are now limited in size on Windows * Video resolution is now limited to 8192x8192, for security reasons See CORE-2011-0208 * Configure and build system improvements * DirectShow and BDA build headers have been updated Translations: * Update for Finnish, Galician, Dutch, Chinese, German, Japanese, Lithuanian, Slovak, French, Polish, Estonian, Brazillian Portuguese and Hebrew * New icelandic translation
2011-03-01No point in pulling in libX11 on native-x installations, and it doesn'twiz1-3/+3
work anyway.
2011-02-14update to 1.1.7drochner1-3/+2
changes: -fix for CVE-2011-0531 (was patched in pkgsrc) -improvements to codecs, demuxers, Audio-CD support, subtitles, visualization and platform integration
2011-01-31add patch from upstream to fix an MKV input validation bug possiblydrochner1-1/+2
leading to execution of arbitrary code bump PKGREV
2011-01-26As suggsted by joerg, adjust CHECK_WRKREF_SKIP to just use shell wildcards ↵abs1-6/+2
rather than needing to update it if the so version is changed
2011-01-26update CHECK_WRKREF_SKIP from libvlccore.so.4.0.1 to libvlccore.so.4.0.2 - ↵abs1-2/+2
fixes build with PKG_DEVELOPER=yes
2011-01-25fix PLIST inconsistency if KDE is installed, from Mark Daviesdrochner1-1/+2
2011-01-24update to 1.1.6, from Makoto Fujiwara per pkgsrc-wipdrochner1-8/+8
This is a new major branch, too many changes to list here. (the options need testing and cleanup)
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-11-13Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES.shattered1-3/+3
2010-11-04Disable lua autodetection. Fixes build on current.wiz1-2/+3
Someone interested could make it an option instead.
2010-10-24drop maintainershipahoka1-2/+2
2010-09-19Include xcb-util/buildlink3.mk for x11 to ensure globalhotkeys is built - ↵abs1-2/+2
bump pkgrevision
2010-09-15Fix PLIST with x11 option (default on) by always depending on libxcb,wiz1-2/+3
since it's pulled in by libX11 anyway, nowadays. Bump PKGREVISION.
2010-09-14More PKGREVISION bumps for pixman update.wiz1-2/+2
2010-07-08bump PKGREV for new libmatroska dependencydrochner1-1/+2
2010-05-09catch up with library versiontnn1-2/+2
2010-05-04update to 1.0.6drochner1-3/+4
changes: -fixes several vulnerabilities (see http://www.videolan.org/security/sa1003.html) -additional stability and other fixes
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-1/+2
2009-12-17CHECK_WRKREF_SKIP: catch up with shared library versiontnn1-2/+2
2009-12-16update to 1.0.4drochner1-3/+2
changes: Audio outputs: * Fix deadlocks in the audio output core * Make PulseAudio the default output if available Video outputs: * Fix fullscreen mode with KDE 4.3.3 and other window managers * Fix incompatibility with cairo-dock and compositing Input: * Fix DVB scanning regression from VLC 1.0.3 * Support for XZ-compressed byte stream (LZMA algorithm) Playlist: * Support for .m3u8 playlist files (UTF-8 M3U) Unix: * Support for xcb-keysyms version 0.3.4 or higher * Fix globalhotkeys on FreeBSD Qt4 interface: * Fix opening V4L version 1 devices * Fix default destination ports in the streaming wizard Translations: * New Walloon translation * Swedish, Ukrainian an French translation update
2009-10-31libcdio updated changed its shlib major version, so bump depends.wiz1-2/+2
Noted by drochner@
2009-09-27Fix CHECK_WRKREF_SKIP so we can build now with PKG_DEVELOPER again.ahoka1-3/+4
2009-09-26Add two missing files to PLIST and bump PKGREVISION.wiz1-1/+2
2009-09-24Changes between 1.0.1 and 1.0.2:ahoka1-2/+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
2009-08-29Update to 1.0.1. Notable fixes and improvements include:hasso1-3/+2
- fix flv and mpeg2 seeking, - fixes for wmv, wav, rtsp and ssa support, - fixes for Qt and Mac OS X interface, - fix an integer underflow in Real pseudo-RTSP module, - updates of some translations, - port of the ZVBI module to Windows for full teletext support and - codecs updates for Windows and Mac OS X versions.
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-08-09add fix for SA26156kefren1-1/+2
Bump PKGREVISION
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-07Update to VLC 1.0.0 "Goldeneye". Some highlights are:tnn1-10/+7
* 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
2009-06-12Bump for ffmpeg update.ahoka1-1/+2
2009-05-30Update to 0.9.9a. Although said to have a fixes only for Mac OS X, it alsohasso1-2/+2
fixes a build with fresh multimedia/x264-devel. Changes between 0.9.9 and 0.9.9a: --------------------------------- Mac OS X: * Updated multiple 3rd party libraries to keep in sync with the Win32 port * Playback fixes for PowerPC-based Macs
2009-04-25Adjust CHECK_WRKREF_SKIP entry to match current version of libvlccore.sotnn1-2/+2
2009-04-25Update to vlc-0.9.9.tnn1-25/+21
While here, fix some pkglint warnings and enable DESTDIR support. Changes between 0.9.8a and 0.9.9: --------------------------------- Decoders: * Experimental new decoder for Real Video 3.0 & 4.0 Demuxers: * Various fixes related to real demuxer Mac OS X Interface: * Fixed circumstances, which could lead to an empty Information panel - Note that VLC will show information on the currently _selected_ item instead of the currently _playing_ item, if the playlist is visible in the main controller window. * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard Mac OS X Port: * Improved video playback performance on Intel-based Macs New Localizations: * Indonesian * Bengali * Updates of other localizations Various bugfixes: * Support for receiving RTP packets on odd port numbers. * Lots of small bugfixes. * Correct Fullscreen behaviour on Multi-Screen setups on Windows * Telnet fixes on Windows * Resampling fixes when transcoding
2009-02-27Bump PKGREVISION for libdvbpsi ABI depends bump.wiz1-2/+2
2009-01-28Fix dejavu-ttf package name.jmcneill1-2/+2
2009-01-28* Fix the really annoying bug where the video window doesn't attach tojmcneill1-3/+4
the controller window even when you have it configured to do so. * Look for DejaVu fonts in LOCALBASE not X11BASE, so the OSD works with native Xorg; explicitly depend on the dejavu-ttf package. * Bump PKGREVISION
2008-12-19Add hal and pulseaudio options. Enable pulseaudio by default.jmcneill1-2/+2
Bump PKGREVISION.