]> git.pld-linux.org Git - packages/fz-api.git/commitdiff
- disabled system libyuv because it removed Bayer support making it useless here master auto/th/fz-api-4.1.2-0.20130925.2
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 15 Mar 2015 11:36:20 +0000 (12:36 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 15 Mar 2015 11:36:20 +0000 (12:36 +0100)
- rel 2

fz-api.spec

index 4ab666856165400afa0d1d05295a506250085e28..3866a35d954f9c1a290054164f2712fce0eb5b6e 100644 (file)
@@ -4,7 +4,7 @@ Name:           fz-api
 # see fz_api_src/fzapi.cpp /FZAPI_VERSION
 Version:       4.1.2
 %define        verdate 20130925
-Release:       0.%{verdate}.1
+Release:       0.%{verdate}.2
 License:       LGPL v3+
 Group:         Libraries
 Source0:       http://www.fotonic.com/assets/documents/files/131002/fz-linux-api_x64_%{verdate}.tar.gz
@@ -16,7 +16,7 @@ Source0:      http://www.fotonic.com/assets/documents/files/131002/fz-linux-api_x64_%
 Patch0:                %{name}-system-libyuv.patch
 URL:           http://www.fotonic.com/content/Products/downloads.aspx
 BuildRequires: libstdc++-devel
-BuildRequires: libyuv-devel
+#BuildRequires:        libyuv-devel
 BuildRequires: sed >= 4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -63,7 +63,8 @@ Dokumentacja do FZ-API.
 
 %prep
 %setup -q -c
-%patch0 -p0
+# system libyuv removed Bayer support making it useless here
+#%patch0 -p0
 
 %build
 %{__make} -C fz-linux-api_x64/fz_api_src \
This page took 0.050555 seconds and 4 git commands to generate.