[packages/libwebp] up to 0.1.99

glen glen at pld-linux.org
Wed Aug 1 12:50:15 CEST 2012


commit f160fa9d4df1cf7dfc7d91a667df0ccf65f8e284
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Aug 1 13:49:36 2012 +0300

    up to 0.1.99
    
    needed for chromium 21 for WebPPictureImportBGRX symbol, see:
    see https://code.google.com/p/chromium/issues/detail?id=133161

 libwebp.spec | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/libwebp.spec b/libwebp.spec
index 8296429..e64e0ff 100644
--- a/libwebp.spec
+++ b/libwebp.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_without	apidocs		# do not build and package API docs
-#
+
 Summary:	WebP image codec library and tools
 Summary(pl.UTF-8):	Biblioteka i narzędzia do kodeka obrazów WebP
 Name:		libwebp
-Version:	0.1.3
-Release:	3
+Version:	0.1.99
+Release:	1
 License:	BSD
 Group:		Libraries
 #Source0Download: http://code.google.com/p/webp/downloads/list
 Source0:	http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5:	254d4670e14e9ed881f0536b006ab336
-URL:		http://code.google.com/speed/webp/
+# Source0-md5:	aca4d43f3e8d1d9f87136d116acfb68d
+URL:		https://developers.google.com/speed/webp/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
 BuildRequires:	libjpeg-devel
@@ -55,7 +55,7 @@ Statyczna biblioteka WebP.
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -83,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/cwebp
 %attr(755,root,root) %{_bindir}/dwebp
 %attr(755,root,root) %{_libdir}/libwebp.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libwebp.so.2
+%attr(755,root,root) %ghost %{_libdir}/libwebp.so.3
 %{_mandir}/man1/cwebp.1*
 %{_mandir}/man1/dwebp.1*
 


More information about the pld-cvs-commit mailing list