From 004b32b91e77df6d578907ff71336be0498190fa Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Mon, 24 Oct 2022 04:58:42 +0200 Subject: [PATCH] Update tracker/reference URLs to prefer HTTPs --- README-GITHUB.txt | 2 +- TRANSLATORS | 4 ++-- ardour.1 | 4 ++-- gtk2_ardour/ardev_common.sh.in | 2 +- libs/ardour/midi_source.cc | 2 +- libs/ardour/sndfileimportable.cc | 2 +- libs/pbd/pbd/gstdio_compat.h | 2 +- libs/waveview/wave_view.cc | 6 +++--- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README-GITHUB.txt b/README-GITHUB.txt index c24aa98669..680377fb74 100644 --- a/README-GITHUB.txt +++ b/README-GITHUB.txt @@ -9,4 +9,4 @@ on `git describe` (a full git clone is needed for this) or alternatively a version-file in the release-dist. Github cannot provide the latter and also does not allow to inject a version-file during export archiving. -For further information see http://tracker.ardour.org/view.php?id=7328 +For further information see https://tracker.ardour.org/view.php?id=7328 diff --git a/TRANSLATORS b/TRANSLATORS index 8f7f297d98..227e2292c8 100644 --- a/TRANSLATORS +++ b/TRANSLATORS @@ -89,7 +89,7 @@ master branch. That should generate a file called something like 3. Run 'bzip2 0001-Update-German-translation.patch' to compress the file. -4. File a new bug report at http://tracker.ardour.org and attach the resulted +4. File a new bug report at https://tracker.ardour.org and attach the resulted compressed file and tell either rgareus (Robin Gareus) or las (Paul Davis) on the project's IRC channel (#ardour at irc.freenode.net) about your patch. @@ -130,7 +130,7 @@ Not every PO editor can calculate the equation for the plural forms in your language, but you can look it up in headers of PO files from some application such a GIMP or Inkscape. Here is an example for Russian: -http://git.gnome.org/browse/gimp/plain/po/ru.po +https://git.gnome.org/browse/gimp/plain/po/ru.po "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); 10<=4 && (n%100<10 || n" diff --git a/ardour.1 b/ardour.1 index 9b726beefb..d87ac662bf 100644 --- a/ardour.1 +++ b/ardour.1 @@ -60,6 +60,6 @@ Use given template for new session \fB\-v\fR, \fB\-\-version\fR Print version and exit .SH "REPORTING BUGS" -Report bugs to http://tracker.ardour.org +Report bugs to https://tracker.ardour.org .br -Website http://ardour.org +Website https://ardour.org diff --git a/gtk2_ardour/ardev_common.sh.in b/gtk2_ardour/ardev_common.sh.in index c5ae73203a..fda18a3420 100644 --- a/gtk2_ardour/ardev_common.sh.in +++ b/gtk2_ardour/ardev_common.sh.in @@ -10,7 +10,7 @@ fi libs=$TOP/@LIBS@ -# http://tracker.ardour.org/view.php?id=5605#c18109 +# https://tracker.ardour.org/view.php?id=5605#c18109 export GTK2_RC_FILES=/nonexistent # diff --git a/libs/ardour/midi_source.cc b/libs/ardour/midi_source.cc index 0521152d98..66ff7bb287 100644 --- a/libs/ardour/midi_source.cc +++ b/libs/ardour/midi_source.cc @@ -218,7 +218,7 @@ MidiSource::midi_read (const ReaderLock& lm, Note that multiple tracks can use a MidiSource simultaneously, so all playback state must be in parameters (the cursor) and must not be cached in the source of model itself. - See http://tracker.ardour.org/view.php?id=6541 + See https://tracker.ardour.org/view.php?id=6541 */ cursor.connect(Invalidated); cursor.iter = _model->begin (start.beats(), false, filtered, &cursor.active_notes); diff --git a/libs/ardour/sndfileimportable.cc b/libs/ardour/sndfileimportable.cc index 7a13d6992e..dc3230c9cc 100644 --- a/libs/ardour/sndfileimportable.cc +++ b/libs/ardour/sndfileimportable.cc @@ -45,7 +45,7 @@ SndFileImportableSource::get_timecode_info (SNDFILE* sf, SF_BROADCAST_INFO* binf return 0; } - /* see http://tracker.ardour.org/view.php?id=6208 + /* see https://tracker.ardour.org/view.php?id=6208 * 0xffffffff 0xfffc5680 * seems to be a bug in Presonus Capture (which generated the file) * diff --git a/libs/pbd/pbd/gstdio_compat.h b/libs/pbd/pbd/gstdio_compat.h index 5d8765d14e..5102cf67c6 100644 --- a/libs/pbd/pbd/gstdio_compat.h +++ b/libs/pbd/pbd/gstdio_compat.h @@ -20,7 +20,7 @@ * * see http://pidgin.im/pipermail/devel/2014-April/023475.html * and https://pidgin.im/pipermail/commits/2014-April/025031.html - * http://tracker.ardour.org/view.php?id=6575 + * https://tracker.ardour.org/view.php?id=6575 */ #ifndef __pbd_gstdio_compat_h__ diff --git a/libs/waveview/wave_view.cc b/libs/waveview/wave_view.cc index f5cc1a2789..0847125201 100644 --- a/libs/waveview/wave_view.cc +++ b/libs/waveview/wave_view.cc @@ -670,7 +670,7 @@ WaveView::draw_image (Cairo::RefPtr& image, PeakData* peaks for (int i = 0; i < n_peaks; ++i) { bool connected_segment = false; - /* http://lac.linuxaudio.org/2013/papers/36.pdf Fig3 */ + /* https://lac.linuxaudio.org/2013/papers/36.pdf Fig3 */ if (i + 1 == n_peaks) { wave_context->move_to (i, tips[i].top); wave_context->line_to (i, tips[i].bot); @@ -912,10 +912,10 @@ WaveView::process_draw_request (boost::shared_ptr req) Cairo::RefPtr cairo_image = Cairo::ImageSurface::create (Cairo::FORMAT_ARGB32, n_peaks, req->image->props.height); - // http://cairographics.org/manual/cairo-Image-Surfaces.html#cairo-image-surface-create + // https://cairographics.org/manual/cairo-Image-Surfaces.html#cairo-image-surface-create // This function always returns a valid pointer, but it will return a pointer to a "nil" surface.. // but there's some evidence that req->image can be NULL. - // http://tracker.ardour.org/view.php?id=6478 + // https://tracker.ardour.org/view.php?id=6478 assert (cairo_image); if (peaks_read > 0) {