about summary refs log tree commit diff
path: root/pkgs/applications/video/quvi/library.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-11-25quvi: dropPatka1-23/+0
2022-02-27quvi*: mark as brokenMaximilian Bosch1-0/+1
Failing Hydra build: https://hydra.nixos.org/build/163943269 Given that it hasn't had a release since 2013[1] and Gentoo/Fedora already dropped it[2][3]. Also, there are a lot of alternative stream/video downloaders, so it doesn't seem a big deal. [1] http://quvi.sourceforge.net/news/ [2] https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80024f2367f394b46326064823d0c39f373e2820 [3] https://src.fedoraproject.org/rpms/quvi/c/bf189503ae6c15d2731679e292c0a90ce1454e62?branch=rawhide
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-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-01-17maintainers: remove mornfall from packagesYegor Timoshenko1-1/+1
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-11-24libquvi: specify glib dependencyNikolay Amiantov1-2/+2
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk1-4/+3
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2014-01-28quvi: Update to current upstream (0.9.4).Petr Rockai1-5/+5
2013-10-06More description fixesBjørn Forsman1-1/+1
* Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
2011-12-03Add quviShea Levy1-0/+22
Patch submitted by mornfall svn path=/nixpkgs/trunk/; revision=30720