From c8ecddc20772e2ac695e904990ed2a5e160fdfcd Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 2 Jun 2026 02:19:48 -0500 Subject: [PATCH] chore(xavs): Update spec (#7243) (#12812) * feat(xavs): Enable ASM for x86_64 * feat: Revision Update versioning to include date and commit revision. * fix: Aaaaa * dshdfhasdfjsdfhjk * ???? * ...? * ...? * Hmm * Agh * That wasn't it * Try fetching snapshot again?? * I truly hate Sourceforge * I hate PIC * Update xavs.spec * I don't know how Negativo is building this crap * try `-Xlinker muldefs` * ??? * Weird space * I don't think this will work * I also don't think this will work * chore: Update CFLAGS * Update xavs.spec --------- (cherry picked from commit 5359a1afdbe47e65b6fc8ce96ec1566ccf9b5a34) Signed-off-by: Gilver Signed-off-by: Gilver Co-authored-by: Gilver --- anda/lib/xavs/xavs.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/anda/lib/xavs/xavs.spec b/anda/lib/xavs/xavs.spec index 1b35dae6e9..c875b11a73 100644 --- a/anda/lib/xavs/xavs.spec +++ b/anda/lib/xavs/xavs.spec @@ -1,8 +1,13 @@ +%global commit r55 +%global date 20110821 + +%global _pkg_extra_cflags "-Wno-int-conversion -Wno-declaration-missing-parameter-type" + Name: xavs -Version: 0.1.55 -Release: 1%{?dist} +Version: 0.1.55^%{date}svn%{commit} +Release: 2%{?dist} Summary: AVS1 (First-generation AVS Standards) library -License: GPLv2 +License: GPL-2.0-only URL: https://xavs.sourceforge.net/ Patch0: %{name}-cflags.patch BuildRequires: autoconf @@ -10,7 +15,7 @@ BuildRequires: automake BuildRequires: gcc BuildRequires: libtool BuildRequires: subversion -#BuildRequires: yasm +%dnl BuildRequires: yasm %description AVS is a complete standard system including system, video, audio, and digital @@ -35,7 +40,7 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep -svn co https://svn.code.sf.net/p/xavs/code/trunk %{name} +svn co -r %{commit} https://svn.code.sf.net/p/xavs/code/trunk %{name} %setup -T -D -n %{name} %autopatch -p1 @@ -43,8 +48,7 @@ svn co https://svn.code.sf.net/p/xavs/code/trunk %{name} %configure \ --disable-asm \ --enable-pic \ - --enable-shared \ - --extra-cflags="-Wno-int-conversion -Wno-declaration-missing-parameter-type" + --enable-shared %build %make_build