From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00B01158043 for ; Fri, 19 Apr 2024 10:38:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF69CE2A05; Fri, 19 Apr 2024 10:38:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95AB7E2A05 for ; Fri, 19 Apr 2024 10:38:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79DD63434C7 for ; Fri, 19 Apr 2024 10:38:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3472A1737 for ; Fri, 19 Apr 2024 10:38:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1713523120.5248bf7ab183a6461e8bac50b3c680ff47adda75.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libtheora/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libtheora/Manifest media-libs/libtheora/libtheora-1.1.1-r2.ebuild X-VCS-Directories: media-libs/libtheora/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5248bf7ab183a6461e8bac50b3c680ff47adda75 X-VCS-Branch: master Date: Fri, 19 Apr 2024 10:38:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7ddf938c-1aec-42f4-9bc4-a75e40aba8e3 X-Archives-Hash: 69be834c1384a956f549a36c6bd01754 commit: 5248bf7ab183a6461e8bac50b3c680ff47adda75 Author: Sam James gentoo org> AuthorDate: Fri Apr 19 09:37:14 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 19 10:38:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5248bf7a media-libs/libtheora: switch to smaller distfile Contents are identical. Signed-off-by: Sam James gentoo.org> media-libs/libtheora/Manifest | 2 +- media-libs/libtheora/libtheora-1.1.1-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libtheora/Manifest b/media-libs/libtheora/Manifest index 81b08d5682bd..174c8d4aaa5b 100644 --- a/media-libs/libtheora/Manifest +++ b/media-libs/libtheora/Manifest @@ -1 +1 @@ -DIST libtheora-1.1.1.tar.bz2 1903175 BLAKE2B 261655cfdb8ba38a462e4701d69a074c6d8d81fb801359059b1c2c11592fd5ab1b724652e667aa5c1f117dbbc198b7794d22a7b1c9782e2b6dabe5fb62524be8 SHA512 9ab9b3af1c35d16a7d6d84f61f59ef3180132e30c27bdd7c0fa2683e0d00e2c791accbc7fd2c90718cc947d8bd10ee4a5940fb55f90f1fd7b0ed30583a47dbbd +DIST libtheora-1.1.1.tar.xz 1434496 BLAKE2B f5df62c68c31537582f8a2ea64dba6b01cc056f364aa06fe905e42cc7aa8c78d7de89419dd52d586210ea29cdfdb24c2ff01e490c9b137e5d2f1845a2aa430de SHA512 032fb60f10ac0074ec87d5f8c586702309edc50dc0d2842d2f9b9c46ebd1500acc399e9309f858f318fff5b8fbe953234db3afb54ed74a03d0f2c6ee8c3ed481 diff --git a/media-libs/libtheora/libtheora-1.1.1-r2.ebuild b/media-libs/libtheora/libtheora-1.1.1-r2.ebuild index 61b39f9b9dd6..77a9d9553a88 100644 --- a/media-libs/libtheora/libtheora-1.1.1-r2.ebuild +++ b/media-libs/libtheora/libtheora-1.1.1-r2.ebuild @@ -7,7 +7,7 @@ inherit autotools flag-o-matic multilib-minimal DESCRIPTION="The Theora Video Compression Codec" HOMEPAGE="https://www.theora.org" -SRC_URI="https://downloads.xiph.org/releases/theora/${P/_}.tar.bz2" +SRC_URI="https://downloads.xiph.org/releases/theora/${P/_}.tar.xz" LICENSE="BSD" SLOT="0"