Commit Graph

282 Commits

Author SHA1 Message Date
Rick van Schijndel
f5fac4dcd5 isomd5sum: support cross-compilation by moving python to nativebuildinputs 2021-07-02 20:24:47 +02:00
Mustafa Çalışkan
fb754bad11 bootiso: add missing dependencies 2021-06-14 17:38:06 +03:00
Mustafa Çalışkan
289df23403
bootiso: init at 4.2.0 2021-06-04 20:47:56 +03:00
github-actions[bot]
d73a492e83
Merge master into staging-next 2021-03-19 00:41:01 +00:00
Ben Siraphob
3a05aac836 cdi2iso: expand platforms to all and refactor 2021-03-17 16:35:33 +07:00
R. RyanTM
7cecb8d6fa xorriso: 1.5.2 -> 1.5.4.pl02 2021-03-10 04:37:22 +00:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
Ben Siraphob
223f25cf4a treewide: add targetPrefix to hardcoded references to CC=cc 2021-02-20 01:01:46 +07:00
AndersonTorres
72c8068b22 cue2pops: cosmetic changes 2021-02-04 20:19:00 -03:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07: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
Ben Siraphob
b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Gabriel Ebner
c9161fb11a treewide: use GST_PLUGIN_SYSTEM_PATH_1_0 instead of GST_PLUGIN_SYSTEM_PATH
When GST_PLUGIN_SYSTEM_PATH_1_0 is set, gstreamer ignores
GST_PLUGIN_SYSTEM_PATH.
2020-12-24 10:34:30 +01:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
worldofpeace
82a441d3cf
Merge pull request #84141 from mkg20001/pkg/isolyzer
isolyzer: init at 1.3.0
2020-07-30 14:57:05 -04:00
Maciej Krüger
6b806a2097
isolyzer: init at 1.3.0
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2020-07-30 20:43:37 +02:00
Bart Brouns
20f710cac5 unetbootin: 677 -> 681 2020-06-11 15:29:20 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Doron Behar
5930c2f02c sacd: init at 19.7.16.37 2020-03-27 13:40:41 +03:00
R. RyanTM
786d300251 unetbootin: 675 -> 677 2020-02-09 09:59:57 +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
Robin Gloster
0a82a093d7
vobcopy: *Flags are lists 2019-12-30 12:15:30 +01:00
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
Vladimír Čunát
6899c7fdb9
Merge branch 'master' into gcc-6 2017-08-12 10:09:41 +02:00
Peter Hoeg
b224644795 unetbootin: 613 -> 655 2017-08-10 10:58:04 +08: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
Franz Pletz
93ef0b3852
brasero: 3.12.1 -> 3.12.2 2017-08-01 08:36:37 +02:00
Eelco Dolstra
ecaef62bd9
cdrdao: Fix build on gcc 6
http://hydra.nixos.org/build/56889707
2017-07-25 12:01:38 +02:00
Chris Martin
726b9028f5 unetbootin: set QT_X11_NO_MITSHM=1 2017-05-20 14:42:32 -04:00
Benno Fünfstück
3449107d68 dvdisaster: fix $out variable expansion (makeFlags)
Make requires variables with more than one letter to be surrounded by parentheses,
like `$(out)`. Just writing `$out` will be interpreted as `$o` followed by `ut`, so
the package installed its documentaion to `ut/share/doc`.

/cc maintainers @jgeerds @nckx
2017-03-07 12:11:27 +01:00
Christoph Hrdinka
1713dae2e3
cdi2iso: init at 0.1 2017-02-10 16:40:27 +01:00
Robin Gloster
9e60e432ba
dvdisaster: fix broken make discovery 2017-01-19 17:06:51 +01:00
Ioannis Koutras
60c88c48d1 dvdplusrwtools: apply multiple fixes
Upstream version of dvd+rw-tools is quite old and many Linux
distributions apply multiple patches to keep it working on newer
systems. This commit includes those patches.

This closes #21024.
2017-01-05 11:41:34 +02:00
Ricardo Ardissone
44a8fb956e nrg2iso: init at 0.4.0 2016-12-21 16:29:34 +02:00
Lancelot SIX
ea1afcd9f4 xorriso: 1.4.4 -> 1.4.6
See http://lists.gnu.org/archive/html/info-gnu/2016-09/msg00010.html
for release announcement

[Bjørn: remove "pkgs." from commit message subject.]
2016-09-20 15:51:36 +02:00
Jan Malakhovski
4d308dcd51 mdf2iso: init at 0.3.1 2016-09-04 14:45:34 +00:00
obadz
0e8d2725dc Merge branch 'master' into staging 2016-08-23 18:50:06 +01:00
Tuomas Tynkkynen
74a3a2cd7e treewide: Use makeBinPath 2016-08-23 01:18:10 +03:00
Robin Gloster
7a56781b35 dvdisaster: remove obsolete fortify disabling
builds with fortify enabled by now
2016-08-13 09:48:26 +00: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
5185bc1773 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-07-15 14:41:01 +00:00
Robert Helgesson
02600dacf8 brasero: depend on hicolor_icon_theme
This avoids conflicts on `share/icons/hicolor/icon-theme.cache`.
2016-07-09 13:04:32 +02:00
Rahul Gopinath
40896e5074 xorriso: 1.4.2 -> 1.4.4 2016-07-04 17:31:17 +02:00
Bjørn Forsman
bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Tal Walter
eacc13a3e6 uif2iso: init at 0.1.7
a program for converting UIF files (Universal Image Format, used by MagicISO)
to uncompressed images depending on the input file type:
ISO, BIN/CUE, MDS/MDF, CCD/IMG/SUB and NRG.
2016-06-12 13:16:14 +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
Nikolay Amiantov
73db7887ed brasero: use symlinkJoin 2016-04-26 15:37:43 +03:00
Nikolay Amiantov
ef9175c5fb brasero: move cdrtools dependency to a wrapper 2016-04-23 04:15:57 +03:00
Nikolay Amiantov
2a51c3c12a brasero: use libburn and libisofs instead of some packages 2016-04-23 04:13:43 +03:00
Vladimír Čunát
e9379f7416 Merge branch 'staging'
This includes a fix to closure-size regression that moved
share/doc/*/ to share/doc/
2016-04-22 16:49:09 +02:00
Nikolay Amiantov
aad2f71eee brasero: 3.12.0 -> 3.12.1 2016-04-21 17:23:56 +03:00
Nikolay Amiantov
cef0e565e3 unetbootin: move to qmake4Hook 2016-04-20 18:55:55 +03:00
Robin Gloster
d020caa5b2 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-04-18 13:49:22 +00:00
Tuomas Tynkkynen
df2dd60b4e treewide: Mass replace 'flac}/bin' to refer to the correct outputs 2016-04-14 08:32:20 +03:00
Nikolay Amiantov
8b7ebaffeb replace makeSearchPath tree-wise to take care of possible multiple outputs 2016-04-13 22:09:41 +03:00
Robin Gloster
a4e65c3639 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-03-30 09:01:20 +00:00
Vladimír Čunát
62c29908da dvdisaster: disable parallel building
http://hydra.nixos.org/build/33609373/nixlog/1/raw
/cc @nkcx. I notified upstream.
2016-03-29 10:53:36 +02:00
Franz Pletz
aff1f4ab94 Use general hardening flag toggle lists
The following parameters are now available:

  * hardeningDisable
    To disable specific hardening flags
  * hardeningEnable
    To enable specific hardening flags

Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.

cc-wrapper supports the following flags:

  * fortify
  * stackprotector
  * pie (disabled by default)
  * pic
  * strictoverflow
  * format
  * relro
  * bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster
c72652baee dvdisaster: turn off fortify hardening 2016-02-12 02:12:16 +00:00
Robin Gloster
cccd32b7a1 cdrdao: turn off format hardening 2016-02-08 17:19:49 +00:00
Robin Gloster
f6d3b7a2ae switch hardening flags 2016-01-30 16:36:57 +00:00
Franz Pletz
954e9903ad Use a hardened stdenv by default 2016-01-30 16:36:57 +00:00
Tobias Geerinckx-Rice
0c25292648 vorbis-tools: rename from old-style vorbisTools 2016-01-26 01:35:55 +01:00
Tobias Geerinckx-Rice
1bfe78be71 bashburn: init at 3.1.0 2016-01-26 01:35:17 +01:00
Tobias Geerinckx-Rice
9fb8020e4e Add version attribute where maintainers |= nckx
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Pascal Wittmann
7ab894098a mkcue: fetch source from debian
fixes #12102
2016-01-03 17:27:24 +01:00
Tobias Geerinckx-Rice
5d03506df7 dvdisaster: run tests & build in parallel
It seems like a good idea to test back-up software...
2015-12-27 06:37:00 +01:00
Tobias Geerinckx-Rice
d4406237a9 dvdisaster: 0.72.6 -> 0.79.5 2015-12-27 06:37:00 +01:00
vbgl
3ebd2df8dd Merge pull request #11630 from lancelotsix/update_xorriso
pkgs.xorriso: 1.4.0 -> 1.4.2
2015-12-15 22:52:15 +01:00
Nikolay Amiantov
28f8ec1df6 brasero: cleanup 2015-12-13 15:14:00 +03:00
Lancelot SIX
442ed86b15 pkgs.xorriso: 1.4.0 -> 1.4.2
See release announcement at
https://lists.gnu.org/archive/html/info-gnu/2015-11/msg00011.html
2015-12-11 10:22:28 +00:00
Rommel M. Martinez
1b262abd98 unetbootin: 608 -> 613 2015-09-15 05:11:34 +08:00
William A. Kennington III
bd82a79fc1 xorriso: 1.3.8 -> 1.4.0 2015-07-08 11:28:54 -07:00
Jascha Geerds
dd6ddfaf0c dvdisaster: Fix description 2015-04-30 12:08:54 +02:00
Jascha Geerds
7e25c4ed7f Merge pull request #7592 from geerds/dvdisaster
dvdisaster: Apply debian's patches, fix desktop file and icons
2015-04-29 23:16:54 +02:00
Jascha Geerds
1b3fb2709e dvdisaster: Add icons and desktop file 2015-04-28 00:01:58 +02:00
Jascha Geerds
00ab10de74 dvdisaster: Apply debian's patches to allow ROM type and encrypted DVDs 2015-04-28 00:01:49 +02:00
codyopel
2fa244e4da cuetools: 1.3.1 -> 1.4.1
+ Fix autoreconf
+ Add support for cuetag.sh
2015-04-24 05:21:40 -04:00
lethalman
f2bb0bf964 Merge pull request #6913 from bdimcheff/add-packages-brasero-soundjuicer
Add packages brasero and soundjuicer
2015-03-30 17:31:09 +02:00
Thomas Tuegel
a7d73f84bf add lsdvd-0.17 2015-03-29 15:26:09 -05:00
Brandon Dimcheff
93228a0863 add dconf dependencies to sound-juicer and brasero
If you have services.gnome3.enabled = true, you shouldn't need this, but
if you don't, you'll need this dconf env var to be able to save settings
in these apps.
2015-03-24 10:34:09 -04:00
Brandon Dimcheff
a62d652a3b add brasero, a gnome cd/dvd burner 2015-03-20 15:50:11 -04:00
Tobias Geerinckx-Rice
a389b7aa26 dvdisaster: make the built-in Help button actually work
Hardly useful under NixOS+Gnome (where the default HTML browser is,
apparently, gedit...) but that's a different bug.
2015-02-23 01:18:41 +01:00
Domen Kožar
9b7b2ce8eb Revert "Introduce patchShebangsPhase ran in preConfigurePhases"
This reverts commit 512fbb280f.

See #5368
2015-01-08 10:26:49 +01:00
Domen Kožar
512fbb280f Introduce patchShebangsPhase ran in preConfigurePhases
(cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-01-02 02:58:32 +01:00
Aristid Breitkreuz
dec66b0d4a xorriso: update from 1.3.4 to 1.3.8 2014-10-07 21:50:40 +02:00
Thomas Tuegel
49a1ff7a74 vobsub2srt: update to 20140817 2014-09-20 13:28:15 -05:00
Anonymous
55909ad36b dvdisaster: new package
dvdisaster: new package
2014-09-17 16:05:07 -04:00
William A. Kennington III
04b2f73236 unetbootin: 603 -> 608 2014-09-08 23:46:44 -07:00
Bjørn Forsman
c9baba9212 Fix many package descriptions
(My OCD kicked in today...)

Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.

I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.

I've tried to stay away from generated expressions (and I think I
succeeded).

Some specifics worth mentioning:
 * cron, has "Vixie Cron" in its description. The "Vixie" part is not
   mentioned anywhere else. I kept it in a parenthesis at the end of the
   description.

 * ctags description started with "Exuberant Ctags ...", and the
   "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
   at the end of description.

 * nix has the description "The Nix Deployment System". Since that
   doesn't really say much what it is/does (especially after removing
   the package name!), I changed that to "Powerful package manager that
   makes package management reliable and reproducible" (borrowed from
   nixos.org).

 * Tons of "GNU Foo, Foo is a [the important bits]" descriptions
   is changed to just [the important bits]. If the package name doesn't
   contain GNU I don't think it's needed to say it in the description
   either.
2014-08-24 22:31:37 +02:00
Mateusz Kowalczyk
7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Vladimír Čunát
02a72a7e44 unetbootin: update 585 -> 603 2014-05-20 09:16:06 +02:00
Domen Kozar
fcc6d28126 garden 2014-03-07 17:35:01 +01:00
Thomas Tuegel
9906b7da34 Add vobsub2srt-git-20140226-b70b6f5 2014-03-07 15:00:59 +01:00
Evgeny Egorochkin
ad5bb4018d xorriso: add missing attr dependency 2013-12-21 02:28:26 +02:00