SPECS: libdv.spec - updated to 1.0.0, removed obsolete mmx patch -...
qboosh
qboosh at pld-linux.org
Fri Oct 6 22:20:46 CEST 2006
Author: qboosh Date: Fri Oct 6 20:20:46 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.0.0, removed obsolete mmx patch
- modular xorg deps
---- Files affected:
SPECS:
libdv.spec (1.43 -> 1.44)
---- Diffs:
================================================================
Index: SPECS/libdv.spec
diff -u SPECS/libdv.spec:1.43 SPECS/libdv.spec:1.44
--- SPECS/libdv.spec:1.43 Sun Jan 22 14:30:21 2006
+++ SPECS/libdv.spec Fri Oct 6 22:20:41 2006
@@ -1,8 +1,8 @@
# $Revision$, $Date$
#
# Conditional build:
-%bcond_without gui # don't build gui stuff
-%bcond_with mmx # use MMX asm (won't run on non-MMX CPU!)
+%bcond_without gui # don't build gui stuff
+%bcond_with mmx # use MMX asm (won't run on non-MMX CPU!)
%bcond_without static_libs # don't build static library
#
%ifarch athlon pentium3 pentium4
@@ -12,21 +12,20 @@
Summary: DV video software codec
Summary(pl): Biblioteka do obsługi formatu wideo DV
Name: libdv
-Version: 0.104
-Release: 3
+Version: 1.0.0
+Release: 1
License: LGPL
Group: Libraries
Source0: http://dl.sourceforge.net/libdv/%{name}-%{version}.tar.gz
-# Source0-md5: f6b08efce7472daa20685e6e8431f542
+# Source0-md5: f895162161cfa4bb4a94c070a7caa6c7
Patch0: %{name}-include_fix.patch
-Patch1: %{name}-mmx.patch
URL: http://libdv.sourceforge.net/
%if %{with gui}
BuildRequires: SDL-devel >= 1.1.6
-BuildRequires: XFree86-devel
BuildRequires: gtk+-devel >= 1.2.10-3
+BuildRequires: xorg-lib-libXv-devel
%endif
-BuildRequires: autoconf >= 2.50
+BuildRequires: autoconf >= 2.59-9
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig >= 1:0.7
@@ -88,13 +87,12 @@
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
%build
-cp /usr/share/automake/config.sub .
%{__libtoolize}
%{__aclocal}
%{__autoconf}
+%{__autoheader}
%{__automake}
%configure \
--enable-shared \
@@ -127,7 +125,7 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README.* TODO
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libdv.so.*.*.*
%if %{with gui}
%files -n dv
@@ -138,15 +136,15 @@
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/*.la
+%attr(755,root,root) %{_libdir}/libdv.so
+%{_libdir}/libdv.la
%{_includedir}/libdv
-%{_pkgconfigdir}/*
+%{_pkgconfigdir}/libdv.pc
%if %{with static_libs}
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libdv.a
%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -155,6 +153,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.44 2006/10/06 20:20:41 qboosh
+- updated to 1.0.0, removed obsolete mmx patch
+- modular xorg deps
+
Revision 1.43 2006/01/22 13:30:21 qboosh
- ac version
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libdv.spec?r1=1.43&r2=1.44&f=u
More information about the pld-cvs-commit
mailing list