Commit Graph

196 Commits

Author SHA1 Message Date
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
github-actions[bot]
b27f238893
Merge staging-next into staging 2021-01-20 01:20:12 +00:00
zowoq
31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
github-actions[bot]
4b0e1b22cf
Merge staging-next into staging 2021-01-18 12:42:12 +00:00
R. RyanTM
9af9718ccb atomicparsley: 20200701.154658.b0d6223 -> 20210114.184825.1dbe1be 2021-01-18 10:18:33 +00:00
github-actions[bot]
3de5f8be30
Merge staging-next into staging 2021-01-17 12:38:53 +00:00
Ben Siraphob
76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Jan Tojnar
643a72b4f1
Merge branch 'staging-next' into staging 2021-01-17 05:52:43 +01:00
Michael Weiss
a6d138c7ad
Merge pull request #109405 from primeos/ffmpeg-full-disable-rav1e
ffmpeg-full: disable rav1e by default (in favor of svt-av1)
2021-01-16 20:35:27 +01:00
Jan Tojnar
e03806bc45
Merge branch 'staging-next' into staging 2021-01-15 17:47:43 +01:00
Michael Weiss
2345e374af
svt-av1: Extend the meta attributes
I've merged my local package definitions with the ones in Nixpkgs.
2021-01-15 14:21:07 +01:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Michael Weiss
e85084a85b
rav1e: 0.4.0-alpha -> 0.4.0 2021-01-13 17:55:39 +01: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
Okina Matara
30a7b0a709 svt-av1: init at 0.8.6 2020-12-04 08:07:42 -06:00
zowoq
8bc6e95686 rav1e: fix eval 2020-11-19 23:07:16 +10:00
Okina Matara
85513a7940
rav1e: 0.3.4 -> 0.4.0-alpha 2020-11-18 20:42:33 -06:00
freezeboy
2c233e06d8 flvtool2: remove (broken since 2018) 2020-11-03 11:43:07 +01:00
AndersonTorres
6bc2bf412c atomicparsley: 0.9.6 -> 20200701.154658.b0d6223 2020-10-26 01:13:47 -03:00
makefu
4d883b4d43
bento4: 1.5.1-629 -> 1.6.0-637 2020-10-04 15:02:44 +02:00
Peter Simons
cc2982b79b untrunc: update to latest git version 2020-09-21 10:11:42 +02:00
Michael Weiss
ae0221e4d0 rav1e: 0.3.3 -> 0.3.4 2020-09-10 12:27:20 +02:00
Daniel Olsen
fdefec4f3d vcsi: init at 7.0.12 2020-09-06 02:26:53 +02:00
zowoq
473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Michael Weiss
7a01d5aa42
Merge pull request #91050 from primeos/rav1e-cargo-c
Add cargo-c and a C-API for rav1e
2020-08-11 16:22:47 +02:00
José Romildo Malaquias
5b9ec0f003 untrunc-anthwlock: init at 2020.07.18 2020-07-30 13:39:18 -03:00
Michael Weiss
7024a01211
rav1e: Build and install C-compatible libraries
This is required for AV1 encoding support via librav1e in FFmpeg 4.3:
d8bf24459b
2020-06-18 18:49:27 +02:00
Vladimír Čunát
ad141fcbcb
rav1e: fix meta.homepage evaluation
It was broken by e3fa38ec1.
2020-06-13 17:15:25 +02:00
Michael Weiss
e3fa38ec16
rav1e: 0.3.2 -> 0.3.3
The Cargo.lock file is not included in the master branch but it is
currently added for the releases (e.g. [0]). Since the GitHub deploy
action currently fails for other reasons [1] we should use the
Cargo.lock from the repository instead.

[0]: 80573d2bf7
[1]: https://github.com/xiph/rav1e/issues/2373
2020-06-13 15:22:42 +02:00
Doron Behar
01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
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-06-12 11:55:31 -07:00
Michael Weiss
4d0d0b8dd1
rav1e: 0.3.1 -> 0.3.2 2020-05-29 21:34:51 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk
46ec52f329 buildPython*: use pname 2020-03-30 17:07:41 +02:00
Benjamin Hipple
3dcdededf6 rav1e: upgrade cargo fetcher and cargoSha256 2020-03-08 22:27:42 -04:00
Michael Weiss
c852f024cc
rav1e: 0.3.0 -> 0.3.1
Changelog: https://github.com/xiph/rav1e/releases/tag/v0.3.1
2020-02-20 11:24:54 +01:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Michael Weiss
27c0b18970
rav1e: 0.2.1 -> 0.3.0
Changelog: https://github.com/xiph/rav1e/releases/tag/v0.3.0
2020-02-07 16:03:19 +01:00
R. RyanTM
4ac051fde0 bento4: 1.5.1-628 -> 1.5.1-629 2020-01-05 21:08:12 -08:00
Michael Weiss
1c7c1e0529
rav1e: 0.2.0 -> 0.2.1
Changelog: https://github.com/xiph/rav1e/releases/tag/v0.2.1
2020-01-04 20:41:21 +01:00
Robin Gloster
ab0cfd9e03
treewide: NIX_*_COMPILE -> string 2019-12-31 00:10:18 +01:00
Robin Gloster
65395a7105
treewide: installTargets is a list 2019-12-30 13:29:27 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Michael Weiss
fa09b64bc0
rav1e: init at 0.2.0 2019-12-19 14:04:09 +01:00
Vladimír Čunát
f21211ebfe
Merge branch 'master' into staging 2019-09-02 23:25:24 +02:00
Ben Wolsieffer
38cac86769 rtmpdump: 2015-12-30 -> 2019-03-30 2019-08-31 13:51:28 -04:00
Ben Wolsieffer
29d9be2e72 rtmpdump: fix build with OpenSSL 1.1 2019-08-31 13:50:54 -04:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jonathan Ringer
5b30a10a0c gopro: init at 1.0 2019-08-02 08:56:59 -07:00
Daiderd Jordan
f401da6af8
atomicparsley: remove cf-private 2019-07-03 22:20:10 +02:00
Robin Gloster
0dbdf29237
atomicparsley: fix cross 2019-05-02 00:15:30 +02:00
Jan Malakhovski
caff8b7f4c mjpegtools: move defaults to package file 2019-02-03 15:30:40 +00:00
R. RyanTM
5e414d8339 bento4: 1.5.1-627 -> 1.5.1-628
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bento4/versions
2019-01-17 18:59:37 -08:00
Vladimír Čunát
287144e342
Merge branch 'master' into staging-next 2019-01-10 13:07:21 +01:00
Orivej Desh
e6133502a2 bento4: 1.5.1-624 -> 1.5.1-627 2019-01-08 17:57:30 +00:00
Lengyel Balazs
f4a53ff3bc treewide/xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +01:00
Orivej Desh
8eccf9e284 bento4: fix license
The documentation says GPL2, and the source files also say "or any later version".
https://www.bento4.com/about/
https://github.com/axiomatic-systems/Bento4/blob/v1.5.1-624/Source/C++/CApi/Bento4C.h
2018-12-21 14:12:24 +00:00
Matthew Bauer
8e4b0ceeb2 vncrec: use imake setup hook 2018-11-28 20:14:43 -06:00
Daiderd Jordan
c8e480b4da
atomicparsley: include cf-private on darwin
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSDictionary", referenced from:
          objc-class-ref in nsfile.o
          objc-class-ref in nsimage.o
    ld: symbol(s) not found for architecture x86_64
2018-11-05 19:13:33 +01:00
Felix Richter
17685a4022 bento4: init at 1.5.1-624 (#47632) 2018-10-18 11:34:43 +02:00
Markus Kowalewski
d9416449b5
flvtool2: add licenses 2018-09-12 23:12:15 +02:00
Pascal Wittmann
997418e5ee
vnc2flv: add license
see issue #43716
2018-08-04 16:13:28 +02:00
Pascal Wittmann
834bc4d834
vncrec: add license
see issue #43716
2018-08-04 16:10:58 +02:00
Lluís Batlle i Rossell
66d7126255 Take me (viric) out of most maintenance
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Will Dietz
855e0463ab tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linux
"platforms.gnu" has been linux-only since at least 17.03:

$ nix eval -f channel:nixos-17.03 lib.platforms.gnu
[ "i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" "mips64el-linux" ]

Unlike platforms.linux, platforms.gnu indicates "must use glibc"
which for the most part is not intended.

Replacing platforms.gnu with platforms.linux would be the same "today"
but let's err on preserving existing behavior and be optimistic
about platforms these packages work on.
2018-04-30 18:08:48 -05:00
Erik Arvstedt
f9f360883b untrunc: init at 2018.01.13 2018-03-01 20:30:48 +01:00
zimbatm
e8194c2c5b
ruby: remove unsupported versions (#34927)
* remove EOL ruby versions for security and maintenance reasons.
* only expose ruby_MAJOR_MINOR to the top-level. we don't provide
guarantees for the TINY version.
* mark all related packages as broken
* switch the default ruby version from 2.3.x to 2.4.x
2018-02-14 09:53:54 +00:00
Aneesh Agrawal
36f1bcbeb8 ruby treewide: don't merge source into top-level
Keep the `source` attrset distinct to prevent its entries from merging
with the top level attrs.
Since each type of source has a different set of entries for `source`,
this is the easiest way to keep them together.
This will pave the way for a new `url` type of source.

This is a mass-rebuild of many ruby packages,
notably those using `git` type sources.
2018-01-04 02:28:33 -05:00
John Ericson
531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Tuomas Tynkkynen
c8c82a67f0 swfmill: Fix build on GCC 6
https://hydra.nixos.org/build/60900173
2017-09-14 18:20:27 +03:00
Jörg Thalheim
f9192394ba dvgrab: 3.5 -> 2016-05-16 2017-08-29 12:36:39 +01:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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
2017-08-01 22:03:30 +02:00
Peter Jones
3f69d10342
atomicparsley: 0.9.0 -> 0.9.6 2017-04-14 12:10:28 -07:00
Daiderd Jordan
2676d48ff8
atomicparsley: fix build with llvm 4 2017-03-21 23:35:54 +01:00
Eelco Dolstra
1824832e17
rtmpdump: Use multiple outputs
This reduces the runtime closure size from 80 to 23 MiB.
2017-03-20 17:31:03 +01:00
Michael Raskin
386ecdcb4d rtmpdump: 2015-01-15 -> 2015-12-30 2017-02-09 08:45:12 +01:00
Tuomas Tynkkynen
eda2dd3d2f treewide: Fix more 'lib.optional' misuses 2016-10-02 00:44:10 +03:00
Tuomas Tynkkynen
5bf5de58ea treewide: Fix 'lib.optional' misuses
These add a singleton list of a package to buildInputs.
2016-10-01 23:38:06 +03:00
Kirill Boltaev
bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
Tuomas Tynkkynen
3243c4f272 treewide: Make explicit that 'dev' output of SDL is used 2016-08-29 03:27:14 +03:00
obadz
0e8d2725dc Merge branch 'master' into staging 2016-08-23 18:50:06 +01:00
Nikolay Amiantov
192d7a4cba mjpegtools: remove SDL input when build is minimal 2016-08-23 15:36:31 +03:00
Nikolay Amiantov
7b2106c32d mjpegtools: fix build 2016-08-23 15:33:29 +03:00
Robin Gloster
33e1c78ae3 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-16 07:54:01 +00:00
Nikolay Amiantov
c60deb0266 quote homepages for better clickability
Done while I was traversing packages which I maintain to save extra clicks on
urxvt (it captures semicolon as a part of URL).
2016-08-14 22:37:10 +03:00
Robin Gloster
b7787d932e Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-12 09:46:53 +00:00
Matthew Bauer
0a1cb79908 atomicparsley: fix darwin build 2016-08-10 22:42:51 -05:00
Matthew Bauer
93d0d6f25f atomicparsley: lowercase derivation name 2016-08-10 22:42:32 -05:00
Robin Gloster
1b979d8384 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-03 13:34:44 +00:00
Tuomas Tynkkynen
21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Robin Gloster
8031cba2ab Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-06-10 09:27:04 +00:00
Tuomas Tynkkynen
bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
Robin Gloster
c92bca56f8 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-05-02 22:58:02 +00:00
Frederik Rietdijk
d5e6a4494a Python: use PyPI mirror (#15001)
* mirrors: add pypi

* Python: Use pypi mirror for all PyPI packages
2016-04-26 13:38:03 +01:00
Nikolay Amiantov
4785ebc471 mjpegtools: split, use minimal version by default 2016-04-21 17:23:56 +03:00
Robin Gloster
f60c9df0ba Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-03-28 15:16:29 +00:00
Ryan Artecona
5569b982f5 yamdi: change src url to sourceforge mirror 2016-03-16 12:39:47 -04:00
Ryan Artecona
9da0403527 yamdi: init at 1.9 2016-03-16 11:39:43 -04:00
Robin Gloster
3f45f0948d Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-03-15 01:44:24 +00:00