1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 19:33:59 +02:00

pulseaudio: change homepage URLs to freedesktop.org

The previous used domain http(s)://pulseaudio.org redirects to
https://www.freedesktop.org/wiki/Software/PulseAudio/

This change enforces to use HTTPS everywhere for homepage URLs

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 00e3918069)
This commit is contained in:
Josef Schlehofer 2022-10-30 09:07:50 +01:00
parent d285ac95ad
commit ae4c51d946
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C

View File

@ -34,7 +34,7 @@ define Package/pulseaudio-daemon/Default
DEPENDS:=+libsndfile +libltdl +libpthread +librt +alsa-lib \ DEPENDS:=+libsndfile +libltdl +libpthread +librt +alsa-lib \
+libopenssl +libcap $(ICONV_DEPENDS) $(INTL_DEPENDS) +libopenssl +libcap $(ICONV_DEPENDS) $(INTL_DEPENDS)
TITLE:=Network sound server TITLE:=Network sound server
URL:=https://www.pulseaudio.org URL:=https://www.freedesktop.org/wiki/Software/PulseAudio/
PROVIDES:=pulseaudio PROVIDES:=pulseaudio
USERID:=pulse=51:pulse=51 USERID:=pulse=51:pulse=51
endef endef
@ -75,7 +75,7 @@ define Package/pulseaudio-tools
CATEGORY:=Sound CATEGORY:=Sound
DEPENDS:=+libsndfile pulseaudio DEPENDS:=+libsndfile pulseaudio
TITLE:=Tools for Pulseaudio TITLE:=Tools for Pulseaudio
URL:=http://www.pulseaudio.org URL:=https://www.freedesktop.org/wiki/Software/PulseAudio/
VARIANT:=noavahi VARIANT:=noavahi
endef endef
@ -84,7 +84,7 @@ define Package/pulseaudio-profiles
CATEGORY:=Sound CATEGORY:=Sound
DEPENDS:=pulseaudio DEPENDS:=pulseaudio
TITLE:=Profiles for Pulseaudio TITLE:=Profiles for Pulseaudio
URL:=http://www.pulseaudio.org URL:=https://www.freedesktop.org/wiki/Software/PulseAudio/
endef endef
MESON_ARGS += \ MESON_ARGS += \