define __gmp_const. This patch addresses the compile time errors with an
ifndef.
while here:
- trim Makefile header
- remove indefinite article from COMMENT
- remove deprecated attribution from pkg-descr and make tab -> space change
in WWW field
PR: 176229
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Approved by: maintainer (implicit, because the port was broken)
This is a stabilization release that includes some important fixes.
Users should feel encouraged to upgrade to 13.02 immediately, and stop
using previous versions of Rosegarden.
===== Bug Fixes =====
* Use 64 for "dumb" NoteOff velocities, not 127
* Made InternalSegmentMapper handle RealTime segment delays consistently
* SortingInserter now sorts stably, fixing a noteoff race in MIDI export
* Fixed old code that never worked, making Rosegarden export LilyPond
staff names that include transposition information
* Fixed crash when changing the number of audio submasters (Tim Munro)
===== New Features =====
* LilyPond export now inserts \RemoveEmptyStaves to suppress the
printing of empty staves by default
* Tracks have a secondary "short label" property. The primary label
is exported to LilyPond as the long staff name, eg., "Trumpet in Bb,"
and the secodary label is the short staff name, eg., "Tpt."
- Add an OPTION to build without legacy code
- Fix Qt4 includes (fixes a conflict when both Qt3 and Qt4 are installed)
Reported upstream: http://www.vtk.org/Bug/view.php?id=13888
- Remove ABI version number of LIB_DEPENDS
- Rename patch to pet portlint(1)
- Sort pkg-plist
- Take maintainership
PR: ports/175956
Approved by: swills (mentor)
Changes:
* Enable using libsndfile for sound file loading.
* Focus update tweaks.
* Add EventsBlock().
* Add script to place pagers (James Bowlin).
* Introduce new animation engine (Daniel Manjarres).
* Fix various issues reported by clang. Minor cleanups.
* Fix test for XI2 availability.
* Use __func__ for function names in debug stuff.
* Window slide code cosmetics.
* Wrap some calls to XGrab/UngrabKeyboard() + cosmetics.
* Wrap XAllowEvents().
* Fix major memory leak when using XI2 events.
* Cleanup around XI2 event selection.
* When using XI2, handle all keyboard and pointer events via XI2.
* When using XI2, handle enter/leave events via XI2.
* When using XI2, handle focus change events via XI2.
* Restore old pointer warping behavior on maximization.
* Non-time-limited animations should not run until next ?!?
* CM: Set destination clip when rendering compositing buffer to screen.
* Remove long time disabled raindrops and imagespinner fx code.
* No need to adjust fx on area change.
* Add AnimatorDel().
* Add AnimatorGetData().
* Refactor fx.
* AnimatorsDelCatAll() is now unused.
* Resurrect slide shape.
* Enable setting shape on multiple windows.
* Remove code for shaded, semi-solid, and translucent move/resize modes.
* PixImg stuff is no longer used.
* Disable pseudo-transparency by default.
* Add AC_CONFIG_MACRO_DIR.
* Avoid warnings about uninitialised struct members.
* Enable not using a container window.
* Unbreak animated move/resize after recent changes.
* Get frame rate from randr.
* Remove obsolete ecore_x compatibility.
* Add/use ecore_x_window_prop_del().
* Cosmetic change around TimersRunNextIn().
* Switch default sound support to pulseaudio/libsndfile.
* Run composite rendering to screen separately from animators/idlers/
timers.