pkgsrc/multimedia
adam e45e77e081 ffmpeg2: updated to 2.8.14
version 2.8.14:
- avcodec/vp8: Check for bitstream end before vp7_fade_frame()
- avcodec/exr: Check remaining bits in last get code loop
- avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c()
- avcodec/h264_cabac: Tighten allowed coeff_abs range
- avcodec/h264_cavlc: Set valid qscale value in ff_h264_decode_mb_cavlc()
- avcodec/vp3: Error out on invalid num_coeffs in unpack_vlcs()
- avcodec/mpeg4videodec: Ignore multiple VOL headers
- avcodec/vp3: Check eob_run
- avcodec/huffyuvdec: Check input buffer size
- avcodec/wavpack: Fix integer overflow in FFABS
- avcodec/aacsbr_fixed: Fix overflows in rounding in sbr_hf_assemble()
- changelog: update with previous commit
- x264: Support version 153
- avcodec/indeo5: Do not leave frame_type set to an invalid value
- avcodec/hevc_ps: Check log2_sao_offset_scale_*
- avcodec/mpeg4videodec: Avoid possibly aliasing violating casts
- avcodec/get_bits: Document the return code of get_vlc2()
- avcodec/mpeg4videodec: Check mb_num also against 0
- avfilter/vf_transpose: Fix used plane count.
- avcodec/hevc_cabac: Check prefix so as to avoid invalid shifts in coeff_abs_level_remaining_decode()
- avcodec/mjpegdec: Fix integer overflow in DC dequantization
- avcodec/hevc_cabac: Move prefix check in coeff_abs_level_remaining_decode() down
- avcodec/truemotion2: Fix integer overflow in TM2_RECALC_BLOCK()
- avcodec/snowdec: Fix integer overflow before htaps check
- avcodec/ulti: Check number of blocks at init
- avcodec/ac3dec_fixed: Fix integer overflow in scale_coefs()
- avformat/lrcdec: Fix memory leak in lrc_read_header()
- avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_parse_tracks()
- configure: bump year
- avcodec/arm/sbrdsp_neon: Use a free register instead of putting 2 things in one
- avcodec/h264addpx_template: Fixes integer overflows
- avcodec/dirac_dwt: Fix overflows in COMPOSE_HAARiH0/COMPOSE_HAARiL0
- avcodec/diracdec: Fix integer overflow with quant
- avcodec/opus_parser: Check payload_len in parse_opus_ts_header()
- avcodec/jpeg2000dsp: Fix integer overflows in ict_int()
- avcodec/h264_slice: Do not attempt to render into frames already output
- avcodec/exr: Check buf_size more completely
- avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed()
- avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and put_hevc_qpel_bi_w_w()
- avcodec/flacdec: avoid undefined shift
- avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant)
- avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD137iL0()
- avcodec/hevc_cabac: Fix integer overflow in ff_hevc_cu_qp_delta_abs()
- avcodec/hevc_sei: Fix integer overflows in decode_nal_sei_message()
- avcodec/hevcdsp_template: Fix undefined shift in put_hevc_qpel_bi_w_hv()
- libavfilter/af_dcshift.c: Fixed repeated spelling error
- avfilter/formats: fix wrong function name in error message
- avcodec/amrwbdec: Fix division by 0 in voice_factor()
- avcodec/dirac_dwt: Fix integer overflows in COMPOSE_DAUB97*
- avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u.
- Don't manipulate duration when it's AV_NOPTS_VALUE.
- avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead.
- avformat/utils: Prevent undefined shift with wrap_bits > 64.
- avcodec/j2kenc: Fix out of array access in encode_cblk()
- avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h()
- avcodec/mlpdsp: Fix signed integer overflow, 2nd try
- avcodec/kgv1dec: Check that there is enough input for maximum RLE compression
- avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*
- avcodec/mpeg4videodec: Check also for negative versions in the validity check
- Close ogg stream upon error when using AV_EF_EXPLODE.
- Fix undefined shift on assumed 8-bit input.
- avformat/mov: Propagate errors in mov_switch_root.
- avcodec/hevcdsp_template: Fix invalid shift in put_hevc_epel_bi_w_v()
- avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output()
- avcodec/zmbv: Check that the buffer is large enough for mvec
- avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD137iL0()
- avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode_mb()
- avcodec/snowdec: Check for remaining bitstream in decode_blocks()
- avcodec/snowdec: Check intra block dc differences.
- avformat/mov: Check size of STSC allocation
- avcodec/h264dec: Fix potential array overread
- avcodec/x86/mpegvideodsp: Fix signedness bug in need_emu
- avcodec/aacdec_fixed: Fix undefined shift
- avcodec/mdct_*: Fix integer overflow in addition in RESCALE()
- avcodec/snowdec: Fix integer overflow in header parsing
- avcodec/cngdec: Fix integer clipping
- avcodec/sbrdsp_fixed: Fix integer overflow in shift in sbr_hf_g_filt_c()
- avutil/softfloat: Add FLOAT_MIN
- avcodec/aacsbr_fixed: Fix division by zero in sbr_gain_calc()
- avcodec/h264idct_template: Fix integer overflows in ff_h264_idct8_add()
- avcodec/xan: Check for bitstream end in xan_huffman_decode()
- avformat: Free the internal codec context at the end
- avcodec/xan: Improve overlapping check
- avcodec/aacdec_fixed: Fix integer overflow in apply_dependent_coupling_fixed()
- avcodec/aacdec_fixed: Fix integer overflow in predict()
- avcodec/jpeglsdec: Check for end of bitstream in ls_decode_line()
- avcodec/jpeglsdec: Check ilv for being a supported value
- avcodec/snowdec: Check mv_scale
- avcodec/pafvideo: Check for bitstream end in decode_0()
- avcodec/ffv1dec: Fix out of array read in slice counting
- avcodec/dirac_dwt: Fix integer overflow in COMPOSE_53iL0()
- avcodec/mpeg_er: Clear mcsel in mpeg_er_decode_mb()
- avcodec/mpeg4videodec: Use 64 bit intermediates for sprite delta
- avcodec/truemotion2: Fix integer overflows in tm2_high_chroma()
- avcodec/aacdec_template: Clear tns present flag on error
- avcodec/proresdec2: SKIP_BITS() does not work with len=32
- avcodec/hevcdsp_template: Fix undefined shift
- avcodec/jpeg2000: Check that codsty->log2_prec_widths/heights has been initialized
- avcodec/takdec: Fix integer overflow in decode_lpc()
- avcodec/proresdec2: Check bits in DECODE_CODEWORD(), fixes invalid shift
- avcodec/takdec: Fix integer overflows in decode_subframe()
- avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*()
- avcodec/ffv1dec: Fix integer overflow in read_quant_table()
- avcodec/svq3: Fix overflow in svq3_add_idct_c()
- avcodec/pngdec: Clean up on av_frame_ref() failure
- avcodec/jpeg2000dsp: Fix multiple integer overflows in ict_int()
- avcodec/hevcdsp_template: Fix undefined shift in put_hevc_pel_bi_w_pixels
- avcodec/diracdec: Fix overflow in DC computation
- avformat/asfdec: Fix DoS in asf_build_simple_index()
- avformat/mov: Fix DoS in read_tfra()
- avcodec/dirac_dwt: Fix multiple overflows in 9/7 lifting
- avformat/libssh: check the user provided a password before trying to use it
2018-02-25 20:35:44 +00:00
..
acidrip Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
adobe-flash-player adobe-flash-player: follow redirect 2018-02-11 15:36:08 +00:00
adobe-flash-plugin11 adobe-flash-plugin11: follow redirect 2018-02-11 15:36:27 +00:00
alevt Sort PLIST files. 2018-01-01 22:29:15 +00:00
audiocd-kio Revbump after boost update 2018-01-01 21:18:06 +00:00
avidemux Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
bitstream bitstream: updated to 1.3 2018-01-31 20:17:41 +00:00
bsdav Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
ccxstream
cfourcc Comment out dead sites. 2017-08-16 20:45:30 +00:00
clutter-gst Update clutter-gst to 3.0.24. 2017-06-10 07:29:14 +00:00
deforaos-player Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
dirac Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
divxplayer
dragon Revbump after boost update 2018-01-01 21:18:06 +00:00
dumpmpeg
dvb-apps Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
dvd-slideshow
dvdauthor Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
dvdbackup
dvdrip Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
dvdstyler Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
dvdview Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
farsight2 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
ffmpeg1 ffmpeg*: Spell sunpro correctly. 2018-01-25 14:15:25 +00:00
ffmpeg2 ffmpeg2: updated to 2.8.14 2018-02-25 20:35:44 +00:00
ffmpeg2theora Fix build with scons 3.0.0 or newer 2017-10-22 12:59:33 +00:00
ffmpeg3 multimedia/ffmpeg3: Correct path to files with substitutions. PKGREVISION++ 2018-02-21 13:48:39 +00:00
ffmpeg010 ffmpeg*: Spell sunpro correctly. 2018-01-25 14:15:25 +00:00
ffmpegthumbnailer Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
ffmpegthumbs Revbump after boost update 2018-01-01 21:18:06 +00:00
ffplay1 Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
ffplay2 version 2.8.11 2017-02-11 09:21:02 +00:00
ffplay3 version 3.3: 2017-04-15 09:26:47 +00:00
flashplayer
flvstreamer
fuppes Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
fxtv Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
gecko-mediaplayer Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
ggrab Comment out dead sites. 2017-08-16 20:45:30 +00:00
gmediaserver Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
gmencoder Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
gmp-api
gmplayer Regen distinfo to include a patch to fix build with ffmpeg 3.4 2017-10-23 11:49:10 +00:00
gnash Sort PLIST files. 2018-01-01 22:29:15 +00:00
gnome-media Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
gnome-mplayer Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
goggles goggles: comment out dead sites. 2018-02-25 16:06:56 +00:00
gopchop Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gpac Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
gst-plugins0.10-bad Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gst-plugins0.10-base gstreamer*: follow redirect 2017-10-17 10:50:38 +00:00
gst-plugins0.10-dvdread
gst-plugins0.10-ffmpeg Follow some http redirects. 2017-08-16 20:21:03 +00:00
gst-plugins0.10-gnonlin gstreamer*: follow redirect 2017-10-17 10:50:38 +00:00
gst-plugins0.10-good Fix building with linux-headers >= 3.9 2016-07-16 04:35:13 +00:00
gst-plugins0.10-hal
gst-plugins0.10-mpeg2dec
gst-plugins0.10-ogg
gst-plugins0.10-resindvd
gst-plugins0.10-theora
gst-plugins0.10-ugly
gst-plugins0.10-v4l2
gst-plugins0.10-vp8 Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
gst-plugins0.10-x264
gst-plugins0.10-xvid
gst-plugins1-bad gstreamer1 + plugins: update to 1.12.4 2018-01-28 19:33:09 +00:00
gst-plugins1-base gstreamer1 + plugins: update to 1.12.4 2018-01-28 19:33:09 +00:00
gst-plugins1-dvdread
gst-plugins1-egl-gl Fix PLIST 2016-07-19 20:44:40 +00:00
gst-plugins1-egl-opengl
gst-plugins1-good gstreamer1 + plugins: update to 1.12.4 2018-01-28 19:33:09 +00:00
gst-plugins1-libav gstreamer1 + plugins: update to 1.12.4 2018-01-28 19:33:09 +00:00
gst-plugins1-mpeg2dec
gst-plugins1-ogg
gst-plugins1-omx Follow some http redirects. 2017-08-16 20:21:03 +00:00
gst-plugins1-resindvd
gst-plugins1-theora
gst-plugins1-ugly Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gst-plugins1-v4l2
gst-plugins1-vpx Reset PKGREVISION after update. 2017-03-16 14:37:33 +00:00
gst-plugins1-x264
gst123 Updated gst123 to 0.3.4. 2017-03-16 14:57:13 +00:00
gstreamer0.10 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gstreamer1 gstreamer1 + plugins: update to 1.12.4 2018-01-28 19:33:09 +00:00
gtranscode Comment out dead sites. 2017-08-16 20:45:30 +00:00
gxine Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
handbrake Requires -fheinous-gnu-extensions with clang. 2017-09-10 00:28:28 +00:00
harvid revbump for ffmpeg3 buildlink3.mk addition of vaapi and vdpau. 2017-02-24 21:54:51 +00:00
hwdecode-demos Comment out dead sites. 2017-08-16 20:45:30 +00:00
intel-vaapi-driver Update multimedia/intel-vaapi-driver to 1.8.0 2017-04-09 10:39:52 +00:00
juk Revbump after boost update 2018-01-01 21:18:06 +00:00
kaffeine Revbump after boost update 2018-01-01 21:18:06 +00:00
kdenlive Revbump after boost update 2018-01-01 21:18:06 +00:00
kmix Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
kmplayer Revbump after boost update 2018-01-01 21:18:06 +00:00
kodi Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
kscd Revbump after boost update 2018-01-01 21:18:06 +00:00
libaacs Version 0.9.0 2017-06-15 21:56:09 +00:00
libass libass: updated to 0.14.0 2017-11-02 14:25:55 +00:00
libassetml Comment out dead sites. 2017-08-16 20:45:30 +00:00
libbdplus
libbluray libbluray: updated to 1.0.2 2017-12-30 08:45:54 +00:00
libdv
libdv-tools
libdvbcsa
libdvbpsi Changes between 1.3.0 and 1.3.1: 2017-02-26 10:15:52 +00:00
libdvbpsi0
libdvdcss libdvdcss: updated to 1.4.1 2018-01-21 16:22:13 +00:00
libdvdnav libdvdnav: updated to 6.0.0 2018-01-21 16:25:17 +00:00
libdvdplay Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libdvdread libdvdread: updated to 6.0.0 2018-01-21 16:24:29 +00:00
libflash Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libflashsupport
libhdhomerun Follow some http redirects. 2017-08-16 20:21:03 +00:00
libkate Reset maintainer 2017-09-16 19:26:41 +00:00
libkcddb Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libkcompactdisc Revbump after boost update 2018-01-01 21:18:06 +00:00
libmatroska libmatroska: update to 1.4.8 2017-09-27 06:42:42 +00:00
libmediainfo Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. 2017-06-01 13:30:24 +00:00
libmp4v2 libmp4v2: Use C++03, fix a couple of SunOS issues. 2018-02-05 18:37:21 +00:00
libmpeg2 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libmpeg3 Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
libnms Comment out dead sites. 2017-08-16 20:45:30 +00:00
libogg libogg: update to 1.3.3. 2017-11-23 15:49:42 +00:00
liboggz Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libquicktime libquicktime: fixed building with newer faad2 2018-01-08 17:58:02 +00:00
libtheora theora: follow redirect 2018-01-14 10:16:45 +00:00
libtheora-docs Update doxygen-depend version to 1.8.12 (or add new BUILD_DEPENDS+) 2016-11-24 14:11:31 +00:00
libva Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libva-driver-vdpau Follow some http redirects. 2017-08-16 20:21:03 +00:00
libvdpau Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libvpx libvpx: Remove bogus diff check. 2018-01-30 22:56:39 +00:00
livestreamer Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
lsdvd Follow some http redirects. 2017-08-16 20:21:03 +00:00
mate-media Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
mediainfo Updated {lib,}mediainfo to 0.7.90. 2016-11-14 14:45:27 +00:00
mediatomb Revbump after boost update 2018-01-01 21:18:06 +00:00
mencoder Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
ming Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
minidlna Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
mjpegtools Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
mkv2mp4 Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
mkvtoolnix mkvtoolnix: Leave pkgsrc to handle security features. 2018-02-02 10:04:40 +00:00
mkvtoolnix-old Sort PLIST files. 2018-01-01 22:29:15 +00:00
mlt Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
mp4v2 mp4v2: updated to 3.0.3.0 2018-01-15 08:08:26 +00:00
mpeg-lib
mpeg_encode Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
mpeg_play Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
mplayer Update multimedia/{gmplayer,mencoder,mplayer,mplayer-share} to 1.2.1. 2016-02-07 13:34:33 +00:00
mplayer-plugin Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
mplayer-share Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
mplayerthumbs Revbump after boost update 2018-01-01 21:18:06 +00:00
mpv mpv: Update multimedia/mpv to 0.27.2 2018-02-14 11:41:00 +00:00
ogle Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
ogle_gui Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
ogmtools Follow some redirects. 2017-09-03 08:53:04 +00:00
omxplayer Revbump after boost update 2018-01-01 21:18:06 +00:00
openquicktime Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
p5-GStreamer p5-GStreamer: update to 0.20. 2017-09-17 20:25:29 +00:00
p5-xmltv p5-xmltv: update to 0.5.69. 2017-10-09 07:43:50 +00:00
phonon Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
phonon-backend-gstreamer Follow some redirects. 2017-09-03 08:53:04 +00:00
phonon-backend-gstreamer-shared Update phonon-{,qt5-}backend-gstreamer{,-shared} 4.9.0 2016-04-26 09:04:23 +00:00
phonon-backend-vlc Follow some redirects. 2017-09-03 08:53:04 +00:00
phonon-qt5 Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
phonon-qt5-backend-gstreamer Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
phonon-qt5-backend-vlc Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
php-ming Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
pitivi *: depend on py-cairo now it supports all python versions 2017-11-24 22:15:58 +00:00
pspvc Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
py-enzyme Import py-enzyme-0.4.1 as multimedia/py-enzyme 2017-04-14 13:55:35 +00:00
py-gstreamer0.10 Follow some http redirects. 2017-08-16 20:21:03 +00:00
py-gstreamer1 py-gstreamer1: update to 1.12.4. 2018-01-28 19:37:14 +00:00
py-m3u8 py-m3u8: updated to 0.3.5 2017-11-10 07:59:24 +00:00
py-ming Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-mpegdash py-mpegdash: added version 0.1.5 2017-12-19 12:22:19 +00:00
regionset Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
replex Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-gnome2-clutter-gstreamer ruby-gnome2: update to 3.2.1. 2017-11-22 17:05:52 +00:00
ruby-gnome2-gstreamer ruby-gnome: Remove package CONFLICTS that conflict with themselves. 2018-02-21 16:59:59 +00:00
ruby-ming Comment out dead sites. 2017-09-04 18:00:49 +00:00
schroedinger Comment out dead sites. 2017-09-04 18:00:49 +00:00
sickbeard Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
smpeg smpeg: Fix build with GCC >= 6, from various. 2017-10-19 15:59:22 +00:00
smpeg2 port these packages to GCC 6: 2018-02-08 07:28:57 +00:00
ssr Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
streamlink streamlink: update to 0.9.0 2017-12-30 05:59:35 +00:00
subtitleeditor Comment out dead site. 2017-09-04 18:35:55 +00:00
swfdec Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
swfdec-gnome Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
swfdec-mozilla Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
totem Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
totem-browser-plugin Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
totem-nautilus Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
totem-pl-parser Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
transcode Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
tstools Update some URLs. 2017-09-06 11:30:41 +00:00
tvtime
ushare Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
vlc Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
vlc20 Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
win32-codecs Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
x264-devel x264-devel: update to 20170912. 2017-09-13 09:04:05 +00:00
x265 multimedia/x265: Fix build on SunOS. 2018-02-21 12:33:46 +00:00
xanim Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
xawtv Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
xfce4-mpc-plugin recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
xfce4-thunar-media-tags recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
xine-lib Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
xine-ui xine-ui: fix two buffer overflows found by SSP 2018-01-21 18:44:58 +00:00
xine-v4l Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
xine-v4l2 Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
xvid4conf Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
xvidcore Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
Makefile py-mpegdash: added version 0.1.5 2017-12-19 12:22:19 +00:00