summary refs log tree commit diff
path: root/pkgs/development/libraries/libvisual
Commit message (Collapse)AuthorAge
* libvisual: split headers to "dev" outputSergei Trofimovich2023-05-11
|
* Merge master (+ 11b095e revert) into staging-nextAlyssa Ross2023-02-18
|\ | | | | | | | | Conflicts: pkgs/development/libraries/libvisual/default.nix
| * Revert "libvisual: disable building examples when cross compiling"Alyssa Ross2023-02-18
| | | | | | | | | | | | | | This reverts commit 11b095e8805aa123a4d77a5e706bebaf86622879. We have a better fix (fa0633e) in staging-next, which I'm about to merge into.
| * libvisual: disable building examples when cross compilingNick Cao2023-02-14
| | | | | | | | the examples depend on SDL, and sdl-config is not available when crossing
| * Revert "libvisual: fix null malloc check on cross"Nick Cao2023-02-14
| | | | | | | | | | | | This reverts commit a656aeb7f134a3ac8376dcf527cf29327d2d796e. As of now these flags are no longer required for cross compilation
* | libvisual: pull upstream fix for pkg-config SDL1 discoverySergei Trofimovich2023-02-07
|/ | | | | | | | | | | Without the change cross-compilation fails in `staging-next` as: $ nix build --no-link -f. pkgsCross.riscv64.libvisual ... > checking for riscv64-unknown-linux-gnu-sdl-config... no > checking for sdl-config... no While at it added `strictDeps = true;`.
* libvisual: 0.4.0 -> 0.4.1Sergei Trofimovich2023-01-26
| | | | | | Maintenance release Changes: https://github.com/Libvisual/libvisual/blob/libvisual-0.4.1/libvisual/NEWS#L6
* development: /s/name/pname&version/Felix Buehler2021-06-30
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020Matthew Bauer2020-04-13
|\ | | | | Cross compilation fixes [april 2020]
| * libvisual: fix null malloc check on crossMatthew Bauer2020-04-06
| | | | | | | | this is needed to build
* | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|/
* gstreamer: don’t use libvisualMatthew Bauer2019-06-21
| | | | Fixes #63617
* Change many homepage urls from http to https #30636Pascal Wittmann2017-11-10
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* switch hardening flagsRobin Gloster2016-01-30
|
* Use a hardened stdenv by defaultFranz Pletz2016-01-30
|
* Set some meta.platformsEelco Dolstra2015-03-20
| | | | Also fix meta.platform -> meta.platforms in a few places.
* add libvisual 0.4.0Song Wenwu2013-08-11