diff options
Diffstat (limited to 'media-libs')
106 files changed, 188 insertions, 188 deletions
diff --git a/media-libs/aften/aften-0.0.8-r2.ebuild b/media-libs/aften/aften-0.0.8-r2.ebuild index e643b945fe77..dd6cbc02f6a9 100644 --- a/media-libs/aften/aften-0.0.8-r2.ebuild +++ b/media-libs/aften/aften-0.0.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit cmake DESCRIPTION="A/52 (AC-3) audio encoder" HOMEPAGE="https://aften.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1 BSD" SLOT="0" diff --git a/media-libs/bio2jack/bio2jack-0.9-r2.ebuild b/media-libs/bio2jack/bio2jack-0.9-r2.ebuild index d14f9030429a..f38c086e6431 100644 --- a/media-libs/bio2jack/bio2jack-0.9-r2.ebuild +++ b/media-libs/bio2jack/bio2jack-0.9-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Library for porting blocked I/O OSS/ALSA audio applications to JACK" HOMEPAGE="https://bio2jack.sourceforge.net/" -SRC_URI="mirror://sourceforge/bio2jack/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/bio2jack/${P}.tar.gz" S="${WORKDIR}/${PN}" LICENSE="GPL-2+" diff --git a/media-libs/devil/devil-1.7.8-r6.ebuild b/media-libs/devil/devil-1.7.8-r6.ebuild index fafa062a9f18..8e006389804a 100644 --- a/media-libs/devil/devil-1.7.8-r6.ebuild +++ b/media-libs/devil/devil-1.7.8-r6.ebuild @@ -9,7 +9,7 @@ MY_P=DevIL-${PV} DESCRIPTION="DevIL image library" HOMEPAGE="https://openil.sourceforge.net/" -SRC_URI="mirror://sourceforge/openil/${MY_P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/openil/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/media-libs/dssi/dssi-1.1.1-r2.ebuild b/media-libs/dssi/dssi-1.1.1-r2.ebuild index faa378e8366c..5729d158e932 100644 --- a/media-libs/dssi/dssi-1.1.1-r2.ebuild +++ b/media-libs/dssi/dssi-1.1.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Plugin API for software instruments with user interfaces" HOMEPAGE="https://dssi.sourceforge.net/" -SRC_URI="mirror://sourceforge/dssi/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/dssi/${P}.tar.gz" LICENSE="BSD LGPL-2.1" SLOT="0" diff --git a/media-libs/esdl/esdl-1.3.1-r1.ebuild b/media-libs/esdl/esdl-1.3.1-r1.ebuild index 42222c268278..ff03a23fa49e 100644 --- a/media-libs/esdl/esdl-1.3.1-r1.ebuild +++ b/media-libs/esdl/esdl-1.3.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Erlang bindings for the SDL library" HOMEPAGE="https://esdl.sourceforge.net/" -SRC_URI="mirror://sourceforge/esdl/${P}.src.tgz" +SRC_URI="https://downloads.sourceforge.net/esdl/${P}.src.tgz" LICENSE="BSD" SLOT="0" diff --git a/media-libs/faac/faac-1.30.ebuild b/media-libs/faac/faac-1.30.ebuild index 17afb338d80f..c06f5e5b45f8 100644 --- a/media-libs/faac/faac-1.30.ebuild +++ b/media-libs/faac/faac-1.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ MY_P="${PN}-${MY_PV}" DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com" HOMEPAGE="https://www.audiocoding.com" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1 MPEG-4" SLOT="0" diff --git a/media-libs/fdk-aac/fdk-aac-2.0.3.ebuild b/media-libs/fdk-aac/fdk-aac-2.0.3.ebuild index f4e614cb36ca..b0f8a5ce9900 100644 --- a/media-libs/fdk-aac/fdk-aac-2.0.3.ebuild +++ b/media-libs/fdk-aac/fdk-aac-2.0.3.ebuild @@ -15,7 +15,7 @@ else if [[ ${PV%_p*} != ${PV} ]]; then # Gentoo snapshot SRC_URI="mirror://gentoo/${P}.tar.xz" else # Official release - SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz" + SRC_URI="https://downloads.sourceforge.net/opencore-amr/${P}.tar.gz" fi fi diff --git a/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0-r1.ebuild b/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0-r1.ebuild index 4cc4f43927ef..cc1226f50d0c 100644 --- a/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0-r1.ebuild +++ b/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="DSSI Soft Synth Interface" HOMEPAGE="https://dssi.sourceforge.net/" -SRC_URI="mirror://sourceforge/dssi/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/dssi/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-libs/freeglut/freeglut-3.4.0.ebuild b/media-libs/freeglut/freeglut-3.4.0.ebuild index cb8bb61808c9..ce65b37fa2d0 100644 --- a/media-libs/freeglut/freeglut-3.4.0.ebuild +++ b/media-libs/freeglut/freeglut-3.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit cmake-multilib DESCRIPTION="A free OpenGL utility toolkit, the open-sourced alternative to the GLUT library" HOMEPAGE="https://freeglut.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/media-libs/freeimage/freeimage-3.18.0-r10.ebuild b/media-libs/freeimage/freeimage-3.18.0-r10.ebuild index 502ee0298dbe..fcdb84239a18 100644 --- a/media-libs/freeimage/freeimage-3.18.0-r10.ebuild +++ b/media-libs/freeimage/freeimage-3.18.0-r10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,8 +11,8 @@ MY_P=${MY_PN}${MY_PV} DESCRIPTION="Image library supporting many formats" HOMEPAGE="https://freeimage.sourceforge.io/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip - mirror://sourceforge/${PN}/${MY_P}.pdf +SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.zip + https://downloads.sourceforge.net/${PN}/${MY_P}.pdf https://dev.gentoo.org/~juippis/distfiles/tmp/freeimage-3.18.0-unbundling.patch" LICENSE="|| ( GPL-2 FIPL-1.0 )" diff --git a/media-libs/freeimage/freeimage-3.18.0-r11.ebuild b/media-libs/freeimage/freeimage-3.18.0-r11.ebuild index c07115b6c4f9..4a4c18440cb4 100644 --- a/media-libs/freeimage/freeimage-3.18.0-r11.ebuild +++ b/media-libs/freeimage/freeimage-3.18.0-r11.ebuild @@ -11,8 +11,8 @@ MY_P=${MY_PN}${MY_PV} DESCRIPTION="Image library supporting many formats" HOMEPAGE="https://freeimage.sourceforge.io/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip - mirror://sourceforge/${PN}/${MY_P}.pdf +SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.zip + https://downloads.sourceforge.net/${PN}/${MY_P}.pdf https://dev.gentoo.org/~juippis/distfiles/tmp/freeimage-3.18.0-unbundling.patch" LICENSE="|| ( GPL-2 FIPL-1.0 )" diff --git a/media-libs/freetype/freetype-2.13.0.ebuild b/media-libs/freetype/freetype-2.13.0.ebuild index 48ec96cea645..64f373f41312 100644 --- a/media-libs/freetype/freetype-2.13.0.ebuild +++ b/media-libs/freetype/freetype-2.13.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,11 +10,11 @@ HOMEPAGE="https://www.freetype.org/" IUSE="X +adobe-cff brotli bzip2 +cleartype-hinting debug fontforge harfbuzz infinality +png static-libs svg utils" if [[ "${PV}" != 9999 ]] ; then - SRC_URI="mirror://sourceforge/freetype/${P/_/}.tar.xz + SRC_URI="https://downloads.sourceforge.net/freetype/${P/_/}.tar.xz mirror://nongnu/freetype/${P/_/}.tar.xz - utils? ( mirror://sourceforge/freetype/ft2demos-${PV}.tar.xz + utils? ( https://downloads.sourceforge.net/freetype/ft2demos-${PV}.tar.xz mirror://nongnu/freetype/ft2demos-${PV}.tar.xz ) - doc? ( mirror://sourceforge/freetype/${PN}-doc-${PV}.tar.xz + doc? ( https://downloads.sourceforge.net/freetype/${PN}-doc-${PV}.tar.xz mirror://nongnu/freetype/${PN}-doc-${PV}.tar.xz )" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE+=" doc" diff --git a/media-libs/freetype/freetype-2.13.2.ebuild b/media-libs/freetype/freetype-2.13.2.ebuild index fb252d1ff4e7..20535f88cce5 100644 --- a/media-libs/freetype/freetype-2.13.2.ebuild +++ b/media-libs/freetype/freetype-2.13.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,14 +12,14 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI=" - mirror://sourceforge/freetype/${P/_/}.tar.xz + https://downloads.sourceforge.net/freetype/${P/_/}.tar.xz mirror://nongnu/freetype/${P/_/}.tar.xz utils? ( - mirror://sourceforge/freetype/ft2demos-${PV}.tar.xz + https://downloads.sourceforge.net/freetype/ft2demos-${PV}.tar.xz mirror://nongnu/freetype/ft2demos-${PV}.tar.xz ) doc? ( - mirror://sourceforge/freetype/${PN}-doc-${PV}.tar.xz + https://downloads.sourceforge.net/freetype/${PN}-doc-${PV}.tar.xz mirror://nongnu/freetype/${PN}-doc-${PV}.tar.xz ) " diff --git a/media-libs/freetype/freetype-9999.ebuild b/media-libs/freetype/freetype-9999.ebuild index 6f8fac775721..68187ac641db 100644 --- a/media-libs/freetype/freetype-9999.ebuild +++ b/media-libs/freetype/freetype-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,14 +12,14 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI=" - mirror://sourceforge/freetype/${P/_/}.tar.xz + https://downloads.sourceforge.net/freetype/${P/_/}.tar.xz mirror://nongnu/freetype/${P/_/}.tar.xz utils? ( - mirror://sourceforge/freetype/ft2demos-${PV}.tar.xz + https://downloads.sourceforge.net/freetype/ft2demos-${PV}.tar.xz mirror://nongnu/freetype/ft2demos-${PV}.tar.xz ) doc? ( - mirror://sourceforge/freetype/${PN}-doc-${PV}.tar.xz + https://downloads.sourceforge.net/freetype/${PN}-doc-${PV}.tar.xz mirror://nongnu/freetype/${PN}-doc-${PV}.tar.xz ) " diff --git a/media-libs/ftgl/ftgl-2.1.3_rc5-r1.ebuild b/media-libs/ftgl/ftgl-2.1.3_rc5-r1.ebuild index 6cb72f040c0d..d503fc54bbcf 100644 --- a/media-libs/ftgl/ftgl-2.1.3_rc5-r1.ebuild +++ b/media-libs/ftgl/ftgl-2.1.3_rc5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ MY_P2="${PN}-${MY_PV2}" DESCRIPTION="library to use arbitrary fonts in OpenGL applications" HOMEPAGE="https://sourceforge.net/projects/ftgl/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P2}" LICENSE="MIT" diff --git a/media-libs/gavl/gavl-1.4.0-r3.ebuild b/media-libs/gavl/gavl-1.4.0-r3.ebuild index 1e9e192bcf13..299545b87b7f 100644 --- a/media-libs/gavl/gavl-1.4.0-r3.ebuild +++ b/media-libs/gavl/gavl-1.4.0-r3.ebuild @@ -7,7 +7,7 @@ inherit autotools multilib-minimal DESCRIPTION="Library for handling uncompressed audio and video data" HOMEPAGE="http://gmerlin.sourceforge.net" -SRC_URI="mirror://sourceforge/gmerlin/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/gmerlin/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/media-libs/giflib/giflib-5.2.1-r1.ebuild b/media-libs/giflib/giflib-5.2.1-r1.ebuild index 74aa5e45d4a8..e61c4427a6f9 100644 --- a/media-libs/giflib/giflib-5.2.1-r1.ebuild +++ b/media-libs/giflib/giflib-5.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit multilib-minimal toolchain-funcs DESCRIPTION="Library to handle, display and manipulate GIF images" HOMEPAGE="https://sourceforge.net/projects/giflib/" -SRC_URI="mirror://sourceforge/giflib/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/giflib/${P}.tar.gz" LICENSE="MIT" SLOT="0/7" diff --git a/media-libs/glew/glew-1.10.0-r101.ebuild b/media-libs/glew/glew-1.10.0-r101.ebuild index d577b1e7ea0c..2eb357fe2570 100644 --- a/media-libs/glew/glew-1.10.0-r101.ebuild +++ b/media-libs/glew/glew-1.10.0-r101.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ inherit multilib-minimal toolchain-funcs DESCRIPTION="The OpenGL Extension Wrangler Library" HOMEPAGE="https://glew.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tgz" LICENSE="BSD MIT" SLOT="$(ver_cut 1-2)" diff --git a/media-libs/glew/glew-1.6.0-r101.ebuild b/media-libs/glew/glew-1.6.0-r101.ebuild index 9bb6892b4030..7a1947684efe 100644 --- a/media-libs/glew/glew-1.6.0-r101.ebuild +++ b/media-libs/glew/glew-1.6.0-r101.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ inherit multilib-minimal toolchain-funcs DESCRIPTION="The OpenGL Extension Wrangler Library" HOMEPAGE="https://glew.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tgz" LICENSE="BSD MIT" SLOT="$(ver_cut 1-2)" diff --git a/media-libs/glew/glew-2.2.0-r1.ebuild b/media-libs/glew/glew-2.2.0-r1.ebuild index 51f78de308f8..d39f7bbdebc8 100644 --- a/media-libs/glew/glew-2.2.0-r1.ebuild +++ b/media-libs/glew/glew-2.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit multilib-minimal toolchain-funcs DESCRIPTION="The OpenGL Extension Wrangler Library" HOMEPAGE="https://glew.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tgz" LICENSE="BSD MIT" SLOT="0/$(ver_cut 1-2)" diff --git a/media-libs/glew/glew-2.2.0.ebuild b/media-libs/glew/glew-2.2.0.ebuild index c791acbd96d1..5125bc37d5e7 100644 --- a/media-libs/glew/glew-2.2.0.ebuild +++ b/media-libs/glew/glew-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit multilib-minimal toolchain-funcs DESCRIPTION="The OpenGL Extension Wrangler Library" HOMEPAGE="https://glew.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tgz" LICENSE="BSD MIT" SLOT="0/$(ver_cut 1-2)" diff --git a/media-libs/hamlib/hamlib-4.5.5-r1.ebuild b/media-libs/hamlib/hamlib-4.5.5-r1.ebuild index 6b9c869d3b30..f6648b42c4f2 100644 --- a/media-libs/hamlib/hamlib-4.5.5-r1.ebuild +++ b/media-libs/hamlib/hamlib-4.5.5-r1.ebuild @@ -10,7 +10,7 @@ inherit autotools flag-o-matic python-single-r1 DESCRIPTION="Ham radio backend rig control libraries" HOMEPAGE="https://www.hamlib.github.io" -SRC_URI="mirror://sourceforge/hamlib/${MY_P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/hamlib/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2+ GPL-2+" diff --git a/media-libs/hamlib/hamlib-4.5.5-r2.ebuild b/media-libs/hamlib/hamlib-4.5.5-r2.ebuild index 025890f30263..1b76a6953087 100644 --- a/media-libs/hamlib/hamlib-4.5.5-r2.ebuild +++ b/media-libs/hamlib/hamlib-4.5.5-r2.ebuild @@ -10,7 +10,7 @@ inherit autotools flag-o-matic python-single-r1 DESCRIPTION="Ham radio backend rig control libraries" HOMEPAGE="https://www.hamlib.github.io" -SRC_URI="mirror://sourceforge/hamlib/${MY_P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/hamlib/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2+ GPL-2+" diff --git a/media-libs/hamlib/hamlib-4.5.5-r3.ebuild b/media-libs/hamlib/hamlib-4.5.5-r3.ebuild index 208e7e9d4980..5e6fc9bffdb7 100644 --- a/media-libs/hamlib/hamlib-4.5.5-r3.ebuild +++ b/media-libs/hamlib/hamlib-4.5.5-r3.ebuild @@ -10,7 +10,7 @@ inherit autotools flag-o-matic python-single-r1 DESCRIPTION="Ham radio backend rig control libraries" HOMEPAGE="https://www.hamlib.github.io" -SRC_URI="mirror://sourceforge/hamlib/${MY_P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/hamlib/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2+ GPL-2+" diff --git a/media-libs/icc-profiles-basiccolor-printing2009/icc-profiles-basiccolor-printing2009-1.2.0.ebuild b/media-libs/icc-profiles-basiccolor-printing2009/icc-profiles-basiccolor-printing2009-1.2.0.ebuild index acde02fd32c5..e058fee9939d 100644 --- a/media-libs/icc-profiles-basiccolor-printing2009/icc-profiles-basiccolor-printing2009-1.2.0.ebuild +++ b/media-libs/icc-profiles-basiccolor-printing2009/icc-profiles-basiccolor-printing2009-1.2.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="ICC profiles for printing/offset" HOMEPAGE="https://www.freedesktop.org/wiki/OpenIcc/ProfilePackages" -SRC_URI="mirror://sourceforge/openicc/basICColor-Profiles/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/openicc/basICColor-Profiles/${P}.tar.bz2" LICENSE="ZLIB" SLOT="0" diff --git a/media-libs/icc-profiles-openicc/icc-profiles-openicc-1.3.1.ebuild b/media-libs/icc-profiles-openicc/icc-profiles-openicc-1.3.1.ebuild index b404458006e6..082451374d7e 100644 --- a/media-libs/icc-profiles-openicc/icc-profiles-openicc-1.3.1.ebuild +++ b/media-libs/icc-profiles-openicc/icc-profiles-openicc-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit xdg DESCRIPTION="ICC color profiles by OpenICC" HOMEPAGE="https://www.freedesktop.org/wiki/OpenIcc/ProfilePackages" -SRC_URI="mirror://sourceforge/openicc/OpenICC-Profiles/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/openicc/OpenICC-Profiles/${P}.tar.bz2" LICENSE="ZLIB" SLOT="0" diff --git a/media-libs/id3lib/id3lib-3.8.3-r10.ebuild b/media-libs/id3lib/id3lib-3.8.3-r10.ebuild index 42d5d79c8c1b..e4cf46d3a8ce 100644 --- a/media-libs/id3lib/id3lib-3.8.3-r10.ebuild +++ b/media-libs/id3lib/id3lib-3.8.3-r10.ebuild @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Id3 library for C/C++" HOMEPAGE="https://id3lib.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P/_}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P/_}.tar.gz" S="${WORKDIR}/${P/_}" LICENSE="LGPL-2.1+" diff --git a/media-libs/lasi/lasi-1.1.3.ebuild b/media-libs/lasi/lasi-1.1.3.ebuild index d83b44980256..e7385be60555 100644 --- a/media-libs/lasi/lasi-1.1.3.ebuild +++ b/media-libs/lasi/lasi-1.1.3.ebuild @@ -10,7 +10,7 @@ MY_P=${MY_PN}-${PV} DESCRIPTION="C++ library for postscript stream output" HOMEPAGE="http://www.unifont.org/lasi" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0/2" diff --git a/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild b/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild index 65000edaf2c9..72e1452f1058 100644 --- a/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild +++ b/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools multilib-minimal DESCRIPTION="Bauer stereophonic-to-binaural DSP library" HOMEPAGE="https://bs2b.sourceforge.net/" -SRC_URI="mirror://sourceforge/bs2b/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/bs2b/${P}.tar.bz2" LICENSE="MIT" SLOT="0" diff --git a/media-libs/libbsb/libbsb-0.0.7-r1.ebuild b/media-libs/libbsb/libbsb-0.0.7-r1.ebuild index b9244ad36ca6..60e8aeaa5d9a 100644 --- a/media-libs/libbsb/libbsb-0.0.7-r1.ebuild +++ b/media-libs/libbsb/libbsb-0.0.7-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="A portable C library for reading and writing BSB format image files" HOMEPAGE="http://libbsb.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/media-libs/libbsb/libbsb-0.0.7-r2.ebuild b/media-libs/libbsb/libbsb-0.0.7-r2.ebuild index be7212a192b1..301930afdf66 100644 --- a/media-libs/libbsb/libbsb-0.0.7-r2.ebuild +++ b/media-libs/libbsb/libbsb-0.0.7-r2.ebuild @@ -7,7 +7,7 @@ inherit autotools toolchain-funcs DESCRIPTION="Portable C library for reading and writing BSB format image files" HOMEPAGE="https://libbsb.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" diff --git a/media-libs/libcdaudio/libcdaudio-0.99.12-r5.ebuild b/media-libs/libcdaudio/libcdaudio-0.99.12-r5.ebuild index 5e7fc918de54..c238a74e7178 100644 --- a/media-libs/libcdaudio/libcdaudio-0.99.12-r5.ebuild +++ b/media-libs/libcdaudio/libcdaudio-0.99.12-r5.ebuild @@ -7,7 +7,7 @@ inherit autotools flag-o-matic DESCRIPTION="Library of cd audio related routines" HOMEPAGE="https://libcdaudio.sourceforge.net/" -SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/libcdaudio/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" diff --git a/media-libs/libcddb/libcddb-1.3.2-r1.ebuild b/media-libs/libcddb/libcddb-1.3.2-r1.ebuild index 3105a900d253..fe01596de756 100644 --- a/media-libs/libcddb/libcddb-1.3.2-r1.ebuild +++ b/media-libs/libcddb/libcddb-1.3.2-r1.ebuild @@ -7,7 +7,7 @@ inherit autotools multilib-minimal DESCRIPTION="Library for accessing a CDDB server" HOMEPAGE="https://libcddb.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" LICENSE="LGPL-2+" SLOT="0" diff --git a/media-libs/libclastfm/libclastfm-0.5.ebuild b/media-libs/libclastfm/libclastfm-0.5.ebuild index 711cfbfec9e2..86d2a6328591 100644 --- a/media-libs/libclastfm/libclastfm-0.5.ebuild +++ b/media-libs/libclastfm/libclastfm-0.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="C API library to the last.fm web service (unofficial)" HOMEPAGE="https://liblastfm.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN/c}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN/c}/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" diff --git a/media-libs/libdc1394/libdc1394-2.2.6.ebuild b/media-libs/libdc1394/libdc1394-2.2.6.ebuild index 1fdf8830646a..a5dffdbd5b8d 100644 --- a/media-libs/libdc1394/libdc1394-2.2.6.ebuild +++ b/media-libs/libdc1394/libdc1394-2.2.6.ebuild @@ -7,7 +7,7 @@ inherit autotools multilib-minimal DESCRIPTION="Library to interface with IEEE 1394 cameras following the IIDC specification" HOMEPAGE="https://sourceforge.net/projects/libdc1394/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz https://dev.gentoo.org/~ssuominen/sdl.m4-20140620.tar.xz" LICENSE="LGPL-2.1" diff --git a/media-libs/libdv/libdv-1.0.0-r4.ebuild b/media-libs/libdv/libdv-1.0.0-r4.ebuild index 362597db22c0..c51aa30627e7 100644 --- a/media-libs/libdv/libdv-1.0.0-r4.ebuild +++ b/media-libs/libdv/libdv-1.0.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit autotools flag-o-matic multilib-minimal toolchain-funcs DESCRIPTION="Software codec for dv-format video (camcorders etc)" HOMEPAGE="http://libdv.sourceforge.net/" SRC_URI=" - mirror://sourceforge/${PN}/${P}.tar.gz + https://downloads.sourceforge.net/${PN}/${P}.tar.gz mirror://gentoo/${PN}-1.0.0-pic.patch.bz2" LICENSE="GPL-2" diff --git a/media-libs/libdvd-audio/libdvd-audio-1.0.0.ebuild b/media-libs/libdvd-audio/libdvd-audio-1.0.0.ebuild index e8040edd4a51..5404ca5efe1d 100644 --- a/media-libs/libdvd-audio/libdvd-audio-1.0.0.ebuild +++ b/media-libs/libdvd-audio/libdvd-audio-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="library for extracting audio from DVD-Audio discs" HOMEPAGE="https://sourceforge.net/projects/libdvd-audio/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="GPL-2 LGPL-3" SLOT="0" diff --git a/media-libs/libemf/libemf-1.0.13.ebuild b/media-libs/libemf/libemf-1.0.13.ebuild index 0cd5e48d2464..7f4f34485593 100644 --- a/media-libs/libemf/libemf-1.0.13.ebuild +++ b/media-libs/libemf/libemf-1.0.13.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Library implementation of ECMA-234 API for the generation of enhanced metafiles" HOMEPAGE="http://libemf.sourceforge.net/" -SRC_URI="mirror://sourceforge/libemf/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/libemf/${P}.tar.gz" LICENSE="LGPL-2.1 GPL-2" SLOT="0" diff --git a/media-libs/libfame/libfame-0.9.1-r4.ebuild b/media-libs/libfame/libfame-0.9.1-r4.ebuild index 69b4bfe45f41..83d6540b0711 100644 --- a/media-libs/libfame/libfame-0.9.1-r4.ebuild +++ b/media-libs/libfame/libfame-0.9.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="MPEG-1 and MPEG-4 video encoding library" HOMEPAGE="http://fame.sourceforge.net/" -SRC_URI="mirror://sourceforge/fame/${P}.tar.gz +SRC_URI="https://downloads.sourceforge.net/fame/${P}.tar.gz http://digilander.libero.it/dgp85/gentoo/${PN}-patches-2.tar.bz2" LICENSE="GPL-2" diff --git a/media-libs/libggi/libggi-2.2.2-r1.ebuild b/media-libs/libggi/libggi-2.2.2-r1.ebuild index e5e587aa68dd..5c776bc44459 100644 --- a/media-libs/libggi/libggi-2.2.2-r1.ebuild +++ b/media-libs/libggi/libggi-2.2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Provides an opaque interface to the display's acceleration function" HOMEPAGE="https://ibiblio.org/ggicore/packages/libggi.html" -SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/ggi/${P}.src.tar.bz2" LICENSE="MIT" SLOT="0" diff --git a/media-libs/libggigcp/libggigcp-1.0.2-r1.ebuild b/media-libs/libggigcp/libggigcp-1.0.2-r1.ebuild index 57d17475016e..2a68e4cb93f3 100644 --- a/media-libs/libggigcp/libggigcp-1.0.2-r1.ebuild +++ b/media-libs/libggigcp/libggigcp-1.0.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Libggi extension for advanced color and palette handling" HOMEPAGE="https://ibiblio.org/ggicore/packages/libggigcp.html" -SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/ggi/${P}.src.tar.bz2" LICENSE="MIT" SLOT="0" diff --git a/media-libs/libggimisc/libggimisc-2.2.2-r1.ebuild b/media-libs/libggimisc/libggimisc-2.2.2-r1.ebuild index 58c715ec6de9..5aa32e7970ef 100644 --- a/media-libs/libggimisc/libggimisc-2.2.2-r1.ebuild +++ b/media-libs/libggimisc/libggimisc-2.2.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Adds support for some special graphical target features" HOMEPAGE="https://ibiblio.org/ggicore/packages/libggimisc.html" -SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/ggi/${P}.src.tar.bz2" LICENSE="MIT" SLOT="0" diff --git a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild index 3d92579a0e83..a742cae698e4 100644 --- a/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild +++ b/media-libs/libggiwmh/libggiwmh-0.3.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Window manager hints extensions for libggi" HOMEPAGE="https://ibiblio.org/ggicore/packages/libggiwmh.html" -SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/ggi/${P}.src.tar.bz2" LICENSE="MIT" SLOT="0" diff --git a/media-libs/libgii/libgii-1.0.2-r3.ebuild b/media-libs/libgii/libgii-1.0.2-r3.ebuild index 11766b96b69d..1858b7514729 100644 --- a/media-libs/libgii/libgii-1.0.2-r3.ebuild +++ b/media-libs/libgii/libgii-1.0.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Easy to use, but yet powerful, API for all possible input sources" HOMEPAGE="https://ibiblio.org/ggicore/packages/libgii.html" -SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/ggi/${P}.src.tar.bz2" LICENSE="LGPL-2" SLOT="0" diff --git a/media-libs/libgphoto2/libgphoto2-2.5.31-r1.ebuild b/media-libs/libgphoto2/libgphoto2-2.5.31-r1.ebuild index 57a79b08f9a2..c8bb4aef7df7 100644 --- a/media-libs/libgphoto2/libgphoto2-2.5.31-r1.ebuild +++ b/media-libs/libgphoto2/libgphoto2-2.5.31-r1.ebuild @@ -10,7 +10,7 @@ inherit autotools multilib-minimal udev DESCRIPTION="Library that implements support for numerous digital cameras" HOMEPAGE="http://www.gphoto.org/" -SRC_URI="mirror://sourceforge/gphoto/${P}.tar.xz" +SRC_URI="https://downloads.sourceforge.net/gphoto/${P}.tar.xz" LICENSE="GPL-2" diff --git a/media-libs/libgpod/libgpod-0.8.3-r6.ebuild b/media-libs/libgpod/libgpod-0.8.3-r6.ebuild index 6d920c289a76..60496e6dc603 100644 --- a/media-libs/libgpod/libgpod-0.8.3-r6.ebuild +++ b/media-libs/libgpod/libgpod-0.8.3-r6.ebuild @@ -7,7 +7,7 @@ inherit autotools udev DESCRIPTION="Shared library to access the contents of an iPod" HOMEPAGE="http://www.gtkpod.org/libgpod/" -SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/gtkpod/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" diff --git a/media-libs/libgpod/libgpod-0.8.3-r7.ebuild b/media-libs/libgpod/libgpod-0.8.3-r7.ebuild index 959027f94d84..e04326a20141 100644 --- a/media-libs/libgpod/libgpod-0.8.3-r7.ebuild +++ b/media-libs/libgpod/libgpod-0.8.3-r7.ebuild @@ -7,7 +7,7 @@ inherit autotools udev DESCRIPTION="Shared library to access the contents of an iPod" HOMEPAGE="http://www.gtkpod.org/libgpod/" -SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/gtkpod/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" diff --git a/media-libs/libicns/libicns-0.8.1-r1.ebuild b/media-libs/libicns/libicns-0.8.1-r1.ebuild index 2573e085ea67..e0bba3908d08 100644 --- a/media-libs/libicns/libicns-0.8.1-r1.ebuild +++ b/media-libs/libicns/libicns-0.8.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="A library for manipulating MacOS X .icns icon format" HOMEPAGE="https://sourceforge.net/projects/icns/" -SRC_URI="mirror://sourceforge/icns/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/icns/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" diff --git a/media-libs/libifp/libifp-1.0.0.2-r1.ebuild b/media-libs/libifp/libifp-1.0.0.2-r1.ebuild index 2ce97ceb6f88..d8f351e5b3a8 100644 --- a/media-libs/libifp/libifp-1.0.0.2-r1.ebuild +++ b/media-libs/libifp/libifp-1.0.0.2-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="General-purpose library for iRiver's iFP portable audio players" HOMEPAGE="https://ifp-driver.sourceforge.net/libifp/" -SRC_URI="mirror://sourceforge/ifp-driver/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/ifp-driver/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.5.1.ebuild b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.5.1.ebuild index bdf5e67fce2a..295f833b69d3 100644 --- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.5.1.ebuild +++ b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit cmake-multilib java-pkg-opt-2 DESCRIPTION="MMX, SSE, and SSE2 SIMD accelerated JPEG library" HOMEPAGE="https://libjpeg-turbo.org/ https://sourceforge.net/projects/libjpeg-turbo/" SRC_URI=" - mirror://sourceforge/${PN}/${P}.tar.gz + https://downloads.sourceforge.net/${PN}/${P}.tar.gz mirror://gentoo/libjpeg8_8d-2.debian.tar.gz " diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-3.0.0.ebuild b/media-libs/libjpeg-turbo/libjpeg-turbo-3.0.0.ebuild index f5f0c16cacd1..f374087595e1 100644 --- a/media-libs/libjpeg-turbo/libjpeg-turbo-3.0.0.ebuild +++ b/media-libs/libjpeg-turbo/libjpeg-turbo-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit cmake-multilib java-pkg-opt-2 DESCRIPTION="MMX, SSE, and SSE2 SIMD accelerated JPEG library" HOMEPAGE="https://libjpeg-turbo.org/ https://sourceforge.net/projects/libjpeg-turbo/" SRC_URI=" - mirror://sourceforge/${PN}/${P}.tar.gz + https://downloads.sourceforge.net/${PN}/${P}.tar.gz mirror://gentoo/libjpeg8_8d-2.debian.tar.gz " diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-3.0.1.ebuild b/media-libs/libjpeg-turbo/libjpeg-turbo-3.0.1.ebuild index 16167b03a643..43f76e0689fb 100644 --- a/media-libs/libjpeg-turbo/libjpeg-turbo-3.0.1.ebuild +++ b/media-libs/libjpeg-turbo/libjpeg-turbo-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit cmake-multilib java-pkg-opt-2 DESCRIPTION="MMX, SSE, and SSE2 SIMD accelerated JPEG library" HOMEPAGE="https://libjpeg-turbo.org/ https://sourceforge.net/projects/libjpeg-turbo/" SRC_URI=" - mirror://sourceforge/${PN}/${P}.tar.gz + https://downloads.sourceforge.net/${PN}/${P}.tar.gz mirror://gentoo/libjpeg8_8d-2.debian.tar.gz " diff --git a/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild b/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild index 4cfa64c18d6d..379154d271b3 100644 --- a/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild +++ b/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="A library to support lingoteach-ui and for generic lesson development" HOMEPAGE="http://lingoteach.sourceforge.net" -SRC_URI="mirror://sourceforge/lingoteach/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/lingoteach/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-libs/liblo/liblo-0.32.ebuild b/media-libs/liblo/liblo-0.32.ebuild index c943bb47d9bd..b5b1eaac6230 100644 --- a/media-libs/liblo/liblo-0.32.ebuild +++ b/media-libs/liblo/liblo-0.32.ebuild @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Lightweight OSC (Open Sound Control) implementation" HOMEPAGE="https://sourceforge.net/projects/liblo/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/media-libs/libmad/libmad-0.15.1b-r10.ebuild b/media-libs/libmad/libmad-0.15.1b-r10.ebuild index 2b61ff7cf8a5..446b7bdff8b1 100644 --- a/media-libs/libmad/libmad-0.15.1b-r10.ebuild +++ b/media-libs/libmad/libmad-0.15.1b-r10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools multilib-minimal toolchain-funcs DESCRIPTION="\"M\"peg \"A\"udio \"D\"ecoder library" HOMEPAGE="https://mad.sourceforge.net" -SRC_URI="mirror://sourceforge/mad/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/mad/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" diff --git a/media-libs/libmikmod/libmikmod-3.3.11.1-r2.ebuild b/media-libs/libmikmod/libmikmod-3.3.11.1-r2.ebuild index 41f51d900475..1bb72fb9d5a6 100644 --- a/media-libs/libmikmod/libmikmod-3.3.11.1-r2.ebuild +++ b/media-libs/libmikmod/libmikmod-3.3.11.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit multilib multilib-minimal DESCRIPTION="Library to play a wide range of module formats" HOMEPAGE="https://mikmod.sourceforge.net/" -SRC_URI="mirror://sourceforge/mikmod/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/mikmod/${P}.tar.gz" LICENSE="LGPL-2+ LGPL-2.1" SLOT="0" diff --git a/media-libs/libmms/libmms-0.6.4-r1.ebuild b/media-libs/libmms/libmms-0.6.4-r1.ebuild index 6869d22f0ff7..7a16929910bb 100644 --- a/media-libs/libmms/libmms-0.6.4-r1.ebuild +++ b/media-libs/libmms/libmms-0.6.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit multilib-minimal DESCRIPTION="Library for accessing Microsoft Media Server (MMS) media streaming protocol" HOMEPAGE="https://sourceforge.net/projects/libmms/ https://launchpad.net/libmms/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/media-libs/libmng/libmng-2.0.3-r1.ebuild b/media-libs/libmng/libmng-2.0.3-r1.ebuild index 7d2ac73df662..a0f28c6a8623 100644 --- a/media-libs/libmng/libmng-2.0.3-r1.ebuild +++ b/media-libs/libmng/libmng-2.0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools multilib-minimal DESCRIPTION="Multiple Image Networkgraphics lib (animated png's)" HOMEPAGE="https://www.libmng.com/" -SRC_URI="mirror://sourceforge/libmng/${P}.tar.xz" +SRC_URI="https://downloads.sourceforge.net/libmng/${P}.tar.xz" LICENSE="libmng" SLOT="0/2" diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r6.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r6.ebuild index 4adc3a2bf82a..4e5402943bf2 100644 --- a/media-libs/libmp3splt/libmp3splt-0.9.2-r6.ebuild +++ b/media-libs/libmp3splt/libmp3splt-0.9.2-r6.ebuild @@ -7,7 +7,7 @@ inherit autotools flag-o-matic DESCRIPTION="Library for mp3splt to split mp3 and ogg files without decoding" HOMEPAGE="https://mp3splt.sourceforge.net/mp3splt_page/home.php" -SRC_URI="mirror://sourceforge/${PN:3}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN:3}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" diff --git a/media-libs/libmpeg3/libmpeg3-1.8-r3.ebuild b/media-libs/libmpeg3/libmpeg3-1.8-r3.ebuild index ccce63d45959..6613e59afecc 100644 --- a/media-libs/libmpeg3/libmpeg3-1.8-r3.ebuild +++ b/media-libs/libmpeg3/libmpeg3-1.8-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit autotools DESCRIPTION="An MPEG library for linux" HOMEPAGE="http://heroinewarrior.com/libmpeg3.php" SRC_URI=" - mirror://sourceforge/heroines/${P}-src.tar.bz2 + https://downloads.sourceforge.net/heroines/${P}-src.tar.bz2 https://dev.gentoo.org/~soap/distfiles/${P}-patches-r0.tar.xz" LICENSE="GPL-2" diff --git a/media-libs/libmtp/libmtp-1.1.21.ebuild b/media-libs/libmtp/libmtp-1.1.21.ebuild index fab59e61af36..e8e36650b992 100644 --- a/media-libs/libmtp/libmtp-1.1.21.ebuild +++ b/media-libs/libmtp/libmtp-1.1.21.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then inherit autotools git-r3 else inherit libtool - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv x86" fi diff --git a/media-libs/libmtp/libmtp-9999.ebuild b/media-libs/libmtp/libmtp-9999.ebuild index 95a6833d6749..2976df7b95b6 100644 --- a/media-libs/libmtp/libmtp-9999.ebuild +++ b/media-libs/libmtp/libmtp-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then inherit autotools git-r3 else inherit libtool - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86" fi diff --git a/media-libs/libnjb/libnjb-2.2.7-r2.ebuild b/media-libs/libnjb/libnjb-2.2.7-r2.ebuild index 5d77763bfab1..aa97b72b9549 100644 --- a/media-libs/libnjb/libnjb-2.2.7-r2.ebuild +++ b/media-libs/libnjb/libnjb-2.2.7-r2.ebuild @@ -7,7 +7,7 @@ inherit libtool udev DESCRIPTION="Library for communicating with the Creative Nomad JukeBox digital audio player" HOMEPAGE="https://libnjb.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/media-libs/libpano13/libpano13-2.9.20-r3.ebuild b/media-libs/libpano13/libpano13-2.9.20-r3.ebuild index 1e772982c215..413653331b09 100644 --- a/media-libs/libpano13/libpano13-2.9.20-r3.ebuild +++ b/media-libs/libpano13/libpano13-2.9.20-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -7,7 +7,7 @@ inherit java-pkg-opt-2 DESCRIPTION="Helmut Dersch's panorama toolbox library" HOMEPAGE="http://panotools.sourceforge.net/" -SRC_URI="mirror://sourceforge/panotools/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/panotools/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/3" diff --git a/media-libs/libpano13/libpano13-2.9.21-r1.ebuild b/media-libs/libpano13/libpano13-2.9.21-r1.ebuild index 95b1c7cf3788..5c2bf4a15e6d 100644 --- a/media-libs/libpano13/libpano13-2.9.21-r1.ebuild +++ b/media-libs/libpano13/libpano13-2.9.21-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -7,7 +7,7 @@ inherit cmake DESCRIPTION="Helmut Dersch's panorama toolbox library" HOMEPAGE="http://panotools.sourceforge.net/" -SRC_URI="mirror://sourceforge/panotools/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/panotools/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/3" diff --git a/media-libs/libpano13/libpano13-2.9.21-r2.ebuild b/media-libs/libpano13/libpano13-2.9.21-r2.ebuild index 1eed41af5ec4..50f258ae2739 100644 --- a/media-libs/libpano13/libpano13-2.9.21-r2.ebuild +++ b/media-libs/libpano13/libpano13-2.9.21-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -7,7 +7,7 @@ inherit cmake DESCRIPTION="Helmut Dersch's panorama toolbox library" HOMEPAGE="http://panotools.sourceforge.net/" -SRC_URI="mirror://sourceforge/panotools/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/panotools/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/3" diff --git a/media-libs/libpano13/libpano13-2.9.22.ebuild b/media-libs/libpano13/libpano13-2.9.22.ebuild index 11f4bcc72a58..59e0394e6022 100644 --- a/media-libs/libpano13/libpano13-2.9.22.ebuild +++ b/media-libs/libpano13/libpano13-2.9.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -7,7 +7,7 @@ inherit java-pkg-opt-2 cmake DESCRIPTION="Helmut Dersch's panorama toolbox library" HOMEPAGE="http://panotools.sourceforge.net/" -SRC_URI="mirror://sourceforge/panotools/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/panotools/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/3" diff --git a/media-libs/libpng-compat/libpng-compat-1.2.59-r1.ebuild b/media-libs/libpng-compat/libpng-compat-1.2.59-r1.ebuild index f3cad8bf0993..151ef1252658 100644 --- a/media-libs/libpng-compat/libpng-compat-1.2.59-r1.ebuild +++ b/media-libs/libpng-compat/libpng-compat-1.2.59-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ inherit libtool multilib-minimal MY_P=libpng-${PV} DESCRIPTION="Portable Network Graphics library" HOMEPAGE="http://www.libpng.org/" -SRC_URI="mirror://sourceforge/libpng/${MY_P}.tar.xz" +SRC_URI="https://downloads.sourceforge.net/libpng/${MY_P}.tar.xz" S="${WORKDIR}"/${MY_P} LICENSE="libpng" diff --git a/media-libs/libpng-compat/libpng-compat-1.5.30-r1.ebuild b/media-libs/libpng-compat/libpng-compat-1.5.30-r1.ebuild index 58e9d9881d48..917ccedce349 100644 --- a/media-libs/libpng-compat/libpng-compat-1.5.30-r1.ebuild +++ b/media-libs/libpng-compat/libpng-compat-1.5.30-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ inherit libtool multilib-minimal MY_P="libpng-${PV}" DESCRIPTION="Portable Network Graphics library" HOMEPAGE="http://www.libpng.org/" -SRC_URI="mirror://sourceforge/libpng/${MY_P}.tar.xz" +SRC_URI="https://downloads.sourceforge.net/libpng/${MY_P}.tar.xz" S="${WORKDIR}/${MY_P}" LICENSE="libpng" diff --git a/media-libs/libpng/libpng-1.6.40-r1.ebuild b/media-libs/libpng/libpng-1.6.40-r1.ebuild index 604859806599..15ec4d6fce47 100644 --- a/media-libs/libpng/libpng-1.6.40-r1.ebuild +++ b/media-libs/libpng/libpng-1.6.40-r1.ebuild @@ -10,10 +10,10 @@ APNG_VERSION="1.6.40" DESCRIPTION="Portable Network Graphics library" HOMEPAGE="http://www.libpng.org/" SRC_URI=" - mirror://sourceforge/${PN}/${P}.tar.xz + https://downloads.sourceforge.net/${PN}/${P}.tar.xz apng? ( - mirror://sourceforge/${APNG_REPO}/${PN}$(ver_rs 1-2 '' $(ver_cut 1-2 ${APNG_VERSION}))/${PV}/${PN}-${APNG_VERSION}-apng.patch.gz -> ${PN}-${APNG_VERSION}-${APNG_REPO}-apng.patch.gz - mirror://sourceforge/${APNG_REPO}/${PN}$(ver_rs 1-2 '' $(ver_cut 1-2 ${APNG_VERSION}))/${PN}-${APNG_VERSION}-apng.patch.gz -> ${PN}-${APNG_VERSION}-${APNG_REPO}-apng.patch.gz + https://downloads.sourceforge.net/${APNG_REPO}/${PN}$(ver_rs 1-2 '' $(ver_cut 1-2 ${APNG_VERSION}))/${PV}/${PN}-${APNG_VERSION}-apng.patch.gz -> ${PN}-${APNG_VERSION}-${APNG_REPO}-apng.patch.gz + https://downloads.sourceforge.net/${APNG_REPO}/${PN}$(ver_rs 1-2 '' $(ver_cut 1-2 ${APNG_VERSION}))/${PN}-${APNG_VERSION}-apng.patch.gz -> ${PN}-${APNG_VERSION}-${APNG_REPO}-apng.patch.gz ) " diff --git a/media-libs/libpng/libpng-1.6.42.ebuild b/media-libs/libpng/libpng-1.6.42.ebuild index b198fcd653b4..2ce5a17416c1 100644 --- a/media-libs/libpng/libpng-1.6.42.ebuild +++ b/media-libs/libpng/libpng-1.6.42.ebuild @@ -10,10 +10,10 @@ APNG_VERSION="1.6.40" DESCRIPTION="Portable Network Graphics library" HOMEPAGE="http://www.libpng.org/" SRC_URI=" - mirror://sourceforge/${PN}/${P}.tar.xz + https://downloads.sourceforge.net/${PN}/${P}.tar.xz apng? ( - mirror://sourceforge/${APNG_REPO}/${PN}$(ver_rs 1-2 '' $(ver_cut 1-2 ${APNG_VERSION}))/${PV}/${PN}-${APNG_VERSION}-apng.patch.gz -> ${PN}-${APNG_VERSION}-${APNG_REPO}-apng.patch.gz - mirror://sourceforge/${APNG_REPO}/${PN}$(ver_rs 1-2 '' $(ver_cut 1-2 ${APNG_VERSION}))/${PN}-${APNG_VERSION}-apng.patch.gz -> ${PN}-${APNG_VERSION}-${APNG_REPO}-apng.patch.gz + https://downloads.sourceforge.net/${APNG_REPO}/${PN}$(ver_rs 1-2 '' $(ver_cut 1-2 ${APNG_VERSION}))/${PV}/${PN}-${APNG_VERSION}-apng.patch.gz -> ${PN}-${APNG_VERSION}-${APNG_REPO}-apng.patch.gz + https://downloads.sourceforge.net/${APNG_REPO}/${PN}$(ver_rs 1-2 '' $(ver_cut 1-2 ${APNG_VERSION}))/${PN}-${APNG_VERSION}-apng.patch.gz -> ${PN}-${APNG_VERSION}-${APNG_REPO}-apng.patch.gz ) " diff --git a/media-libs/libpng/libpng-1.6.43.ebuild b/media-libs/libpng/libpng-1.6.43.ebuild index d8d9cd7bdda1..10dfe2a0e11f 100644 --- a/media-libs/libpng/libpng-1.6.43.ebuild +++ b/media-libs/libpng/libpng-1.6.43.ebuild @@ -10,10 +10,10 @@ APNG_VERSION="1.6.43" DESCRIPTION="Portable Network Graphics library" HOMEPAGE="http://www.libpng.org/" SRC_URI=" - mirror://sourceforge/${PN}/${P}.tar.xz + https://downloads.sourceforge.net/${PN}/${P}.tar.xz apng? ( - mirror://sourceforge/${APNG_REPO}/${PN}$(ver_rs 1-2 '' $(ver_cut 1-2 ${APNG_VERSION}))/${PV}/${PN}-${APNG_VERSION}-apng.patch.gz -> ${PN}-${APNG_VERSION}-${APNG_REPO}-apng.patch.gz - mirror://sourceforge/${APNG_REPO}/${PN}$(ver_rs 1-2 '' $(ver_cut 1-2 ${APNG_VERSION}))/${PN}-${APNG_VERSION}-apng.patch.gz -> ${PN}-${APNG_VERSION}-${APNG_REPO}-apng.patch.gz + https://downloads.sourceforge.net/${APNG_REPO}/${PN}$(ver_rs 1-2 '' $(ver_cut 1-2 ${APNG_VERSION}))/${PV}/${PN}-${APNG_VERSION}-apng.patch.gz -> ${PN}-${APNG_VERSION}-${APNG_REPO}-apng.patch.gz + https://downloads.sourceforge.net/${APNG_REPO}/${PN}$(ver_rs 1-2 '' $(ver_cut 1-2 ${APNG_VERSION}))/${PN}-${APNG_VERSION}-apng.patch.gz -> ${PN}-${APNG_VERSION}-${APNG_REPO}-apng.patch.gz ) " diff --git a/media-libs/libpqstego/libpqstego-0.0.1-r1.ebuild b/media-libs/libpqstego/libpqstego-0.0.1-r1.ebuild index 343ed550a6c4..d78e9c223119 100644 --- a/media-libs/libpqstego/libpqstego-0.0.1-r1.ebuild +++ b/media-libs/libpqstego/libpqstego-0.0.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Library for Perturbed Quantization Steganography" HOMEPAGE="https://sourceforge.net/projects/pqstego/" -SRC_URI="mirror://sourceforge/${PN/lib}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN/lib}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-libs/libquicktime/libquicktime-1.2.4-r4.ebuild b/media-libs/libquicktime/libquicktime-1.2.4-r4.ebuild index f145ea2a63e7..8d8cb8b91f31 100644 --- a/media-libs/libquicktime/libquicktime-1.2.4-r4.ebuild +++ b/media-libs/libquicktime/libquicktime-1.2.4-r4.ebuild @@ -7,7 +7,7 @@ inherit libtool multilib-minimal DESCRIPTION="An enhanced version of the quicktime4linux library" HOMEPAGE="http://libquicktime.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r100.ebuild b/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r100.ebuild index e2e8f663759f..089a92155749 100644 --- a/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r100.ebuild +++ b/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ inherit lua-single DESCRIPTION="Embedded lua scripts for libquvi" HOMEPAGE="http://quvi.sourceforge.net/" -SRC_URI="mirror://sourceforge/quvi/${P}.tar.xz" +SRC_URI="https://downloads.sourceforge.net/quvi/${P}.tar.xz" LICENSE="AGPL-3" SLOT="0" diff --git a/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r101.ebuild b/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r101.ebuild index 2cd2f30e520e..43ad21b916d1 100644 --- a/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r101.ebuild +++ b/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r101.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ inherit lua-single DESCRIPTION="Embedded lua scripts for libquvi" HOMEPAGE="http://quvi.sourceforge.net/" -SRC_URI="mirror://sourceforge/quvi/${P}.tar.xz" +SRC_URI="https://downloads.sourceforge.net/quvi/${P}.tar.xz" LICENSE="AGPL-3" SLOT="0" diff --git a/media-libs/libquvi/libquvi-0.9.4-r100.ebuild b/media-libs/libquvi/libquvi-0.9.4-r100.ebuild index 2a30743b87ff..c13f89ccb110 100644 --- a/media-libs/libquvi/libquvi-0.9.4-r100.ebuild +++ b/media-libs/libquvi/libquvi-0.9.4-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit autotools lua-single DESCRIPTION="Library for parsing video download links" HOMEPAGE="http://quvi.sourceforge.net/" -SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz" +SRC_URI="https://downloads.sourceforge.net/quvi/${PV:0:3}/${P}.tar.xz" LICENSE="AGPL-3" SLOT="0/8" # subslot = libquvi soname version diff --git a/media-libs/libquvi/libquvi-0.9.4-r101.ebuild b/media-libs/libquvi/libquvi-0.9.4-r101.ebuild index c1c06fc9b3d4..d5fa9ba6013d 100644 --- a/media-libs/libquvi/libquvi-0.9.4-r101.ebuild +++ b/media-libs/libquvi/libquvi-0.9.4-r101.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ inherit autotools lua-single DESCRIPTION="Library for parsing video download links" HOMEPAGE="http://quvi.sourceforge.net/" -SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz" +SRC_URI="https://downloads.sourceforge.net/quvi/${PV:0:3}/${P}.tar.xz" LICENSE="AGPL-3" SLOT="0/8" # subslot = libquvi soname version diff --git a/media-libs/libsidplay/libsidplay-2.1.1-r7.ebuild b/media-libs/libsidplay/libsidplay-2.1.1-r7.ebuild index f54aaaa9973b..95edaeb07fa9 100644 --- a/media-libs/libsidplay/libsidplay-2.1.1-r7.ebuild +++ b/media-libs/libsidplay/libsidplay-2.1.1-r7.ebuild @@ -9,7 +9,7 @@ MY_P=sidplay-libs-${PV} DESCRIPTION="C64 SID player library" HOMEPAGE="http://sidplay2.sourceforge.net/" -SRC_URI="mirror://sourceforge/sidplay2/${MY_P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/sidplay2/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="2" diff --git a/media-libs/libsidplayfp/libsidplayfp-2.6.0.ebuild b/media-libs/libsidplayfp/libsidplayfp-2.6.0.ebuild index 8bf154d23b5a..4eefc5282af5 100644 --- a/media-libs/libsidplayfp/libsidplayfp-2.6.0.ebuild +++ b/media-libs/libsidplayfp/libsidplayfp-2.6.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DESCRIPTION="Library for the sidplay2 fork with resid-fp" HOMEPAGE="https://sourceforge.net/projects/sidplay-residfp/" -SRC_URI="mirror://sourceforge/sidplay-residfp/${PN}/$(ver_cut 1-2)/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/sidplay-residfp/${PN}/$(ver_cut 1-2)/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/6" diff --git a/media-libs/libsidplayfp/libsidplayfp-2.7.0.ebuild b/media-libs/libsidplayfp/libsidplayfp-2.7.0.ebuild index 8bf154d23b5a..4eefc5282af5 100644 --- a/media-libs/libsidplayfp/libsidplayfp-2.7.0.ebuild +++ b/media-libs/libsidplayfp/libsidplayfp-2.7.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DESCRIPTION="Library for the sidplay2 fork with resid-fp" HOMEPAGE="https://sourceforge.net/projects/sidplay-residfp/" -SRC_URI="mirror://sourceforge/sidplay-residfp/${PN}/$(ver_cut 1-2)/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/sidplay-residfp/${PN}/$(ver_cut 1-2)/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/6" diff --git a/media-libs/libsmf/libsmf-1.3.ebuild b/media-libs/libsmf/libsmf-1.3.ebuild index 4ea4f8b6bec4..6994e7e00b46 100644 --- a/media-libs/libsmf/libsmf-1.3.ebuild +++ b/media-libs/libsmf/libsmf-1.3.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="Standard MIDI File format library" HOMEPAGE="https://libsmf.sourceforge.net/api/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/media-libs/libtimidity/libtimidity-0.2.7.ebuild b/media-libs/libtimidity/libtimidity-0.2.7.ebuild index 0adf3a351200..f25b1f4a9531 100644 --- a/media-libs/libtimidity/libtimidity-0.2.7.ebuild +++ b/media-libs/libtimidity/libtimidity-0.2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit multilib-minimal DESCRIPTION="MIDI to WAVE converter library" HOMEPAGE="https://libtimidity.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/2" diff --git a/media-libs/libwmf/libwmf-0.2.8.4-r9.ebuild b/media-libs/libwmf/libwmf-0.2.8.4-r9.ebuild index 8d3fb04b51be..6ed224831670 100644 --- a/media-libs/libwmf/libwmf-0.2.8.4-r9.ebuild +++ b/media-libs/libwmf/libwmf-0.2.8.4-r9.ebuild @@ -7,7 +7,7 @@ inherit autotools gnome2-utils DESCRIPTION="A library for reading vector images in Microsoft's Windows Metafile Format (WMF)" HOMEPAGE="http://wvware.sourceforge.net/" -SRC_URI="mirror://sourceforge/project/wvware/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/project/wvware/${PN}/${PV}/${P}.tar.gz" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" LICENSE="LGPL-2" diff --git a/media-libs/libxspf/libxspf-1.2.1.ebuild b/media-libs/libxspf/libxspf-1.2.1.ebuild index 26745cf31d5d..3b4c5080cfe9 100644 --- a/media-libs/libxspf/libxspf-1.2.1.ebuild +++ b/media-libs/libxspf/libxspf-1.2.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Playlist handling library" HOMEPAGE="https://libspiff.sourceforge.net/" -SRC_URI="mirror://sourceforge/libspiff/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/libspiff/${P}.tar.bz2" LICENSE="BSD LGPL-2.1" SLOT="0" diff --git a/media-libs/nas/nas-1.9.5-r1.ebuild b/media-libs/nas/nas-1.9.5-r1.ebuild index f4e87bbd6ae1..79a34f036d84 100644 --- a/media-libs/nas/nas-1.9.5-r1.ebuild +++ b/media-libs/nas/nas-1.9.5-r1.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic multilib multilib-minimal toolchain-funcs DESCRIPTION="Network Audio System" HOMEPAGE="https://radscan.com/nas.html" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-1.9.5-patches.tar.xz" LICENSE="HPND MIT" diff --git a/media-libs/nas/nas-1.9.5.ebuild b/media-libs/nas/nas-1.9.5.ebuild index cae5ba3230e8..7b2f715b127a 100644 --- a/media-libs/nas/nas-1.9.5.ebuild +++ b/media-libs/nas/nas-1.9.5.ebuild @@ -7,7 +7,7 @@ inherit multilib multilib-minimal toolchain-funcs DESCRIPTION="Network Audio System" HOMEPAGE="https://radscan.com/nas.html" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="HPND MIT" SLOT="0" diff --git a/media-libs/opencore-amr/opencore-amr-0.1.6.ebuild b/media-libs/opencore-amr/opencore-amr-0.1.6.ebuild index 15933461d79b..b504b89a796f 100644 --- a/media-libs/opencore-amr/opencore-amr-0.1.6.ebuild +++ b/media-libs/opencore-amr/opencore-amr-0.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit multilib-minimal DESCRIPTION="Implementation of Adaptive Multi Rate Narrowband and Wideband speech codec" HOMEPAGE="https://sourceforge.net/projects/opencore-amr/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" diff --git a/media-libs/phat/phat-0.4.1-r2.ebuild b/media-libs/phat/phat-0.4.1-r2.ebuild index 23aa2055155a..290c388feb2c 100644 --- a/media-libs/phat/phat-0.4.1-r2.ebuild +++ b/media-libs/phat/phat-0.4.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="PHAT is a collection of GTK+ widgets geared toward pro-audio apps" HOMEPAGE="https://sourceforge.net/projects/phat.berlios/" -SRC_URI="mirror://sourceforge/phat.berlios/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/phat.berlios/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-libs/pnglite/pnglite-0.1.17-r1.ebuild b/media-libs/pnglite/pnglite-0.1.17-r1.ebuild index c507663a4649..7642ff4c5400 100644 --- a/media-libs/pnglite/pnglite-0.1.17-r1.ebuild +++ b/media-libs/pnglite/pnglite-0.1.17-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs DESCRIPTION="Small and simple library for loading and writing PNG images" HOMEPAGE="https://sourceforge.net/projects/pnglite/" -SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.zip" +SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.zip" LICENSE="ZLIB" SLOT="0" diff --git a/media-libs/quesoglc/quesoglc-0.7.2-r1.ebuild b/media-libs/quesoglc/quesoglc-0.7.2-r1.ebuild index 37f02f32a6d3..478d6ab4f04f 100644 --- a/media-libs/quesoglc/quesoglc-0.7.2-r1.ebuild +++ b/media-libs/quesoglc/quesoglc-0.7.2-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DESCRIPTION="Free implementation of the OpenGL Character Renderer (GLC)" HOMEPAGE="https://quesoglc.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}-free.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}-free.tar.bz2" LICENSE="LGPL-2.1+" SLOT="0" diff --git a/media-libs/resid/resid-0.16_p2-r2.ebuild b/media-libs/resid/resid-0.16_p2-r2.ebuild index 5ff26305d535..da3691e81c5a 100644 --- a/media-libs/resid/resid-0.16_p2-r2.ebuild +++ b/media-libs/resid/resid-0.16_p2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ MY_MAJ=$(ver_cut 1-2) DESCRIPTION="C++ library to emulate the C64 SID chip" HOMEPAGE="https://sidplay2.sourceforge.net" -SRC_URI="mirror://sourceforge/sidplay2/${P/_p/-p}.tgz" +SRC_URI="https://downloads.sourceforge.net/sidplay2/${P/_p/-p}.tgz" S="${WORKDIR}"/${PN}-${MY_MAJ} LICENSE="GPL-2+" diff --git a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild index 6d8898e14931..d18bf01239f9 100644 --- a/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild +++ b/media-libs/sdl-pango/sdl-pango-0.1.2-r1.ebuild @@ -6,7 +6,7 @@ inherit autotools DESCRIPTION="connect the text rendering engine of GNOME to SDL" HOMEPAGE="https://sdlpango.sourceforge.net/" -SRC_URI="mirror://sourceforge/sdlpango/SDL_Pango-${PV}.tar.gz +SRC_URI="https://downloads.sourceforge.net/sdlpango/SDL_Pango-${PV}.tar.gz http://zarb.org/~gc/t/SDL_Pango-0.1.2-API-adds.patch" LICENSE="GPL-2" diff --git a/media-libs/soxr/soxr-0.1.3-r1.ebuild b/media-libs/soxr/soxr-0.1.3-r1.ebuild index 1409433ddfda..d34db8e4b3e2 100644 --- a/media-libs/soxr/soxr-0.1.3-r1.ebuild +++ b/media-libs/soxr/soxr-0.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit cmake-multilib MY_P="${P}-Source" DESCRIPTION="SoX Resampler library" HOMEPAGE="https://sourceforge.net/p/soxr/wiki/Home/" -SRC_URI="mirror://sourceforge/soxr/${MY_P}.tar.xz" +SRC_URI="https://downloads.sourceforge.net/soxr/${MY_P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/media-libs/tse3/tse3-0.3.1-r2.ebuild b/media-libs/tse3/tse3-0.3.1-r2.ebuild index 81f7327d4a82..1ec79319e8eb 100644 --- a/media-libs/tse3/tse3-0.3.1-r2.ebuild +++ b/media-libs/tse3/tse3-0.3.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ inherit autotools flag-o-matic DESCRIPTION="TSE3 Sequencer library" HOMEPAGE="https://TSE3.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz mirror://gentoo/${P}-awe_voice.h.tbz2" LICENSE="GPL-2" diff --git a/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild b/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild index 3b62d10b771f..aab40aed7074 100644 --- a/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild +++ b/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git" else - SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz" + SRC_URI="https://downloads.sourceforge.net/opencore-amr/${P}.tar.gz" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" fi diff --git a/media-libs/vo-aacenc/vo-aacenc-9999.ebuild b/media-libs/vo-aacenc/vo-aacenc-9999.ebuild index c8206d59dead..f9142cccadae 100644 --- a/media-libs/vo-aacenc/vo-aacenc-9999.ebuild +++ b/media-libs/vo-aacenc/vo-aacenc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git" else - SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz" + SRC_URI="https://downloads.sourceforge.net/opencore-amr/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" fi diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild index 1c9b7dffeb79..25f4baebfb57 100644 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/mstorsjo/vo-amrwbenc.git" else - SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz" + SRC_URI="https://downloads.sourceforge.net/opencore-amr/${P}.tar.gz" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos" fi diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild index b6e61b7d5807..006645426f05 100644 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/mstorsjo/vo-amrwbenc.git" else - SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz" + SRC_URI="https://downloads.sourceforge.net/opencore-amr/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" fi diff --git a/media-libs/volpack/volpack-1.0_p7-r2.ebuild b/media-libs/volpack/volpack-1.0_p7-r2.ebuild index a88d88cf481d..b62e0709c311 100644 --- a/media-libs/volpack/volpack-1.0_p7-r2.ebuild +++ b/media-libs/volpack/volpack-1.0_p7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ MY_P="${PN}-${PV/_p/c}" DESCRIPTION="Volume rendering library" HOMEPAGE="https://amide.sourceforge.net/packages.html" -SRC_URI="mirror://sourceforge/amide/${MY_P}.tgz" +SRC_URI="https://downloads.sourceforge.net/amide/${MY_P}.tgz" S="${WORKDIR}/${MY_P}" LICENSE="BSD" diff --git a/media-libs/wxsvg/wxsvg-1.5.11-r1.ebuild b/media-libs/wxsvg/wxsvg-1.5.11-r1.ebuild index 3ea1ba63e3a2..ad1f5c2eb769 100644 --- a/media-libs/wxsvg/wxsvg-1.5.11-r1.ebuild +++ b/media-libs/wxsvg/wxsvg-1.5.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit wxwidgets DESCRIPTION="C++ library to create, manipulate and render SVG files" HOMEPAGE="http://wxsvg.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" LICENSE="wxWinLL-3" SLOT="0/3" # based on SONAME of libwxsvg.so diff --git a/media-libs/wxsvg/wxsvg-1.5.23.ebuild b/media-libs/wxsvg/wxsvg-1.5.23.ebuild index 6ed6b1b15bf6..e46240e4f291 100644 --- a/media-libs/wxsvg/wxsvg-1.5.23.ebuild +++ b/media-libs/wxsvg/wxsvg-1.5.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit wxwidgets DESCRIPTION="C++ library to create, manipulate and render SVG files" HOMEPAGE="http://wxsvg.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" LICENSE="wxWinLL-3" SLOT="0/3" # based on SONAME of libwxsvg.so diff --git a/media-libs/wxsvg/wxsvg-1.5.24.ebuild b/media-libs/wxsvg/wxsvg-1.5.24.ebuild index 9a6d52400e3e..f90eb984035c 100644 --- a/media-libs/wxsvg/wxsvg-1.5.24.ebuild +++ b/media-libs/wxsvg/wxsvg-1.5.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit wxwidgets DESCRIPTION="C++ library to create, manipulate and render SVG files" HOMEPAGE="http://wxsvg.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" LICENSE="wxWinLL-3" SLOT="0/3" # based on SONAME of libwxsvg.so diff --git a/media-libs/xine-lib/xine-lib-1.2.13-r2.ebuild b/media-libs/xine-lib/xine-lib-1.2.13-r2.ebuild index 8db7adacee49..e7612a609de7 100644 --- a/media-libs/xine-lib/xine-lib-1.2.13-r2.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.13-r2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then NLS_DEPEND="sys-devel/gettext" NLS_RDEPEND="virtual/libintl" else - SRC_URI="mirror://sourceforge/xine/${P}.tar.xz" + SRC_URI="https://downloads.sourceforge.net/xine/${P}.tar.xz" KEYWORDS="amd64 arm64 ~hppa ppc ppc64 ~riscv x86" S="${WORKDIR}"/${PN}-$(ver_cut 1-2) diff --git a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild index 116c21a2ffce..4215104fe58c 100644 --- a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then NLS_DEPEND="sys-devel/gettext" NLS_RDEPEND="virtual/libintl" else - SRC_URI="mirror://sourceforge/xine/${P}.tar.xz" + SRC_URI="https://downloads.sourceforge.net/xine/${P}.tar.xz" KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" S="${WORKDIR}"/${PN}-$(ver_cut 1-2) diff --git a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild index f4a10a032961..32be9f5246a1 100644 --- a/media-libs/zvbi/zvbi-0.2.35-r2.ebuild +++ b/media-libs/zvbi/zvbi-0.2.35-r2.ebuild @@ -7,7 +7,7 @@ inherit libtool multilib-minimal DESCRIPTION="VBI Decoding Library for Zapping" HOMEPAGE="https://zapping.sourceforge.net" -SRC_URI="mirror://sourceforge/project/zapping/${PN}/${PV}/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/project/zapping/${PN}/${PV}/${P}.tar.bz2" LICENSE="GPL-2+ LGPL-2+" SLOT="0" |