Commit graph

16057 commits

Author SHA1 Message Date
rin
c4ebcbf0ff x11/mlterm: Update comment in patch. NFC.
patch-uitoolkit_fb_ui__display__wscons.c has been merged to upstream,
and will be in the next release.
2022-07-09 09:40:20 +00:00
gutteridge
918b48ce57 qt5-qtquickcontrols2: un-break build after last update
5.15.5 renamed libqtquickcontrols2materialstyleplugin.so to
libqqc2materialstyleplugin.so for compatibility with the Android 5
path length limit. While here, tidy up another entry that was added.
2022-07-08 18:10:54 +00:00
wiz
d6c4e56fcf xkeyboard-config: does not support python 2.x 2022-07-08 15:08:02 +00:00
nia
0275c76af0 PR pkg/56909 libXft cannot avoid-duplicate because the native fontconfig
is always ignored on NetBSD 8 due to a (possibly wrong for native Xorg)
ABI_DEPENDS setting elsewhere in pkgsrc
2022-07-08 06:39:57 +00:00
pin
51a0300f7b x11/xbanish: update to 1.8
-add -s option to ignore scrolling events (#62)
-Makefile: Use pkg-config

Updated in wip by Paolo Vincenzo Olivo, simplified by leot and restore linking
by myself.
2022-07-07 21:32:21 +00:00
rin
cdbdbe5a64 x11/mlterm: Make GTK support optional (default: on). 2022-07-07 12:59:51 +00:00
rin
d28615e19d x11/mlterm: Update comment in patch. NFCI.
patch-uitoolkit_xlib_ui__imagelib.c has been merged to upstream.
It will be in the next release.
2022-07-07 00:08:29 +00:00
rin
06c2b2d578 x11/mlterm: Add support for 8-/4-bpp planar fb found on NetBSD/amiga.
Requires amidisplaycc(4) driver from NetBSD-current. With older
drivers, automatically falls back to monochrome mode.

Bump revision.
2022-07-07 00:04:42 +00:00
gutteridge
7ed9cbbb74 drawterm: simplify expression (NFC) 2022-07-04 21:52:04 +00:00
gutteridge
c161cec142 lemonbar-xft: correct patch comment 2022-07-04 21:37:25 +00:00
pin
b196d3ad80 Add drawterm 2022-07-04 20:57:50 +00:00
pin
644ded34d7 x11/drawterm: import package
Packaged in wip by Paolo Vincenzo Olivo.

Drawterm  is a program that users of non-Plan 9 systems can use to
establish graphical cpu(1) connections with Plan 9 CPU servers.  Just as
a real Plan 9 terminal does, drawterm serves its local name space as
well as some devices (the keyboard, mouse, and screen) to a remote CPU
server, which mounts this name space on /mnt/term and starts a shell.
Typically, either explicitly or via the profile, one uses the shell to
start rio(1).

This is a fork of Russ Cox's drawterm to incorporate features from
Plan9front (http://9front.org), most importantly DP9IK authentication
support (see authsrv(6)) and the TLS based rcpu(1) protocol.
2022-07-04 20:56:48 +00:00
pin
b075a336b0 Add lemonbar-xft 2022-07-04 19:57:07 +00:00
pin
50855e1e95 x11/lemonbar-xft: import package
Lemonbar fork with Xft support. This fork is a continuation of the archived
fork by https://github.com/krypt-n/bar/
2022-07-04 19:56:05 +00:00
pin
efd823d11c x11/lemonbar: prepare import of Xft variant 2022-07-04 19:51:29 +00:00
pin
4b0fc18149 Add xbrightness 2022-07-03 21:09:22 +00:00
pin
5fc4c7fe7d x11/xbrightness: import package
Packaged in wip by Paolo Vincenzo Olivo.

xbrightness is a command-line tool for altering the brightness (and optionally
gamma) at software level, through the X server.
2022-07-03 21:07:48 +00:00
pin
4dd807bb67 Add qt5-styleplugins 2022-07-03 20:45:30 +00:00
pin
eac38e5f5d x11/qt5-styleplugins: import package
Packaged in wip by Paolo Vincenzo Olivo.
2022-07-03 20:43:53 +00:00
wiz
34bd14d1f7 libX11: update to 1.8.1.
1.8.1

This release fixes the --enable-thread-safety-constructor option to the
configure script to work as intended.  In the previous release, the changes
for this option may not have been enabled when the option was not specified
or when the --enable option was specified.

While we have enabled it by default, believing that doing so will reduce
the number of bugs users encounter running libX11 clients, in some cases
it may expose bugs in which clients had previously gotten away with calling
libX11 functions while a libX11 lock is already held, and thus now deadlock,
as discussed in https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157 .

Alan Coopersmith (2):
      configure.ac: Fix --enable-thread-safety-constructor
      libX11 1.8.1

1.8

The highlight of this release is that we now try to initialize thread
safety ourselves, rather than hope the application does it. This should
resolve a number of long-standing bugs with the libxcb integration,
since the socket handoff mechanism essentially has to be thread-safe.
But regressions are always possible, so please report any issues
introduced by this release.

Adam Jackson (2):
      global: call XInitThreads() from the library's constructor
      libX11 1.8

Alan Coopersmith (4):
      XkbUpdateKeyTypeVirtualMods: always initialize mask
      XKBgeom.h: Remove XKB_IN_SERVER section
      XKBgeom.h: Add _Xconst qualifier to char * arguments in functions
      XkbOpenDisplay: Add _Xconst qualifier to display name argument

Benno Schulenberg (7):
      nls: remove redundant Khmer digraphs, already defined in included file
      nls: remove misplaced sequences from Ethiopian and Greek compose files
      nls: remove eight pointless self-producing compose sequences
      nls: add Multi-key sequences for abovedot, diaeresis, and ogonek
      nls: make the Ethiopian compose sequences actually work
      lcCT: use the correct index for checking the second byte
      docs: add release notes for versions 1.7.3, 1.7.4, and 1.7.5
2022-07-03 09:44:13 +00:00
wiz
4033608430 gtk3+: update to 3.24.34.
Turn off default-on wayland option since this needs
a newer wayland version than is currently in pkgsrc.

Overview of Changes in GTK+ 3.24.34, 05-18-2022
===============================================

* Include legacy hicolor icons

* Fix the build with gcc 12

* MacOS:
 - Restore QUARTZ_RELOCATION support

* X11:
 - Trap errors when getting output properties

* Wayland:
 - Ignore empty preedit updates This fixes a problem with
   textview scrolling
2022-07-03 09:38:04 +00:00
ryoon
3f802fe5c3 *: Recursive revbump from audio/pulseaudio 2022-07-02 16:53:03 +00:00
rin
fde8c5d73b x11/mlterm: Fix color of sixel image on X server of opposite byte-order.
This patch has been pull-requested to upstream:
https://github.com/arakiken/mlterm/pull/45

Bump revision.
2022-07-02 03:17:04 +00:00
rin
574e2f7a5d x11/mlterm: Add ``debug'' option. 2022-07-02 03:11:43 +00:00
adam
cb049bfa0e qt5: updated to 5.15.5
5.15.5:
bug fixes
2022-07-01 16:13:36 +00:00
nia
04f4eef997 *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
nia
5a902f5e71 eekboard: Remove introspection option.
https://marc.info/?l=pkgsrc-users&m=165444158600671&w=2
2022-06-28 11:40:47 +00:00
nia
4f2b4a537c mate-panel: Remove introspection option.
https://marc.info/?l=pkgsrc-users&m=165444158600671&w=2
2022-06-28 11:38:05 +00:00
wiz
8292204475 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
wiz
3dbdc7fc71 qt5-qtwebengine: add comment that this does not currently support ffmpeg5 2022-06-27 21:41:52 +00:00
gutteridge
b061ffdaf9 xfce4-exo: update to 4.16.4
The upstream change log doesn't note this, but this is a security fix
for CVE-2022-32278.

Change log:

4.16.4
======
- exo-open : Only execute local .desktop files
2022-06-20 22:31:38 +00:00
wiz
9d122d4f93 py-xcbgen, xcb-proto: update to 1.15.2
Matt Turner (4):
      Remove libdir from xcb-proto.pc
      Install xcb-proto to $(datarootdir)
      Call AC_OUTPUT without arguments
      xcb-proto 1.15.2
2022-06-18 08:25:05 +00:00
wiz
92179ecf71 libxcb: depend on latest py-xcbgen, and fix PLIST for it.
Bump PKGREVISION.
2022-06-17 16:43:34 +00:00
wiz
c924b4d995 py-xcbgen, xcb-proto: update to 1.15.1
Also add comment that one should update both together.

Changes:

Austin Shafer (1):
      dri3: Update dri3.xml to DRI3 1.3

Matt Turner (1):
      xcb-proto 1.15.1

Mike Sharov (1):
      Add DOUBLE-BUFFER extension specification.
2022-06-16 21:26:15 +00:00
wiz
9ddc73db78 xscreensaver: update to 6.04.
New hacks, nakagin and chompytower.
Settings dialog shows diagnostics for bad image folders and feeds.
URLs for imageDirectory can now point at archive.org collections.
Sliders for various “Speed” preferences are easier to use.
X11: Settings dialog shows saver description below embedded preview.
X11: Better behavior when zero monitors are attached.
X11: Improvements to inhibiting blanking while videos are playing: No longer necessary to hack GNOME and KDE to get them to not usurp the org.freedesktop.ScreenSaver endpoint.
X11: unicrud displays character names.
Updated webcollage.
2022-06-13 09:46:47 +00:00
wiz
35bd9be4f7 deforaos-panel: fix PLIST 2022-06-13 07:11:33 +00:00
wiz
11dcef3b78 deforaos-panel: depend on latest gtk-doc and bump PKGREVISION
PLIST already fixed by mef.
2022-06-11 14:09:13 +00:00
mef
463799fb0c (x11/deforaos-panel) fix build, regen PLIST, +deprecated-api-index.html 2022-06-11 13:58:57 +00:00
pin
9e4ad851dd x11/wired-notify: update to 0.10.2
-Support And() and Or() in render_criteria/render_anti-criteria. See wiki (#62).
-Support supplying a name for AppName render criteria (#62).
-Support moving notifications depending on "active" monitor. See focus_follows
 and associated issue (#60).
-Support loading and using SVGs (#53).
-Fixed a bug where notifications would spawn at the top left of the screen for
 a frame or so when parented somewhere else (#71).
-Updated dependencies to resolve some "security vulnerabilities".
-Probably some other misc fixes.
2022-06-10 07:30:56 +00:00
adam
b184848cad wxGTK31: updated to 3.1.7
3.1.7

CMake build system improvements (better precompiled headers support).
New wxFileDialog customization API working with IFileDialog in wxMSW.
Many updated translations and new wxTRANSLATE_IN_CONTEXT().
Fixes for bad interactions with new macOS 12 features in wxOSX.
Several previously missing attributes added to multiple XRC handlers.
Row reordering by dragging and UI enhancements in wxGrid.
Ability to suppress selected (or all) GTK warning messages in wxGTK.
And many, many bugs fixes, including for the regressions in 3.1.6.
2022-06-07 18:48:34 +00:00
wiz
591e836767 gtksourceview4: remove introspection option, enabling it by default
It was default-on, but this commit also makes gobject-introspection
a build dependency, so bump PKGREVISION.
2022-06-07 18:17:28 +00:00
wiz
5c99c9776f py-Pmw{,2}: remove
No users left in pkgsrc.
2022-06-07 10:37:23 +00:00
wiz
eeaf8e2e8f deforaos-libdesktop: update PLIST for fixed gtk-doc
and depend on it. Bump PKGREVISION.
2022-06-07 07:30:20 +00:00
dholland
8479111d9e Patch up x11/blt some.
Most importantly, fix up what it passes to the TCL package handling
functions, since as it was the library won't initialize. I can't
remember when this changed in TCL but I've seen the same issue
before... years ago. This library has likely been inoperable all that
time.

Patch up a whole bunch of build warnings, some significant.

However, it probably still doesn't work and in addition to a lot more
routine build issues it needs attention from someone who knows more
tcl than me.

Bump PKGREVISION (to 13). I'm not going to bump the handful of
dependent packages since I don't think I've done anything to change
the interface, plus they're all likely inoperable anyway given how
broken this thing looks.

Prerequisite for checking PR 32807 for currency, since it depends on
blt and blt won't load. But I rather imagine the problem seen at the
time was blt dumping core.
2022-06-06 04:27:14 +00:00
gutteridge
3d312382a3 xfce4-eyes-plugin: update to 4.6.0
Change log:

4.6.0 (2022-04-04)
=====
- Add Chibi theme (!4)
- Small code improvements
- Translation Updates:
  Albanian, Armenian (Armenia), Basque, Belarusian, English (Canada),
  Finnish, French, Hebrew, Slovenian, Spanish, Thai, Ukrainian, Uyghur
2022-06-05 18:39:14 +00:00
adam
948cacd829 qt5-qtwayland: fix build 2022-06-04 06:15:21 +00:00
adam
e9bfbce2eb qt5: updated to 5.15.4
5.15.4
Bug fixes
2022-06-04 06:07:25 +00:00
gutteridge
34472d3ad6 xfce4-terminal: update to 1.0.4
Change log:

1.0.4
======
Fixes a regression introduced in 1.0.1.

Regressions fixed:
- URL drag-n-drop adding rubbish characters (Issue #196)

Gitlab:
- Fix CI build
2022-06-04 00:18:34 +00:00
wiz
63b8577f40 labltk: update to 8.06.12.
Fix some pkglint.

Changes:

LablTk 8.06.12 with OCamlBrowser

Compatibility release to make OCamlBrowser work with OCaml 4.14 (and only this version)

LablTk 8.06.11 with OCamlBrowser

This is a bug fix release of LablTk and OCamlBrowser.
It also makes OCamlBrowser work on OCaml 4.13 (and only this version).

    Disable -warn-error for users, add all-devel target for developers
    Add ommitted labels
    Update ocamlbrowser for ocaml 4.13

LablTk 8.06.10 with OCamlBrowser

This is a bug fix release of LablTk and OCamlBrowser.
It also makes OCamlBrowser work on OCaml 4.12 (and only this version).

    Fix bugs in ocamlbrowser that prevented exploring types in source files
    Install camltkwrap.{cmi,cmx} (report by Pascal Raymond)

LablTk 8.06.9 with OCamlBrowser 4.11.0

New release of LablTk and OCamlBrowser

    LablTk is compatible with ocaml 4.07 and newer
    OCamlBrowser is compatible with ocaml 4.11

Fixes a configuration error with clang 12 (observed on MacOS).

LablTk 8.06.8 with OCamlBrowser 4.10.0

New release of LablTk and OCamlBrowser

    LablTk is compatible with ocaml 4.07 and newer
    OCamlBrowser is compatible with ocaml 4.10

Fixes a number of bugs in OCamlBrowser, particularly concerning the file selection window.

LablTk 8.06.7

New release fixing compatibility problems for ocaml 4.09.

    still compatible with ocaml 4.07
    ocamlbrowser compatible with ocaml 4.08 and 4.09

opam packages should be labltk.8.06.7 and ocamlbrowser.4.08.1

LablTk 8.06.6

New release for ocaml 4.08.

    compatible with ocaml 4.08.0 (required for ocamlbrowser)
    compiles and installs without ocamlbrowser (use make library opt rather than make all opt).

Using opam, two packages are provided: labltk.8.06.6 and ocamlbrowser.4.08.0
2022-06-03 08:51:22 +00:00
wiz
2db49bc497 libdrm: update to 2.4.111.
libdrm 2.4.111, just a few things built up, and drop libkms.

Alex Deucher (3):
      test/amdgpu: only disable deadlock tests on asics without GPU reset
      amdgpu: add marketing names from 21.50
      amdgpu: add marketing names from 22.10

Andrey Grodzovsky (1):
      tests/amdgpu/hotunplu: Enable hotunplug tests.

Daniel Stone (2):
      drm/atomic: Stable sort for atomic request de-duplication
      libkms: Remove libkms completely

Dave Airlie (1):
      build: bump version to 2.4.111

Dylan Baker (9):
      meson: use dictionary kwargs
      meson: add override_dependency when possible
      meson: switch the meson builtin for symbol visiblity
      meson: switch to cc.get_supported_arguments
      meson: use more standard formatting for better readability
      meson: use cc.check_header instead of open coding
      meson: use cc.has_function_attribute instead of open coding
      meson: use the modern interface for pkg.generate
      meson: use summary() instead of message

Eleni Maria Stea (3):
      xf86drm.c: fix C99 warning
      modeprint, modetest, proptest: cast __u64 to uint64_t
      tests/modeprint: fix argument type

Eric Engestrom (1):
      use standard `__typeof__()` instead of GNU extension `typeof()`

Flora Cui (2):
      tests/amdgpu: add draw test for gfx10
      tests/amdgpu: add dispatch test for gfx10

Guchun Chen (2):
      tests/amdgpu: Add VCN test support for Biege Goby
      tests/amdgpu: use appropriate ring for different asics

Karol Herbst (1):
      nouveau: add ioctl wrapper to check for dead channels

Lu Jiacheng (1):
      tests/amdgpu: Add test suite CP DMA

Matt Turner (2):
      man: Fix some typos
      man: Add formatting to drmModeGetConnector reference

Raviteja Goud Talla (1):
      intel: sync i915_pciids.h with kernel

Samuel Pitoiset (4):
      amdgpu: update_drm.h for new CTX OP to set/get stable pstates
      amdgpu: implement new CTX OP to set/get stable pstates
      tests/amdgpu: add a test for new CTX OP to get/set stable pstates
      build: bump version to 2.4.110

Sathishkumar S (3):
      tests/amdgpu: add jpeg tests support
      tests/amdgpu: enable jpeg test based on ip query
      tests/amdgpu: enable vcn test based on ip query

Simon Ser (1):
      releasing: s/master/main/

Tejas Upadhyay (2):
      intel: Add support for ADL-N
      intel: Add support for RPLP

Thierry Reding (25):
      tegra: Indent according to .editorconfig
      tegra: Remove unused IOCTL implementations
      tegra: Extract common buffer object allocation code
      tegra: Fix mmap() of GEM buffer objects
      tegra: Add flink helpers
      tegra: Add PRIME support helpers
      tegra: Make API more consistent
      tegra: Install tegra-openclose test
      tegra: Update for new UABI
      tegra: Include private.h in list of source files
      tegra: Add channel APIs
      tegra: Add job and push buffer APIs
      tegra: Add syncpoint APIs
      tests: tegra: Add helper library for tests
      tests: tegra: Add gr2d-fill test
      tests: tegra: Add syncpt-wait test
      tests: tegra: Add syncpoint timeout test
      tests: tegra: Add VIC support
      tests: tegra: Add VIC 3.0 support
      tests: tegra: Add VIC 4.0 support
      tests: tegra: Add VIC 4.1 support
      tests: tegra: Add VIC 4.2 support
      tests: tegra: Add VIC clear test
      tests: tegra: Add VIC blit test
      tests: tegra: Add VIC flip test

ravitejax (1):
      intel: Add support for RPLS platform
2022-06-03 08:30:34 +00:00