Age | Commit message (Collapse) | Author | Files | Lines |
|
== Ruby-GNOME2 1.1.4: 2012-07-21
This is a easy to install release!
=== Changes
==== All
* Improvements
* Supported automatic required native packages install.
==== Ruby/GLib2
* Improvements
* mkenums: Supported "/* < flags > */" tag.
* mkenums: Supported two or more upper case characters such as "IO".
* Before: GIOStatus -> g_iostatus
* After: GIOStatus -> g_io_status
* GIOCondition: Changed to GLib::Boxed object from integer.
* GLib::Source#attach doesn't require context.
* Fixes
* Fixed wrong type conversion for GIOCondition.
==== Ruby/GIO2
* Improvements
* Gio::Socket#create_source: Supported callback.
* Fixes
* Fixed return values.
* Fixed wrong type conversions.
==== Ruby/GTK2
* Improvements
* Re-supported GTK+ 2.10.0. [GitHub:115] [Patch by Grant Schoep]
* Fixes
* Fixed a typo in test script.
[GitHub:109] [Reported by kimura wataru]
==== Ruby/GStreamer
* Fixes
* Fixed a test failure with GStreamer 0.10.36.
[GitHub:111] [Reported by mtasaka]
|
|
|
|
This is the modular Xorg application meta-package for installing the
various header prototypes for compiling programs against modular
Xorg libraries.
|
|
by Obache.
|
|
PHP_VERSIONS_ACCEPTED should be used instead.
|
|
|
|
New Libraries
* Algorithm: A collection of useful generic algorithms, from Marshall Clow.
This includes several different searching algorithms, as well as most of the
new algorithms from the C++11 standard library
* Functional/OverloadedFunction: Overload different functions into a single
function object, from Lorenzo Caminiti.
* LocalFunction: Program functions locally, within other functions, directly
within the scope where they are needed, from Lorenzo Caminiti.
* Utility/IdentityType: Wrap types within round parenthesis so they can always
be passed as macro parameters, from Lorenzo Caminiti.
More http://www.boost.org/users/history/version_1_50_0.html
|
|
|
|
|
|
So, remove restriction of php-pspell and revert php5-extensions/Makefile.
|
|
(this may not be the right fix, but it should stop pbulk from croaking)
|
|
|
|
Just includes extensions bundled with PHP 5.4.x's distribution.
|
|
|
|
with PHP 5.3.x's distribution.
Bump PKGREVISION.
|
|
|
|
with PHP 5.2.x's distribution.
Bump PKGREVISION.
|
|
Bug fixes.
|
|
|
|
xorg packages.
|
|
|
|
modular-xorg-docs meta package). Bump version.
|
|
|
|
|
|
|
|
|
|
|
|
bugfixes.
|
|
== Ruby-GNOME2 1.1.3: 2012-04-08
This is a bug fix release of 1.1.2.
=== Changes
==== Ruby/GLib2
* Improvements
* Added required Ruby version into gemspec.
* [GitHub#106] glib-mkenums.rb supported macro lines in header.
This change is required for building with GLib 2.31.20.
[Reported by mtasaka]
* [GitHub#107] Supported tests on PPC.
[Reported by mtasaka]
* Fixes
* Fixed handler_id type.
==== Ruby/GTK2
* Improvements
* Added Gtk::TreeViewColumn#set_sort_column_id and
Gtk::TreeViewColumn#sort_column_id= for GTK+ < 2.18.
[ruby-gnome2-devel-en] Gtk::TreeViewColumn
[Reported by grant schoep]
* Added Gtk::InfoBar.
* Added Gtk::MessageType.
* Added Gtk::ResponseType.
* Fixes
* Fixed build failure with GTK+ < 2.12.
[ruby-gnome2-devel-en] compile problems gtk2, ruby-gnome2-all-1.1.2
[Reported by grant schoep]
* Fixed require failure with GTK+ < 2.14.
[ruby-gnome2-devel-en] NameError: undefined method
`color_selection' for class `Gtk::ColorSelectionDialog'
[Reported by grant schoep]
==== Ruby/Poppler
* Improvements
* [GitHub#97] Added Poppler::Page#text_layout.
[Patch by Andrey Kutejko]
* [SF.net#3495948] Removed needless poppler-cairo check.
[Reported by Pino Toscano]
* Fixes
* [GitHub#96] Fixed valid state of child index iterator.
[Patch by Andrey Kutejko]
* [GitHub#97] Fixed parameter check of Poppler::Page#get_text.
[Patch by Andrey Kutejko]
==== Ruby/VTE
* Fixes
* Fixed build failure with VTE < 0.24.
==== Ruby/GStreamer
* Improvements
* Added Gst::Element#seek_simple.
* Fixes
* [GitHub#95] Fixed async test.
[Reported by mtasaka]
|
|
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
|
|
|
|
|
|
The openSUSE 12.1 meta-package provides a number of components for a
openSUSE-based Linux binary emulation environment.
This package does not contain anything by itself -- it is a "meta-package"
that depends on other packages. Its sole purpose is to require
dependencies so users can install this package only and have all the
other packages pulled in automatically by the pkgsrc dependency
mechanism.
|
|
|
|
|
|
gtk should be dropped from module list instead of gtk2.
noticed by Uwe Klaus via private mail.
|
|
* gdk-pixbuf and gtk are not used anywhere in pkgsrc and suse>10.0 does not
support them.
* vmware module was used for emulators/vmware* packages, but it had been removed
from pkgsrc.
|
|
|
|
|
|
It only needs netbsd-doc-print, rather than the whole teTeX.
|
|
|
|
From https://svn.boost.org/trac/boost/attachment/ticket/4999/fix4999.patch
|
|
Changes:
New Libraries
* Heap: Priority queue data structures, from Tim Blechmann.
Details: http://www.boost.org/users/history/version_1_49_0.html
|
|
Add more TeX dependences to really allow building the NetBSD website.
|
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
used, force it to be an empty (i.e no suffix).
|
|
|
|
== Ruby-GNOME2 1.1.2: 2012-01-15
This is a bug fix release of 1.1.1.
=== Changes
==== Ruby/GLib2
* Fixes
* [GitHub#94] install missing header files.
[Reported by mtasaka]
==== Ruby/Pango
* Fixes
* [GitHub#94] install a missing header file.
[Reported by mtasaka]
==== Ruby/GdkPixbuf2
* Fixes
* [GitHub#94] install missing header files.
[Reported by mtasaka]
=== Thanks
* mtasaka
== Ruby-GNOME2 1.1.1: 2012-01-14
This is a bug fix release of 1.1.0.
=== Changes
==== Ruby/GLib2
* Fixes
* [ruby-list:48587] Re: [ANN] Ruby-GNOME2 1.1.0
fix wrong parent class for GLib::IOChannelWin32Socket.
[Reported by ashbb]
==== Ruby/GTK2
* Fixes
* Fixed a bug that Gtk::ActionGroup#add_radio_actions always fail.
==== Ruby/GStreamer
* Improvements
* [win32] Supported FLAC.
=== Thanks
* ashbb
|
|
* Don't specify upper limit version to depend. Since PHP extensions are
prefixed with PHP_PKG_PREFIX, it is no need to specify.
* Relax lower limit version to depend for php extensions which aren't
bundled in PHP 5.3.9 distribution file; reflecting recent change of
lang/php/ext.mk
To be safer, bump PKGREVISION.
|