pkgsrc/multimedia
tsutsui 116110108f Update ruby-gnome2 packages to 3.1.6.
(this one is missed in previous commit)

pkgsrc changes:
 - remove a pkgsrc patch for ruby-gnome2-gtk that seems fixed in upstream
 - ignore native-package-installer dependency checks
   in ruby-gnome2-clutter-gstreamer and ruby-gnome2-webkit-gtk

Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.1.6/NEWS)

== Ruby-GNOME2 3.1.6: 2017-06-03

=== Changes

This is a bug fix release for Windows packages.

==== All

  * Fixes
    * Added a missing path existence check on Windows.

== Ruby-GNOME2 3.1.5: 2017-06-03

=== Changes

This is a bug fix release for Windows packages.

==== All

  * Improvements
    * Supported RubyInstaller2.

==== Ruby/Pango

  * Improvements
    * Add backward compatibility APIs:
      * (({Pango::FontDescription::WEIGHT_*}))
      * (({Pango::FontDescription::STYLE_*}))

== Ruby-GNOME2 3.1.4: 2017-05-30

=== Changes

This is a release that supports Ruby 2.4 on Windows.

==== All

  * Improvements
    * Supported MSYS2.

==== Ruby/GLib2

  * Improvements
    * Added (({GLib::Object#floating?})) for debugging.

==== Ruby/GIO2

  * Improvements
    * Added (({Gio::File.open})). The followings are deprecated.
      * (({Gio::File.commandline_arg}))
      * (({Gio::File.path}))
      * (({Gio::File.uri}))

==== Ruby/GObjectIntrospection

  * Improvements
    * Relaxed expected test result for 32bit environment.
      [GitHub#1026][Reported by Mamoru TASAKA]
    * Added tests for (({GObjectIntrospection::ConstantInfo})).
      [GitHub#1027][Patch by cedlemo]
    * Supported floating "transfer full" GObject.

==== Ruby/GDK3

  * Improvements
    * Supported (({Cairo::Surface#to_pixbuf(options={})})).
      (({Cairo::Surface#to_pixbuf(src_x, src_y, width, height)})) is
      deprecated.

==== Ruby/Rsvg2

  * Improvements
    * Migrated to GObject Introspection bindings.
    * Renamed to (({Rsvg})) from (({RSVG})). (({RSVG})) is still
      usable but it's deprecated.
      [GitHub#1030][Patch by cedlemo]
    * Supported (({Cairo::Context#render_rsvg_handle(handle, :id =>
      ...)})).

==== Ruby/WebKit2GTK

  * Improvements
    * (({WebKit3Gtk::WebView#initialize})): Supported (({Hash}))
      options.
      [GitHub#1028][Patch by Matijs van Zuijlen]

=== Thanks

  * Mamoru TASAKA
  * cedlemo
  * Matijs van Zuijlen

== Ruby-GNOME2 3.1.3: 2017-04-27

=== Changes

This is a release that improve backward compatibility for Ruby/Pango.

==== Ruby/Pango

  * Improvements
    * Defined constants under (({Pango})) again for backward compatibility.
      [GitHub#1022][Reported by Andy Meneely]
    * Defined constants under (({Pango::Layout})) again for backward
      compatibility.
      [GitHub#1022][Reported by Andy Meneely]
    * (({Pango.pixels})): Added again.
    * (({Pango::AttrShape#data})): Supported again.
  * Fixes
    * (({Pango::Layout#text=})): Fixed a bug that wrong bytesize is
      used for multibyte string.
    * (({Pango::Layout#markup=})): Fixed a bug that wrong bytesize
      is used for multibyte string.

=== Thanks

  * Andy Meneely

== Ruby-GNOME2 3.1.2: 2017-04-26

There is an incompatible change. (({GBytes})) to (({String}))
conversion is changed to (({GBytes})) to (({GLib::Bytes}))
conversion. You can get (({String})) by (({GLib::Bytes#to_s})).

Other incompatible changes are bugs. Please report them to us.

=== Changes

==== All

  * Improvements
    * Supported auto depended package install for GObject
      Introspection based bindings.

==== Ruby/GLib2

  * Improvements
    * Supported overriding (({alloc_func})) in super class.
    * Extracted native package installer code as
      native-package-installer gem.
    * (({GLib::Bytes})): Added.
    * Supported pkg-config 1.1.9 or later.
  * Fixes
    * Fixed a build error on CentOS 6 and Ubuntu 12.04. They use
      GLib < 2.34.
      [GitHub#1012][Reported by Scot]
    * Fixed a bug that (({GLib::TypePlugin})) can't be included.
      [GitHub#1019][Patch by Matijs van Zuijlen]

==== Ruby/GIO2

  * Fixes
    * Fixed a path in test. [GitHub#990][Reported by Mamoru TASAKA]

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported getting interface, union and boxed type as a field value.
    * Supported setting an interface as a field.
    * Supported more struct types.
    * Supported cairo-gobject types.
    * Supported outputting an array of interfaces.
      [GitHub#1006][Reported by cedlemo]
    * Supported Rubyish method name conversion for (({list_XXX}))
      methods that return an array.
    * Supported customizing field reader method name.
    * Supported auto (({int})) to boolean conversion for field value.
    * (({GObjectIntrospection::Repository.default})): Added a GC guard.
    * Supported inputting (({unichar})).
    * Supported inputting (({gint64})) C array.
    * Supported inputting (({gint8})) C array.
    * Added tests for (({GObjectIntrospection::UnionInfo})).
      [GitHub#1016][Patch by cedlemo]
    * Stopped auto (({GBytes})) to (({String}))
      conversion. (({GBytes})) is converted to (({GLib::Bytes})). It's
      for efficient byte sequence handling in Ruby. It's
      an incompatible change. You can use (({GLib::Bytes#to_s})) to
      get (({String})).
  * Fixes
    * (({GObjectIntrospection::RepositoryError})): Fixed parent class.
    * Fixed a typo. [GitHub#1002][Reported by cedlemo]

==== Ruby/ATK

  * Improvements
    * Migrated to GObject Introspection bindings.
      [GitHub#998][Patch by cedlemo]

==== Ruby/CairoGObject

  * Fixes
    * Fixed a double free bug.

==== Ruby/Pango

  * Improvements
    * Migrated to GObject Introspection bindings.
      [GitHub#1007][GitHub#1008][GitHub#1009][GitHub#1010]
      [GitHub#1011][Patch by cedlemo]
      [GitHub#1013][GitHub#1014][Patch by Detlef Wagner]

==== Ruby/GdkPixbuf2

  * Improvements
    * Supported GdkPixbuf 2.31.6 on CentOS 7 again.

==== Ruby/GDK3

  * Improvements
    * (({Gdk::Event})) and subclasses: Supported again.
    * Supported old GDK 3 again.
    * Supported X11 related features.
      [GitHub#999][Reported by johnlane]

==== Ruby/GTK3

  * Improvements
    * (({Gtk::Widget#click})): Added.
    * (({Gtk::Widget#send_key})): Added.
    * (({Gtk::Widget#wait_for_draw})): Added.
    * (({Gtk::WiAccelGroup.activate})): Added.
    * Updated samples.
      [GitHub#1002][GitHub#1003]
      [Patch by cedlemo]
    * (({Gtk::IconTheme#choose_icon})): Changed the default flags to
      (({0})) from (({:generic_fallback})).
    * (({Gtk::IconTheme#lookup_icon})): Changed the default flags to
      (({0})) from (({:generic_fallback})).
    * Supported GTK+ < 3.20 again.
  * Fixes
    * Updated signal name in document.
      [GitHub#995][Patch by Arnaud Meuret]

==== Ruby/ClutterGdk

  * Fixes
    * Ensured initializing GDK.
      [GitHub#1000][Reported by cedlemo]

==== Ruby/GOffice

  * Improvements
    * (({GOffice::Version})): Added.

=== Thanks

  * Mamoru TASAKA
  * Arnaud Meuret
  * cedlemo
  * johnlane
  * Scot
  * Detlef Wagner
  * Matijs van Zuijlen
2017-06-10 08:40:18 +00:00
..
acidrip Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
adobe-flash-player Update adobe-flash-player to 25.0.0.171. 2017-05-13 04:11:46 +00:00
adobe-flash-plugin11 Use "Flash Player archives" binary since official rpm is no longer available. 2017-02-24 19:08:30 +00:00
alevt Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
audiocd-kio Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
avidemux Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
bitstream Changes 1.2: 2017-02-11 14:24:37 +00:00
bsdav Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
ccxstream Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
cfourcc Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
clutter-gst Update clutter-gst to 3.0.24. 2017-06-10 07:29:14 +00:00
deforaos-player Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
dirac Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
divxplayer Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
dragon Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
dumpmpeg Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
dvb-apps Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
dvd-slideshow Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
dvdauthor Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
dvdbackup Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
dvdrip Remove long obsolete perl version reference. 2017-02-07 12:13:12 +00:00
dvdstyler Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
dvdview Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
farsight2 Revbump after icu update 2017-04-22 21:03:07 +00:00
ffmpeg1 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
ffmpeg2 Add an `x11' option (disabled by default) similar to multimedia/ffmpeg2 in 2017-05-29 08:38:16 +00:00
ffmpeg2theora Requires libiconv. 2017-05-12 11:55:46 +00:00
ffmpeg3 version 3.3.2: 2017-06-07 08:48:22 +00:00
ffmpeg010 Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
ffmpegthumbnailer Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
ffmpegthumbs Recursive revbump from boost update 2017-04-30 01:21:19 +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 Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
fuppes Revbump after icu update 2017-04-22 21:03:07 +00:00
fxtv Add support for CFLAGS 2016-03-21 17:48:30 +00:00
gecko-mediaplayer Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
ggrab Fix missing/broken rcsids. 2015-12-29 04:04:26 +00:00
gmediaserver Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
gmencoder Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gmp-api Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
gmplayer Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gnash Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
gnome-media Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gnome-mplayer Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
goggles Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
gopchop Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gpac Package assumes building from a git checkout, fix build by pre-generating 2017-05-15 11:31:16 +00:00
gst-plugins0.10-bad Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
gst-plugins0.10-base Support the "introspection" option. 2017-01-31 16:43:55 +00:00
gst-plugins0.10-dvdread
gst-plugins0.10-ffmpeg Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
gst-plugins0.10-gnonlin Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +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 Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
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 gst-plugins1-bad: add PLIST.Darwin based on the latest bulk build 2017-06-03 01:18:46 +00:00
gst-plugins1-base Update gstreamer1 and its plugins to 1.10.4. 2017-03-16 14:35:22 +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 Update gstreamer1 and its plugins to 1.10.4. 2017-03-16 14:35:22 +00:00
gst-plugins1-libav Update gstreamer1 and its plugins to 1.10.4. 2017-03-16 14:35:22 +00:00
gst-plugins1-mpeg2dec
gst-plugins1-ogg
gst-plugins1-omx Make PKGNAME match directory name (and other gstreamer plugin packages) 2016-11-16 11:36:15 +00:00
gst-plugins1-resindvd
gst-plugins1-theora
gst-plugins1-ugly prune patch for CVE-2017-5847, which is already part of 1.10.4. 2017-03-21 08:00:26 +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 added a patch to ensure that configure does not break when the --version 2017-04-17 19:50:06 +00:00
gstreamer1 Update gstreamer1 and its plugins to 1.10.4. 2017-03-16 14:35:22 +00:00
gtranscode Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
gxine Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
handbrake Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
harvid revbump for ffmpeg3 buildlink3.mk addition of vaapi and vdpau. 2017-02-24 21:54:51 +00:00
hwdecode-demos Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
intel-vaapi-driver Update multimedia/intel-vaapi-driver to 1.8.0 2017-04-09 10:39:52 +00:00
juk Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
kaffeine Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
kdemultimedia3 Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
kdenlive Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
kmix Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
kmplayer Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
kmplayer-kde3 Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
kodi Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
kscd Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
libaacs Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libass Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
libassetml Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libbdplus Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libbluray Version 1.0.0 2017-03-18 18:18:45 +00:00
libdv Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libdv-tools
libdvbcsa Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libdvbpsi Changes between 1.3.0 and 1.3.1: 2017-02-26 10:15:52 +00:00
libdvbpsi0 Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libdvdcss Changes between 1.3.99 and 1.4.0: 2015-12-27 12:16:33 +00:00
libdvdnav Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
libdvdplay Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libdvdread Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libflash Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libflashsupport Remove duplicate SHA512 digests that crept in. 2015-11-04 17:41:15 +00:00
libhdhomerun Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. 2017-06-01 13:30:24 +00:00
libkate Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
libkcddb Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
libkcompactdisc Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
libmatroska Updated libmatroska to 1.4.7. 2017-03-13 09:14:34 +00:00
libmediainfo Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. 2017-06-01 13:30:24 +00:00
libmp4v2 Some -fpermissive fixes. 2017-05-16 09:25:10 +00:00
libmpeg2 Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
libmpeg3 Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
libnms Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libogg Lower aggressive optimisation which causes configure tests to fail 2016-02-23 11:25:51 +00:00
liboggz liboggz: bump PKGREVISION for previous. it's a functional change, however 2016-10-30 09:45:32 +00:00
libquicktime Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
libtheora Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +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 revert libvdpau/libva changes, this doesn't work as expected. 2017-03-17 09:10:14 +00:00
libva-driver-vdpau update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +00:00
libvdpau revert libvdpau/libva changes, this doesn't work as expected. 2017-03-17 09:10:14 +00:00
libvpx Disable libyuv's SSE code on 32-bit SunOS, it doesn't compile at present. 2017-05-10 10:45:07 +00:00
livestreamer Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
lsdvd Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
mate-media Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
mediainfo Updated {lib,}mediainfo to 0.7.90. 2016-11-14 14:45:27 +00:00
mediatomb Recursive revbump from boost update 2017-04-30 01:21:19 +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 icu update 2017-04-22 21:03:07 +00:00
mjpegtools Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
mkv2mp4 Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
mkvtoolnix Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
mkvtoolnix-old Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
mlt Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
mp4v2 Remove mpeg4ip, unused in pkgsrc, newer version in multimedia/libmp4v2. 2017-04-17 08:48:00 +00:00
mpeg-lib Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
mpeg_encode Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
mpeg_play Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
mplayer Update multimedia/{gmplayer,mencoder,mplayer,mplayer-share} to 1.2.1. 2016-02-07 13:34:33 +00:00
mplayer-plugin Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
mplayer-share Remove binary-only realplayer-codecs package from 2004. 2017-03-24 16:55:15 +00:00
mplayerthumbs Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
mpv mpv: update to 0.25.0 2017-04-24 15:18:01 +00:00
ogle Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
ogle_gui Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
ogmtools Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
omxplayer Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
openquicktime Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
p5-GStreamer Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-xmltv Fix build with Perl 5.26.0 2017-06-09 16:43:15 +00:00
phonon Recursive revbump from audio/pulseaudio-10.0 2017-01-21 20:06:44 +00:00
phonon-backend-gstreamer Update phonon-{,qt5-}backend-gstreamer{,-shared} 4.9.0 2016-04-26 09:04:23 +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 Update phonon-{,qt5-}backend-vlc to 0.9.0 2016-04-26 09:02:14 +00:00
phonon-qt5 Revbump after icu update 2017-04-22 21:03:07 +00:00
phonon-qt5-backend-gstreamer Revbump after icu update 2017-04-22 21:03:07 +00:00
phonon-qt5-backend-vlc Revbump after icu update 2017-04-22 21:03:07 +00:00
php-ming Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
pitivi Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +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 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-gstreamer1 Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
py-m3u8 Update to m3u8-0.3.0: 2016-11-20 21:13:04 +00:00
py-ming Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
regionset Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
replex Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
ruby-gnome2-clutter-gstreamer Update ruby-gnome2 packages to 3.1.6. 2017-06-10 08:27:19 +00:00
ruby-gnome2-gstreamer Update ruby-gnome2 packages to 3.1.6. 2017-06-10 08:40:18 +00:00
ruby-ming Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
schroedinger Fix unresolved symbols in wavelet_max_gain. Fixes SunOS. 2016-04-18 16:24:59 +00:00
sickbeard Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
smpeg Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
smpeg2 Remove conflict between multimedia/smpeg and multimedia/smpeg2 2016-07-29 18:25:35 +00:00
ssr Recursive revbump from audio/pulseaudio-10.0 2017-01-21 20:06:44 +00:00
streamlink streamlink: update to 0.5.0 2017-04-27 16:02:29 +00:00
subtitleeditor Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
swfdec Revbump after icu update 2017-04-22 21:03:07 +00:00
swfdec-gnome Revbump after icu update 2017-04-22 21:03:07 +00:00
swfdec-mozilla Revbump after icu update 2017-04-22 21:03:07 +00:00
totem Revbump after icu update 2017-04-22 21:03:07 +00:00
totem-browser-plugin Revbump after icu update 2017-04-22 21:03:07 +00:00
totem-nautilus Revbump after icu update 2017-04-22 21:03:07 +00:00
totem-pl-parser Revbump after icu update 2017-04-22 21:03:07 +00:00
transcode Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
tstools Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
tvtime Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
ushare Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
vlc vlc: update to 2.2.6. 2017-05-26 13:26:37 +00:00
vlc20 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +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 Changes 20170122: 2017-01-23 15:28:27 +00:00
x265 Version 2.4 2017-04-25 18:29:57 +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 revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
xfce4-thunar-media-tags Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
xine-lib Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
xine-ui Recursive revbump from boost update 2017-04-30 01:21:19 +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 Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
Makefile Remove mpeg4ip, unused in pkgsrc, newer version in multimedia/libmp4v2. 2017-04-17 08:48:00 +00:00