smani pushed to libwebp (el6). "Update to 0.4.0"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Mar 27 18:10:14 UTC 2015


>From 6389b4d7438394d99bb8c8324c0c411104698ee9 Mon Sep 17 00:00:00 2001
From: Sandro Mani <manisandro at gmail.com>
Date: Thu, 2 Jan 2014 00:17:16 +0100
Subject: Update to 0.4.0


diff --git a/.gitignore b/.gitignore
index 4c8bd5a..c68a6aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /libwebp-0.2.1.tar.gz
 /libwebp-0.3.0.tar.gz
 /libwebp-0.3.1.tar.gz
+/libwebp-0.4.0.tar.gz
diff --git a/libwebp.spec b/libwebp.spec
index f9076f2..73d5097 100644
--- a/libwebp.spec
+++ b/libwebp.spec
@@ -1,19 +1,22 @@
 %global _hardened_build 1
-Name:		libwebp
-Version:	0.3.1
-Release:	2%{?dist}
-Group:		Development/Libraries
-URL:		http://webmproject.org/
-Summary:	Library and tools for the WebP graphics format
+
+Name:          libwebp
+Version:       0.4.0
+Release:       1%{?dist}
+Group:         Development/Libraries
+URL:           http://webmproject.org/
+Summary:       Library and tools for the WebP graphics format
 # Additional IPR is licensed as well. See PATENTS file for details
-License:	BSD
-Source0:	http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
-Source1:	libwebp_jni_example.java	
-BuildRequires:	libjpeg-devel libpng-devel libtool swig 
-BuildRequires:  giflib-devel
-BuildRequires:  libtiff-devel
-BuildRequires:	java-devel
-BuildRequires:	jpackage-utils
+License:       BSD
+Source0:       http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
+Source1:       libwebp_jni_example.java
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel
+BuildRequires: giflib-devel
+BuildRequires: libtiff-devel
+BuildRequires: java-devel
+BuildRequires: jpackage-utils
+BuildRequires: swig
 
 %description
 WebP is an image format that does lossy compression of digital
@@ -23,8 +26,8 @@ developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
 %package tools
-Group:		Development/Tools
-Summary:	The WebP command line tools
+Group:         Development/Tools
+Summary:       The WebP command line tools
 
 %description tools
 WebP is an image format that does lossy compression of digital
@@ -34,9 +37,9 @@ developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
 %package devel
-Group:		Development/Libraries
-Summary:	Development files for libwebp, a library for the WebP format
-Requires:	%{name}%{?_isa} = %{version}-%{release}
+Group:         Development/Libraries
+Summary:       Development files for libwebp, a library for the WebP format
+Requires:      %{name}%{?_isa} = %{version}-%{release}
 
 %description devel
 WebP is an image format that does lossy compression of digital
@@ -46,11 +49,11 @@ developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
 %package java
-Group:		Development/Libraries
-Summary:	Java bindings for libwebp, a library for the WebP format
-Requires:	%{name}%{?_isa} = %{version}-%{release}
-Requires:	java
-Requires:	jpackage-utils
+Group:         Development/Libraries
+Summary:       Java bindings for libwebp, a library for the WebP format
+Requires:      %{name}%{?_isa} = %{version}-%{release}
+Requires:      java
+Requires:      jpackage-utils
 
 %description java
 Java bindings for libwebp.
@@ -59,8 +62,7 @@ Java bindings for libwebp.
 %setup -q
 
 %build
-./autogen.sh
-%configure --disable-static --enable-libwebpmux --enable-libwebpdemux
+%configure --disable-static --enable-libwebpmux --enable-libwebpdemux --enable-libwebpdecoder
 make %{?_smp_mflags}
 
 # swig generated Java bindings
@@ -71,7 +73,7 @@ mkdir -p java/com/google/webp
 swig -ignoremissing -I../src -java \
 	-package com.google.webp  \
 	-outdir java/com/google/webp \
-	-o libwebp_java_wrap.c libwebp.i
+	-o libwebp_java_wrap.c libwebp.swig
 
 gcc %{optflags} -shared \
 	-I/usr/lib/jvm/java/include \
diff --git a/sources b/sources
index 9c665f1..937927d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dc862bb4006d819b7587767a9e83d31f  libwebp-0.3.1.tar.gz
+c8dd1d26eb9566833aba269b86d97e68  libwebp-0.4.0.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/libwebp.git/commit/?h=el6&id=6389b4d7438394d99bb8c8324c0c411104698ee9


More information about the scm-commits mailing list