From 96b6a8984125077a2c16ca162bbcfa215b79423a Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 10 Nov 2025 11:30:18 -0600 Subject: [PATCH] Try fetching snapshot again?? Signed-off-by: Gilver --- anda/lib/xavs/xavs.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/anda/lib/xavs/xavs.spec b/anda/lib/xavs/xavs.spec index dda3cf742b..791c7027e7 100644 --- a/anda/lib/xavs/xavs.spec +++ b/anda/lib/xavs/xavs.spec @@ -7,12 +7,13 @@ Release: 2%{?dist} Summary: AVS1 (First-generation AVS Standards) library License: GPLv2 URL: https://xavs.sourceforge.net/ +Source0: https://sourceforge.net/code-snapshots/svn/x/xa/xavs/code/xavs-code-%{commit}-trunk.zip Patch0: %{name}-cflags.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc BuildRequires: libtool -BuildRequires: subversion +#BuildRequires: subversion BuildRequires: yasm %description @@ -38,9 +39,10 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep -svn co -r %{commit} https://svn.code.sf.net/p/xavs/code/trunk %{name} -%setup -T -D -n %{name} -%autopatch -p1 +#svn co -r %{commit} https://svn.code.sf.net/p/xavs/code/trunk %{name} +%dnl %setup -T -D -n %{name} +%dnl %autopatch -p1 +%autosetup -p1 -n %{name}-code-r55-trunk %build %configure \