about summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd
Commit message (Collapse)AuthorAge
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* brasero: depend on hicolor_icon_themeRobert Helgesson2016-07-09
| | | | This avoids conflicts on `share/icons/hicolor/icon-theme.cache`.
* xorriso: 1.4.2 -> 1.4.4Rahul Gopinath2016-07-04
|
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | 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)
* uif2iso: init at 0.1.7Tal Walter2016-06-12
| | | | | | 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.
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* brasero: use symlinkJoinNikolay Amiantov2016-04-26
|
* brasero: move cdrtools dependency to a wrapperNikolay Amiantov2016-04-23
|
* brasero: use libburn and libisofs instead of some packagesNikolay Amiantov2016-04-23
|
* Merge branch 'staging'Vladimír Čunát2016-04-22
|\ | | | | | | | | This includes a fix to closure-size regression that moved share/doc/*/ to share/doc/
| * unetbootin: move to qmake4HookNikolay Amiantov2016-04-20
| |
* | brasero: 3.12.0 -> 3.12.1Nikolay Amiantov2016-04-21
|/
* treewide: Mass replace 'flac}/bin' to refer to the correct outputsTuomas Tynkkynen2016-04-14
|
* replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov2016-04-13
|
* dvdisaster: disable parallel buildingVladimír Čunát2016-03-29
| | | | | http://hydra.nixos.org/build/33609373/nixlog/1/raw /cc @nkcx. I notified upstream.
* vorbis-tools: rename from old-style vorbisToolsTobias Geerinckx-Rice2016-01-26
|
* bashburn: init at 3.1.0Tobias Geerinckx-Rice2016-01-26
|
* Add version attribute where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
| | | | | | | 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.
* mkcue: fetch source from debianPascal Wittmann2016-01-03
| | | | fixes #12102
* dvdisaster: run tests & build in parallelTobias Geerinckx-Rice2015-12-27
| | | | It seems like a good idea to test back-up software...
* dvdisaster: 0.72.6 -> 0.79.5Tobias Geerinckx-Rice2015-12-27
|
* Merge pull request #11630 from lancelotsix/update_xorrisovbgl2015-12-15
|\ | | | | pkgs.xorriso: 1.4.0 -> 1.4.2
| * pkgs.xorriso: 1.4.0 -> 1.4.2Lancelot SIX2015-12-11
| | | | | | | | | | See release announcement at https://lists.gnu.org/archive/html/info-gnu/2015-11/msg00011.html
* | brasero: cleanupNikolay Amiantov2015-12-13
|/
* unetbootin: 608 -> 613Rommel M. Martinez2015-09-15
|
* xorriso: 1.3.8 -> 1.4.0William A. Kennington III2015-07-08
|
* dvdisaster: Fix descriptionJascha Geerds2015-04-30
|
* Merge pull request #7592 from geerds/dvdisasterJascha Geerds2015-04-29
|\ | | | | dvdisaster: Apply debian's patches, fix desktop file and icons
| * dvdisaster: Add icons and desktop fileJascha Geerds2015-04-28
| |
| * dvdisaster: Apply debian's patches to allow ROM type and encrypted DVDsJascha Geerds2015-04-28
| |
* | cuetools: 1.3.1 -> 1.4.1codyopel2015-04-24
|/ | | | | + Fix autoreconf + Add support for cuetag.sh
* Merge pull request #6913 from bdimcheff/add-packages-brasero-soundjuicerlethalman2015-03-30
|\ | | | | Add packages brasero and soundjuicer
| * add dconf dependencies to sound-juicer and braseroBrandon Dimcheff2015-03-24
| | | | | | | | | | | | 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.
| * add brasero, a gnome cd/dvd burnerBrandon Dimcheff2015-03-20
| |
* | add lsdvd-0.17Thomas Tuegel2015-03-29
|/
* dvdisaster: make the built-in Help button actually workTobias Geerinckx-Rice2015-02-23
| | | | | Hardly useful under NixOS+Gnome (where the default HTML browser is, apparently, gedit...) but that's a different bug.
* Revert "Introduce patchShebangsPhase ran in preConfigurePhases"Domen Kožar2015-01-08
| | | | | | This reverts commit 512fbb280f72980e84230b72b631258df1755919. See #5368
* Introduce patchShebangsPhase ran in preConfigurePhasesDomen Kožar2015-01-02
| | | | | (cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d) Signed-off-by: Domen Kožar <domen@dev.si>
* xorriso: update from 1.3.4 to 1.3.8Aristid Breitkreuz2014-10-07
|
* vobsub2srt: update to 20140817Thomas Tuegel2014-09-20
|
* dvdisaster: new packageAnonymous2014-09-17
| | | | dvdisaster: new package
* unetbootin: 603 -> 608William A. Kennington III2014-09-08
|
* Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* unetbootin: update 585 -> 603Vladimír Čunát2014-05-20
|
* gardenDomen Kozar2014-03-07
|
* Add vobsub2srt-git-20140226-b70b6f5Thomas Tuegel2014-03-07
|
* xorriso: add missing attr dependencyEvgeny Egorochkin2013-12-21
|
* xorriso: update from 1.2.2 to 1.3.4Nixpkgs Monitor2013-12-21
|
* unmaintain several packagesLudovic Courtès2013-08-16
|