about summary refs log tree commit diff
path: root/pkgs/applications/video/cinelerra
AgeCommit message (Collapse)AuthorFilesLines
2021-11-09cinelerra: minor formattingSandro Jäckel1-36/+37
2021-11-07pkgs/applications: rename name to pname&version part 2Felix Buehler1-14/+76
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-02-16cinelerra: 2018-05-16 -> 2021-02-14Ingo Blechschmidt1-14/+6
2021-02-11cinelerra: unbreak the build (make compatible with gcc10)Ingo Blechschmidt1-11/+18
We also take the opportunity to change the source to the current canonical upstream and to do various small cleanups.
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-12cinelerra: streamline buildHerwig Hochleitner1-7/+7
2019-10-12cinelerra: 2016-01-12 -> 2018-05-16Herwig Hochleitner1-3/+3
fixes SEGV on startup
2019-10-12cinelerra: use github sourceHerwig Hochleitner1-3/+4
fixes build error due to discontinued repository
2019-01-04treewide/xorg: replace *proto with xorgprotoLengyel Balazs1-2/+2
2018-07-21Merge branch 'master' into unused5Jörg Thalheim1-14/+1
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-07-20cinelerra: remove old commented codePascal Wittmann1-13/+0
2018-07-20cinelerra: add versionPascal Wittmann1-1/+1
see issue #43717
2017-12-07cinelerra: disable parallel buildingOrivej Desh1-4/+2
2017-11-17cinelerra: add a note about parallel buildingOrivej Desh1-0/+4
2017-01-28Add fixed cinelerraLluís Batlle i Rossell1-5/+17
I don't know what version to choose
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-1/+1
2014-12-04cinelerra: fix download urlPeter Simons1-3/+3
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-06-22cinelerra: don't repeat package name in meta.descriptionBjørn Forsman1-1/+1
2012-03-11cinelerra: drop esound supportYury G. Kudryashov1-2/+2
I'm going to remove esound from nixpkgs in a few minutes. svn path=/nixpkgs/trunk/; revision=32981
2011-06-22cinelerra-git: let pkgconfig handle freetype and its -I flagsFlorian Friesdorf1-3/+1
svn path=/nixpkgs/trunk/; revision=27529
2011-06-22cinelerra-git: file, libuuid instead of e2fsprogs, and libXextFlorian Friesdorf1-6/+6
svn path=/nixpkgs/trunk/; revision=27527
2011-06-22cinelerra-git: switched to fetchgitFlorian Friesdorf1-6/+12
svn path=/nixpkgs/trunk/; revision=27526
2010-07-28* More cleanup.Eelco Dolstra1-16/+19
svn path=/nixpkgs/trunk/; revision=22798
2009-12-11removing old bleeding edge cruft replacing it by a niftier version usingMarc Weber1-3/+11
source regions which are substituded by the tool nix-repository-manager. See http://github.com/MarcWeber/nix-repository-manager/raw/master/README. sourceByName is called sourceFromHead now. updates: MPlayerTrunk, haxe, neko, netsurf, cinelerra, ctags cinelerra does no longer build due to Xorg update svn path=/nixpkgs/trunk/; revision=18894
2009-04-18* Move the composition of Haskell packages out of all-packages.nixEelco Dolstra1-1/+1
into haskell-packages.nix, which depends on an instance of GHC. This allows a consistent set of packages to be built with the same GHC. For instance, $ nix-build -A haskellPackages_ghc683.xmonad builds xmonad and all its dependencies with GHC 6.8.3, while $ nix-build -A haskellPackages_ghc6102.xmonad does the same with GHC 6.10.2. This is the same technique used with kernelPackages. It also means that we don't need things like "cabal682" and "cabal683" anymore. * The setup hook is now in a separate wrapper package so that we don't have to recompile all of GHC every time we want to make a small change. * cinelerra: this package appears to have an accidental dependency on the "X11" Haskell package. svn path=/nixpkgs/trunk/; revision=15125
2008-10-14added cinelerra (video editing application)Marc Weber1-0/+34
svn path=/nixpkgs/trunk/; revision=13068