about summary refs log tree commit diff
path: root/pkgs/applications/video/bombono
AgeCommit message (Collapse)AuthorFilesLines
2021-12-21bombono: fix build after boost upgrade (#151574)Guillaume Girol1-2/+2
context: https://github.com/NixOS/nixpkgs/issues/151469
2021-04-30bombono: update ffmpeg, fix iso generationGuillaume Girol1-2/+10
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-10-26bombono: update expressionAndersonTorres1-27/+53
- New github page - Update license - Update homepage
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-2/+2
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-03-27bombono: fix build with scons/python3Symphorien Gibol1-2/+8
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-03-24treewide: no gnome aliasesJan Tojnar1-10/+10
2018-11-13treewide: use scons setup hookMatthew Bauer1-7/+1
Lots of packages can use it. Here is the list: - jackmix - klick - mixx - nova-filters - rhvoice - giv - mypaint - swift-im - bombono - mapnik - serf - nuitka - pyexiv2 - godot - hammer - toluapp - btanks - dxx-rebirth - endless-sky - globulation - the-powder-toy - fceux - gpsd - mongodb - rippled - mariadb - lprof
2018-01-27bombono: import patches from AUR to fix gcc7 buildSymphorien Gibol1-1/+17
2018-01-26bombono: enable parallel buildsSymphorien Gibol1-1/+3
2018-01-26bombono: add symphorien as maintainerSymphorien Gibol1-0/+1
2017-09-02bombono: init at 1.2.4Symphorien Gibol1-0/+35