about summary refs log tree commit diff
path: root/pkgs/applications/audio/gnome-podcasts
AgeCommit message (Collapse)AuthorFilesLines
2024-06-22gnome-podcasts: 0.6.1 -> 0.7.1aleksana1-7/+9
2024-05-01pkgs/applications: Move away from wiki.gnome.orgBobby Rong1-1/+1
The wiki.gnome.org site is planned for retirement.
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-01-13gnome-podcasts: de-vendor Cargo.lockKirill Radzikhovskyy2-3042/+3
2023-12-02gnome-podcasts: 0.6.0 → 0.6.1Jan Tojnar2-625/+433
Diff: https://gitlab.gnome.org/World/podcasts/-/compare/0.6.0...0.6.1
2023-07-04gnome-podcasts: 0.5.1 -> 0.6.0zendo2-944/+1209
2023-05-12treewide: don't use rustPlatform.rustAlyssa Ross1-2/+4
This will be deprecated in the next commit.
2023-03-26tree-wide: convert rust with git deps to importCargoLockYureka2-4/+2950
2022-03-23gnome-podcasts: fix build with meson 0.61Bobby Rong1-0/+11
2022-01-05gnome-podcasts: mark as broken on darwinDmitry Kalinkin1-0/+1
2022-01-04gnome-podcasts: 0.5.0 -> 0.5.1Alyssa Ross1-3/+3
2021-12-09gnome-podcasts: 0.4.9 -> 0.5.0Tom Fitzhenry1-3/+3
2021-05-19gnome-podcasts: removed cmake from dependenciesDaniel Șerbănescu1-2/+0
2021-05-18gnome-podcasts: 0.4.8 -> 0.4.9Daniel Șerbănescu1-5/+11
2021-03-21gnome-podcasts: don't mark as brokenWORLDofPEACE1-2/+0
https://github.com/NixOS/nixpkgs/pull/116324
2021-03-17gnome-podcasts: mark brokenSandro Jäckel1-0/+2
2021-03-14gnome-podcasts: port away from buildRustPackageJan Tojnar1-15/+13
The new setup hooks compose better with Meson setup hooks. Also correct license.
2021-02-22gnome-podcasts: remove unused inputSandro Jäckel1-1/+0
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-12-07gnome-podcasts: add dependency gst-plugins-goodPacman991-0/+1
This fixes "No decoder available for type 'application/x-id3'"
2020-10-24gnome-podcasts: use libhandy_0Atemu1-2/+2
2020-07-13gnome-podcasts: 0.4.7 -> 0.4.8R. RyanTM1-3/+3
2020-04-13Merge branch 'master' into staging-nextJan Tojnar1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-04-01tree-wide: Switch from gnome3.maintainers to lib.teams.gnomeJan Tojnar1-2/+1
2020-03-29gnome-podcasts: fix strict deps buildJörg Thalheim1-0/+1
2020-02-16gnome-podcasts: upgrade cargo fetcher and cargoSha256Benjamin Hipple1-4/+1
Infra upgrade as part of #79975; no functional change expected.
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
2019-11-20orca: 3.34.0 → 3.34.1Jan Tojnar1-1/+1
https://ftp.gnome.org/pub/GNOME/sources/orca/3.34/orca-3.34.1.news Also format with nixpkgs-fmt.
2019-11-20gnome-podcasts: 0.4.6 → 0.4.7Jan Tojnar1-28/+57
https://gitlab.gnome.org/World/podcasts/blob/0.4.7/CHANGELOG.md#047-2019-10-23
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-04-10gnome-podcasts: fix buildworldofpeace1-1/+9
2018-11-30gnome-podcasts: init at 0.4.6Jan Tojnar1-0/+44