pkgsrc/multimedia
wiz 358d25a1b5 Update multimedia/mpv to mpv-0.9.0, from Leonardo Taccari in PR 49863.
pkgsrc changes:
  * Add LUA_VERSION_INCOMPATIBLE= 53 to reflect upstream changelog. No
    functional changes intended.

Changes:
Release 0.9.0
-------------
Changes that may break users' config files have been annotated with a
(!).
  * Note: mpv is not compatible with Lua 5.3. Lua 5.1 or 5.2 is
    required.
  * The minimum required libass version is now 0.12.1 or newer.
  * The minimum required FFmpeg version is now 2.4.0 (equiv. Libav 11)
    or newer.
  * The internal libmpg123 support was removed. This was already not
    used by default in the previous release.
  * (!) The LIRC support was removed. Configure LIRC remotes as input
    devices instead.
  * (!) The Linux Joystick support was removed.
  * (!) vf_screenshot was removed, as they are now handled at a VO
    level and is compatible with all VOs.
  * (!) --ass-use-margins has been renamed to --sub-use-margins and
    applies only to plain-text (non-ASS) subtitles (enabled by
    default). The new --ass-force-margins option applies only to ASS
    subtitles (disabled by default). To get the old behaviour back,
    enable both at the same time.
  * (!) The --sub-scale-with-window option now only applies to plain
    text (non-ASS) subtitles (enabled by default). The new
    --ass-scale-with-window option does the same but only with ASS
    subtitles (disabled by default).
  * (!) The range for the param1 for the gaussian vo_opengl scaler has
    been redefined. Instead of being an arbitrary 1-100 range, have a
    default value of 1.0, and anything higher is blurrier.
  * (!) The seek, playlist_next, playlist_prev, loadfile and loadlist
    parameters no longer accept numerical parameters where symbolic
    parameter names exist.
  * (!) vo_opengl changes:
       + (!) The smoothmotion suboption has been renamed to
         interpolation. The old name is still supported for now.
       + (!) The bilinear_slow scaler has been renamed to triangle.
       + (!) scale-down has been renamed to dscale and now has its own
         set of config options (e.g. dscale-radius).
       + (!) Scaler radius no longer defaults to 3 but to a preferred
         value that may be different for each filter.
       + The scale-radius option may now go down as low as 0.5, which
         is the value used by the nearest filter.
       + spline36 is the new cscale default for opengl-hq. This might
         break setups that use fbo-format=rgb8. To work around it,
         leave fbo-format as its default, or set to something higher
         than 8, or set cscale=bilinear, the previous default.
  * (!) vf_format no longer converts video to YUYV if there is no
    parameter. Video is now passed unchanged unless a format is
    specifically requested.
  * (!) The --colormatrix, --colormatrix-input-range,
    --colormatrix-output-range and --colormatrix-primaries options have
    been converted into vf_format suboptions. See commit 27715b7 and
    the manual for details.
  * vf_mirror's implementation was replaced with calling into
    libavfilter's vf_hflip filter, thus depending on libavfilter to
    function.
  * The device subption to ao_wasapi has been deprecated in favor of
    --audio-device.
  * --video-rotate now allows 360 as an argument instead of stopping at
    359.
  * Several improvements to af_scaletempo.
  * Options that have multiple options and also include a "yes" option
    now default to that if specified with no arguments.
  * The default value of --cache-default is now 150000 (153.6 MB, ~146
    MiB).
  * JPEG screenshots now use the same subsampling as the source video.
    The images are still RGB regardless of source format though.

Bug fixes

  * mpv no longer saves position on files that can't be resumed (issue
    #1701).
  * (X11) Fix the player thinking the mouse has left the window in some
    WMs / embeddings (issue #1672).
  * mpv no longer freezes on wayland when the compositor stops asking
    it to draw itself (e.g. when minimized) (issue #249).
  * .ac3 files are no longer rejected by --audio-file-auto (issue
    #1759).
  * ao_wasapi now automatically enables exclusive when passthrough is
    attempted (issue #1742).
  * Attempt to fix flickering on Intel VAAPI drivers with --hwdec=vaapi
    and --vo=opengl (issue #1765).
  * youtube-dl will no longer download video streams when video
    playback is disabled with --no-video.
  * (Windows) mpv now prevents system sleep when playing a video-only
    file. Previously, only files with an opened audio track would
    prevent sleep.

New features

  * vo_opengl features:
       + Added ewa_ginseng, ewa_hanning, robidoux, robidouxsharp,
         oversample and haasnsoft scalers.
       + There are now ewa_lanczossoft and ewa_lanczossharp aliases to
         ewa_lanczos that are tuned to be blurrier and sharper,
         respectively.
       + Added gamma-auto option that uses ambient light sensors to
         automatically adjust the video gamma. See commit c028d78 for
         details.
       + Added blend-subtitles option to draw subtitles directly into
         the video instead of rendered afterwards. Potentially
         necessary for correct rendering with files that use ASS
         subtitles for typesetting in combination with an icc-profile.
         There is a default option for drawing after upscaling, and a
         video option for drawing before upscaling. See details and
         warning on the manual.
       + There is now a tscale option, used to choose the temporal
         scaler used in the interpolation mode (previously
         smoothmotion).
       + There is a new scale-blur parameter to adjust the amount of
         blur that most of the filters produce. Deviating from the
         default may introduce artifacts in EWA filters.
       + (Windows) There is now a dwmflush option that might help
         improve rendering of high-fps video. Disabled by default. See
         manual for options.
  * New Linux-only vo_drm video output driver. Uses the direct
    rendering / kernel modesetting drivers to draw directly to the
    framebuffer, but with no hardware acceleration. See manual for
    details.
  * New pseudo-gui builtin profile, automatically used when launched
    from mpv.desktop by opening mpv.exe on windows (mpv.com still works
    as usual), or by opening the mpv.app bundle. The pseudo-gui tries
    to make the player window behave closer to what a desktop player
    would do, by not immediately closing and allowing the user to
    drag&drop files for playback. See manual for details.
  * mpv can now play directories by automatically playing their
    contents instead. Works everywhere but on Windows, due to issues
    with Windows' C runtime.
  * Add support to pitch correct stretched audio with librubberband.
  * Add support for the Raspberry Pi 2's hardware decoder when FFmpeg
    (or Libav) is built with --enable-mmal. See commit 8fff125 for
    details.
  * The --cache option now accepts a "yes" option, that always enables
    a --cache-default-sized cache on all cases a cache can be used,
    unless --cache-default disables caching.
  * ao_pulse, ao_coreaudio and ao_wasapi now support device
    hotplugging.
  * New --osd-align-x and --osd-align-y options can be used to align
    the OSD independently from subtitles.
  * New --osd-bold and --sub-text-bold options can be enabled to bold
    all OSD or plain-text subtitle text, respectively.
  * Added a default keybind to the u key that enables/disables ASS
    style overriding. When enabled, is equivalent to
    --ass-style-override=force.
  * There is now a MOUSE_ENTER keybind, that is called when the mouse
    cursor enters the VO from outside.
  * The new --ytdl-params option can be set to arguments that are
    always given to youtube-dl invocations. There is no sanity
    checking, so invalid options can prevent mpv from working with http
    URLs.
  * There's a new --demuxer-mkv-fix-timestamps option, enabled by
    default, that tries to guess more accurate video timestamps by
    using FPS information, if available. See manual for details.
  * The new --window-scale option can be used to scale the video window
    by the specified multiplier, before other options such as --autofit
    are applied.
  * vo_direct3d_shaders now supports NV12 colorspace without using
    stretchrect, but it seems no drivers actually support that.
  * (Client API) Added a rescan_external_files command, as requested on
    issue #1586.
  * (Client API) If enabled, initializing the Client API will now also
    load the user's mpv.conf.
  * (Client API) There's a new mpv_opengl_cb_report_flip() call for API
    users to call to inform mpv of when exactly a frame was displayed.
  * (Client API) The mpv_opengl_cb_render() function was deprecated in
    favor of the new, simpler mpv_opengl_cb_draw() function.
  * (Client API) There is a new screenshot_raw command. See input.rst
    for details.
  * The --input-file argument may now also be a file descriptor in the
    form "fd://N", where N is the FD number.
2015-04-30 15:10:17 +00:00
..
acidrip Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
adobe-flash-plugin11 Update adobe-flash-plugin11 to 11.2.202.457. 2015-04-18 10:04:29 +00:00
alevt
audiocd-kio Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
avidemux Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
bitstream Import bitstream-1.0 as multimedia/bitstream. 2014-08-09 20:26:25 +00:00
bsdav Explicitly set MKPROFILE=yes to get consistent build results when 2013-12-08 02:56:22 +00:00
ccxstream Fix typo. 2015-02-07 15:02:04 +00:00
cfourcc
clutter-gst Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
deforaos-player Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
dirac Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
divxplayer
dragon Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
dumpmpeg Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
dvb-apps scan tool needs iconv(3) 2015-03-14 14:27:28 +00:00
dvd-slideshow Use ffmpeg1 instead of ffmpeg. 2014-08-12 18:22:06 +00:00
dvdauthor compat.h needs config.h 2014-11-30 02:49:28 +00:00
dvdbackup
dvdrip Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
dvdstyler Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
dvdview
farsight2 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
ffmpeg1 Update to ffmpeg1-1.2.12. Security update for: 2015-02-15 10:50:01 +00:00
ffmpeg2 Changes 2.6.2: 2015-04-12 09:15:26 +00:00
ffmpeg2theora Preserve environment. 2014-12-11 22:13:58 +00:00
ffmpeg010 Update to ffmpeg010-20150312.0.10.16 "Freedom" 2015-03-14 16:14:43 +00:00
ffmpegthumbnailer Switch to ffmpeg1 instead of ffmpeg. 2014-08-11 23:09:44 +00:00
ffmpegthumbs Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
ffplay1 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
ffplay2 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
flashplayer
flvstreamer fix SunOS build by linking -lsocket -lnsl 2015-01-18 21:20:46 +00:00
fuppes Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
fxtv
gecko-mediaplayer Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
ggrab Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
gmediaserver Set MAINTAINER to pkgsrc-users. 2015-03-15 17:09:00 +00:00
gmencoder Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gmp-api fix HOMEPAGE 2015-04-04 16:15:05 +00:00
gmplayer Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gnash Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gnome-media Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gnome-mplayer Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
goggles Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gopchop Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gpac Shared libraries should always be PIC. Bump revision. 2015-04-28 12:04:33 +00:00
gst-plugins0.10-bad Fix description which seems to have been copied from *-ugly. 2014-12-01 08:19:19 +00:00
gst-plugins0.10-base Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gst-plugins0.10-dvdread
gst-plugins0.10-ffmpeg Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gst-plugins0.10-gnonlin
gst-plugins0.10-good Fix compile with clang on i386. 2015-02-18 19:21:54 +00:00
gst-plugins0.10-hal
gst-plugins0.10-mpeg2dec
gst-plugins0.10-ogg
gst-plugins0.10-resindvd Bump ABI depends since libdvdnav-5 removed a library. 2014-10-04 12:49:05 +00:00
gst-plugins0.10-theora
gst-plugins0.10-ugly
gst-plugins0.10-v4l2
gst-plugins0.10-vp8
gst-plugins0.10-x264 recursive bump from x264-devel build number change (i.e. API change) 2014-04-10 05:57:43 +00:00
gst-plugins0.10-xvid
gst-plugins1-bad Update to 1.4.5. All pkgsrc patches were integrated :-) 2015-01-03 18:09:30 +00:00
gst-plugins1-base Update to 1.4.5. All pkgsrc patches were integrated :-) 2015-01-03 18:09:30 +00:00
gst-plugins1-dvdread Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-egl-gl Import gst-plugins1-gl-1.4.5 as multimedia/gst-plugins1-egl-gl. 2015-01-30 11:09:45 +00:00
gst-plugins1-egl-opengl Import gst-plugins1-opengl-1.4.5 as multimedia/gst-plugins1-egl-opengl. 2015-01-30 11:10:20 +00:00
gst-plugins1-good Update to 1.4.5. All pkgsrc patches were integrated :-) 2015-01-03 18:09:30 +00:00
gst-plugins1-libav Update to 1.4.5. All pkgsrc patches were integrated :-) 2015-01-03 18:09:30 +00:00
gst-plugins1-mpeg2dec Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-ogg Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-omx Import gst-omx-1.2.0 as multimedia/gst-plugins1-omx. 2015-01-30 01:37:08 +00:00
gst-plugins1-resindvd Update to 1.4.4: 2014-11-23 15:54:00 +00:00
gst-plugins1-theora Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-ugly Update to 1.4.5. All pkgsrc patches were integrated :-) 2015-01-03 18:09:30 +00:00
gst-plugins1-v4l2 this builds under netbsd now, add it to ONLY_FOR_PLATFORM 2014-11-29 13:48:11 +00:00
gst-plugins1-vpx Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-x264 Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst123 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gstreamer0.10 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gstreamer1 Update to 1.4.5. All pkgsrc patches were integrated :-) 2015-01-03 18:09:30 +00:00
gtranscode
gxine Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
handbrake Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
hwdecode-demos Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
juk Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kaffeine Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdemultimedia3 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdenlive Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kmix Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kmplayer Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kmplayer-kde3 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kscd Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
libaacs Changes 0.8.1: 2015-04-05 06:31:51 +00:00
libass Changes 0.12.1: 2015-02-11 10:58:02 +00:00
libassetml recursive PKGREVISION bump for libass shlib major -> 5 2013-10-20 21:53:54 +00:00
libbdplus Changes 0.1.2: 2015-01-31 21:48:02 +00:00
libbluray Changes 0.7.0: 2015-01-31 21:45:30 +00:00
libdv Another case where endian.h needs types.h on MirBSD. 2013-12-03 21:46:46 +00:00
libdv-tools
libdvbcsa Requires c99. 2015-04-27 14:54:23 +00:00
libdvbpsi Fix example to not trigger alignment warnings. Fix a real bug while here 2015-03-31 15:52:50 +00:00
libdvbpsi0 Help config.guess/config.sub override logic. 2015-02-23 18:28:51 +00:00
libdvdcss Fixed CONFIGURE_ARGS 2015-01-31 21:52:15 +00:00
libdvdnav Changes 5.0.3: 2015-01-31 21:26:44 +00:00
libdvdplay
libdvdread Changes 5.0.2: 2015-01-31 21:25:47 +00:00
libflash Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
libflashsupport
libflashsupport-pulse
libflashsupport10
libhdhomerun pkglint cleanups. 2014-10-05 16:27:25 +00:00
libkate Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
libkcddb Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
libkcompactdisc Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
libmatroska Remove c from USE_LANGUAGES, this is C++ source code. 2015-01-23 10:12:44 +00:00
libmediainfo Simplify PKGNAME. 2015-01-10 20:33:49 +00:00
libmp4v2
libmpeg2 Hidden directories are not picked up automatically for config.guess/.sub 2015-02-21 00:12:26 +00:00
libmpeg3 Drop pointless ONLY_FOR_COMPILER. 2015-04-26 13:29:42 +00:00
libnms Add socket libraries on SunOS. Patch from Sebastian Wiedenroth. 2013-10-24 09:45:34 +00:00
libogg Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
liboggz Expand --version-script removals for SunOS back out into package Makefiles 2014-09-10 15:59:33 +00:00
libquicktime Switch to ffmpeg1 instead of ffmpeg. 2014-08-11 23:09:44 +00:00
libtheora Don't use -fforce-addr. 2013-10-25 21:48:16 +00:00
libtheora-docs Fix previous. Theora.pdf is only created if many more dependencies 2015-02-09 21:56:49 +00:00
libva remove dup entry 2015-04-28 06:57:59 +00:00
libva-driver-vdpau Use PKG_SKIP_REASON for unsupported OSes. 2015-01-04 09:38:29 +00:00
libvdpau Use PKG_SKIP_REASON for unsupported OSes. 2015-01-04 09:38:29 +00:00
libvpx add check for clang supporting -fno-integrated-as instead of -no-integrated-as 2015-04-27 07:31:08 +00:00
lsdvd Update lsdvd to 0.17. Changes: 2014-10-13 18:29:54 +00:00
mediainfo Simplify PKGNAME. 2015-01-10 20:33:49 +00:00
mediatomb Reset maintainer. 2015-04-14 06:21:41 +00:00
mencoder Needs pkg-config to find libdvdnav. 2015-04-23 18:27:11 +00:00
ming not interesting anymore. 2014-09-28 03:00:45 +00:00
minidlna Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
mjpegtools Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mkv2mp4 Switch to ffmpeg1 instead of ffmpeg. 2014-08-11 23:09:44 +00:00
mkvtoolnix Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mkvtoolnix-old Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mlt Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mp4v2
mpeg-lib ftp.gimp.org is no longer. Update/remove links pointing there. 2014-08-19 10:42:55 +00:00
mpeg4ip Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mpeg_encode Fix build on SunOS (socket libraries, use strerror()). 2014-09-23 14:29:50 +00:00
mpeg_play
mplayer Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mplayer-plugin Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mplayer-share Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mplayerthumbs Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mpv Update multimedia/mpv to mpv-0.9.0, from Leonardo Taccari in PR 49863. 2015-04-30 15:10:17 +00:00
ogle
ogle_gui Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
ogmtools Fix inttypes on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 14:16:58 +00:00
omxplayer Revbump after updating devel/boost-libs 2015-04-17 15:52:56 +00:00
openquicktime
p5-GStreamer Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-xmltv Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
phonon Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
phonon-backend-gstreamer Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
phonon-backend-vlc Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
php-ming not interesting anymore. 2014-09-28 03:00:45 +00:00
pitivi Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
pspvc Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
py-gstreamer0.10 Mention gstreamer major version 0. 2014-08-08 21:50:58 +00:00
py-gstreamer1 Removing python26. EOL'd quite some ago and discussed a couple times on 2015-04-13 23:12:40 +00:00
py-ming not interesting anymore. 2014-09-28 03:00:45 +00:00
realplayer-codecs
regionset Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
replex
ruby-gnome2-clutter-gstreamer Update ruby-gnome2 package to 2.2.3. 2014-11-09 06:27:02 +00:00
ruby-gnome2-gstreamer Update ruby-gnome2 package to 2.2.3. 2014-11-09 06:27:02 +00:00
ruby-ming not interesting anymore. 2014-09-28 03:00:45 +00:00
schroedinger
smpeg Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
smpeg2 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
subtitleeditor Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
swfdec Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
swfdec-gnome Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
swfdec-mozilla Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
totem Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
totem-browser-plugin Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
totem-nautilus Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
totem-pl-parser Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
transcode Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
tstools Update HOMEPAGE and MASTER_SITES (both were Server not found). Add LICENSE=mpl-1.1. 2014-12-21 12:12:42 +00:00
tvtime Fix empty shell 'if's. Uses libiconv. 2014-09-25 15:08:29 +00:00
ushare Set MAINTAINER to pkgsrc-users. 2015-03-15 18:31:52 +00:00
vlc Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
vlc2 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
vlc21 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
win32-codecs
x264-devel Fix building with -flto; do not force optimisation compiler flags 2015-01-21 18:15:17 +00:00
x265 x265 1.6 has been released. The changes from the 1.5 release are mostly 2015-04-06 20:58:35 +00:00
xanim
xawtv Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
xfce4-mpc-plugin Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
xfce4-thunar-media-tags Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
xfmedia Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
xine-lib Older GCC releases don't like to use to pointers to fulfill the "g" 2015-02-04 20:50:16 +00:00
xine-ui Recursive bump for ffmpeg2 shared library major version bump. 2014-10-01 16:09:34 +00:00
xine-v4l Recursive bump for ffmpeg2 shared library major version bump. 2014-10-01 16:09:34 +00:00
xine-v4l2 Recursive bump for ffmpeg2 shared library major version bump. 2014-10-01 16:09:34 +00:00
xvid4conf Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
xvidcore Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
Makefile Update Xfce to 4.12.0. 2015-04-21 08:56:37 +00:00