Commit Graph

7 Commits

Author SHA1 Message Date
Weijia Wang
a1334f0b83 seq66: 0.90.5 -> 0.99.12 2024-03-17 20:16:51 +01:00
Sergei Trofimovich
50a49047e1 seq66: enable Qt wrapper to fix plugin loading
Without the change `qseq66` fails to load as:

    $ qseq66
    qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
    This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

While at it added `mainProgram`.
2024-01-13 22:00:56 +00:00
Sergei Trofimovich
5f9b9b9fea seq66: fix build against gcc-13
Without the chnage build fails on `master` as:

    In file included from os/daemonize.cpp:64:
    ../include/os/daemonize.hpp:58:8: error: 'uint32_t' does not name a type
       58 | extern uint32_t daemonize
          |        ^~~~~~~~
    ../include/os/daemonize.hpp:36:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
       35 | #include "seq66_platform_macros.h"      /* for detecting 32-bit builds      */
      +++ |+#include <cstdint>

As upstream changes are quite invasive for backport I am only injecting
missing headers.
2024-01-13 16:54:53 +00:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Thomas Tuegel
5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook 2021-01-25 15:56:15 -06:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Orivej Desh
98a3c77296
seq66: init at 0.90.5 (#97728) 2020-09-11 05:12:10 +00:00