summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-04-24Added missing DEPENDS on py-crontabadam1-1/+2
2017-04-24Crontab module for read and writing crontab files and accessing the system cronadam5-1/+41
automatically and simply using a direct API.
2017-04-24Fix build with icu-59.wiz3-6/+39
2017-04-24Updated multimedia/mpv to 0.25.0maya2-3/+3
2017-04-24mpv: update to 0.25.0maya2-8/+7
This release drops support for OS X 10.7 and earlier. Support for some optical media functionality (DVD/CD) is now disabled by default. More parts of the player are now licensed under LGPL. In particular: OSD symbol font ass_mp, sd_ass common.h demux/packet demux_mkv (with minor exceptions), ebml, matroska.h sd_lavc sub/osd Thanks to all contributors who have agreed to relicensing of their changes! See #2033 for details. Starting with this release, releases will be tagged on the master branch. The release/current branch is thus abandoned. Features Added TOOLS: add acompressor.lua script for runtime acompressor ffmpeg filter control dvb: add support for DVB-T2 lavfi: support hwdec filters for --lavfi-complex macOS: initial Touch Bar support osc: add volume button (mouse wheel to change volume) sub: add SDH subtitle filter vo_opengl: add experimental vdpauglx backend vo_opengl: implement videotoolbox hwdec on iOS Removed image_writer: remove useless formats (PPM, PGM, TGA) af_drc: remove (use --af=acompressor instead; higher quality) Options and Commands Added --demuxer-lavf-probe-info --sub-filter-sdh, --sub-filter-sdh-harder add automatic libavfilter bridges to option parsing command: add better runtime filter toggling method command: add demux-start-time property command: add property notifications for hwdec properties (#4289) input: add "async" flag osc: add user_opts.boxmaxchars for box layout title limit player: add --keep-open-pause=no option va_vavpp: reversal-bug=no vo_opengl: --opengl-es=force2 vo_opengl: add --opengl-shader-cache-dir option for caching shaders on disk (mostly for ANGLE) vo_opengl: angle: add --angle-flip to set the ANGLE present model Changed command: update sub-fps etc. options on runtime changes vo_opengl: prefer X11 backends over Wayland backends options: change --audio-file-auto default to not to load any files Deprecated audio: deprecate most non-lavfi audio filters (channels, equalizer, pan, volume) video: deprecate almost all non-lavfi video filters (buffer, crop, dlopen, dsize, eq, expand, flip, gradfun, mirror, noformat, pullup, rotate, scale, stereo3d, sub, yadif) options: deprecate --loop semantics (planned alias to --loop-file) Fixes and Minor Enhancements Windows: demux_cue: fix UTF-8 paths Windows: fix mismatched free/talloc_free (#4315) Windows: fix undefined behaviour when toggling fullscreen ao_alsa: close lost audio devices (#4189) ao_alsa: filter fewer devices ao_alsa: fix an error check (#4188) ao_jack: update latency on buffer_size/graph change ao_wasapi: do not pass nonsense to drivers with double precision formats ass_mp: reallocate cached subtitle image data on format changes (#4325) build: decouple dvdnav check from dvdread (#4290) build: encode_lavc: fix build failure after libavcodec major bump build: fix build with HAVE_GL==0 build: replace android-gl check with a standard GLES3 check build: update bundled waf to 1.9.8 build: vd_lavc: fix potential build failure with vaapi demux_lavf: disable half-working mp4 edit list support in libavcodec demux_lavf: skip avformat_find_stream_info() for some formats (hls, mp4, mkv by default) etc/encoding_profiles.conf: update and remove deprecated stuff etc/mpv.conf: remove deprecated options external_files: actually try to autoload from fallback paths external_files: enable autoloading with URLs (#3264) image_writer: make it work with libavcodec's jpg encoder macOS: add --ontop-level option for modifying ontop window level (#2376, #3974) macOS: add key mappings for previous and next Media Keys (#4204) macOS: add option to force dedicated GPU (#3242) macOS: fix autofit options on HiDPI resolutions without HiDPI scaling (#4194) macOS: fix black edges on live resize macOS: fix cursor hiding in the Dock area and top of the screen macOS: fix event propagation of menu bar item key shortcuts macOS: fix first responder when borderless window is used macOS: fix key input in certain circumstances macOS: fix retrieval of non-fullscreen window size, also while animating (#4323) macOS: fix scroll wheel input with Shift modifier (#3506) macOS: improve bundle environment variable handling (#2061) macOS: make window draggable on init macOS: only move window into screen bounds when changing screens (#4178) macOS: only report mouse movements when window is not being dragged (might have triggered OSC and other scripts) macOS: properly restore shell state when quitting from the Dock's context menu macOS: refactor mouse events and cursor visibility (#1817, #3856, #4147) macOS: set background of the title bar from black to white osc: bottom/topbar: add fullscreen button osc: bottom/topbar: don't clip title vertically osc: bottom/topbar: increase timecodes width a bit (#3952) osc: fix PlayResX undefined warning when aspect is 0 osc: fix window dragging with showwindowed=no (#1819) osc: make title configurable and use property expansion on it (#4221) osc: refactor osc message scaling (#4081, #4083, #4102) player: don't block playback stop when seeking player: enable "buffering" pausing for DASH streams too player: fix core-idle and eof-reached update notifcations player: make screenshot commands honor the async flag (#4250) player: reduce blocking on VO when switching pause (#4152) sd_ass: disable --sub-fix-timing if sub style override is fully disabled stream/stream_dvdnav: don't ignore setting title (#4283) stream_dvd: fix subs/audio detection on DVDs containing multi-PGC titles vf_vavpp: add advanced deint bug compatibility for Intel vaapi drivers vf_vavpp: fix first-field mode vo_opengl: fix crash with temporal dithering in dumb mode vo_opengl: hwdec_d3d11egl: make it work with some ANGLE DLL versions vo_x11: reduce flickering on playlist navigation wayland: correctly map mouse buttons This listing is not complete. Check DOCS/client-api-changes.rst for a history of changes to the client API, and DOCS/interface-changes.rst for a history of changes to other user-visible interfaces. A complete changelog can be seen by running git log v0.24.0..v0.25.0 in the git repository or by visiting either v0.24.0...v0.25.0 or https://git.srsfckn.biz/mpv/log/?qt=range&q=v0.24.0..v0.25.0
2017-04-24Link-test shm_* functions rather than just compile test as this ignoressborrill3-8/+47
missing functions. Define MAP_ANONYMOUS as a synonym of MAP_ANON if the former doesn't exist.
2017-04-24qt5-qtbase: fix build on NetBSD < 6.1 (no pthread_condattr_setclock)maya2-1/+29
Invert logic from !defined && to defined || for simplicity and use a netbsd version check.
2017-04-24Remove -std=c++11 from here, it causes breakage in code that useswiz1-4/+1
C++11 extensions or wants C++14.
2017-04-24* Use bash for CONFIG_SHELLfhajny8-9/+97
* Fix build on NetBSD * Uses python to build * Enable tests
2017-04-24Check for vw_printw in builtin cursessborrill1-1/+2
2017-04-24Add vw_printw to list of functions to check for when assessing suitabilitysborrill1-2/+2
of builtin curses
2017-04-24Fix builtin vs ncurses detectionsborrill1-2/+2
2017-04-24libsamplerate: declare AUDIO_OUT_s once and in audio_out.hmaya3-5/+36
Fixes build failure with GCC 4.5.3 (netbsd 6.0)
2017-04-24Updated x11/xf86-video-nouveau to 1.0.15wiz2-3/+3
2017-04-24Updated xf86-video-nouveau to 1.0.15.wiz2-7/+7
Ben Skeggs (1): fix null pointer deref when building against >=libdrm 2.4.78 Ilia Mirkin (1): Add Pascal family support, identical to Maxwell Lyude (1): Bump version to 1.0.15 Mariusz Bialonczyk (1): Do not register hotplug without RandR
2017-04-24Add new main master site.wiz1-2/+3
2017-04-23Add py-requests-kerberosmarkd1-1/+2
2017-04-23+ py-simplegenericjoerg1-1/+2
2017-04-23Fixed DEPENDSadam1-4/+5
2017-04-23Add missing unused test dependency.wiz1-1/+3
See also https://github.com/chardet/chardet/issues/120
2017-04-23Updated devel/py-ruamel-yaml to 0.14.6nb1leot1-1/+2
2017-04-23Adjust DEPENDS and PLISTleot2-5/+10
py-ruamel-base is no longer needed and Python < 35 also needs py-typing. Due the latter, requires.txt is installed also for the py34- version, adjust PLIST accordingly. Pointed out by <nils>'s bulk builds. Bump PKGREVISION
2017-04-23Note update of www/contao35 package to 3.5.26.taca1-1/+2
2017-04-23Update contao35 to 3.5.26.taca3-12/+97
Version 3.5.26 (2017-04-20) --------------------------- ### Fixed Prevent endless loops in the book navigation module (see #8665). ### Fixed Limit the maximum size of dimensionless SVGs in the back end (see #8684). ### Fixed Correctly handle custom namespaces when combining DCA files (see #8682). ### Fixed Also check the X-Forwarded-Proto header when determining HTTPS (see #8691). ### Fixed Correctly support 64 character template names everywhere (see #6819). ### Updated Updated the Punycode library to version 2 (see #8693). ### Fixed Correctly use the en dash in the calendar modules (see #8690). ### Fixed Remove the UTF-8 BOM when combining files (see #8689). ### Fixed Do not add the CORS headers in the install tool (see #8681). ### Fixed Correctly move folders with an "@" in their name (see #8674). ### Fixed Correctly redirect to the last page visited upon login (see #8632). ### Fixed Back port the e-mail extraction improvements (see #8679).
2017-04-23Note update of www/typo3_62 package to 6.2.31.taca1-1/+2
2017-04-23Update typo3_62 to 6.2.31.taca2-7/+7
2017-04-18 ac75a78 [RELEASE] Release of TYPO3 6.2.31 (TYPO3 Release Team) 2017-04-18 3de0853 #80857 [TASK] Mark 6.2 as e-o-l in install tool core updater (Christian Kuhn) 2017-04-07 f2ce731 #77855 [BUGFIX] Allow file replace for editors (Helmut Hummel) 2017-04-04 7c45dc5 #48544 [FOLLOWUP][BUGFIX] Do not devlog bad code smells of core classes (Markus Klein) 2017-04-03 5d266a7 #48544 [BUGFIX] Do not devlog bad code smells of core classes (Markus Klein) 2017-03-31 a4c6edc #80589 [BUGFIX] FAL: Correctly iterate folder content with offset (Markus Klein) 2017-03-25 11506d7 #72299 [BUGFIX] Send correct HTTP message in getUrl (Markus Klein) 2017-03-09 21a8ee2 #64742 [BUGFIX] Extension update: Prevent multiple update trigger (Nicole Cordes) 2017-01-13 b236079 #78986 [BUGFIX] Remove range from sorting field (Georg Ringer) 2017-01-11 a3cc3f9 #79275 [BUGFIX] CacheHashCalculator does not exclude ADMCMD arguments (Benni Mack) 2017-01-07 8bc9de1 #79165 [TASK] Update copyright year to 2017 (Wouter Wolters) 2017-01-03 5631d83 #78822 [BUGFIX] Documentation of sessionTimeout (Anja Leichsenring)
2017-04-23Quick build fix on NetBSD 6.1_STABLE using bash to configure.taca1-2/+3
(I did not find a problem of configure with NetBSD 6.1_STABLE's sh(1).)
2017-04-23Fix build problem on NetBSD 6.1_STABLE.taca3-3/+23
* Guard use of rl_catch_signals variable with "#if HAVE_RL_CATCH_SIGNALS". Add comment in patch/patch-aa quote from last commit message.
2017-04-23* Remove ruby18 related description in comments.taca1-67/+13
* Remove ruby18 related lines. * GC variables: RUBY_GEMS_PKGSRC_VERS, RUBY_ENCODING_ARG, _RUBY_PATCHLEVEL, _RUBY_VER_TEENY and PLIST.ruby200. Good-by Ruby 1.8.7.
2017-04-23Remove reference to misc/rubygems and RUBY_VER is "18".taca1-8/+2
2017-04-23Remove use of RUBY_ENCODING_ARG. It was used to specify "-K" option withtaca1-6/+1
ruby18.
2017-04-23Remove referring to ruby18-base in comment.taca1-2/+2
2017-04-23* Remove ruby18 related lines.taca1-9/+1
2017-04-23* Remove reference to RUBY_GEMS_PKGSRC_VERS since there is no stand alonetaca1-8/+1
rubygems pacakge in pkgsrc. * Remove ruby18 related lines.
2017-04-23* Update "used by" lines.taca1-20/+5
* Remove ruby18 related lines. * Drop obsolete sites in MASTER_SITE_RUBY.
2017-04-23Note update of www/ruby-jekyll package to 3.4.3nb1.taca1-1/+2
2017-04-23* Add really dependency to ruby-jekyll-minima and ruby-jekyll-feed.taca2-1/+12
* Add MESSAGE forgot in previous commit. Bump PKGREVISION.
2017-04-23Add -std=c++11 to CXXFLAGS.wiz1-1/+4
icu uses char16_t in a central header file; this type is added by c++11.
2017-04-23Since icu-59, this now needs c++11 to build.wiz1-1/+2
2017-04-23+ MesaLib-17.0.4, abcm2ps-8.13.9, emacs25-25.2, guile22-2.2.2,wiz1-5/+21
mpv-0.25.0, p5-GD-2.62, p5-Image-ExifTool-10.50, p5-YAML-Syck-1.30, par2-0.7.0, poppler-0.54.0, protobuf-3.2.1, py-ZopeInterface-4.4.0, py-hypothesis-3.7.4, py-pbr-3.0.0, todoman-3.1.0, vim-8.0.0582, vim-share-8.0.0582, waf-1.9.10, x264-devel-20170422, xf86-video-nouveau-1.0.15.
2017-04-23Updated misc/rpm to 4.13.0.1adam2-3/+3
2017-04-23RPM 4.13.0.1adam16-275/+203
Security fixes * Fix several out of bounds reads in the OpenPGP parser * Fix handling of OpenPGP reserved tag (should be rejected) * Fix various crashes from malformed packages with invalid tags General bugfixes * Fix %transfiletriggerpostun nondeterministic behavior * Fix rpmdb cleanup on signal (regression introduced in 4.13.0) Package building * Fix debuginfo GDB index generation (regression introduced in 4.13.0) * Fix malformed packages being generated around 4GB size boundary (regression introduced in 4.12.0) * Fix special %doc/%license directory inheriting default file permissions (regression introduced in 4.13.0) Build process * Fix API documentation generation with Doxygen >= 1.8.8
2017-04-23Revert previous after py-setuptools is fixed.wiz1-1/+17
2017-04-23Revert previous now that py-setuptools is fixed.wiz3-3/+8
2017-04-23Add py-requests-kerberosmarkd1-1/+2
2017-04-23Add py-requests-kerberos 0.11.0markd4-0/+44
Requests is an HTTP library, written in Python, for human beings. This library adds optional Kerberos/GSSAPI authentication support and supports mutual authentication.
2017-04-23Merge upstream pull request #52 from kwlzn/kwlzn/none_principal_fixmarkd3-2/+20
Allow `authGSSClientInit` principal kwarg to be None.
2017-04-23Add py-entrypointsmarkd1-1/+2
2017-04-23Added Jupyter Notebook and replated packages.markd2-3/+19
2017-04-23Add py-nbconvert and py-notebookmarkd1-1/+3