R. Ryantm
3ae4ffe6f6
gtkgnutella: 1.2.1 -> 1.2.2
2022-03-01 11:50:56 +00:00
Felix Buehler
9a5767cd5c
amuleGui,amuleDaemon: remove appendToName to have a consistent package name for repology
2022-02-21 19:07:47 +01:00
QuantMint
cf42c4d33d
amule: use gtk3
2021-12-28 23:13:41 +01:00
Sandro Jäckel
cbfc50722f
maintainers: drop phreedom
2021-12-19 07:30:50 +01:00
Winter
e1486feead
maintainers: winterqt -> winter
2021-11-28 20:29:24 -05:00
AndersonTorres
aa2d3c77a5
rakshasa.rtorrent: 0.9.8 -> 0.9.8+date=2021-08-07
2021-10-21 19:31:52 -03:00
AndersonTorres
87cb00aaef
rakshasa.libtorrent: 0.13.8 -> 0.13.8+date=2021-08-07
2021-10-21 19:31:52 -03:00
AndersonTorres
3199dc10b7
rakshasa-rtorrent: create subtree
...
RTorrent uses a companion library, libtorrent, and they should be synchronized
along the releases. They act like a small package set. Therefore it is a good
idea to treat them the same way in Nixpkgs code.
This commit should not change much of the things, because no code besides
rtorrent uses libtorrent.
(Yes, this the same message from jesec-rtorrent commit.)
2021-10-21 19:31:52 -03:00
AndersonTorres
335dbeb95c
jesec-rtorrent.rtorrent: 0.9.8-r14 -> 0.9.8-r15
2021-10-21 19:31:51 -03:00
AndersonTorres
24414aeca8
jesec-rtorrent.libtorrent: 0.13.8-r2 -> 0.13.8-r3
2021-10-21 19:31:51 -03:00
AndersonTorres
07e7d46e0c
jesec-rtorrent: create subtree
...
RTorrent uses a companion library, libtorrent, and they should be synchronized
along the releases. They act like a small package set. Therefore it is a good
idea to treat them the same way in Nixpkgs code.
This commit should not change much of the things, because no code besides
rtorrent uses libtorrent.
(Yes, this the same message from rakshasa-rtorrent commit.)
2021-10-21 19:31:51 -03:00
Sandro
8d9aeada6d
Merge pull request #142317 from trofi/parallel-libtorrent
2021-10-20 11:43:14 +02:00
Sergei Trofimovich
7a34492ea4
rtorrent: enable paralell building
...
On 16-core machine build speeds up from 90s to 19s (~4.7x).
2021-10-20 09:14:19 +01:00
Sergei Trofimovich
9e510d0ab1
libtorrent: enable paralell building
...
On 16-core machine build speeds up from 81s to 16s (~5x).
2021-10-20 09:13:03 +01:00
Sandro Jäckel
c052a6d83e
azureus: drop
2021-08-02 13:28:38 +02:00
Sandro Jäckel
add631d16f
tahoe-lafs: cleanup
2021-08-02 10:58:44 +02:00
Aaron Janse
7c312a6cf9
tahoe-lafs: 1.13.0 -> 2021-07-09
2021-08-01 01:12:36 -07:00
R. RyanTM
18c2460b70
gtkgnutella: 1.2.0 -> 1.2.1
2021-07-19 15:57:33 +03:00
Winter
09674732ee
rtorrent-jesec: 0.9.8-r13 -> 0.9.8-r14
2021-06-03 20:36:20 -04:00
Winter
9e95d55c5b
libtorrent-jesec: 0.13.8-r1 -> 0.13.8-r2
2021-06-03 20:36:20 -04:00
Victor Roest
83a8517e5a
rtorrent-jesec: 0.9.8-r10 -> 0.9.8-r13
2021-05-12 21:57:32 +00:00
Robert Schütz
808d88971a
Merge pull request #121058 from winterqt/init-jesec-rtorrent
...
rtorrent-jesec: init at 0.9.8-r11
2021-05-12 20:42:32 +02:00
Winter
0c6b4f2c75
rtorrent-jesec: init at 0.9.8-r11
2021-05-12 13:43:30 -04:00
Winter
ce6d077290
libtorrent-jesec: init at 0.13.8-r1
2021-05-12 13:43:30 -04:00
Eduardo Sánchez Muñoz
1a8cf34ce4
amule: unbreak (except daemon), unstable-20201006 -> 2.3.3, use cmake
2021-04-10 17:20:29 +02:00
github-actions[bot]
f5bb0053a6
Merge staging-next into staging
2021-03-02 18:17:42 +00:00
Sandro Jäckel
4bc50d5539
amule: mark broken
2021-03-01 18:02:08 +01:00
Sandro Jäckel
e7dd8edf7e
amule: remove unused inputs, cleanup
2021-03-01 12:28:01 +01:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs ( #112302 )
2021-02-20 16:01:53 -05:00
Ben Siraphob
76f93cc731
pkgs/tools: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Antoine R. Dumont (@ardumont)
1f7cf96291
amule: 2.3.2 -> unstable-20201006
...
There has been no new release since 2.3.2 for some years now (around 2016) [1]
The most recent master branch for the amule project includes a commit [2] which
fixes compilation breakage with the next libupnp version [3].
So this bumps the amule version to the latest commit of that repository.
[1] https://github.com/amule-project/amule/issues/219
[2] 8784480c79
[3] #93048
2020-10-06 23:35:22 +02:00
Marek Mahut
52532b7c36
Merge pull request #91256 from prusnak/seeks
...
seeks: remove, upstream unmaintained
2020-09-18 16:32:33 +02:00
R. RyanTM
33348926b1
gtkgnutella: 1.1.15 -> 1.2.0
2020-07-13 08:22:37 +00:00
Pavol Rusnak
2e0542ebac
seeks: remove, upstream unmaintained
2020-06-22 13:43:29 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Doron Behar
98f5d0574f
gtk-gnutella: 1.1.14 -> 1.1.15
...
Remove patches applied between 1.1.14 and 1.1.15 and switch to GitHub
source.
gtk-gnutella: several changes.
Disable internal malloc implementation.
Add @doronbehar as maintainer.
Comment about hardeningDisable regarding next release.
Format arguments and inputs.
Enable to disable GUI.
2020-03-30 13:44:17 +03:00
c0bw3b
69b393ace5
Treewide: update some problematic homepages
...
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08:00
c0bw3b
a157d96546
amule: fix build with crypto++ >= 6.0
2019-10-30 08:11:16 -07:00
Linus Heckemann
5aa4b19946
treewide: mark some broken packages as broken
...
Refs:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-10-08 17:14:26 +02:00
Peter Hoeg
76dc4b668b
amule: cleanup
2019-09-23 11:17:57 +08:00
Matthew Bauer
ad22b9084d
treewide: replace daemon with enableDaemon
...
broken with the introducation of "daemon" in
96ffba10f5
2019-09-22 20:14:05 -04:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
...
GTK was renamed.
2019-09-06 02:54:53 +02:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Robin Gloster
11961d35e7
libtorrent: remove released patch
2019-07-29 21:56:30 +02:00
Andreas Rammhold
8c8c3ab85d
libtorrent: apply openssl 1.1 patch
2019-07-29 21:25:13 +02:00
Mario Rodas
b6c2cb780f
rtorrent: 0.9.7 -> 0.9.8
2019-07-19 20:35:43 -05:00
Mario Rodas
894edfd504
librtorrent: 0.13.7 -> 0.13.8
2019-07-19 20:26:40 -05:00