pkgsrc/multimedia
adam f7e1002b71 mkvtoolnix: updated to 62.0.0
Version 62.0.0 "Apollo" 2021-10-10

New features and enhancements

* all: IETF BCP 47/TFC 5646 language tags: all ISO 639 languages are now
  available, even the ones that aren't of types "Constructed", "Living" or
  "Special".
* mkvmerge, mkvpropedit: chapters: both programs will now write elements set
  to their default value, too (e.g. the legacy language element if it's set to
  `eng`). This is done to be more consistent with how MKVToolNix GUI writes
  chapters.
* MKVToolNix GUI: multiplexer: when adding new files as attachments the GUI
  checks if there are other attachments with the same name. If so, the GUI
  would ask whether to skip the affected files or add them anyway. There's now
  an option in the preferences to always skip such files, and it's enabled by
  default.
* MKVToolNix GUI: chapter editor: removed the support for explicitly setting
  the legacy country elements. Instead the legacy country elements are derived
  from the region parts of the IETF BCP 47 languages.

Bug fixes

* mkvmerge: fixed a crash when splitting by chapters is enabled but there are
  no chapters at all.
* mkvmerge: the error message when trying to split by a chapter number that
  doesn't exist contained the wrong number of chapters that actually do
  exist.
* mkvmerge: AVC ES parser: fixed mkvmerge aborting due to uncaught exception
  when encountering bad SPS data.
* mkvmerge: AVC/H.264 parser: re-added the hack `--engage
  all_i_slices_are_key_frames` which was accidentally removed in release v61.
* mkvmerge: AVI reader: fixed a crash trying to allocate too big of a memory
  chunk due to an integer overflows in check conditions.
* mkvmerge: HEVC ES parser: fixed another issue with frame type
  recognition. Certain frames were marked as B frames/discardable on the
  container level even though they could be reference pictures. Now only SLNR
  pictures (sub-layer non-reference) are marked that way.
* mkvmerge: HEVC ES reader: improved file content detection for HEVC ES files
  with wrong file name extensions (e.g. `.mkv`), which fixes them being
  mis-detected as something else, e.g. DTS.
* mkvmerge: HEVC ES parser: "end of sequence" NALUs are kept now, and no
  superfluous flushing will be done when one is found. This prevents splitting
  NALUs into two different Matroska blocks when they should really be part of
  a single one, also causing problems with erroneous timestamps. Mostly
  affects DoVi NALUs.
* mkvmerge: Matroska reader, TrueHD: mkvmerge will now probe much more TrueHD
  frames trying to find the first sync frame. This fixes track detection in
  situations when a TrueHD doesn't start with a sync frame, e.g. when the
  source file's the result of splitting between sync frames.
* mkvmerge, MKVToolNix GUI's chapter editor: IETF BCP 47/RFC 5646 language
  tags: when reading chapters from MPLS playlist files, the `ChapLanguageIETF`
  element will now be set to the configured default chapter language, not just
  the legacy `ChapterLanguage` element.
* mkvmerge, mkvpropedit, MKVToolNix GUI's chapter editor: IETF BCP 47 elements
  will now always be created before writing chapters unless IETF BCP 47
  elements are disabled.
* mkvmerge, mkvpropedit, MKVToolNix GUI's chapter editor: when a chapter
  display element contains legacy language & country elements but no IETF BCP
  47 elements and IETF BCP 47 elements aren't disabled, the IETF BCP 47
  elements created will contain the region from the legacy element.
* mkvmerge, mkvpropedit, MKVToolNix GUI's chapter editor: Legacy country
  elements are now created when IETF BCP 47 elements are present & contain a
  region code allowed in legacy country elements.

Build system changes

* The `tools` sub-directory is now always built. The corresponding `configure`
  option `--with-tools` has been removed. The `install` target still doesn't
  install them, though.
2021-10-11 06:50:59 +00:00
..
acidrip multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
adobe-flash-player multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
alevt multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
assimp multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
audiocd-kio multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
avidemux multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
bitstream multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
bsdav multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
ccxstream multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
cfourcc multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
clutter-gst multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
dav1d multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
deforaos-player multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
dirac multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
divxplayer multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
dragon multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
dumpmpeg multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
dvb-apps multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
dvd-slideshow multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
dvd-vr multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
dvdauthor multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
dvdbackup multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
dvdrip multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
dvdstyler Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
dvdview multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
ffmpeg2 ffmpeg: Simplify testing for i386. 2021-10-09 07:48:06 +00:00
ffmpeg2theora Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
ffmpeg3 ffmpeg: we no longer need to include compiler.mk. 2021-10-09 10:59:44 +00:00
ffmpeg4 Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
ffmpegthumbnailer Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
ffmpegthumbs multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
ffplay2 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ffplay3 Recursive revbump for audio/jack 2021-09-08 21:04:53 +00:00
ffplay4 Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
flashplayer
flvstreamer multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
frei0r multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
fxtv multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
ggrab multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gmencoder multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gmp-api multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gmplayer multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gnome-mplayer multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gnome-video-effects multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
goggles multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gopchop multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gpac Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
gst-plugins0.10-bad multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gst-plugins0.10-base multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gst-plugins0.10-dvdread revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gst-plugins0.10-ffmpeg multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gst-plugins0.10-gnonlin multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gst-plugins0.10-good multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gst-plugins0.10-hal revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gst-plugins0.10-mpeg2dec revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gst-plugins0.10-ogg
gst-plugins0.10-resindvd revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gst-plugins0.10-theora
gst-plugins0.10-ugly multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gst-plugins0.10-v4l2 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gst-plugins0.10-vp8 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gst-plugins0.10-x264 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gst-plugins0.10-xvid revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gst-plugins1-bad multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gst-plugins1-base multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gst-plugins1-dvdread revbump for multimedia/libdvdread; requested by leot@ 2020-05-22 12:43:52 +00:00
gst-plugins1-editing-services multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gst-plugins1-egl-gl *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
gst-plugins1-egl-opengl *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
gst-plugins1-good multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gst-plugins1-gtk *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gst-plugins1-libav Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
gst-plugins1-mpeg2dec *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
gst-plugins1-ogg
gst-plugins1-omx multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gst-plugins1-resindvd revbump for multimedia/libdvdread; requested by leot@ 2020-05-22 12:43:52 +00:00
gst-plugins1-theora
gst-plugins1-transcoder multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gst-plugins1-ugly multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gst-plugins1-v4l2 Avoid version workarounds for EOL netbsd versions. 2020-04-29 21:22:58 +00:00
gst-plugins1-vaapi multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gst-plugins1-vpx *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
gst-plugins1-x264 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
gst123 multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gstreamer0.10 multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gstreamer1 multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gstreamermm1 multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gtranscode multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
gxine Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
handbrake multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
harvid Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
hwdecode-demos multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
intel-vaapi-driver multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
juk multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
kdenlive Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
kmediaplayer multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
kmix multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
kmplayer multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
kscd multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libaacs multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libaom libaom: use MASTER_SITE_LOCAL, distfile checksum is not stable 2021-10-10 12:51:41 +00:00
libass multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libassetml multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libbdplus multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libbluray multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libde265 multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libdv multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libdv-tools
libdvbcsa multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libdvbpsi multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libdvbpsi0 multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libdvdcss multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libdvdnav multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libdvdplay multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libdvdread multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libflash multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libflashsupport multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libhdhomerun multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libkate multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libkcddb multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libkcompactdisc multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libmatroska multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libmediaart multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libmediainfo mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
libmpeg2 multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libmpeg3 multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libnms multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libogg multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
liboggz multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libtheora multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libtheora-docs libtheora-docs: Regenerate PLIST 2020-12-25 22:21:35 +00:00
libtheoraplay multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libva multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libva-driver-vdpau multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libva-utils multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libvdpau multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
libvpx multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
lightspark Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
lsdvd multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
mate-media multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
mediainfo multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
mediatomb multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
mencoder mplayer: remove pulse from default options now NetBSD 7 is unsupported 2021-06-22 12:35:44 +00:00
ming multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
minidlna Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
mjpegtools multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
mkvtoolnix mkvtoolnix: updated to 62.0.0 2021-10-11 06:50:59 +00:00
mkvtoolnix-old multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
mlt Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
movit multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
mp4tools Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
mp4v2 multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
mpeg-lib multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
mpeg_encode multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
mpeg_play multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
mplayer mplayer: remove pulse from default options now NetBSD 7 is unsupported 2021-06-22 12:35:44 +00:00
mplayer-share Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
mplayerthumbs multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
mpv Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
nostt multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
obs-studio Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
ogle multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
ogle_gui multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
ogmtools multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
olive-editor Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
omxplayer multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
openquicktime multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
p5-GStreamer multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
p5-xmltv multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
phonon multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
phonon-backend-gstreamer multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
phonon-backend-gstreamer-shared phonon-{qt5-backend-gstreamer,backend-gstreamer-shared}: update to 4.10.0 2021-03-30 09:03:32 +00:00
phonon-backend-vlc multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
phonon-qt5 multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
phonon-qt5-backend-gstreamer multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
phonon-qt5-backend-vlc multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
php-ming *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
pitivi multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
py-enzyme multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
py-gstreamer0.10 multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
py-gstreamer1 multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
py-m3u8 multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
py-ming *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
py-mpegdash multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
regionset multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
replex multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
ruby-clutter-gstreamer multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
ruby-gstreamer multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
ruby-ming multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
schroedinger multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
sfml multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
sickgear multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
smpeg multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
smpeg2 multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
ssr Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
streamlink multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
subtitleeditor multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
totem multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
totem-pl-parser multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
transcode Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
tstools multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
vlc Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
win32-codecs multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
x264-devel multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
x265 multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
xawtv multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
xfce4-mpc-plugin multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
xfce4-thunar-media-tags multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
xine-lib Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
xine-ui Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
xine-v4l Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
xine-v4l2 Recursive revbump for multimedia/libaom 2021-10-09 15:35:02 +00:00
xvid4conf multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
xvidcore multimedia: Remove SHA1 hashes for distfiles 2021-10-07 14:32:01 +00:00
Makefile multimedia: add kmediaplayer 2021-08-31 11:50:33 +00:00