summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd
Commit message (Collapse)AuthorAge
* various: cleanup of 'inherit version;'Felix Buehler2021-07-16
|
* brasero: move makeWrapper to nativeBuildInputsRick van Schijndel2021-07-12
|
* isomd5sum: support cross-compilation by moving python to nativebuildinputsRick van Schijndel2021-07-02
|
* bootiso: add missing dependenciesMustafa Çalışkan2021-06-14
|
* bootiso: init at 4.2.0Mustafa Çalışkan2021-06-04
|
* Merge master into staging-nextgithub-actions[bot]2021-03-19
|\
| * cdi2iso: expand platforms to all and refactorBen Siraphob2021-03-17
| |
* | treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob2021-02-20
|/
* treewide: add targetPrefix to hardcoded references to CC=ccBen Siraphob2021-02-20
|
* cue2pops: cosmetic changesAndersonTorres2021-02-04
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* pkgs/tools: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob2021-01-01
|
* treewide: use GST_PLUGIN_SYSTEM_PATH_1_0 instead of GST_PLUGIN_SYSTEM_PATHGabriel Ebner2020-12-24
| | | | | When GST_PLUGIN_SYSTEM_PATH_1_0 is set, gstreamer ignores GST_PLUGIN_SYSTEM_PATH.
* utillinux: rename to util-linuxGraham Christensen2020-11-24
|
* Merge pull request #84141 from mkg20001/pkg/isolyzerworldofpeace2020-07-30
|\ | | | | isolyzer: init at 1.3.0
| * isolyzer: init at 1.3.0Maciej Krüger2020-07-30
| | | | | | | | Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
* | unetbootin: 677 -> 681Bart Brouns2020-06-11
| |
* | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|/
* sacd: init at 19.7.16.37Doron Behar2020-03-27
|
* unetbootin: 675 -> 677R. RyanTM2020-02-09
|
* treewide: installTargets is a listRobin Gloster2019-12-30
|
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* vobcopy: *Flags are listsRobin Gloster2019-12-30
|
* srt-vtt: init at 2019-01-03 (#70885)Eric Dallo2019-11-07
| | | | | | | | | | | | | | | | * 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>
* xorriso: 1.5.0 -> 1.5.2Maximilian Bosch2019-11-01
|
* isomd5sum: init at 1.2.3Nikola Knezevic2019-10-23
| | | | | Adds isomd5sum as a package. This nifty utility helps with modifying ISO files, specifically MD5 sums embedded in them.
* dvdplusrwtools: revamp at 7.1c0bw3b2019-10-22
| | | | | + replace local patches with Gentoo ones + add meta.licenses
* cdrtools: 3.02a06 -> 3.02a09c0bw3b2019-10-22
|
* unetbootin: 661 -> 675R. RyanTM2019-10-08
| | | | | | | 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
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pnamevolth2019-08-17
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* misc: Remove myself from list of maintainersJascha Geerds2019-03-12
| | | | | Unfortunately I don't have the time anymore to maintain those packages.
* cdimgtools: init at 0.3hhm2019-02-26
|
* cuetools: use fetchFromGitHubworldofpeace2019-02-26
|
* cuetools: symlink cuetag to cuetag.shhhm2019-02-26
| | | | | 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.
* brasero: fix libdvdcss usageFlorian Klink2019-02-14
| | | | | turns out, prefixing LD_PRELOAD with the path to libdvdcss works just fine.
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | 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/
* dvd-vr: init at 0.9.7Francesco Gazzetta2018-11-19
|
* mdf2iso: fix srcJan Malakhovski2018-11-17
| | | | | | | 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.
* xorriso: 1.4.8 -> 1.5.0R. RyanTM2018-09-19
| | | | | | | 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
* lsdvd: add licenseMarkus Kowalewski2018-09-07
|
* cdrdao: add licenseMarkus Kowalewski2018-09-07
|
* bchunk: add licenseMarkus Kowalewski2018-09-07
|
* brasero: inherit meta in wrapperPascal Wittmann2018-08-05
| | | | see issue #43716
* brasero: correct license, is actually gpl2PlusPascal Wittmann2018-08-05
| | | | see issue #43716
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|