SPECS: xanim-codec-3ivx.spec (NEW) - external xanim codec

qboosh qboosh at pld-linux.org
Tue Oct 31 22:38:02 CET 2006


Author: qboosh                       Date: Tue Oct 31 21:38:02 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- external xanim codec

---- Files affected:
SPECS:
   xanim-codec-3ivx.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xanim-codec-3ivx.spec
diff -u /dev/null SPECS/xanim-codec-3ivx.spec:1.1
--- /dev/null	Tue Oct 31 22:38:02 2006
+++ SPECS/xanim-codec-3ivx.spec	Tue Oct 31 22:37:57 2006
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary:	3ivX codec for XAnim
+Summary(pl):	Kodek 3ivX dla XAnima
+Name:		xanim-codec-3ivx
+Version:	3.5
+Release:	1
+License:	unknown
+# README mentions http://www.3ivx.com/download.html, but no word about license there
+Group:		X11/Applications/Graphics
+Source0:	http://www.3ivx.com/codec/unix/3ivxxanim2801ci686lxglibc21.tgz
+# NoSource0-md5:	891c36af96d57d860e1178b169e346fe
+NoSource:	0
+URL:		http://www.3ivx.com/
+Requires:	xanim >= 1:2920
+ExclusiveArch:	i686 pentium3 pentium4 athlon
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+3ivX codec decompression DLL for XAnim.
+
+%description -l pl
+Biblioteka do dekompresji kodeka 3ivX dla XAnima.
+
+%prep
+%setup -q -n 3ivx-xanim2801c-i686linux-glibc21
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}/xanim
+
+install vid_3ivX.xa $RPM_BUILD_ROOT%{_libdir}/xanim
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_libdir}/xanim/vid_3ivX.xa
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/10/31 21:37:57  qboosh
+- external xanim codec
================================================================


More information about the pld-cvs-commit mailing list