116110108f
(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 |
||
---|---|---|
.. | ||
acidrip | ||
adobe-flash-player | ||
adobe-flash-plugin11 | ||
alevt | ||
audiocd-kio | ||
avidemux | ||
bitstream | ||
bsdav | ||
ccxstream | ||
cfourcc | ||
clutter-gst | ||
deforaos-player | ||
dirac | ||
divxplayer | ||
dragon | ||
dumpmpeg | ||
dvb-apps | ||
dvd-slideshow | ||
dvdauthor | ||
dvdbackup | ||
dvdrip | ||
dvdstyler | ||
dvdview | ||
farsight2 | ||
ffmpeg1 | ||
ffmpeg2 | ||
ffmpeg2theora | ||
ffmpeg3 | ||
ffmpeg010 | ||
ffmpegthumbnailer | ||
ffmpegthumbs | ||
ffplay1 | ||
ffplay2 | ||
ffplay3 | ||
flashplayer | ||
flvstreamer | ||
fuppes | ||
fxtv | ||
gecko-mediaplayer | ||
ggrab | ||
gmediaserver | ||
gmencoder | ||
gmp-api | ||
gmplayer | ||
gnash | ||
gnome-media | ||
gnome-mplayer | ||
goggles | ||
gopchop | ||
gpac | ||
gst-plugins0.10-bad | ||
gst-plugins0.10-base | ||
gst-plugins0.10-dvdread | ||
gst-plugins0.10-ffmpeg | ||
gst-plugins0.10-gnonlin | ||
gst-plugins0.10-good | ||
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 | ||
gst-plugins0.10-x264 | ||
gst-plugins0.10-xvid | ||
gst-plugins1-bad | ||
gst-plugins1-base | ||
gst-plugins1-dvdread | ||
gst-plugins1-egl-gl | ||
gst-plugins1-egl-opengl | ||
gst-plugins1-good | ||
gst-plugins1-libav | ||
gst-plugins1-mpeg2dec | ||
gst-plugins1-ogg | ||
gst-plugins1-omx | ||
gst-plugins1-resindvd | ||
gst-plugins1-theora | ||
gst-plugins1-ugly | ||
gst-plugins1-v4l2 | ||
gst-plugins1-vpx | ||
gst-plugins1-x264 | ||
gst123 | ||
gstreamer0.10 | ||
gstreamer1 | ||
gtranscode | ||
gxine | ||
handbrake | ||
harvid | ||
hwdecode-demos | ||
intel-vaapi-driver | ||
juk | ||
kaffeine | ||
kdemultimedia3 | ||
kdenlive | ||
kmix | ||
kmplayer | ||
kmplayer-kde3 | ||
kodi | ||
kscd | ||
libaacs | ||
libass | ||
libassetml | ||
libbdplus | ||
libbluray | ||
libdv | ||
libdv-tools | ||
libdvbcsa | ||
libdvbpsi | ||
libdvbpsi0 | ||
libdvdcss | ||
libdvdnav | ||
libdvdplay | ||
libdvdread | ||
libflash | ||
libflashsupport | ||
libhdhomerun | ||
libkate | ||
libkcddb | ||
libkcompactdisc | ||
libmatroska | ||
libmediainfo | ||
libmp4v2 | ||
libmpeg2 | ||
libmpeg3 | ||
libnms | ||
libogg | ||
liboggz | ||
libquicktime | ||
libtheora | ||
libtheora-docs | ||
libva | ||
libva-driver-vdpau | ||
libvdpau | ||
libvpx | ||
livestreamer | ||
lsdvd | ||
mate-media | ||
mediainfo | ||
mediatomb | ||
mencoder | ||
ming | ||
minidlna | ||
mjpegtools | ||
mkv2mp4 | ||
mkvtoolnix | ||
mkvtoolnix-old | ||
mlt | ||
mp4v2 | ||
mpeg-lib | ||
mpeg_encode | ||
mpeg_play | ||
mplayer | ||
mplayer-plugin | ||
mplayer-share | ||
mplayerthumbs | ||
mpv | ||
ogle | ||
ogle_gui | ||
ogmtools | ||
omxplayer | ||
openquicktime | ||
p5-GStreamer | ||
p5-xmltv | ||
phonon | ||
phonon-backend-gstreamer | ||
phonon-backend-gstreamer-shared | ||
phonon-backend-vlc | ||
phonon-qt5 | ||
phonon-qt5-backend-gstreamer | ||
phonon-qt5-backend-vlc | ||
php-ming | ||
pitivi | ||
pspvc | ||
py-enzyme | ||
py-gstreamer0.10 | ||
py-gstreamer1 | ||
py-m3u8 | ||
py-ming | ||
regionset | ||
replex | ||
ruby-gnome2-clutter-gstreamer | ||
ruby-gnome2-gstreamer | ||
ruby-ming | ||
schroedinger | ||
sickbeard | ||
smpeg | ||
smpeg2 | ||
ssr | ||
streamlink | ||
subtitleeditor | ||
swfdec | ||
swfdec-gnome | ||
swfdec-mozilla | ||
totem | ||
totem-browser-plugin | ||
totem-nautilus | ||
totem-pl-parser | ||
transcode | ||
tstools | ||
tvtime | ||
ushare | ||
vlc | ||
vlc20 | ||
win32-codecs | ||
x264-devel | ||
x265 | ||
xanim | ||
xawtv | ||
xfce4-mpc-plugin | ||
xfce4-thunar-media-tags | ||
xine-lib | ||
xine-ui | ||
xine-v4l | ||
xine-v4l2 | ||
xvid4conf | ||
xvidcore | ||
Makefile |