summary refs log tree commit diff
path: root/pkgs/applications/audio/gtkpod
Commit message (Collapse)AuthorAge
* gnome: rename from gnome3Jan Tojnar2021-05-08
| | | | Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
* 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: 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
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|
* gnome3: stop using aliasesJan Tojnar2019-02-14
|
* gdl: rename from gnome3.gdlJan Tojnar2019-01-21
|
* perlXMLParser -> perlPackages.XMLParservolth2018-10-12
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* gtkpod: clean upJan Tojnar2018-03-23
|
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* gtkpod: 2.1.4 -> 2.1.5Sven Keidel2015-08-11
| | | | | | This fixes some issues with libanjuta. The previous version spitted out hundrets of error messages whenever gtkpod changed the progressbar. This issue is fixed in 2.1.5.
* Fix tarballShea Levy2015-05-20
|
* Change default from gnome 3.10 to gnome 3.12Luca Bruno2014-09-08
|
* added meta informationSven Keidel2014-07-31
|
* gtkpod: bump to 2.1.4Sven Keidel2014-07-31
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Updating gtkpod to their 1.0Lluís Batlle i Rossell2010-11-09
| | | | svn path=/nixpkgs/trunk/; revision=24633
* Updating lameLluís Batlle i Rossell2009-10-19
| | | | | | | | | Updating libgpod Making gtkpod accept 'ogg' files, and made it convert them well to mp3, if 'lame' and oggdec is in path. It should better reference lame and libvorbis store path files. svn path=/nixpkgs/trunk/; revision=17888
* Adding gtkpod, and fixing libgpod meta info.Lluís Batlle i Rossell2009-04-13
svn path=/nixpkgs/trunk/; revision=15016