summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-04-24+ ImageMagick-6.9.3.8, grep-2.25, gst-plugins1-bad-1.8.1,wiz1-4/+17
gst-plugins1-base-1.8.1, gst-plugins1-good-1.8.1, gst-plugins1-libav-1.8.1, gst-plugins1-ugly-1.8.1, gstreamer1-1.8.1, meld-3.15.3, mupdf-1.9a, ocamlgraph-1.8.7, py-cffi-1.6.0, py-vdirsyncer-0.10.0, radare2-0.10.2, wireshark-2.0.3, x264-devel-20160423.
2016-04-24Updated games/freeciv-client to 2.5.3prlw11-1/+2
2016-04-24Updated games/freeciv-server to 2.5.3prlw11-1/+2
2016-04-24Updated games/freeciv-share to 2.5.3prlw11-1/+2
2016-04-24Update freeciv to 2.5.3prlw17-28/+17
Many changes listed in: http://www.freeciv.org/wiki/NEWS-2.5.3 http://www.freeciv.org/wiki/NEWS-2.5.2 http://www.freeciv.org/wiki/NEWS-2.5.1 We were after: * Build fixes: + Re-generating the configure script could fail on recent OS distributions due to a clash with the system supplied glib-gettext.m4. This did not affect most users, who would build with the configure script supplied in the tarball. GNA#24379
2016-04-24Updated graphics/p5-Image-ExifTool to 10.15wiz1-1/+2
2016-04-24Updated p5-Image-ExifTool to 10.15.wiz2-7/+7
Apr. 20, 2016 - Version 10.15 (production release) - Added .a and .o to the list of supported file types - Added a few new Sony/Minolta lenses (thanks Jos Roost and LibRaw) - Decode more Photoshop tags (thanks Taylor Bangs for some) - Decode more information from static library (.a) files - Decode a few more tags from GoPro MP4 videos (thanks Calvin Hass) - Decode ColorData for Canon EOS 1300D (thanks LibRaw) - Updated Sony decoding for newer models (thanks Jos Roost) - Fixed bug where ScaleFactor35efl could be calculated incorrectly for Canon images from some models which have had their EXIF rebuilt Apr. 8, 2016 - Version 10.14 - Added read support for ISO 9660 disk images - Added a few new Nikon ISOExpansion values (thanks LibRaw) - Added a few new Olympus LensType values (thanks Niels Kristian Bech Jensen) - Added a couple of new SonyModelID values (thanks LibRaw for one) - Added a new Olympus CameraType - Added config_files/gps2utm.config to distribution - Decode Canon ColorData for the EOS 80D (thanks LibRaw) - Decode a few new Samsung tags (thanks Francois) - Decode a new Fuji tag (thanks Frank Markesteijn) - Calculate Duration for APE audio files - Tightened constraints on M2TS file recognition - Improved verbose dump of ID3 information - Changed XMP-acdsee:Snapshots to a Binary data tag - Fixed bug which prevented writing of various Sony FocalLength tags - API Changes: - Fixed bug where FileModifyDate wasn't set properly when WriteInfo() was called without a destination file name and other "real" tags were written at the same time Mar. 12, 2016 - Version 10.13 - Added a few new Canon LensType values (thanks Niels Kristian Bech Jensen and LibRaw) - Added a new CanonModelID - Added a number of new Nikon RetouchHistory modes - Decode a number of new Sony tags (thanks Jos Roost) - Changed a couple of Sigma "| C" lens names for consistency - API Changes: - Fixed bug which could cause the API Filter option to be ignored for some tags when copying tags with the Composite option set Mar. 4, 2016 - Version 10.12 - Added a new PentaxModelID and SonyModelID (thanks LibRaw) - Added a number of new CanonModelID values (thanks Norbert Wasser for one) - Added a new Olypus LensType (thanks Niels Kristian Bech Jensen) - Added two new Pentax LensType values - Added a few new Nikon LensID values and updated some others - Added a new Canon LensType (thanks Norbert Wasser) - Decode a new Nikon tag - Decode a new CanonCustom tag for the EOS 80D - Improved decoding of SonyRawFileType (thanks Jos Roost and LibRaw) - Changed "Optimised" to "Optimized" in a Photoshop tag value - Fixed warning that could be generated by the Canon FileNumber conversion Feb. 17, 2016 - Version 10.11 - Added a couple of new Olympus CameraType values (thanks LibRaw for one) - Added some new ACDSee XMP tags (thanks Malus) - Added a few more XMP-crs tags - Added a new CanonModelID (thanks Norbert Wasser) - Added a couple of new Sony LensType values (thanks Jos Roost and LibRaw) - Added support for PDF ASCII85Decode filter - Decode a number of new Sony tags (thanks Jos Roost) - Decode a new Canon tag (thanks Juha Iso-Sipila) - Decode a few more Photoshop tags - Convert MDItem date/time values to local time - Patched to read incorrectly written DJI GPSCoordinates in MOV videos
2016-04-24Updated devel/p5-Role-Tiny to 2.000003wiz1-1/+2
2016-04-24Updated p5-Role-Tiny to 2.000003.wiz2-7/+7
2.000003 - 2016-04-21 - don't install subs if importing into a package that is already a role. This can happen if the module previously imported Moo::Role.
2016-04-24Updated security/p5-IO-Socket-SSL to 2.027wiz1-1/+2
2016-04-24Updated p5-IO-Socket-SSL to 2.027.wiz2-7/+7
2.027 2016/04/20 - only added Changes for 2.026 2.026 2016/04/20 - update default server and client ciphers based on recommendation of Mozilla and what the current browsers use. Notably this finally disables RC4 for the client (was disabled for server long ago) and adds CHACHA20.
2016-04-23Various tex additions and updates and py-scipymarkd1-1/+13
2016-04-23Update py-scipy to 0.17.0markd3-114/+177
SciPy 0.17.0 is the culmination of 6 months of hard work. It contains many new features, numerous bug-fixes, improved test coverage and better documentation. There have been a number of deprecations and API changes in this release, which are documented below. All users are encouraged to upgrade to this release, as there are a large number of bug-fixes and optimizations. Moreover, our development attention will now shift to bug-fix releases on the 0.17.x branch, and on adding new features on the master branch. This release requires Python 2.6, 2.7 or 3.2-3.5 and NumPy 1.6.2 or greater. Release highlights: * New functions for linear and nonlinear least squares optimization with constraints: scipy.optimize.lsq_linear and scipy.optimize.least_squares * Support for fitting with bounds in scipy.optimize.curve_fit. * Significant improvements to scipy.stats, providing many functions with better handing of inputs which have NaNs or are empty, improved documentation, and consistent behavior between scipy.stats and scipy.stats.mstats. * Significant performance improvements and new functionality in scipy.spatial.cKDTree. SciPy 0.16.0 is the culmination of 7 months of hard work. Highlights of this release include: * A Cython API for BLAS/LAPACK in scipy.linalg * A new benchmark suite. It’s now straightforward to add new benchmarks, and they’re routinely included with performance enhancement PRs. * Support for the second order sections (SOS) format in scipy.signal.
2016-04-23Add tex-pgfgantt tex-tikz-cdmarkd1-4/+4
2016-04-23Add tex-pst-ovl tex-pst-toolsmarkd1-4/+4
2016-04-23Add tex-{pgfgantt,pst-ovl,pst-tools,tikz-cd}{,-doc}markd1-1/+9
2016-04-23Add tex-pgfgantt{,-doc} 4.0 - Draw Gantt charts with TikZmarkd32-0/+216
Add tex-pst-ovl{,-doc} 0.06 - Create and manage graphical overlays Add tex-pst-tools{,-doc} 0.05 - PStricks support functions Add tex-tikz-cd{,-doc} 0.9e - Create commutative diagrams with TikZ
2016-04-23Remove redundant patch.markd1-24/+0
2016-04-23Update tex-biblatex{,-doc} to 3.3markd6-21/+26
RELEASE NOTES FOR VERSION 3.3 * Biber version 2.4 is required for biblatex 3.3 * The \Declare*Option commands have a new optional argument when using biber which declares the datatype of the option. It defaults to "boolean" if not specified. If you define any custom options in your style, you may want to specify the correct datatype (see docs). However, it is unlikely that this will impact anything at the moment as this option only used internally by biber for some checks. * INCOMPATIBLE CHANGE - There have been major changes to the handling of name lists in order to generalise name handling beyond the narrow confines of the legacy bibtex name parts of "last, first, prefix, suffix". These changes only apply when using biber as the backend and mainly affect style authors. RELEASE NOTES FOR VERSION 3.2 * Biber version 2.3 is required for biblatex 3.2 * New label generation options which allow fine-tuning of how name prefices are handled (see pstrwidth and pcompound options in documentation). * Some internals have changed regarding prefix space handling in names. This shouldn't impact normal users but hackers please not that \blx@sf@apo has been renamed to \blx@sf@prefixchar to better suit the new \DeclarePrefChars command. Also note that in the standard name printing macros, \ifpunctmark{'} has been replaced by the more general \ifprefchar. RELEASE NOTES FOR VERSION 3.1 * Biber version 2.2 is required for biblatex 3.1 * Added new macros \DeclareNolabel and \DeclareNolabelwidthcount for fine-tuning label generation * Improved Finnish and Russian localisation * Many bug fixes
2016-04-23Update p5-biblatex-biber to 2.4markd2-11/+15
2.4 (2016-03-01) * Misc bug fixes * There is now a 64-bit windows build built on windows 10 * Biblatexml datasources now support sourcemapping and have a schema automatically generated from the datamodel. See new biber options 'validate-bltxml' and 'no-bltxml-schema' in --help output. * New functionality in sourcemaps for creating new entries and looping over specified fields. * Sorting key used to sort names is now customisable. See \DeclareSortingNamekeyScheme in biblatex manual. * Support for Zotero RDF/XML and Endnote removed. These were experimental and messy. 2.3 (2015-12-28) * Misc bug fixes 2.2 (2015-10-21) * Tool mode now preserves comments at the end of the file * New ISBN formatting options for biber (--isbn10, --isnb13, --isbn-normalise) * Implemented way of ignoring certain regexps when counting fixed-width string in labels (see biblatex \DeclareNolabelwidthcount macro) * Updated binary builds to perl 5.22 * Cygwin binary build is now handled by Texlive builders * Misc bug fixes 2.1 (2015-05-06) * Misc bug fixes 2.0 (2015-04-20) * Misc bug fixes * New negated "per type" sourcemap verb for negating the application of maps to specific entry types * New "entry clone" sourcemap verb for cloning entries during sourcemapping. See PDF documentation for biber. * Added range length calculation support. Biber now calculates the length of ranges for biblatex and can handle roman numerals, including just about any UTF-8 composed, non-composed or compat versions * Complete re-write of the biblatex use* name functionality now automatically supports all name fields defined in the data model. See biblatex manual * Moved labelname and labeltitle resolution from biber to biblatex for more flexibility and future extensions * Moved to perl 5.20 for all internals and builds
2016-04-23Updating patches means updating distinfo - thanks, wiz. :)hauke1-2/+2
2016-04-23Added graphics/py-imagesize version 0.7.1; Updated textproc/py-sphinx to ↵adam1-2/+6
1.4.1; Added www/wslay version 1.0.0; Updated www/h2o to 1.7.1
2016-04-23Changes 1.7.1:adam3-16/+103
- [core] fix incorrect line no. reported in case of YAML syntax error - [core] fix build issue / memory leak when the poll backend is used - [core] when building, repect `EXTRA_LIBS` passed from command line - [core] fix memory leaks during start-up - [core] fix stability issue when receiving a signal - [fastcgi] fix off-by-one buffer overflow - [fastcgi][mruby] install missing script files - [mruby] truncate body to the size specified by `content-length` - [mruby] fix error when reading a ruby script >= 64K - [proxy] fix I/O error when transferring files over 2GB on FreeBSD / OS X - [ssl] bugfix: use of session ticket not disabled even when configured to - [libh2o] provide pkg-config .pc files - [libh2o] include version numbers in the .so filename - [doc] refine documentation
2016-04-23Added www/wslay version 1.0.0adam1-1/+2
2016-04-23Wslay is a WebSocket library written in C. It implements the protocol versionadam5-0/+99
13 described in RFC 6455. This library offers 2 levels of API: event-based API and frame-based low-level API. For event-based API, it is suitable for non-blocking reactor pattern style. You can set callbacks in various events. For frame-based API, you can send WebSocket frame directly. Wslay only supports data transfer part of WebSocket protocol and does not perform opening handshake in HTTP. Wslay supports: * Text/Binary messages. * Automatic ping reply. * Callback interface. * External event loop. Wslay does not perform any I/O operations for its own. Instead, it offers callbacks for them. This makes Wslay independent on any I/O frameworks, SSL, sockets, etc. This makes Wslay protable across various platforms and the application authors can choose freely I/O frameworks.
2016-04-23Added graphics/py-imagesize version 0.7.1adam1-1/+2
2016-04-23Release 1.4.1:adam4-174/+207
Incompatible changes -------------------- * The default format of `today_fmt` and `html_last_updated_fmt` is back to strftime format again. Locale Date Markup Language is also supported for backward compatibility until Sphinx-1.5. Translations ------------ * Added Welsh translation, thanks to Geraint Palmer. * Added Greek translation, thanks to Stelios Vitalis. * Added Esperanto translation, thanks to Dinu Gherman. * Added Hindi translation, thanks to Purnank H. Ghumalia. * Added Romanian translation, thanks to Razvan Stefanescu. Bugs fixed ---------- * C++, added support for ``extern`` and ``thread_local``. * C++, type declarations are now using the prefixes ``typedef``, ``using``, and ``type``, depending on the style of declaration. * 2413: C++, fix crash on duplicate declarations * 2394: Sphinx crashes when html_last_updated_fmt is invalid * 2408: dummy builder not available in Makefile and make.bat * 2412: hyperlink targets are broken in LaTeX builder * figure directive crashes if non paragraph item is given as caption * 2418: time formats no longer allowed in today_fmt * 2395: Sphinx crashes if unicode character in image filename * 2396: "too many values to unpack" in genindex-single * 2405: numref link in PDF jumps to the wrong location * 2414: missing number in PDF hyperlinks to code listings * 2440: wrong import for gmtime.
2016-04-23This module analyzes jpeg/jpeg2000/png/gif image header and return image size.adam4-0/+33
2016-04-23Note update of www/contao41 package to 4.1.3.taca1-1/+2
2016-04-23Update contao41 to 4.1.3.taca3-54/+61
### 4.1.3 (2016-04-22) * Use data URIs for the image preview in the back end. * Use DIRECTORY_SEPARATOR to convert kernel.cache_dir into a relative path (see #464). * Always trigger the "isVisibleElement" hook (see contao/core#8312). * Do not change all sessions when switching users (see contao/core#8158). * Do not allow to close fieldsets with empty required fields (see contao/core#8300). * Make the path related properties of the File class binary-safe (see contao/core#8295). * Correctly validate and decode IDNA e-mail addresses (see contao/core#8306). * Skip forward pages entirely in the book navigation module (see contao/core#5074). * Do not add the X-Priority header in the Email class (see contao/core#8298). * Determine the search index checksum in a more reliable way (see contao/core#7652).
2016-04-23Updated time/p5-Time-HiRes to 1.9732wen1-1/+2
2016-04-23Update to 1.9732wen2-7/+7
Upstream changes: 1.9732 [2016-03-13] - MUTEX_LOCK, not PERL_MUTEX_LOCK: blead e5b02b5d - also hrt_ualarm_itimer() is unused: 1cb6cce3 - the mutex needs init: 2d639e20 - version bump to 1.9732: 730d7fdc 1.9731 [2016-03-13] - mark unused variable as such: blead a914236c - OS X emulation mutex accidentally unused: da7a6455 - remove hrt_ualarm: 6da77c36 - pod error fixes: 919ca095 - nanosleep and clock_nanosleep cleanups: c8ea02b8..e3ff671b - static funcs in HiRes.xs: 4e922c26 - Remove unused variable: 52ffb1b5 1.9730 [2016-02-17] - TIME_HIRES_DONT_RUN_PROBES=1 to build the probes but not run them [rt.cpan.org #111391] 1.9729 [2016-02-13] - new constants [rt.cpan.org #111170] - clock_getres(), clock_gettime(), clock_nanosleep() emulation for OS X [rt.cpan.org #78566]
2016-04-23Fix date error in previous commitwen1-2/+2
2016-04-23Updated devel/p5-MooseX-App-Cmd to 0.32wen2-4/+3
2016-04-23Update to 0.32wen2-7/+7
Upstream changes: 0.32 2015-09-12 01:10:11Z - fix incompatibility with App::Cmd 0.328 by calling its constructor (via MooseX::NonMoose) (RT#107025)
2016-04-23Updated devel/libuv to 1.9.0adam1-1/+2
2016-04-23Changes 1.9.0 (Stable)adam2-7/+7
* win: wait for full timeout duration (João Reis) * unix: fix support for uClibc-ng (Martin Bark) * doc: indicate where new test files need to be added (Dave) * test,unix: fix logic error in test runner (Ben Noordhuis) * fs: don't nullify req->bufs on EINTR (Dave) * osx: set the default thread stack size to RLIMIT_STACK (Saúl Ibarra Corretgé) * build: invoke libtoolize with --copy (Ben Noordhuis) * test: fixup eintr_handling (Saúl Ibarra Corretgé) * osx: avoid compilation warning with Clang (Saúl Ibarra Corretgé) * test,win: fix compilation with shared lib (Alexis Murzeau) * test: fix race condition in pipe-close-stdout (Imran Iqbal) * unix,win: add uv_os_tmpdir() (cjihrig) * ios: fix undefined PTHREAD_STACK_MIN (Didiet) * test: fix threadpool_multiple_event_loops for AIX (Imran Iqbal) * unix: report errors for unpollable fds (Ben Noordhuis) * win: fix watching root files (Nicholas Vavilov) * build,win: print the Visual Studio version in use (Saúl Ibarra Corretgé) * build,win: remove unneeded condition from GYP file (Saúl Ibarra Corretgé) * test,win: fix compilation warning (Saúl Ibarra Corretgé) * test: use uv_loop_close and assert its result (Nan Xiang) * build: map 'AMD64' host arch to 'x64' (Ben Noordhuis) * osx: protected use of potentially undefined macro (Samuel Lorétan) * linux: fix compilation with musl (Saúl Ibarra Corretgé) * doc: describe how to make release builds on Unix (Saúl Ibarra Corretgé) * doc: add missing link in README (Saúl Ibarra Corretgé) * build: python 2.x/3.x consistent print usage (Rasmus Christian Pedersen) * test: assume no IPv6 if interfaces cannot be listed (Nan Xiang) * darwin: replace F_FULLFSYNC with fdatasync syscall (Saúl Ibarra Corretgé) * doc: add missing write callback to example (Nándor István Krácser) * build: compile with -D_THREAD_SAFE on AIX (Imran Iqbal) * test: fix threadpool_multiple_event_loops on PPC (Imran Iqbal) * test: reduce timeout in tcp_close_while_connecting (Imran Iqbal) * unix, win: consistently null-terminate buffers (Saúl Ibarra Corretgé) * unix, win: count null byte on UV_ENOBUFS (Saúl Ibarra Corretgé) * test: fix deadlocks in uv_cond_wait (Katsutoshi Horie) * linux: fix cpu count (Lukasz Jagiello) * unix: fix uv__handle_type for AIX (Imran Iqbal) * linux: call fclose(), fix fdopen() memory leak (Ben Noordhuis) * win: remove unneeded condition (Saúl Ibarra Corretgé) * unix: fix compile error in Android using bionic (Robert Chiras) * linux: add braces to multi-statement if (Kári Tristan Helgason) * doc: add @cjihrig as a maintainer (Saúl Ibarra Corretgé) * unix: add fork-safe open file function (Kári Tristan Helgason) * linux: replace calls to fopen with uv__open_file (Kári Tristan Helgason) * linux: remove redundant call to rewind() (Krishnaraj Bhat) * win: remove duplicated code when processing fsevents (Saúl Ibarra Corretgé) * test: fix poll_bad_fdtype for AIX (Imran Iqbal) * linux: fix error checking in uv__open_file (Saúl Ibarra Corretgé) * poll: add UV_DISCONNECT event (Santiago Gimeno) * fs: realpath: fix string size before converting (Yuval Brik) * win: use native APIs for UTF conversions (cjihrig) * doc: clarify uv_loop_close() (Ben Noordhuis) * unix: retry ioctl(TIOCGWINSZ) on EINTR (Ben Noordhuis) * win,build: remove unused build defines (Saúl Ibarra Corretgé) * win: fix buffer overflow in fs events (Joran Dirk Greef) * win: fix uv_relative_path and remove dead branch (Joran Dirk Greef) * unix: use open(2) with O_CLOEXEC on OS X (Kári Tristan Helgason) * test: add missing copyright header (cjihrig) * aix: fix 'POLLRDHUP undeclared' build error (Ben Noordhuis) * unix,win: add uv_get_passwd() (cjihrig) * process: fix uv_spawn edge-case (Santiago Gimeno) * test: use %ld for printing uid/gid (Ben Noordhuis) * aix: fix ahafs implementation (Imran Iqbal) * aix: do not store absolute path to ahafs (Imran Iqbal) * process: close process pipes safely (Santiago Gimeno) * unix: open ttyname instead of /dev/tty (Enno Boland) * unix: remove outdated comment (Kári Tristan Helgason)
2016-04-23Note update of www/contao35 package to 3.5.12.taca1-1/+2
2016-04-23Update contao35 to 3.5.12.taca3-22/+15
Version 3.5.12 (2016-04-22) --------------------------- ### Fixed Correctly handle files with uppercase file extensions (see #8317). Version 3.5.11 (2016-04-21) --------------------------- ### Fixed Correctly pass the channel ID to the newsletter list template (see #8311). ### Fixed Do not encode the database password (see #8314). ### Fixed Fixed adding new folders in the file manager (see #8315). Version 3.5.10 (2016-04-20) --------------------------- ### Fixed Always trigger the "isVisibleElement" hook (see #8312). ### Fixed Do not change all sessions when switching users (see #8158). ### Fixed Do not allow to close fieldsets with empty required fields (see #8300). ### Fixed Make the path related properties of the File class binary-safe (see #8295). ### Fixed Always allow to navigate to the current month in the calendar (see #8283). ### Fixed Correctly validate and decode IDNA e-mail addresses (see #8306). ### Fixed Do not add the debug bar resources if `hideDebugBar` is enabled (see #8307). ### Fixed Skip forward pages entirely in the book navigation module (see #5074). ### Fixed Do not add the X-Priority header in the Email class (see #8298). ### Fixed Fix an error message in the newsletter subscription module (see #7887). ### Fixed Determine the search index checksum in a more reliable way (see #7652).
2016-04-23Updated audio/qsynth to 0.4.1nros1-1/+2
2016-04-23Updated qsynth to version 0.4.1.nros5-25/+65
This version depends on qt4 or qt5 instead of qt3. ChangeLog 0.4.1 2016-04-05 Spring'16 release frenzy. - Dropped old "Start minimized to system tray" option from setup. - CMake script lists update (patch by Orcan Ogetbil, thanks). - Added application keywords to freedesktop.org's AppData. - System-tray icon context menu has been fixed/hacked to show up again on Plasma 5 (aka. KDE5) notifications status area. - Prevent x11extras module from use on non-X11/Unix plaforms. - Messages standard output capture has been improved in both ways a non-blocking pipe may get. - Regression fix for invalid system-tray icon dimensions reported by some desktop environment frameworks. 0.4.0 2015-09-07 Summer'15 release frenzy. - Desktop environment session shutdown/logout management has been also adapted to Qt5 framework. - Single/unique application instance control adapted to Qt5/X11. - Output meter scale text color fixed on dark color schemes. - Prefer Qt5 over Qt4 by default with configure script. - Complete rewrite of Qt4 vs. Qt5 configure builds. - A new top-level widget window geometry state save and restore sub-routine is now in effect. - Fixed for some strict tests for Qt4 vs. Qt5 configure builds. - German (de) translation update (by Guido Scholz, thanks). 0.3.9 2015-03-25 Pre-LAC2015 release frenzy. - Added application description as freedesktop.org's AppData. - New user preference option on whether to show the nagging 'program will keep running in the system tray' message, on main window close. - Application close confirm warning is now raising the main window as visible and active for due top level display, especially applicable when minimized to the system tray. - A man page has been added. - Translations install directory change. - Allow the build system to include an user specified LDFLAGS. - Czech (cs) translation updated (by Pavel Fric, thanks). 0.3.8 2013-12-31 A fifth of a Jubilee. - More preparations for Qt5 configure build. - Serbian (sr) translation added (by Jay Alexander Fleming, thanks). 0.3.7 2013-04-16 Spring cleaning sale. - New French (fr) translation added (by Yann Collette, thanks). - Reversed (mouse) scroll-wheel effect on dial knob widgets. - Preparations for Qt5 migration. - MIDI bank select mode control added to engine setup dialog (after a clean patch ticket by Kurt Stephens, thanks). - Added include <unistd.h> to shut up gcc 4.7 build failures. - Make(ing) -jN parallel builds now available to the masses (an awesome patch by kensington, thanks). - Fixed Makefile.in handling of installation directories to the configure script eg. --datadir, --localedir. - Main window is now brought to front and (re)activated when clicking on the system tray icon instead of just hiding it. - Debugging stacktrace now applies to all working threads. 0.3.6 2011-04-07 Slip release. - Main window layout fixing with regard to its user preferred size and recall when system-tray icon is not enabled. - Channels list preset items now activated on double-click. - Desktop environment session shutdown (eg. logout) is now tapped for graceful application exit, even though the main window is active (visible) and minimizing to system tray is enabled. Both were causing first shutdown/logout attempt to abort. Not anymore, hopefully ;). - libX11 is now being added explicitly to the build link phase, as seen necessary on some bleeding-edge distros eg. Fedora 13, Debian 6. - General standard dialog buttons layout is now in place. - CMake build system. It was silently available in 0.3.5, but now it is officially unveiled. - Fixed a couple of dangling pointers. - Mac OSX: Enabled the MIDI name Id option for CoreMIDI driver ports, added the icon to the app bundle. 0.3.5 2010-04-27 Overdue release. - Initial widget geometry and visibility persistence logic has been slightly revised as much to avoid crash failures due to wrong main widget hidden state. - General source tree layout and build configuration change. - Most modal message dialog boxes (eg. critical errors) are now replaced by system tray icon bubble messages where available. - Reverb and Chorus parameter ranges have been revised to match and comply with fluidsynth back-end (libfluidsynth). - Fluidsynth channel info and unset program interfaces are now in use where available (libfluidsynth >= 1.1.1). - Global configuration state is now explicitly saved/committed to disk when Options dialog changes are accepted and applied. - Output peak level meters get their long deserved gradient look. - Automatic crash-dump reports, debugger stack-traces (gdb), back- traces, whatever, are being introduced as a brand new configure option (--enable-stacktrace) and default enabled on debug build targets (--enable-debug). - Added Czech (cs) translation, contributed by Pavel Fric. - The channel preset selector (Channels/Edit...) has been seriously crippled for ages, only showing the presets of the last loaded soundfont, now fixed. - Minimum number of MIDI channels allowed on engine setup has been dropped from the old value 16 to as low as 1 (one), not that it makes a difference, as (lib)fluidsynth internals just rounds it to the nearest multiple of 16 anyway. - Cleanup to knobs source, simplified from redundant stuff. 0.3.4 2009-05-10 New release. - Command line option parsing has been slightly refactored to allow custom override through extraordinary fluidsynth option settings (eg. -o name=value; fixes bug #2781579). - Main form layout has been given a little bit more slack space, just to accommodate some longer text label translations (eg. German). - Converted obsolete QMessageBox forms to standard buttons. - Saved channel presets are now effectively loaded on engine startup. - Russian translation added (thanks to Alexandre Prokoudine). - Grayed/disabled palette color group fix for dark color themes. - Qt Software logo update. - Fait-divers: desktop menu file touched to openSUSE conventions. - Slight optimizations to the output peak meters refresh rate. - MIDI and audio device names are now user selectable options through respective drop-down lists on each engine setup dialog. - New knob style: Skulpture. 0.3.3 2008-07-10 Knobs galore. - Due to some trouble with newer Qt >= 4.4 applications regarding font size configuration, a new global user option is now available to the rescue: Options.../Other/Base font size (default is no-op). - Knobs: graphic styles are now QStyle derived classes, which are assigned to the knobs using QWidget::setStyle(). Three styles are implemented in this way, supporting also the legacy QDial: * Our former look, tweaked and ported from Sonic Visualiser. * A port of the new look implemented by David Garcia. * Another ported widget style, designed by Giuseppe Cigala. - Spanish translation added. - Attempt to load Qt's own translation support and get rid of the ever warning startup message, unless built in debug moderr; also introducing the very first and complete German translation (patching transaction by Guido Scholz, thanks). - Messages file logging makes its first long overdue appearance, with user configurable settings in Options/Logging. - Only one application instance is now allowed to be up and running, with immediate but graceful termination upon startup iif an already running instance is detected, which will see its main widget shown up and all engines started automatically (Qt/X11 platform only). 0.3.2 2007-12-19 Minor stealth fixes and season greetings. - A new option to start the program minimized when the system tray icon is enabled, is now available from Setup/Misc/Start minimized to system tray. - Regression from QSystemTrayIcon (Qt4 >= 4.2) implementation, at least on X11 environments: while the main application widget was minimized to the system-tray, closing any other top-level widget was causing the immediate and unexpected application shutdown. - Minor corrections on the output peak meter scale aesthetics. - Tool/child windows position and size preservation fixed. - Orphaned MIDI device name no longer mistaken when switching between MIDI drivers on engine setup. - A bit more of precision is achieved over the output peak meters. - Messages line limit was not being checked, now honored. - Simple as it could ever be, the build executive summary report is now given on configure. - Get configure to try and detect the correct qmake location and insert it the search order, so let the qt4 tools take precedence when --with-qt option is given and older qt3 ones coexist and are found located ahead in the PATH. - The infamous "Keep child windows always on top" global option is now supposed to behave a little better when disabled, layering child windows as naturally as far the window manager dictates. - Inspired on Andreas Persson patch, while on qjackctl-devel, which made it possible to compile and run with older Qt 4.1, similar arrangements were carried out on qsynth too, without hesitation. - Main panel spin-boxes gets accelerated when stressed (Qt >= 4.2). 0.3.1 2007-07-16 Shallowed bug-fix release. - Now using QSystemTrayIcon class facility if available (Qt4 >= 4.2) making the system-tray option available on most platforms, notably on Windows and Mac OS X. - Combo-box setup history has been corrected on restore, which was discarding the very initial default (factory) contents. - One programming error has been corrected, which was affecting the editable preset combo-boxes usability. - Soundfont context menu is now available again even when the setup dialog soundfont list is empty. - About form link is now browseable externally. - Updated README-OSX (thanks to Ebrahim Mayat again). 0.3.0 2007-07-03 Qt4 migration was complete. - Qt4 migration has comenced and is now complete. Care must be taken with this new configuration file and location: this release starts a new one from scratch and won't reuse any of the previous existing ones, although cut and paste might help if you know what you'll be doing :) - Application icon is now installed to ${prefix}/share/pixmaps; application desktop entry file is now included in installation; spec file (RPM) is now a bit more openSUSE compliant; initial debianization. - Default font option names were adjusted to "Sans Serif" and "Monospace", wherever available. - The "keep child windows always on top" option is not set as default anymore, because window focus behavior gets tricky on some desktop environments (eg. Mac OS X, Gnome). - Autoconf (configure) scripting gets an update. 0.2.6 2007-04-14 Nitpicking season closed :) - Main panel window now keeps its previous iconic state on system tray, on application restart (thanks to Chris Cannam for hinting this one). - Minor optimization in peak level meters update rate. Alternate but faster inline lroundf() function implementation is now used. - Most top-level widgets were missing the normal-widget flag, which were causing some sticky size behavior on some window managers. - Messages and channels window captions can now be set smaller as tool-widgets, in effect when child windows are kept always on top. - While on the engine setup dialog, the ALSA sequencer client identifier is now also disabled depending on the MIDI input option setting. - Experimental soundfont loader which prevents RAM image duplication if more than one engine loads the same soundfont file. Server-mode is now supported on multi-engine configurations by auto-increnmenting the shell socket listening port (both patches handed by Dave Searls, thanks). - Engine name gets through the respective tab title when created. Fixed engine delete button enabling on the main window. - Changed deprecated copyright attribute to license, on qsynth.spec (RPM). - Added configure support for x86_64 libraries (Pedro Lopez-Cabanillas). - GPL address update. 0.2.5 2006-03-05 Fancy dial knobs and effective bank-offsets. - New dial-knob behavior now follows mouse pointer angular position, almost similar to old QDial, but this time avoiding that nasty and rather abrupt change on first mouse click. - By simple use of widget subclassing, the value/position of any dial knob can now be reset to its default or original position at any time, by simply pressing the mouse mid-button. These default value positions are just committed to current dial values when switching engines and/or closing the application. - Optional specification of alternate fluidsynth installation path has been added to configure command arguments (--with-fluidsynth). - After some source code tweaks, a win32 build is now possible. (instructions will be provided on demand :) - Bank offset finally gets its due effect, while on the channels and channel preset selection dialogs. Regretfully, the soundfont bank offset feature has been lurking ever since its inception, but now its live and hopefully effective. - A new fancy widget has arrived, qsynthKnob, with some modifications to replace the actual *ugly* QDial widgets in the main window. This widget is based on a design by Thorsten Wilms, formerly implemented by Chris Cannam in Rosegarden, and finally adapted and brought to Qsynth by Pedro Lopez-Cabanillas. Thankyou all.
2016-04-23regen for patch changeswiz1-2/+2
2016-04-23Updated audio/qjackctl to 0.4.2nros1-1/+2
2016-04-23Updated qjackctl to version 0.4.2.nros6-47/+65
Removed patch-src_qjackctlPatchbayRack.cpp, the problem has been fixed upstream. Added option to build with either qt5 or qt4 (default). ChangeLog: 0.4.2 2016-04-05 Spring'16 release frenzy. - Added a brand new "Enable JACK D-BUS interface" option, split from the old common "Enable D-BUS interface" setup option which now refers to its own self D-BUS interface exclusively. - Dropped old "Start minimized to system tray" option from setup. - Add double-click action (toggle start/stop) to systray (a pull request by Joel Moberg, thanks). - Added application keywords to freedesktop.org's AppData. - System-tray icon context menu has been fixed/hacked to show up again on Plasma 5 (aka. KDE5) notification status area. - Switched column entries in the unified interface device combo- box to make it work for macosx/coreaudio again. - Blind fix to a FTBFS on macosx/coreaudio platforms, a leftover from the unified interface device selection combo-box inception, almost two years ago. - Prevent x11extras module from use on non-X11/Unix plaforms. - Late French (fr) translation update (by Olivier Humbert, thanks). 0.4.1 2015-10-28 A Fall'15 release. - Probing portaudio audio device in a separate thread (by Kjetil Matheussen, thanks). - Messages standard output capture has been improved again, now in both ways a non-blocking pipe may get. - Regression fix for invalid system-tray icon dimensions reported by some desktop environment frameworks. - New hi-res application icon (by Uttrup Renzel, Max Christian Pohle, thanks). - System tray icon red background now blinks when a XRUN occurs. - Desktop environment session shutdown/logout management has been also adapted to Qt5 framework. - Single/unique application instance control adapted to Qt5/X11. - Prefer Qt5 over Qt4 by default with configure script. - Overrideable tooltips with latency info (re. Connections JACK client/ports: patch by Xavier Mendez, thanks). - Complete rewrite of Qt4 vs. Qt5 configure builds. - French (fr) translation update (by Olivier Humbert, thanks). 0.4.0 2015-07-15 Summer'15 release frenzy. - Some windows fixes added (patch by Kjetil Matheussen, thanks). - Most advanced Setup/Settings are moved into new Setup/Advanced settings tab; limit range for the real-time priority setting, now having 6 as absolute minimum valid value (after patches by Robin Gareus, thanks). - A new top-level widget window geometry state save and restore sub-routine is now in effect (EXPERIMENTAL). - Delayed geometry setup for widget windows upon startup has been deprecated and scrapped altogether. - Setup/settings dialog tab is going into some layout changes; also got rid of old patchbay auto-refresh timer cruft, which was previously hidden/disabled. - New socket names are now automatically inferred from selected client names while on the Patchbay widget, Socket dialog. - Fixed for some strict tests for Qt4 vs. Qt5 configure builds. - German (de) translation update (by Guido Scholz, thanks). 0.3.13 2015-03-25 Pre-LAC2015 release frenzy. - Added application description as freedesktop.org's AppData. - Setup dialog form is now modeless. - Introducing brand new active patchbay reset/disconnect-all user preference option. - Current highlighted client/port connections are now drawn with thicker connector lines. - New user preference option on whether to show the nagging 'program will keep running in the system tray' message, on main window close. - Connections lines now drawn with anti-aliasing; connections splitter handles width is now reduced. - Drop missing or non-existent patchbay definition files from the most recent used list. 0.3.12 2014-10-19 JACK Pretty-names aliasing. - JACK client/port pretty-name (metadata) support is being introduced and seamlessly integrated with old Connections client/port aliases editing (rename) (refactored from an original patch by Paul Davis, thanks). (EXPERIMENTAL) - Application close confirm warning is now raising the main window as visible and active for due top level display, especially applicable when minimized to the system tray. - Messages standard output capture has been slightly improved as for non-blocking i/o, whenever available. - Translations install directory change. - Allow the build system to include an user specified LDFLAGS. - Missing input/output-latency parameter settings now settled for the D-BUS controlled JACK server and firewire back-end driver. 0.3.11 2013-12-31 A fifth of a Jubilee. - More preparations for Qt5 configure build. - Interface device selection is now unified, by moving the old '>' pop-up menu into the customized combo-box drop-down list showing all available card/device names and descriptions (on a patch by Arnout Engelen, thanks). - Added include <unistd.h> to shut up gcc 4.7 build failures (patch by Alexis Ballier, thanks). 0.3.10 2013-04-01 The singing swan rehersal. - Session infra-client management finally being added. - Preparations for Qt5 migration. - Transport tempo (BPM) precision display fixed to 4 digits. - Color-candy (dang old ANSI terminal?) escape sequences are now silently stripped from jackdbus messages captured log (onliner from original patch by Brendan Jones, thanks). - List ALSA device card id. string instead of device number, while on setup dialog. - Japanese (ja) translation added (by Takashi Sakamoto). 0.3.9 2012-05-18 The last of the remnants. - Killing D-BUS controlled JACK server is now made optional, cf. Setup/Misc/Stop JACK audio server on application exit. (a patch by Roland Mas, thanks). - Added include <unistd.h> to shut up gcc 4.7 build failures. - Make(ing) -jN parallel builds now available for the masses. - A mis-quoting bug at the command line argument string may have been crippling the (unmaintained) Windows port since ever, leaving its main function to start jackd dead in the water, belly down :) now hopefully fixed (following a mail transaction with Stephane Letz and Mathias Nagorni, thanks). - Currently a JACK2-only feature, the JACK version string display at the About dialog box, must now be explicitly enabled on configure time (--enable-jack-version). - A new so called "Server Suffix" parameter option appears to rescue on the situations where QjackCtl falls short on extra, exquisite and/or esoteric command line options eg. (net)jack1/2 differences. - Fixed D-Bus Input/Output device parameter settings, filled when either interface is selected for Capture/Playback only. (probable fix for bug #3441860). - Fixed Makefile.in handling of installation directories to the configure script eg. --datadir, --localedir, --mandir. (after an original patch from h3xx, thanks). - Main window is now brought to front and (re)activated when clicking on the system tray icon instead of just hiding it. - Add current xrun count to the system tray icon tooltip, if not zero (after patch #3314633 by Colin Fletcher, thanks). 0.3.8 2011-07-01 JACK Session versioning. - Debugging stacktrace now applies to all working threads. - Session "Save" button now a drop-down menu, replacing the session save type combo-box/drop-down list selection. Also, an early session directory versioning/numbering scheme is now in place, although optional. - Probable fix to debian bug report #624198 - segfault when pressing the stop button (by Grant Adrian Diffey, after a patch from Adrian Knoth, thanks). - Desktop environment session shutdown (eg. logout) is now tapped for graceful application exit, even though the main window is active (visible) and minimizing to system tray is enabled. Both were causing first shutdown/logout attempt to abort. Not anymore, hopefully ;). - Make sure all activated patchbay definition files are in their complete and absolute directory path forms. - Connections refresh button now does an immediate and true reconstruction of all clients and their respective ports and connections, unconditionally. - Command line server start option (-s, --start) is now made independent from configuration setup option (cf. Setup/Misc /Start JACK audio server on application startup). - Now handling cable socket types properly to let patchbay definitions work correctly, whenever having sockets with the very same literal name (twisted from patch #3183467, by Karsten, thanks;). - Abrupt focus behavior when any of the keyboard modifiers (Shift, Ctrl, Alt, Caps Lock) is hit while on Connections client/port aliases editing (rename) has been fixed. - Russian (ru) translation updated (by Alexandre Prokoudine). - Added include "errno.h" alegedly missing for BSD style systems (applying patch for bug #3126091). 0.3.7 2010-11-30 JACK Session managerism. - Session widget has session save type preserved as well. - Connections and the new Messages/Status widgets now have their last open tab preserved across program run-cycles. - Connections and Patchbay widgets have been finally given up on an old feature request: an Expand All items button. - A significant UI layout has been made: the Messages and Status widgets were merged into one, giving space to the brand new Session wigdet to be easy accessible from the main panel control window. - libX11 is now being added explicitly to the build link phase, as seen necessary on some bleeding-edge distros eg. Fedora 13, Debian 6. (closing bug #3050915). - Input/Output latency options were missing but now finally enabled for the firewire back-end. - General standard dialog buttons layout is now in place. - Avoid pre-loading a stalled patchbay definition filename and its nagging error on startup (fixes bug #3017078). - Client connection retrial logic scrapped. Being a leftover from early ages, when machines were slower and JACK server startup times were longer... now, if it can't connect first time as client, it will tear down the server whether it's starting up still or not at all. (cf. Setup/Settings/Start Delay for the rescue). - Server name is finally part of the server settings presets, thanks to Fons Adriaensen for the heads-up. - As a workaround regarding issues switching jack2's backends, Robin Gareus sends us yet another D-Bus method slot: "preset", (dbus-send --system / org.rncbc.qjackctl.preset string:PRESET). Thanks again. - Another D-Bus interface slot makes it through implementation: "quit" (eg. usage: dbus-send --system / org.rncbc.qjackctl.quit). Besides, there's also these new JACK session management actions which were being overlooked as well: "load", "save", "savequit" and "savetemplate" are also available as D-Bus method slots. - Make sure that Patchbay socket names are unique when adding or copying, fixing previous patch by Dominic Sacre. - JACK version is now being shown on the About box (jack2). - Slight Connections widget behavioral change: (dis)connecting a client (from) to one single port, (dis)connections will be applied in sequence from (to) all client output ports to (from) as many input ports there are in below, one by one (satisfying a 5 year old request from Yann Orlarey, thanks:). - JACK session support is being introduced. - Ignore first XRUN occurrence option dropped from statistics. - Initial widget geometry and visibility persistence logic has been slightly revised as much to avoid crash failures due to wrong main widget hidden state. - Double-quotes are now being added to device names which include blank characters and were rendering invalid all command line invocation of the classic JACK server (eg. specially due for Portaudio device names on Windows). - Transport play (rolling) status is now being guarded to avoid backfiring from extraneous transport state changes. - General source tree layout and build configuration change. - Italian (it) translation added (by Sergio Atzori). - Post-shutdown script invocation logic slightly refactored in attempt to enforce its execution on application quit. 0.3.6 2010-03-09 Full D-Busification! - Make sure socket names are unique on each side of the Patchbay (another patch from Dominic Sacre, thanks). - A bunch of primitive D-Bus interface slots have been added, allowing shortcut access to most of main applications actions like toggling Messages, Status, Connections, Patchbay widget pop-ups, reset stats, transport and so on. New bindings are given eg. via dbus-send --system / org.rncbc.qjackctl.(main, messages, status, connections, patchbay, setup, about, reset, rewind, backward, play, pause, forward). (from an original idea from Sebastian Gutsfeld, thanks). - Patchbay snapshot now tolerates JACK client port strings that have more than one semi-colon in it, honoring just the first one exactly as everywhere else eg. Connections. (a glitch as reported by Geoff Beasley while using a2jmidid). - Most modal message dialog boxes (eg. critical errors) are now replaced by system tray icon bubble messages where available (mitigating feature request #2936455). - Comply with jackd >= 0.118.0 which nowruns in real-time mode by default; use of -R is now deprecated from the jackd command line interface options; use -r to run in non-real-time-scheduling. - A man page has beed added. - Got rid of a pretty old and never really useful "jackd-realtime" server path option--actually, it was only seen available on the now defunct old Mandrake Linux distro. - D-Bus support, as provided by org.jackaudio.service aka jackdbus, is now being introduced and used wherever available and whenever enabled. Configuring, starting, stopping and logging the JACK back-end server through the "infamous" jackdbus service is now being seamlessly exploited. - Global configuration state is now explicitly saved/committed to disk when Setup dialog changes are accepted and applied. - Server name command line option added (-n, --server-name). - Single application instance restriction option added (X11). - Setup for the netjack (slave) "net" driver has now sample-rate and frames per buffer (period size) settings disabled and/or ignored, as those are pretty much auto-detected by default; also, a new "netone" backend driver option has been introduced (as suggested by Torben Hohn). - Czech (cs) translation added (by Pavel Fric). - Fixed some main window keyboard shortcuts. Escape key now closes Connections, Patchbay, Status and Messages widgets as usual (bug #2871548). - Fixed glitch on configure portaudio support, specially when the library is not detected as available. 0.3.5 2009-09-30 Slipped away! - Late support for UTF-8 encoded client/port names. - Allow only one single patchbay connection to or from an exclusive socket (mitigating bug #2859119). - Automatic crash-dump reports, debugger stack-traces (gdb), back- traces, whatever, are being introduced as a brand new configure option (--enable-stacktrace) and default enabled on debug build targets (--enable-debug). - Probable fix on the audio connections with regard to client/port (re)name changes (an ancient bug reported by Fons Adriaensen). - Portaudio device selector is now available (after a patch handed by Torben Hohn and Stephane Letz). - A couple of primitive D-Bus interface slots have been introduced, giving the option to start/stop the jackd server from the system bus eg. via dbus-send --system / org.rncbc.qjackctl.start (.stop), (a nice addition supplied by Robin Gareus, thanks). - New command line option (-a, --active-patchbay=[path]) to specify and activate a given patchbay definition file (a simple patch sent by John Schneiderman, thanks). - Added one significant digit to DSP Load percentage status display. - Tentative support for netjack (slave) by adding the "net" driver to the existing backend driver options on the Setup/Settings section. - Converted obsolete QMessageBox forms to standard buttons. - New patchbay snapshot now raises the dirty flag and allows for the immediate salvage of patchbay definition profile. - Conditional build for JACK port aliases support (JACK >= 0.109.2). - Alternate icon sizes other than default 16x16, are now effective to the Connections widget (Setup/Dislay/Connections Window/Icon size). 0.3.4 2008-12-05 Patchbay snapshot revamp. - Introducing the very first and complete translations in-package: German (de), Spanish (es), French (fr) and Russian (ru); credits in TRANSLATORS. - At last, after years of retarded procrastination, the old infamous patchbay snapshot feature has been the subject of a almost complete rewrite and it does try to give a way better mapping of all actual and current running client/port connections, both JACK (audio, MIDI) and ALSA MIDI, of course ;) - On Setup/Settings/Parameters dialog, all device selection options are now reset to default when disabled interactively. - Grayed/disabled palette color group fix for dark color themes. - Qt Software logo update. - Fait-divers: desktop menu file touched to openSUSE conventions. - ALSA PCM devices now only listed/enumerated iif strictly compliant with the audio mode criteria (Duplex, Capture-only or Playback-only) as kindly suggested by Nedko Ardaunov. - JACK client/port aliases may now be displayed as a global user option (see Setup/Display/Connections/JACK client/port aliases). - Lighten up the connections line and highlight colors, as seen to fit best on some darker background themes. - Patchbay snapshot fixed to differentiate socket clients according to its type (Audio, MIDI or ALSA-Seq), avoiding the mess and gross mistake of hanging disparate type ports under the same client item. - JACK_DEFAULT_SERVER environment variable is now appended to the X11 unique application identifier, allowing for having multiple instances each controlling its own JACK server, besides the default one. - Due to some trouble with newer Qt >= 4.4 applications regarding font size configuration, a new global user option is now available to the rescue: Setup/Misc/Defaults/Base font size (default is no-op).
2016-04-23Fix tyop in patch comment.hauke1-2/+2
2016-04-23Correct a couple of typos.hauke1-2/+2
2016-04-23Updated devel/p5-Test-Compile to 1.3.0wen1-1/+2
2016-04-23Update to 1.3.0wen2-8/+7
Upsream changes: v1.3.0 2015-09-24 (Evan Giles <egiles@cpan.org>) - Announce the deprecation the procedural functions (long overdue) - Remove the 'use 5.6.2' statements, they cause warnings. - Fix some spelling errors - Move the xt tests into the main test directory - Protect against strange PERL5LIB chars (CPAN-RT 104614)
2016-04-23Updated devel/pango to 1.40.1prlw11-1/+2
2016-04-23Update pango to 1.40.1prlw13-9/+8
Overview of changes between 1.40.0 and 1.40.1 ============================================= - Use $PKG_CONFIG consistently (#764191) - Fix a PangoWin32FontMap memory leak (#7640890)