Author: freetz Date: Sun Feb 12 19:15:33 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - modular xorg deps, fixed build (patch added), rel.3
---- Files affected: SPECS: libdc1394.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/libdc1394.spec diff -u SPECS/libdc1394.spec:1.16 SPECS/libdc1394.spec:1.17 --- SPECS/libdc1394.spec:1.16 Sat Oct 29 20:47:32 2005 +++ SPECS/libdc1394.spec Sun Feb 12 20:15:24 2006 @@ -1,4 +1,5 @@ # $Revision$, $Date$ +# # Conditional build: %bcond_without static_libs # don't build static library # @@ -6,14 +7,17 @@ Summary(pl): Biblioteka dla specyfikacji Kamera Cyfrowa 1394 Name: libdc1394 Version: 1.1.0 -Release: 2 +Release: 3 License: GPL Group: Libraries Source0: http://dl.sourceforge.net/libdc1394/%{name}-%{version}.tar.gz # Source0-md5: 5606586f94fc5d6b4ada8d514a405d0f Patch0: %{name}-link.patch +Patch1: %{name}-def.patch URL: http://sourceforge.net/projects/libdc1394/ -BuildRequires: XFree86-devel +BuildRequires: xorg-lib-libX11-devel +BuildRequires: xorg-lib-libXext-devel +BuildRequires: xorg-lib-libXv-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: libraw1394-devel @@ -61,6 +65,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -108,6 +113,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2006/02/12 19:15:24 freetz +- modular xorg deps, fixed build (patch added), rel.3 + Revision 1.16 2005/10/29 18:47:32 arekm - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libdc1394.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
