summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
2010-12-06Update to KDE SC 4.5.4markd2-27/+27
4.5.4 brings bugfixes and translation updates
2010-11-27Update ruby-gnome2 packages to 0.90.5.obache2-7/+7
== Ruby-GNOME2 0.90.5: 2010-10-28 NOTE: 0.90.x releases are for 1.0.0 major release. A build system improvements release. === Changes ==== All * Improvements * add --with-pkg-config-dir option to extconf.rb for *.pc. ==== Ruby/GLib2 * Improvements * glib-mkenums.rb can work with Ruby 1.9 on LANG=C. [Kouhei Sutou] * Bug fixes * fix pkg-config gem dependency. [Kouhei Sutou] == Ruby-GNOME2 0.90.4: 2010-10-24 NOTE: 0.90.x releases are for 1.0.0 major release. A bug fix release of 0.90.3. === Changes ==== Ruby/GLib2 * Bug fixes * add missing '*' for String type conversion. [#3093789] [tmtms, Kouhei Sutou] ==== Ruby/GIO2 * Bug fixes * Remove needless cairo dependency. [OBATA Akio, Kouhei Sutou] ==== Ruby/Libglade2 * Improvements * Don't install *.pc by default. [OBATA Akio, Kouhei Sutou]
2010-11-26Changes 1.45.0:adam7-57/+32
* Fixed a problem on kqueue-based platforms where a deadline_timer may never fire if the io_service is running in a background thread * Fixed a const-correctness issue that prevented valid uses of has_service<> from compiling * Fixed MinGW cross-compilation * Removed dependency on deprecated Boost.System functions * Ensured close()/closesocket() failures are correctly propagated * Added a check for errors returned by InitializeCriticalSectionAndSpinCount * Added support for hardware flow control on QNX * Always use pselect() on HP-UX, if it is available. * Ensured handler arguments are passed as lvalues * Fixed Windows build when thread support is disabled * Fixed a Windows-specific problem where deadline_timer objects with expiry times set more than 5 minutes in the future may never expire * Fixed the resolver backend on BSD platforms so that an empty service name resolves to port number 0, as per the documentation * Fixed read operations so that they do not accept buffer sequences of type const_buffers_1 * Redefined Protocol and id to avoid clashing with Objective-C++ keywords * Fixed a vector reallocation performance issue that can occur when there are many active deadline_timer objects * Fixed the kqueue backend so that it compiles on NetBSD * Fixed the socket io_control() implementation on 64-bit Mac OS X and BSD platforms * Fixed a Windows-specific problem where failures from accept() are incorrectly treated as successes * Deprecated the separate compilation header <boost/asio/impl/src.cpp> in favour of <boost/asio/impl/src.hpp>
2010-11-24update for 2.32.1 (all pkgs were updated before)drochner1-6/+6
2010-11-23https://svn.boost.org/trac/boost/ticket/4794 -- fixes build failure on 4.0shattered2-1/+17
OK by wiz@
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs3-6/+6
2010-11-15Update a comment.wiz1-2/+2
2010-11-15update for gnome-2.32.0drochner1-17/+18
2010-11-03Update to KDE SC 4.5.3markd2-27/+27
4.5.3 brings a number of improvements: * KSharedDataCache has cache invalidation bug fixed that caused stability when daylight saving time changed. * Icon overlays in Dolphin are now positioned correctly after adjusting the zoom level. * Okular, KDE's universal document viewer has seen improvements in the DjVu and XPS backends.
2010-10-26Correct install_name for libraries under MacOSXadam1-6/+12
2010-10-25Update to KDE SC 4.5.2markd2-27/+27
4.5.2 translation updates, performance and stability improvements and other bugfixes. 4.5.0 new versions of the Plasma Workspaces, the KDE Applications and the KDE Development Platform in version 4.5.0. While focus within this release cycle lay on stability, the overall polish and performance gain is well noticable. Features such as the reworked notification area, Marble's map routing and support for WebKit in Konqueror round up this release.
2010-10-23Update ruby-gnome2 to 0.90.3.obache3-8/+10
= NEWS == Ruby-GNOME2 0.90.3: 2010-10-23 NOTE: 0.90.x releases are for 1.0.0 major release. * Support String encoding in Ruby 1.9. * RVAL2CSTR2 and CSTR2RVAL2 are deprecated. * Ruby/GIO2 is imported as an experimental library. === Changes ==== All * Support String encoding. [Guillaume Cottenceau, Neil Roberts, Kouhei Sutou] * Don't install *.pc by default. Set pkgconfigdir make varialbe like 'make pkgconfigdir=/usr/lib/pkgconfig'. ==== Ruby/GLib2 * Improvements: * declare argument types. [Nobuyoshi Nakada, Kouhei Sutou] ==== Ruby/GIO2 * Imported as an experimental library. [Nikolai Weibull] ==== Ruby/GTK2 * Improvements: * keep backward compatibility around GDK key symbols introduced at GTK+ 2.20. "[ruby-gnome2-devel-en] Constants names change in Gdk::KeyVal" [Vincent Carmona] * move gdk-pixbuf and cairo related methods from Ruby/GdkPixbuf2. "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2" [Andrea Dallera, Kouhei Sutou] * Bug fixes: * fix GType conversion in Gtk::ItemFactory.new on 64bit platform. [Grant McLean, Steve Wills, Kouhei Sutou] ==== Ruby/GdkPixbuf2 * Improvements: * move gdk-pixbuf and cairo related methods to Ruby/GTK2. "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2" [Andrea Dallera, Kouhei Sutou] * change .pc filename from ruby-gdkpixbuf2 to ruby-gdk-pixbuf2. ==== Ruby/RSVG2 * Bug fixes: * add missing libcroco dependency on Windows. [U.Nakamura, Kouhei Sutou] ==== Ruby/Poppler * Improvements: * support Popper 0.15.0. [#3079667] [Mamoru Tasaka, Kouhei Sutou] * Bug fixes: * add missing libjpeg dependency on Windows. [U.Nakamura, Kouhei Sutou] * fix installed Ruby/GLib2 gem can't be detected. [kdmsnr, Kouhei Sutou] === Thanks * U.Nakamura * kdmsnr * Mamoru Tasaka * Guillaume Cottenceau * Vincent Carmona * Grant McLean * Steve Wills * Andrea Dallera * Nobuyoshi Nakada * Neil Roberts == Ruby-GNOME2 0.90.2: 2010-09-26 NOTE: 0.90.x releases are for 1.0.0 major release. A RubyGems package fix release. === Changes ==== All * fix path. [kimura wataru, Kouhei Sutou] ==== Ruby/GTK2 * Bug fixes: * fix gtk2/base.rb is missing in gem. [S.Kitagawa, Kouhei Sutou] ==== Ruby/GIO2 * Bug fixes: * fix a typo in .pc name. [#3075619] [O01eg, Kouhei Sutou] ==== Ruby/RSVG2 * Bug fixes: * also check rb_cairo.h availability. [#3075617] [O01eg, Kouhei Sutou] === Thanks * S.Kitagawa * O01eg * kimura wataru
2010-09-24fix modules list.chs1-2/+2
2010-09-24Initial import of openSUSE 11.3 meta-pkg.chs2-0/+26
2010-09-24add suse113.chs1-1/+2
2010-09-23Update ruby-gnome2 to 0.90.1.obache2-6/+6
= NEWS == Ruby-GNOME2 0.90.1: 2010-09-23 NOTE: 0.90.x releases are for 1.0.0 major release. A install bug fix release of 0.90.0. === Changes ==== Ruby/ATK * Bug fixes: * fix .pc install path. [OBATA Akio, Kouhei Sutou] ==== Ruby/GTK2 * Bug fixes: * fix .pc install path. [OBATA Akio, Kouhei Sutou] ==== Ruby/Pango * Bug fixes: * fix .pc install path. [OBATA Akio, Kouhei Sutou] ==== Ruby/Poppler * Bug fixes: * fix .pc install path. [OBATA Akio, Kouhei Sutou] ==== Ruby/RSVG * Bug fixes: * fix .pc install path. [OBATA Akio, Kouhei Sutou] === Thanks * OBATA Akio == Ruby-GNOME2 0.90.0: 2010-09-23 NOTE: 0.90.x releases are for 1.0.0 major release. RubyGems support! === Changes ==== Ruby/GTK2 * Bug fixes: * [ruby-gnome2-devel-en] Gtk 2.20, Gtk::Builder and 'name' add Gtk::Buildable#builder_name/set_builder_name. [Simon Arnaud, Kouhei Sutou] === Thanks * Simon Arnaud
2010-09-20remove unused patch, should be removed at last update.obache1-12/+0
2010-09-15update gnuradio to version 3.3.0markd9-80/+102
build: refactor GR_GIT and GR_VERSION Make C++ shared libraries versioned howto: make versioned libraries Changes to gr_udp_{source,sink} for MinGW Ignore ENOPROTOOPT return from setsockopt(SO_LINGER) Use getaddrinfo in gr_udp_{source,sink} Discard data in gr_udp_sink until receiver is started. Updates to udp source/sink (select(), wait, cleanup) Merge branch 'master' into udp Rework UDP source and sink, with incompatible API changes Merge branch 'master' into udp Flush pending errors in gr_udp_sink on disconnect() Add additional conditionalization of networking includes Use -1 as file descriptor "not open" value instead of 0 Identify memory leaks that occur on error conditions Correct update of d_temp_offset (parallel construction) Move initialization of select timeout Defend against a peer that sends an invalid message length. Return immediately when using d_residual. Simplify USE_SELECT usage Add USRP2 clock source parameter to GRC blocks. grc: update UDP source and sink block wrappers gnuradio-core: allow swig to handle exceptions in UDP source/sink gnuradio-core: update copyrights libvrt: remove from 3.3 API. Merge remote branch 'gnuradio/wip/udp_source_sink' Fix erroneous file modes usrp2-firmware: fix missing files in tarball Merge remote branch 'ets/grc-usrp2-clock-source' howto: fix make check for win32, darwin (untested) Remove bogus check for existence of prefix directory. Update incorrectly checked in Makefile.am Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1. Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2. Fixed issue with with wrong Makefile.am files being copied Including bitshark_rx.h header file for USRP2 build Updated db_bitshark_rx.c to the proper version that includes the Once and for all, here is the properly updated Makefile.am for the apps Updated to allow BURX support to be built into standard txrx.bin usrp: Cleanup for merge of bitshark daughterboard code Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth Merge branch 'master' into wip/burx_support Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into master gr-wxgui: Renamed "emulate analog" feature to "use persistence" gr-wxgui: update copyrights gnuradio-core: Disable (temporarily) interpolator tap calculation build: force use of ltmain.sh from libtool 2.2.6b build: use correct comment delimiter build: distribute version controlled ltmain.sh in tarball Merge remote branch 'bitshark/burx_support' into wip/burx_support Revert "build: force use of ltmain.sh from libtool 2.2.6b" Revert "build: distribute version controlled ltmain.sh in tarball" Merge branch 'wip/burx_support' gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete grc: rename execution binary from 'grc' to 'gnuradio-companion' Update revision to release 3.3.0-rc1, update autotools Add analog CRT screen afterglow emulation for gr-wxgui
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz3-6/+6
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-10* Remove RUBY_HAS_ARCHLIB.taca1-2/+2
* Set RUBYOPT="-Ku" when configure. It defaults script encoding to UTF-8.
2010-09-03All packaged and up-to-date -- update patterns and add missing dependencies.wiz1-14/+10
Welcome to 2.30.2!
2010-08-28Fix buildling serialization libsadam2-1/+15
2010-08-26Changes 1.44.0:adam3-8/+14
New Libraries * Meta State Machine: High-performance expressive UML2 finite state machines, from Christophe Henry * Polygon: Booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates, from Lucanus Simonson. Updated Libraries * Accumulators * Asio * Config * Filesystem * Foreach * Hash * Iostreams * Math * MPL * Multi-index Containers * Proto * Regex * Thread * TR1 * Type Traits * uBLAS * Utility * Uuid * Xpressive
2010-08-25Cater to compilers too stupid to interpret a bitwise OR in a templatetez2-1/+33
argument as a constant. From https://svn.boost.org/trac/boost/ticket/4146 This fixes building boost-libs with lang/gcc34.
2010-07-06we've got everything for gnome-2.30.2, name it sodrochner1-5/+5
2010-07-04Update to KDE SC 4.4.5.markd2-27/+27
Several bugs in encoding and refreshing in Konsole have been fixed A couple of crashes in Okular's PDF viewer have been fixed Alarms have received some fixes in KDE PIM The changelog lists more, if not all improvements since KDE SC 4.4.4.
2010-06-15courier-0.65.0 et al:pettai1-6/+6
* gpglib/list.c: Handle GnuPG 2 --with-colons output format changes. * gpglib/mimegpgfork.c: GnuPG 2 wants --batch when specifying passphrase-fd. * tcpd/configure.in: Check if explicit linking with libgpg-error is required. * tcpd/libcouriergnutls.c (tls_connect): Fix bad call to gnutls_server_name_set(). Affects Courier compiled with GnuTLS support. * maildrop/mailbot.c (main): Set close-on-exec bit on opened files. * courier/doc/courier.sgml: Move the SPF section to a separate refsect2 to work around misformatting by the manpage stylesheet. * rfc2045/rfc2045reply.c (mkreply): Fix sender's name in the reply salutation. * html/en-us/newmsg.html: Ditto. * rfc2045/reformime.sgml: Document the -c option to reformime. * imapd.c (main): Fix typo in alert message. * Big quota patch (with some changes). (See the Changelog(s) for previous releases) Based on patch(es) from PR pkg/42989 by Brian Candler.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz3-6/+6
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-11update for 2.30.1drochner1-22/+21
2010-06-02Update to KDE SC 4.4.4markd2-27/+27
* Several bugs in filename sorting in the Dolphin file manager have been fixed * Issues with encoded filenames in ZIP archives have been fixed * A number of bugs in games, such as KMines, KNetwalk and LSkat and KSpaceDuel have been fixed The changelog lists more
2010-05-15Changes 1.43.0:adam2-6/+6
New Libraries: * Functional/factory: Function objects for dynamic and by-value construction. * Functional/forward: Function object adapters to address the forwarding problem. Major Updates: * Range: Boost.Range has undergone extensive updates that it include all of the features from the recently reviewed Boost.RangeEx. * Range-based version of the full STL iterator based algorithms. * Range adaptors which can be combined with range-based algorithms for unpresedented expressiveness and efficiency. * New functions: irange, istream_range, join, combine. Updated Libraries Build System: * When cross-compiling to GNU targets, static libraries are properly created. Previously, using such libraries resulted in Archive has no index error. * The naming of DLL and import libraries with gcc compiler on Windows, both mingw and cygwin, now matches default conventions of those environments. Previously, the naming scheme was the same as for other Windows compilers. Updated Tools: * Quickbook: Unicode escape characters. * Support the UTF-8 byte order mark. * Disallow [ in simple markup. Fixes some errors with mismatched punctuation. * Add a command line flag (-D) to define macros at the command line. * Improved post-processor output. * Check that [section] and [endsect] tags are balanced in templates.
2010-05-08Update to KDE SC 4.4.3markd2-27/+27
Numerous fixes in Konsole, KDE's terminal emulator, among them two possible crashers in session management Flash plugin support in KHTML has been enhanced to work with newest Youtube skins Case-sensitivity in renaming fixes in KIO, KDE's network-transparent I/O library Hiding the mouse cursor in some special cases in presentation mode and two possible crashers have been fixed
2010-05-05Fix COMMENT, from diro in PR pkg/43246.dholland1-2/+2
2010-04-30Escape sharp in commentkefren1-2/+2
2010-04-22Remove trailing slash from HOMEPAGE.reed1-2/+2
2010-04-21Actually, as much as I dislike FAM, the fam option should be on by default.jmmv1-1/+3
We are going to get gnome-vfs installed anyway, which pulls in FAM, so it doesn't make that much of a difference. Pointed out by wiz@.
2010-04-21Add a fam option to turn on a dependency on gio-fam. This is part ofjmmv1-1/+9
gnome-platform and not gnome because the gio-fam plugin is internally part of glib2.
2010-04-17Update ruby-gnome2 to 0.19.4.obache5-148/+6
== Ruby-GNOME2 0.19.4: 2011-04-17 NOTE: 0.19.x releases are development series. This release has many bug fixes and some improvements. The fixed bugs include a memory leak bug on GC. If your application live long time, you should upgrade. === Changes ==== Ruby/GLib2 * Bug fixes: * fixed type_register on Ruby 1.9. [Simon Arnaud, Kouhei Sutou] * fixed memory leak in GC. [Kouhei Sutou] ==== Ruby/GTK2 * Bug fixes: * [#2865895] support GdkWindow's cursor property. NOTE: GTK+ 2.18.0 is unsupported version. [Guillaume Cottenceau, Mamoru Tasaka] * Gtk::MenuItem.new accepts nil as a label. [Kazuhiro NISHIYAMA, Kouhei Sutou] * fixed wrong conversion in Gtk::TreePath#<=>. [Takeuchi Yusuke, Kouhei Sutou] * fix Gtk::RecentInfo#application_info's double free bug. [Kouhei Sutou] * Improvements: * Gdk::Window#invalidate accepts nil as 'area' argument. It means 'invalidates whole window'. [Hiroyuki Ito] * Gtk::Clipbord#request_text sets UTF-8 encoding in Ruby 1.9. [Rg Rg, Kouhei Sutou] * add Gtk::TreePath#==. [Takeuchi Yusuke, Kouhei Sutou] ==== Ruby/Pango * Improvements: * add Pango::Gravity. [Hiroyuki Ito, Kouhei Sutou] ==== Ruby/GdkPixbuf * add Gdk::Pixbuf#pixels=. [Michal Suchanek] ==== Ruby/GStreamer * Bug fixes: * [#2920997] fix argument type. [Johan Kiviniemi] * [#2924886] implement Gst::MessageTag#parse. [Vincent Carmona] ==== Ruby/GtkMozEmbed * Bug Fixes: * [#2924766] fix -Wl,-rpath syntax. [OBATA Akio] * [#2925285] Gtk::MozEmbed#chrome_mask fails. [tobi, Kouhei Sutou] * support XULRunner 1.9.2. [OBATA Akio] === Thanks * Guillaume Cottenceau * Mamoru Tasaka * Michal Suchanek * Simon Arnaud * Kazuhiro NISHIYAMA * Johan Kiviniemi * OBATA Akio * Hiroyuki Ito * Rg Rg * Vincent Carmona * tobi * Takeuchi Yusuke * ...
2010-04-10Update KDE to 4.4.2markd3-30/+33
For 4.4.0 major new technologies have been introduced, including social networking and online collaboration features, a new netbook-oriented interface and infrastructural innovations such as the KAuth authentication framework. According to KDE's bug-tracking system, 7293 bugs have been fixed and 1433 new feature requests were implemented. KDE SC 4.4.1 has a number of improvements: A performance problem in KMail when sending emails has been fixed Various fixes in Plasma widgets and other addons, such as the analog clock and the picture frame A number of fixes in Konsole, KDE's powerful terminal application KDE SC 4.4.2 has a number of improvements: Possible crashes in Plasma, Dolphin and Okular have been fixed The Microblog applet now shows the correct time in the timeline The audioplayer KRunner plugin has been fixed to not freeze the KRunner UI anymore
2010-03-26add filezillazafer1-1/+2
2010-03-21add php5-enchant and php5-intljdolecek1-1/+3
2010-03-21move php53-enchant and php53-intl entries into commonjdolecek1-3/+3
section, they are no longer PHP 5.3.x only; also use textproc/php-intl
2010-03-21Reset maintainer, developer lost his commit bit.wiz2-4/+4
2010-03-19Add paches taken from upstream to fix build ruby-gnome2-gtkmozembed withobache4-5/+133
xulrunner-1.9.2.x.
2010-03-16Add and enable php53-extensions.taca1-1/+2
2010-03-16Importing php53-extensions package, meta pacakge for php53.taca2-0/+80
2010-03-16Update php5-extensions package to 5.2.13.taca2-63/+61
* Change package version scheme. * Add php5-pspell and php5-sysvmsg.
2010-03-15Fix spelling of package name. (Sigh.) Noticed by Pierre Pronchery anddholland1-2/+2
reported in PR 42974. XXX: how should this be entered in CHANGES?
2010-02-21added a patch for MacOS 10.6 (64 bit mode)schwarz2-1/+69
2010-02-19Update the "netbsd-www" package to version 1.5:tron1-7/+10
- Add all the necessary (La)TeX packages as dependences. - Add "ghostscript" as dependence as "ps2pdf" is used.