Next | Query returned 14 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138)
Log message:
*: bump for cairo buildlink3.mk change

lzo was made an option
   2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490)
Log message:
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
   2024-01-30 15:22:43 by Ryo ONODERA | Files touched by this commit (672)
Log message:
*: Recursive revbump from audio/pulseaudio-17.0
   2023-11-26 17:28:38 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-kivy: set PYTHON_SELF_CONFLICT
   2023-11-26 15:52:31 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
py-kivy: fix build for Darwin
   2023-11-20 17:42:43 by Greg Troxel | Files touched by this commit (1)
Log message:
devel/py-kivy: Drop cython comment

It is fixed upstream, and it is merely that they have not created a
release with the fixes.
   2023-11-20 16:52:18 by Greg Troxel | Files touched by this commit (2)
Log message:
devel/py-kivy: Depend on SDL2 and gstreamer

These should perhaps be options, but it's unclear if that is true and
if so what the default should be.

Not tested, but builds on NetBSD 10.
   2023-11-20 12:13:39 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-kivy: remove unused patch
   2023-11-20 07:36:48 by Thomas Klausner | Files touched by this commit (7) | Package updated
Log message:
py-kivy: update to 2.2.1.

Add upstream patch for cython 3.

2.2.1

Highlights

    [#8283]: backport (#8276): Limit stencil to inner instructions on Image widget

Tests/ci

    [#8288]: backport (#8263): Increase timeout of httpbin tests to reduce risk \ 
of failures on CI runs

Documentation

    [#8252]: backport (#8251): Ensures that jQuery is always installed (on newer \ 
sphinx versions is not the default)

2.2.0

Highlights

    [#7876]: Line/SmoothLine: Fixes rendering issues related to corner radius \ 
and updates its order (rounded_rectangle) + add getter methods for \ 
rounded_rectangle, rectangle, ellipse, circle.
    [#7882]: Re-implements the Bubble widget.
    [#7908]: Speed up SmoothLine creation by ~2.5x
    [#7942]: Config unicode support on Windows
    [#7988]: Added support for KIVY_LOG_MODE
    [#8044]: Add support for Python 3.11
    [#8056]: New Feature: Add BoxShadow graphic instruction 🎉
    [#8115]: Use font_direction and font_script_name from SDL2_ttf
    [#8144]: Added property for mouse draggable tab scrollbar to TabbedPanel
    [#8162]: Label: allow different values of left, top, right and bottom for \ 
padding.
    [#8169]: Image: add fit_mode feature
    [#8096]: Introduce build script for SDL dependencies and KIVY_DEPS_ROOT

2.1.0

Highlights

    [#7658]: Feature: Added EventManagerBase. We can now register managers that \ 
selectively process inputs e.g. touch and decide how to dispatch it to the \ 
widget tree. on_motion and motion_filter was added to Widget to handle generic \ 
motion inputs from the managers.
    [#7270]: Graphics: We now check whether the user called GL instructions from \ 
an external thread and raise an error.
    [#7293]: Properties: Added dynamic screen density/dpi support. KV code \ 
referencing density e.g. width: "5dp" will now update if the window \ 
dpi changes.
    [#7371]: KV: Allow using f-strings in KV-lang.
    [#7424]: Properties: Speed up bare widget creation (3X) and property \ 
dispatching/setting.
    [#7587]: Fix PermissionError when reconnecting mtdev input devices.
    [#7637]: Added Custom titlebar support.
    [#7642]: TextInput loading time optimization for large texts.
    [#7663]: Add python3.10 support.
    [#7678]: Add support for Apple Silicon.
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Next | Query returned 14 messages, browsing 1 to 10 | Previous