aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libextractor (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar2020-06-121-3/+3
| | | | | | After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
* libextractor: add support for gstreamer pluginJohannes Rosenberger2020-04-282-2/+37
| | | | | | | | The gstreamer plugin provides support for additional common file/tagging formats like id3 tags in mp3 files. In addition, it e.g. exposes more tags than the FLAC plugin for FLAC files. Increase of closure size: 86.71 MB (52.8%)
* libextractor: add patch for CVE-2019-15531Robert Scott2019-11-171-0/+6
|
* Merge remote-tracking branch 'upstream/master' into gcc-8Robin Gloster2019-08-251-2/+10
|\
| * libextractor: fix build with exiv2 0.27.1worldofpeace2019-06-271-1/+10
| |
* | libextractor: fix build with gcc8Franz Pletz2019-06-172-0/+18
|/
* libextractor: 1.8 -> 1.9 (#58293)R. RyanTM2019-03-311-2/+2
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libextractor/versions
* libextractor: 1.7 -> 1.8R. RyanTM2018-12-171-2/+2
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libextractor/versions
* treewide: Make configureFlags listsJohn Ericson2018-08-031-4/+6
|
* libextractor: 1.6 -> 1.7 (#43756)R. RyanTM2018-07-291-2/+2
| | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libextractor/versions.
* libextractor: 1.4 -> 1.6 (+ fixes multiple CVEs)Andreas Rammhold2017-11-111-2/+2
| | | | fixes CVE-2017-15266,CVE-2017-15267,CVE-2017-15600,CVE-2017-15601,CVE-2017-15602,CVE-2017-15922
* libextractor: 1.3 -> 1.4Laverne Schrock2017-07-231-2/+2
|
* libextractor: 1.2 -> 1.3ndowens2017-03-151-2/+2
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-021-0/+1
| | | | Build-tested on x86_64 Linux & Mac.
* fix references to ${libtool}/libVladimír Čunát2015-10-131-1/+1
|
* Fix many package descriptionsBjørn Forsman2014-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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-281-1/+1
|
* libextractor: update from 1.0.1 to 1.2Nixpkgs Monitor2013-12-211-2/+2
|
* unmaintain several packagesLudovic Courtès2013-08-161-1/+1
|
* libextractor: make gtk support work againLluís Batlle i Rossell2013-04-221-3/+3
| | | | | | It wanted gtk3. It does not understand gstreamer 0.10, though.
* libextractor: update to 1.0.1Lluís Batlle i Rossell2013-04-131-2/+2
|
* libextractor: Fixing about videoSupport builtInputs.Lluis Batlle2012-07-221-1/+1
| | | | I don't know how could I commit the weird lines I fix.
* libextractor: fixing the videoSupport = falseLluís Batlle i Rossell2012-07-111-1/+1
| | | | I comitted it wrong before.
* libextractor: allow disabling video support.Lluís Batlle i Rossell2012-07-111-4/+7
|
* libgsf and libextractor: allow build without gtk/gnomeLluís Batlle i Rossell2012-07-111-3/+6
| | | | | | | I leave them enabled by default though; I don't really know how much it helps, having them built with gtk or gnome support. I head towards building gnunet without gtk dependencies.
* Adding the gnunet 0.9 (svn), which works incompatible with the latest gnunet ↵Lluís Batlle i Rossell2011-09-161-2/+2
| | | | | | | | | released. I updated some libs to get it built. svn path=/nixpkgs/trunk/; revision=29313
* GNU libextractor 0.5.23.Ludovic Courtès2010-01-052-21/+64
| | | | svn path=/nixpkgs/trunk/; revision=19216
* * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-181-1/+1
| | | | | | | | | | | | `selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-031-4/+2
| | | | | | | | | | | | | | | | | Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
* meta.function -> passthru.function, not killing other contents of passthruMichael Raskin2008-11-041-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=13190
* Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin2008-08-191-2/+2
| | | | | | overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655
* Added src to meta for builderDefs-based packages.Michael Raskin2008-03-021-0/+1
| | | | svn path=/nixpkgs/trunk/; revision=10913
* Some review of builder-defs and dependent files. No rebuild needed. Now it ↵Michael Raskin2008-01-181-2/+3
| | | | | | should be possible to override elements in builderDefs svn path=/nixpkgs/trunk/; revision=10214
* Added gdmap, changed builder-defs to use derivation attribute on ↵Michael Raskin2007-12-011-0/+21
propagatedBuildInputs, manually fixed Xorg expression problem for Compiz, various fixes. svn path=/nixpkgs/trunk/; revision=9812