summary refs log tree commit diff
path: root/pkgs/tools/graphics/pstoedit
Commit message (Collapse)AuthorAge
* pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob2021-01-17
|
* 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: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* pstoedit: 3.74 -> 3.75R. RyanTM2020-01-06
|
* pstoedit: 3.73 -> 3.74R. RyanTM2019-06-23
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pstoedit/versions
* pstoedit: patch to ensure gs-9.22 compatibilty (#43280)markuskowa2018-07-11
|
* pstoedit: 3.71 -> 3.73 (#41528)R. RyanTM2018-06-09
| | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pstoedit/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/m0nhahi727p7jwnxysk68svbyxv17k8m-pstoedit-3.73/bin/pstoedit had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 3.73 with grep in /nix/store/m0nhahi727p7jwnxysk68svbyxv17k8m-pstoedit-3.73 - directory tree listing: https://gist.github.com/4da3ca3d5e74c32b039a23ccafc88d68 - du listing: https://gist.github.com/66649e7e80a80f79059715f8158aff56
* pstoedit: 3.70 -> 3.71R. RyanTM2018-04-16
| | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pstoedit/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 3.71 with grep in /nix/store/3lll9l623hg5na4xvb9vbhksq1jp04ax-pstoedit-3.71 - directory tree listing: https://gist.github.com/33d6a65ee820b486f0aaff223832a0d0
* pstoedit: fix pkgconfig fileBenno Fünfstück2017-06-30
|
* pstoedit,plotutils: fix for darwin and mark not broken (#22196)Jake Waksbaum2017-02-07
| | | pstoedit,plotutils: fix for darwin
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* pstoedit: 3.62 -> 3.70Joachim Fasting2016-06-02
| | | | | | | | | | | | | Note that kde4.calligra, the only reverse dependency, fails to build, but I have confirmed that it fails also with the previous pstoedit version so the failure appears unrelated (nor does the error really indicate that pstoedit is at fault ...). Also - Change meta.homepage; the original domain didn't work properly for me - Split dev output; may want to split out bin/lib as well, for some decent saving - Build with imagemagick for a slight size increase
* pstoedit: depend on libwebp to fix linker failuremingchuan2016-06-02
| | | | | | This fixes the linker failure saying "cannot find -lwebp" Closes #15888
* pstoedit: explicit dependency on jpegJoachim Fasting2016-05-14
| | | | | Possibly jpeg used to be propagated from gd but is no longer after f8bdd7969d1af9b1f4ab5f968fae336190c1ae1c.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* pstoedit: update from 3.50 to 3.62Peter Simons2014-03-03
|
* Even more mirror:// fixesEvgeny Egorochkin2013-07-14
|
* * Get rid of many instances of "args: with args;", and other codingEelco Dolstra2010-07-28
| | | | | | | guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
* adding ps2editMarc Weber2009-10-18
svn path=/nixpkgs/trunk/; revision=17863