Commit graph

157 commits

Author SHA1 Message Date
Eric Dallo ccc13c2e53 srt-vtt: init at 2019-01-03 (#70885)
* srt-vtt: init at 2019-01-03

* Append 'unstable' to pname

Co-Authored-By: Marek Mahut <marek.mahut@gmail.com>

* Fix version

* Remove which validation

* Add support to linux only

Co-Authored-By: Evils-Devils <30512529+Evils-Devils@users.noreply.github.com>
2019-11-07 17:21:47 -05:00
Maximilian Bosch eb2284508d
xorriso: 1.5.0 -> 1.5.2 2019-11-01 12:31:31 +01:00
Nikola Knezevic aeb0fc45e2 isomd5sum: init at 1.2.3
Adds isomd5sum as a package. This nifty utility helps with modifying ISO files,
specifically MD5 sums embedded in them.
2019-10-23 16:41:35 +02:00
c0bw3b 845593d807 dvdplusrwtools: revamp at 7.1
+ replace local patches with Gentoo ones
+ add meta.licenses
2019-10-22 20:57:50 +02:00
c0bw3b 382ca30e76 cdrtools: 3.02a06 -> 3.02a09 2019-10-22 20:57:50 +02:00
R. RyanTM e71b9c8239 unetbootin: 661 -> 675
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/unetbootin/versions
2019-10-08 15:12:15 -07:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +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
Jascha Geerds ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
hhm fdca55e6fe cdimgtools: init at 0.3 2019-02-26 22:17:21 -05:00
worldofpeace 3fb66709ff cuetools: use fetchFromGitHub 2019-02-26 20:29:34 -05:00
hhm 99d338b130 cuetools: symlink cuetag to cuetag.sh
Debian-based distros call cuetag.sh "cuetag" (see https://packages.debian.org/buster/amd64/cuetools/filelist).
This adds a symlink for compatibility with those distros.
2019-02-26 20:26:52 -05:00
Florian Klink ea4431750e brasero: fix libdvdcss usage
turns out, prefixing LD_PRELOAD with the path to libdvdcss works just
fine.
2019-02-14 01:20:41 +01:00
c0bw3b 0498ccd076 Treewide: use HTTPS on GNU domains
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
Francesco Gazzetta b74f46eb35 dvd-vr: init at 0.9.7 2018-11-19 14:05:48 +01:00
Jan Malakhovski 5f54bb9919 mdf2iso: fix src
Debian's anonscm is dead, they use a Gitlab instance now.

The hash changed because the branch was rebased upstream, the diff is
a noop.
2018-11-17 10:16:33 +00:00
R. RyanTM ae5a7f4d07 xorriso: 1.4.8 -> 1.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xorriso/versions
2018-09-19 22:00:02 -07:00
Markus Kowalewski 0bdf24f9a5
lsdvd: add license 2018-09-07 23:48:32 +02:00
Markus Kowalewski e016d1eabb
cdrdao: add license 2018-09-07 23:48:31 +02:00
Markus Kowalewski f92f9a2b6f
bchunk: add license 2018-09-07 23:48:30 +02:00
Pascal Wittmann 4269eb17dc
brasero: inherit meta in wrapper
see issue #43716
2018-08-05 16:06:55 +02:00
Pascal Wittmann 5c831c7bfe
brasero: correct license, is actually gpl2Plus
see issue #43716
2018-08-05 16:02:07 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
R. RyanTM f63c52bc42 unetbootin: 657 -> 661
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/unetbootin/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/25pjsiav4kpzyvms0a24zfmm3267nsq9-unetbootin-661/bin/unetbootin had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/25pjsiav4kpzyvms0a24zfmm3267nsq9-unetbootin-661/bin/.unetbootin-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 661 with grep in /nix/store/25pjsiav4kpzyvms0a24zfmm3267nsq9-unetbootin-661
- directory tree listing: https://gist.github.com/b36c6d9dbe30c7b0e794715dafed8272
- du listing: https://gist.github.com/2da554212740e7e9655de8e211d2e8ed
2018-06-05 15:57:40 -07:00
John Ericson 62ca2316a4
Merge pull request #36885 from obsidiansystems/meta-host-prepare
treewide: Prepare for #34444
2018-03-12 19:06:35 -04:00
John Ericson 59c656a421 dvdisaster: Fix sse2 logic for cross and improved meta.platforms 2018-03-12 18:55:41 -04:00
Daiderd Jordan 13ca830f1d
bchunk: fix clang build
/cc ZHF #36454
2018-03-08 22:31:55 +01:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Jörg Thalheim d428bc27be
Merge pull request #35145 from AndersonTorres/upload/cue2pops
cue2pops: init at git-2018-01-04
2018-02-21 10:11:44 +00:00
Jörg Thalheim f24ca86d55 cue2pops: fix darwin build 2018-02-21 10:09:49 +00:00
AndersonTorres d532615dfc cue2pops: init at git-2018-01-04 2018-02-18 18:01:53 -03:00
AndersonTorres 09836bcf0d ecm-tools: init at 1.0.3 2018-02-18 15:06:11 -03:00
Tobias Geerinckx-Rice 0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Yegor Timoshenko f06c031173 ccd2iso: init at 0.3 2017-12-16 22:41:50 +00:00
Vladimír Čunát 6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
Franz Pletz f6ad758c18
Merge pull request #31634 from yegortimoshenko/bchunk/1.2.2
bchunk: 1.2.0 -> 1.2.2
2017-11-14 12:35:10 +01:00
Yegor Timoshenko eb8c0f046d bchunk: 1.2.0 -> 1.2.2 2017-11-13 23:39:23 +00:00
Pascal Wittmann 24e87b49b6
Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
Piotr Bogdan 8904ce343a fix source root locations.
These have changed following commit
c3255fe8ec.

See also:

- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
2017-11-02 13:53:36 +00:00
Peter Hoeg cf7d701108 unetbootin: 655 -> 657 and make it build again 2017-11-02 13:25:12 +08:00
Vladimír Čunát 447802a683
Merge branch 'master' into staging 2017-10-31 23:47:34 +01:00
Yegor Timoshenko 94b7368eef bchunk: fix recent CVEs, simplify installPhase
For details, see:

https://bugs.gentoo.org/635898

https://nvd.nist.gov/vuln/detail/CVE-2017-15953
https://nvd.nist.gov/vuln/detail/CVE-2017-15954
https://nvd.nist.gov/vuln/detail/CVE-2017-15955

https://github.com/extramaster/bchunk/issues/2
https://github.com/extramaster/bchunk/issues/3
https://github.com/extramaster/bchunk/issues/4
2017-10-30 20:20:01 +00:00
Franz Pletz 658335d6a8
cdrdao: does not build with lame 3.100 2017-10-24 13:20:38 +02:00
Orivej Desh 66d4941afe Merge branch 'master' into staging
* master: (48 commits)
  Mathematica: 11.0.1 -> 11.2.0
  kbfs: 20170922.f76290 -> 20171004.40555d
  packer: 1.0.3 -> 1.1.0
  libxdg-basedir: 1.0.2 -> 1.2.0
  fscrypt: 0.2.1 -> 0.2.2
  devtodo: init at 0.1.20
  keybase: 1.0.30 -> 1.0.33
  elixir: Fix locale problem on NixOS
  keybase-gui: 1.0.25 -> 1.0.33
  terraform: 0.10.2 -> 0.10.7  (#30055)
  emby: 3.2.32.0 -> 3.2.33.0
  sbcl: 1.3.21 -> 1.4.0
  ardour: 5.11 -> 5.12
  axoloti: fix evaluation
  axoloti: init at 1.0.12-1
  melpa-packages: Add new lean packages
  fastlane: init at 2.60.1
  nixos/traefik: guard example path
  go-ethereum: 1.7.0 -> 1.7.1
  xzgv: 0.9.1 -> 0.9.2
  ...
2017-10-05 07:41:39 +00:00
Dan Peebles d9091f8181 xorriso: fix build on Darwin 2017-10-03 23:10:10 -04: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
Bjørn Forsman a2a9b53e77 cdrkit: fix 'dirsplit' tool by depending on perl
Or else dirsplit uses "/usr/bin/perl" shebang.
2017-09-17 10:06:53 +02:00
Lancelot SIX 259d61b34a
xorriso: 1.4.6 -> 1.4.8
See http://lists.gnu.org/archive/html/info-gnu/2017-09/msg00009.html
for release information
2017-09-15 10:09:20 +02:00
Maximilian Güntner ec7b09ecd0
fix src.url typos 2017-09-14 13:54:14 +02:00