gentoo-ebuilds/www-client/uget/metadata.xml
Nicolas PARLANT 8ae1b0c4c5
www-client/uget: fix c23 and crash when changing sort
update HOMEPAGE :
www.ugetdm.com is dead (404), ugetdm.com redirects to the github repo
no remote-id for github because it contains only a README
update SRC_URI (redirect)

useflags reworked :
*remove gnutls, it only requires libgcrypt
req-use is removed too, libgcrypt/openssl is handled by the useflag openssl
*move aria2 in optfeature, it's just called as a runtime-plugin

deps :
remove libcpre, not required
add deps inherited by gtk+:3

patches :
fix c23 unprototyped function
fix a crash when changing sort (upstream)

Closes: https://bugs.gentoo.org/944225
Closes: https://bugs.gentoo.org/944274
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/43981
Closes: https://github.com/gentoo/gentoo/pull/43981
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-30 09:25:16 +01:00

21 lines
922 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
Uget is a download manager. It allows you to classify URLs before downloading
them, and allows you to import URLs from HTML files. Every category has an
independent configuration that can be inherited by each download in that
category.
</longdescription>
<use>
<flag name="aria2">Enable support for <pkg>net-misc/aria2</pkg> through xmlrpc.
You'll find the plugin in the app's settings.</flag>
<flag name="control-socket">Enable JSON-RPC over unix domain socket</flag>
<flag name="openssl">Use <pkg>dev-libs/openssl</pkg> instead of <pkg>dev-libs/libgcrypt</pkg></flag>
<flag name="rss">Enable uGet feed messages</flag>
</use>
<upstream>
<remote-id type="sourceforge">urlget</remote-id>
</upstream>
</pkgmetadata>