summary refs log tree commit diff
path: root/pkgs/development/libraries/libextractor
Commit message (Collapse)AuthorAge
* libextractor: use ffmpeg instead of ffmpeg_3 (#123344)Robert Schütz2021-05-21
|
* libextractor: 1.9 -> 1.11Johannes Rosenberger2021-02-09
| | | | | | | | | * removed upstreamed patches * enabled installCheckPhase (they work, now!) * bumped version * updated license (gpl2+ -> gpl3+): according to the libextractor docs, it was licensed under gpl3+ since version 0.7! * added myself as maintainer
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar2020-06-12
| | | | | | 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-28
| | | | | | | | 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-17
|
* Merge remote-tracking branch 'upstream/master' into gcc-8Robin Gloster2019-08-25
|\
| * libextractor: fix build with exiv2 0.27.1worldofpeace2019-06-27
| |
* | libextractor: fix build with gcc8Franz Pletz2019-06-17
|/
* libextractor: 1.8 -> 1.9 (#58293)R. RyanTM2019-03-31
| | | | | | 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-17
| | | | | | | 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-03
|
* libextractor: 1.6 -> 1.7 (#43756)R. RyanTM2018-07-29
| | | 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-11
| | | | 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-23
|
* libextractor: 1.2 -> 1.3ndowens2017-03-15
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* fix references to ${libtool}/libVladimír Čunát2015-10-13
|
* 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
|
* libextractor: update from 1.0.1 to 1.2Nixpkgs Monitor2013-12-21
|
* unmaintain several packagesLudovic Courtès2013-08-16
|
* libextractor: make gtk support work againLluís Batlle i Rossell2013-04-22
| | | | | | It wanted gtk3. It does not understand gstreamer 0.10, though.
* libextractor: update to 1.0.1Lluís Batlle i Rossell2013-04-13
|
* libextractor: Fixing about videoSupport builtInputs.Lluis Batlle2012-07-22
| | | | I don't know how could I commit the weird lines I fix.
* libextractor: fixing the videoSupport = falseLluís Batlle i Rossell2012-07-11
| | | | I comitted it wrong before.
* libextractor: allow disabling video support.Lluís Batlle i Rossell2012-07-11
|
* libgsf and libextractor: allow build without gtk/gnomeLluís Batlle i Rossell2012-07-11
| | | | | | | 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-16
| | | | | | | | | released. I updated some libs to get it built. svn path=/nixpkgs/trunk/; revision=29313
* GNU libextractor 0.5.23.Ludovic Courtès2010-01-05
| | | | svn path=/nixpkgs/trunk/; revision=19216
* * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-18
| | | | | | | | | | | | `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-03
| | | | | | | | | | | | | | | | | 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-04
| | | | svn path=/nixpkgs/trunk/; revision=13190
* Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin2008-08-19
| | | | | | 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-02
| | | | svn path=/nixpkgs/trunk/; revision=10913
* Some review of builder-defs and dependent files. No rebuild needed. Now it ↵Michael Raskin2008-01-18
| | | | | | 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-01
propagatedBuildInputs, manually fixed Xorg expression problem for Compiz, various fixes. svn path=/nixpkgs/trunk/; revision=9812