From 3cfda2c89a5f9295d41e7465ef9c554cef44f4ae Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 16 Apr 2002 07:56:05 +0000 Subject: [PATCH] - divx4linux is only for ix86 arch, but old libdivxdecore is for other archs - rel.4. Changed files: xine-lib.spec -> 1.32 --- xine-lib.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/xine-lib.spec b/xine-lib.spec index 320fbb9..cc8f2fe 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -12,7 +12,7 @@ Summary(pl): Odtwarzacz video Summary(pt_BR): Xine, um player de video Name: xine-lib Version: 0.9.8 -Release: 2 +Release: 4 License: GPL Group: Libraries Source0: http://xine.sourceforge.net/files/%{name}-%{version}.tar.gz @@ -29,7 +29,12 @@ BuildRequires: automake >= 1.5 %{!?_without_alsa:BuildRequires: alsa-lib-devel} %endif %{!?_without_esd:BuildRequires: esound-devel} -BuildRequires: divx4linux-devel +%ifarch %{ix86} +BuildRequires: divx4linux-devel +%endif +%ifnarch %{ix86} +BuildRequires: libdivxdecore +%endif BuildRequires: gettext-devel BuildRequires: libvorbis-devel BuildRequires: libtool >= 1.4.2 -- 2.44.0