about summary refs log tree commit diff
path: root/pkgs/development/libraries/gupnp/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
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.
2023-08-06gupnp: fix compilationColin1-0/+9
meson 1.1.1 -> 1.2.0 had a few breaking changes. upstream fixed it on both the main 1.6 and legacy 1.4 branches, but only published a release for `gupnp_1_6`: for the legacy `gupnp` we have to cherry-pick that fix.
2023-07-11gupnp: Fix build against libxml2 2.11Jan Tojnar1-0/+8
2023-03-27gupnp: enable introspection on cross buildsColin1-1/+0
2022-11-14gupnp-*: add darwin supportWeijia Wang1-2/+3
2022-11-12gupnp: 1.4.3 → 1.4.4Jan Tojnar1-4/+4
https://gitlab.gnome.org/GNOME/gupnp/-/compare/gupnp-1.4.3...gupnp-1.4.4 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11gupnp_1_6: init at 1.5.3Jan Tojnar1-0/+1
https://gitlab.gnome.org/GNOME/gupnp/-/compare/gupnp-1.4.3...gupnp-1.5.3 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-01-28gupnp: 1.4.1 -> 1.4.3R. Ryantm1-2/+2
2021-12-08gupnp: 1.4.0 -> 1.4.1R. Ryantm1-2/+2
2021-11-21gupnp: fix cross-compilationRick van Schijndel1-2/+8
2021-10-24gupnp: 1.2.4 → 1.4.0Jan Tojnar1-9/+6
2021-06-28gupnp: revert #128448 (#128543)Fabián Heredia Montiel1-2/+10
2021-06-27gupnp: 1.2.4 -> 1.2.7Maxine Aubrey1-10/+2
2021-06-04gupnp: apply the patch for CVE-2021-33516Thomas Gerbet1-0/+9
Fixes CVE-2021-33516. https://discourse.gnome.org/t/security-relevant-releases-for-gupnp-issue-cve-2021-33516/6536
2021-05-08gnome: rename from gnome3Jan Tojnar1-2/+2
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-03-14gupnp: 1.2.0 -> 1.2.4Maxine Aubrey1-24/+2
both patches are merged upstream meson.build changes no longer required as upstream does it too
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
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.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-3/+3
2019-04-16gupnp: 1.0.3 → 1.2.0Jan Tojnar1-9/+64
https://gitlab.gnome.org/GNOME/gupnp/blob/gupnp-1.2.0/NEWS Co-Authored-By: Tor Hedin Brønner <torhedinbronner@gmail.com>
2018-12-02gobject-introspection: rename packageJan Tojnar1-2/+2
camelCase package name was a huge inconsistency in GNOME package set.
2018-09-08gupnp: 1.0.2 → 1.0.3Jan Tojnar1-2/+2
2018-09-08gupnp: enable docs, gir and split outputsJan Tojnar1-14/+25
2017-11-15gupnp: 0.20.16 → 1.0.2Jan Tojnar1-3/+3
2016-07-26gupnp: fix headers that were broken by libsoup upgrade in #17142obadz1-1/+1
2016-05-19treewide: Make explicit that 'dev' output of libsoup is usedTuomas Tynkkynen1-1/+1
2015-10-05libxml2,libxslt: split into multiple outputsVladimír Čunát1-1/+1
Fixed all references, hopefully. libxml2Python is slightly hacky now, but it seems to work.
2015-08-03gupnp: 0.20.9 -> 0.20.14William A. Kennington III1-11/+10
2014-08-24Fix many package descriptionsBjørn Forsman1-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.
2014-01-30Use version variables for easier upgradingBenno Fünfstück1-5/+5
2014-01-30Add version numbers to name and remove commentBenno Fünfstück1-1/+1
2014-01-30gupnp-tools and releated packages: fix and updateBenno Fünfstück1-3/+13
2013-12-18gupnp: update from 0.18.1 to 0.18.4Nixpkgs Monitor1-3/+3
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-03-13gupnp-0.18.1Yury G. Kudryashov1-5/+12
Propagate some inputs svn path=/nixpkgs/trunk/; revision=33038
2010-07-28* More cleanup.Eelco Dolstra1-7/+2
svn path=/nixpkgs/trunk/; revision=22795
2008-06-18add gssdp and gupnp, some Universal Plug and Play thingiesArmijn Hemel1-0/+17
svn path=/nixpkgs/trunk/; revision=12149