[pulseaudio-discuss] [PATCH] Fix URLs still pointing to the old wiki
Alexander Winnig
vernehmlassung at googlemail.com
Sat Nov 29 11:59:18 PST 2014
You need a new pointer, go here: http://www.pointerpointer.com/
Am 29.11.2014 um 17:49 schrieb Alexander E. Patrakov:
> Signed-off-by: Alexander E. Patrakov <patrakov at gmail.com>
> ---
> po/id.po | 2 +-
> po/it.po | 4 ++--
> src/daemon/server-lookup.c | 2 +-
> src/daemon/server-lookup.h | 4 ++--
> src/modules/dbus/iface-card-profile.h | 4 ++--
> src/modules/dbus/iface-card.h | 4 ++--
> src/modules/dbus/iface-client.h | 4 ++--
> src/modules/dbus/iface-core.h | 4 ++--
> src/modules/dbus/iface-device-port.h | 4 ++--
> src/modules/dbus/iface-device.h | 4 ++--
> src/modules/dbus/iface-memstats.h | 4 ++--
> src/modules/dbus/iface-module.h | 4 ++--
> src/modules/dbus/iface-sample.h | 4 ++--
> src/modules/dbus/iface-stream.h | 4 ++--
> src/pulsecore/sink-input.h | 2 +-
> src/pulsecore/sink.h | 2 +-
> src/pulsecore/source-output.h | 2 +-
> src/pulsecore/source.h | 2 +-
> 18 files changed, 30 insertions(+), 30 deletions(-)
>
> diff --git a/po/id.po b/po/id.po
> index fc86540..f360805 100644
> --- a/po/id.po
> +++ b/po/id.po
> @@ -7,7 +7,7 @@
> msgid ""
> msgstr ""
> "Project-Id-Version: PulseAudio\n"
> -"Report-Msgid-Bugs-To: http://pulseaudio.org/wiki/Community#BugsPatchesTranslations\n"
> +"Report-Msgid-Bugs-To: http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Community/#bugspatchestranslations\n"
> "POT-Creation-Date: 2010-11-27 01:08+0000\n"
> "PO-Revision-Date: 2012-09-22 04:49+0000\n"
> "Last-Translator: Andika Triwidada <andika at gmail.com>\n"
> diff --git a/po/it.po b/po/it.po
> index bcd27bc..f3105b8 100644
> --- a/po/it.po
> +++ b/po/it.po
> @@ -2046,7 +2046,7 @@ msgstr "\tProfilo attivo: %s\n"
> # Sink input
> # A stream that is connected to an output device, i.e. an input for a sink.
> #
> -# from http://pulseaudio.org/wiki/WritingVolumeControlUIs
> +# from http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/WritingVolumeControlUIs/
> #: ../src/utils/pactl.c:593 ../src/utils/pactl.c:868
> #, c-format
> msgid "Failed to get sink input information: %s"
> @@ -2093,7 +2093,7 @@ msgstr ""
> # Source output
> # A stream that is connected to an input device, i.e. an output of a source.
> #
> -# from http://pulseaudio.org/wiki/WritingVolumeControlUIs
> +# from http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/WritingVolumeControlUIs/
> #: ../src/utils/pactl.c:663 ../src/utils/pactl.c:887
> #, c-format
> msgid "Failed to get source output information: %s"
> diff --git a/src/daemon/server-lookup.c b/src/daemon/server-lookup.c
> index c281530..2efc7d9 100644
> --- a/src/daemon/server-lookup.c
> +++ b/src/daemon/server-lookup.c
> @@ -49,7 +49,7 @@ static const char introspection[] =
> DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE
> "<node>"
> " <!-- If you are looking for documentation make sure to check out\n"
> - " http://pulseaudio.org/wiki/DBusInterface -->\n"
> + " http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/ -->\n"
> " <interface name=\"" INTERFACE "\">\n"
> " <property name=\"Address\" type=\"s\" access=\"read\"/>\n"
> " </interface>\n"
> diff --git a/src/daemon/server-lookup.h b/src/daemon/server-lookup.h
> index c930d5b..842ec55 100644
> --- a/src/daemon/server-lookup.h
> +++ b/src/daemon/server-lookup.h
> @@ -26,8 +26,8 @@
> * /org/pulseaudio/server_lookup. Implemented interfaces
> * are org.pulseaudio.ServerLookup and org.freedesktop.DBus.Introspectable.
> *
> - * See http://pulseaudio.org/wiki/DBusInterface for the ServerLookup interface
> - * documentation.
> + * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/ConnectingToServer/
> + * for the ServerLookup interface documentation.
> */
>
> #include <pulsecore/core.h>
> diff --git a/src/modules/dbus/iface-card-profile.h b/src/modules/dbus/iface-card-profile.h
> index dc616d3..c2e4a6e 100644
> --- a/src/modules/dbus/iface-card-profile.h
> +++ b/src/modules/dbus/iface-card-profile.h
> @@ -24,8 +24,8 @@
>
> /* This object implements the D-Bus interface org.PulseAudio.Core1.CardProfile.
> *
> - * See http://pulseaudio.org/wiki/DBusInterface for the CardProfile interface
> - * documentation.
> + * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/CardProfile/
> + * for the CardProfile interface documentation.
> */
>
> #include <pulsecore/protocol-dbus.h>
> diff --git a/src/modules/dbus/iface-card.h b/src/modules/dbus/iface-card.h
> index e2c08a3..f24a702 100644
> --- a/src/modules/dbus/iface-card.h
> +++ b/src/modules/dbus/iface-card.h
> @@ -24,8 +24,8 @@
>
> /* This object implements the D-Bus interface org.PulseAudio.Core1.Card.
> *
> - * See http://pulseaudio.org/wiki/DBusInterface for the Card interface
> - * documentation.
> + * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Card/
> + * for the Card interface documentation.
> */
>
> #include <pulsecore/card.h>
> diff --git a/src/modules/dbus/iface-client.h b/src/modules/dbus/iface-client.h
> index e8f151c..2b9831c 100644
> --- a/src/modules/dbus/iface-client.h
> +++ b/src/modules/dbus/iface-client.h
> @@ -24,8 +24,8 @@
>
> /* This object implements the D-Bus interface org.PulseAudio.Core1.Client.
> *
> - * See http://pulseaudio.org/wiki/DBusInterface for the Client interface
> - * documentation.
> + * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Client/
> + * for the Client interface documentation.
> */
>
> #include <pulsecore/client.h>
> diff --git a/src/modules/dbus/iface-core.h b/src/modules/dbus/iface-core.h
> index 900b6d1..0201a0b 100644
> --- a/src/modules/dbus/iface-core.h
> +++ b/src/modules/dbus/iface-core.h
> @@ -24,8 +24,8 @@
>
> /* This object implements the D-Bus interface org.PulseAudio.Core1.
> *
> - * See http://pulseaudio.org/wiki/DBusInterface for the Core interface
> - * documentation.
> + * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Core/
> + * for the Core interface documentation.
> */
>
> #include <pulsecore/core.h>
> diff --git a/src/modules/dbus/iface-device-port.h b/src/modules/dbus/iface-device-port.h
> index 0461e2f..76fada2 100644
> --- a/src/modules/dbus/iface-device-port.h
> +++ b/src/modules/dbus/iface-device-port.h
> @@ -24,8 +24,8 @@
>
> /* This object implements the D-Bus interface org.PulseAudio.Core1.DevicePort.
> *
> - * See http://pulseaudio.org/wiki/DBusInterface for the DevicePort interface
> - * documentation.
> + * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/DevicePort/
> + * for the DevicePort interface documentation.
> */
>
> #include <pulsecore/protocol-dbus.h>
> diff --git a/src/modules/dbus/iface-device.h b/src/modules/dbus/iface-device.h
> index 62e05e9..fbca2da 100644
> --- a/src/modules/dbus/iface-device.h
> +++ b/src/modules/dbus/iface-device.h
> @@ -25,8 +25,8 @@
> /* This object implements the D-Bus interfaces org.PulseAudio.Core1.Device,
> * org.PulseAudio.Core1.Sink and org.PulseAudio.Core1.Source.
> *
> - * See http://pulseaudio.org/wiki/DBusInterface for the interface
> - * documentation.
> + * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Device/
> + * for the interface documentation.
> */
>
> #include <pulsecore/protocol-dbus.h>
> diff --git a/src/modules/dbus/iface-memstats.h b/src/modules/dbus/iface-memstats.h
> index 0820e8f..cc41acb 100644
> --- a/src/modules/dbus/iface-memstats.h
> +++ b/src/modules/dbus/iface-memstats.h
> @@ -24,8 +24,8 @@
>
> /* This object implements the D-Bus interface org.PulseAudio.Core1.Memstats.
> *
> - * See http://pulseaudio.org/wiki/DBusInterface for the Memstats interface
> - * documentation.
> + * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Memstats/
> + * for the Memstats interface documentation.
> */
>
> #include <pulsecore/core.h>
> diff --git a/src/modules/dbus/iface-module.h b/src/modules/dbus/iface-module.h
> index 68ca1de..6384cfa 100644
> --- a/src/modules/dbus/iface-module.h
> +++ b/src/modules/dbus/iface-module.h
> @@ -24,8 +24,8 @@
>
> /* This object implements the D-Bus interface org.PulseAudio.Core1.Module.
> *
> - * See http://pulseaudio.org/wiki/DBusInterface for the Module interface
> - * documentation.
> + * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Module/
> + * for the Module interface documentation.
> */
>
> #include <pulsecore/module.h>
> diff --git a/src/modules/dbus/iface-sample.h b/src/modules/dbus/iface-sample.h
> index f1947ce..9942c56 100644
> --- a/src/modules/dbus/iface-sample.h
> +++ b/src/modules/dbus/iface-sample.h
> @@ -24,8 +24,8 @@
>
> /* This object implements the D-Bus interface org.PulseAudio.Core1.Sample.
> *
> - * See http://pulseaudio.org/wiki/DBusInterface for the Sample interface
> - * documentation.
> + * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Sample/
> + * for the Sample interface documentation.
> */
>
> #include <pulsecore/core-scache.h>
> diff --git a/src/modules/dbus/iface-stream.h b/src/modules/dbus/iface-stream.h
> index 036b4e7..b119b9a 100644
> --- a/src/modules/dbus/iface-stream.h
> +++ b/src/modules/dbus/iface-stream.h
> @@ -24,8 +24,8 @@
>
> /* This object implements the D-Bus interface org.PulseAudio.Core1.Stream.
> *
> - * See http://pulseaudio.org/wiki/DBusInterface for the Stream interface
> - * documentation.
> + * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Stream/
> + * for the Stream interface documentation.
> */
>
> #include <pulsecore/protocol-dbus.h>
> diff --git a/src/pulsecore/sink-input.h b/src/pulsecore/sink-input.h
> index 15f9315..bd71b04 100644
> --- a/src/pulsecore/sink-input.h
> +++ b/src/pulsecore/sink-input.h
> @@ -96,7 +96,7 @@ struct pa_sink_input {
>
> pa_sink_input *sync_prev, *sync_next;
>
> - /* Also see http://pulseaudio.org/wiki/InternalVolumes */
> + /* Also see http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Volumes/ */
> pa_cvolume volume; /* The volume clients are informed about */
> pa_cvolume reference_ratio; /* The ratio of the stream's volume to the sink's reference volume */
> pa_cvolume real_ratio; /* The ratio of the stream's volume to the sink's real volume */
> diff --git a/src/pulsecore/sink.h b/src/pulsecore/sink.h
> index d18e0be..5a5974b 100644
> --- a/src/pulsecore/sink.h
> +++ b/src/pulsecore/sink.h
> @@ -90,7 +90,7 @@ struct pa_sink {
> pa_volume_t base_volume; /* shall be constant */
> unsigned n_volume_steps; /* shall be constant */
>
> - /* Also see http://pulseaudio.org/wiki/InternalVolumes */
> + /* Also see http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Volumes/ */
> pa_cvolume reference_volume; /* The volume exported and taken as reference base for relative sink input volumes */
> pa_cvolume real_volume; /* The volume that the hardware is configured to */
> pa_cvolume soft_volume; /* The internal software volume we apply to all PCM data while it passes through */
> diff --git a/src/pulsecore/source-output.h b/src/pulsecore/source-output.h
> index 3ed950b..588f314 100644
> --- a/src/pulsecore/source-output.h
> +++ b/src/pulsecore/source-output.h
> @@ -87,7 +87,7 @@ struct pa_source_output {
> pa_channel_map channel_map;
> pa_format_info *format;
>
> - /* Also see http://pulseaudio.org/wiki/InternalVolumes */
> + /* Also see http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Volumes/ */
> pa_cvolume volume; /* The volume clients are informed about */
> pa_cvolume reference_ratio; /* The ratio of the stream's volume to the source's reference volume */
> pa_cvolume real_ratio; /* The ratio of the stream's volume to the source's real volume */
> diff --git a/src/pulsecore/source.h b/src/pulsecore/source.h
> index 1c9ecec..0e57094 100644
> --- a/src/pulsecore/source.h
> +++ b/src/pulsecore/source.h
> @@ -90,7 +90,7 @@ struct pa_source {
> pa_volume_t base_volume; /* shall be constant */
> unsigned n_volume_steps; /* shall be constant */
>
> - /* Also see http://pulseaudio.org/wiki/InternalVolumes */
> + /* Also see http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Volumes/ */
> pa_cvolume reference_volume; /* The volume exported and taken as reference base for relative source output volumes */
> pa_cvolume real_volume; /* The volume that the hardware is configured to */
> pa_cvolume soft_volume; /* The internal software volume we apply to all PCM data while it passes through */
More information about the pulseaudio-discuss
mailing list