commit libwebp for openSUSE:Factory

2020-04-05 Thread root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2020-04-05 20:50:57

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new.3248 (New)


Package is "libwebp"

Sun Apr  5 20:50:57 2020 rev:28 rq:790475 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2019-11-08 
15:22:29.230789209 +0100
+++ /work/SRC/openSUSE:Factory/.libwebp.new.3248/libwebp.changes
2020-04-05 20:51:15.285051140 +0200
@@ -1,0 +2,12 @@
+Wed Apr  1 07:25:56 UTC 2020 - Martin Pluskal 
+
+- Update to version 1.1.0:
+  * API changes:
+- libwebp:
+  WebPMalloc
+- extras:
+  WebPUnmultiplyARGB
+  * alpha decode fix
+  * toolchain updates and bug fixes
+
+---

Old:

  libwebp-1.0.3.tar.gz
  libwebp-1.0.3.tar.gz.asc

New:

  libwebp-1.1.0.tar.gz
  libwebp-1.1.0.tar.gz.asc



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.mGXile/_old  2020-04-05 20:51:16.133051951 +0200
+++ /var/tmp/diff_new_pack.mGXile/_new  2020-04-05 20:51:16.137051955 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libwebp
-Version:1.0.3
+Version:1.1.0
 Release:0
 Summary:Library and tools for the WebP graphics format
 License:BSD-3-Clause

++ libwebp-1.0.3.tar.gz -> libwebp-1.1.0.tar.gz ++
 5641 lines of diff (skipped)




commit libwebp for openSUSE:Factory

2019-11-08 Thread root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2019-11-08 15:22:24

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new.2990 (New)


Package is "libwebp"

Fri Nov  8 15:22:24 2019 rev:27 rq:745192 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2019-09-07 
12:31:26.533687704 +0200
+++ /work/SRC/openSUSE:Factory/.libwebp.new.2990/libwebp.changes
2019-11-08 15:22:29.230789209 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 11:48:03 UTC 2019 - Martin Liška 
+
+- Disable LTO (boo#1155449) for ARM targets.
+
+---



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.RZQ7wg/_old  2019-11-08 15:22:29.890789907 +0100
+++ /var/tmp/diff_new_pack.RZQ7wg/_new  2019-11-08 15:22:29.898789915 +0100
@@ -131,6 +131,11 @@
 %autosetup -p1
 
 %build
+
+%ifarch %arm
+%define _lto_cflags %{nil}
+%endif
+
 %configure --disable-static \
--enable-libwebpmux --enable-libwebpdemux \
--enable-libwebpdecoder --enable-libwebpextras





commit libwebp for openSUSE:Factory

2019-09-07 Thread root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2019-09-07 12:31:22

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new.7948 (New)


Package is "libwebp"

Sat Sep  7 12:31:22 2019 rev:26 rq:727468 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2019-07-08 
15:04:35.422858004 +0200
+++ /work/SRC/openSUSE:Factory/.libwebp.new.7948/libwebp.changes
2019-09-07 12:31:26.533687704 +0200
@@ -1,0 +2,12 @@
+Sat Aug 24 13:46:36 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 1.0.3
+  * Resize fixes for Nx1 sizes and the addition of non-opaque
+alpha values for odd sizes.
+  * Lossless encode/decode performance improvements.
+  * Lossy compression performance improvement at low quality
+levels with flat content.
+  * vwebp will now preserve the aspect ratio of images that
+exceed monitor resolution by scaling the image to fit.
+
+---

Old:

  libwebp-1.0.2.tar.gz
  libwebp-1.0.2.tar.gz.asc

New:

  libwebp-1.0.3.tar.gz
  libwebp-1.0.3.tar.gz.asc



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.OLXpq7/_old  2019-09-07 12:31:27.145687629 +0200
+++ /var/tmp/diff_new_pack.OLXpq7/_new  2019-09-07 12:31:27.149687629 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libwebp
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:Library and tools for the WebP graphics format
 License:BSD-3-Clause
@@ -29,7 +29,6 @@
 Source2:
http://downloads.webmproject.org/releases/webp/%name-%version.tar.gz.asc
 Source3:%name.keyring
 Source4:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  freeglut-devel
 BuildRequires:  giflib-devel
 BuildRequires:  libjpeg-devel
@@ -129,7 +128,7 @@
 images more efficiently.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure --disable-static \
@@ -149,40 +148,31 @@
 %postun -n libwebpmux3 -p /sbin/ldconfig
 %post   -n libwebpdecoder3 -p /sbin/ldconfig
 %postun -n libwebpdecoder3 -p /sbin/ldconfig
-%if %{with extras}
 %post   -n libwebpextras0 -p /sbin/ldconfig
 %postun -n libwebpextras0 -p /sbin/ldconfig
-%endif
 
 %files -n libwebp-tools
-%defattr(-,root,root)
 %_bindir/*
 %_mandir/man*/*
 
 %files -n libwebp7
-%defattr(-,root,root)
 %_libdir/libwebp.so.*
 
 %files -n libwebpdemux2
-%defattr(-,root,root)
 %_libdir/libwebpdemux.so.*
 
 %files -n libwebpmux3
-%defattr(-,root,root)
 %_libdir/libwebpmux.so.*
 
 %files -n libwebpdecoder3
-%defattr(-,root,root)
 %_libdir/libwebpdecoder.so.*
 
 %if %{with extras}
 %files -n libwebpextras0
-%defattr(-,root,root)
 %_libdir/libwebpextras.so.*
 %endif
 
 %files devel
-%defattr(-,root,root)
 %_libdir/libwebp*.so
 %_includedir/webp/
 %_libdir/pkgconfig/libwebp*.pc

++ libwebp-1.0.2.tar.gz -> libwebp-1.0.3.tar.gz ++
 6886 lines of diff (skipped)




commit libwebp for openSUSE:Factory

2019-07-08 Thread root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2019-07-08 15:04:30

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new.4615 (New)


Package is "libwebp"

Mon Jul  8 15:04:30 2019 rev:25 rq:713416 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2018-05-03 
12:31:58.753141080 +0200
+++ /work/SRC/openSUSE:Factory/.libwebp.new.4615/libwebp.changes
2019-07-08 15:04:35.422858004 +0200
@@ -1,0 +2,14 @@
+Wed Jul  3 18:02:20 UTC 2019 - Bjørn Lie 
+
+- Update to version 1.0.2:
+  * Lossless encoder speedups.
+  * Lossy encoder speedup on ARM.
+  * Lossless multi-threaded security fix.
+- Changes from version 1.0.1:
+  * Lossless encoder speedups.
+  * Big-endian fix for alpha decoding.
+  * Gif2webp fix for loop count=65535 transcode.
+  * Further security related hardening in libwebp & libwebpmux.
+  * Miscellaneous bug & build fixes.
+
+---

Old:

  libwebp-1.0.0.tar.gz
  libwebp-1.0.0.tar.gz.asc

New:

  libwebp-1.0.2.tar.gz
  libwebp-1.0.2.tar.gz.asc



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.f8FHL2/_old  2019-07-08 15:04:36.258859267 +0200
+++ /var/tmp/diff_new_pack.f8FHL2/_new  2019-07-08 15:04:36.262859274 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libwebp
-Version:1.0.0
+Version:1.0.2
 Release:0
 Summary:Library and tools for the WebP graphics format
 License:BSD-3-Clause

++ libwebp-1.0.0.tar.gz -> libwebp-1.0.2.tar.gz ++
 9948 lines of diff (skipped)




commit libwebp for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2018-05-03 12:31:57

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new (New)


Package is "libwebp"

Thu May  3 12:31:57 2018 rev:24 rq:602244 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2016-02-29 
09:15:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2018-05-03 
12:31:58.753141080 +0200
@@ -1,0 +2,74 @@
+Sat Apr 28 01:14:53 UTC 2018 - mrueck...@suse.de
+
+- update baselibs.conf for the new soversions
+
+---
+Sat Apr 28 00:53:26 UTC 2018 - mrueck...@suse.de
+
+- update to 1.0.0
+  - lossy encoder improvements to avoid chroma shifts in various
+-ircumstances (issues #308, #340)
+  - big-endian fixes for decode, RGBA import and
+WebPPictureDistortion
+  - Tool updates:
+gifwebp, anim_diff - default duration behavior (<= 10ms)
+ changed to match web browsers, transcoding
+tools (issue #379)
+img2webp, webpmux - allow options to be passed in via a file
+(issue #355)
+- changes from 0.6.1
+  - lossless performance and compression improvements + a new
+'cruncher' mode (-m 6 -q 100)
+  - ARM performance improvements with clang (15-20% w/ndk r15c,
+issue #339)
+  - webp-js: emscripten/webassembly based javascript decoder
+  - miscellaneous bug & build fixes (issue #329, #332, #343, #353,
+#360, #361, #363)
+  - Tool updates / additions:
+- added webpinfo - prints file format information (issue #330)
+- gif2webp - loop behavior modified to match Chrome M63+
+ (crbug.com/649264); '-loop_compatibility' can be
+ used for the old behavior
+- changes from 0.6.0
+  - lossless performance and compression improvements
+  - miscellaneous performance improvements (SSE2, NEON, MSA)
+  - webpmux gained a -duration option allowing for frame timing
+modification
+  - new img2webp utility allowing a sequence of images to be
+converted to animated webp
+  - API changes:
+- libwebp:
+  WebPPictureSharpARGBToYUVA
+  WebPPlaneDistortion
+- libwebpmux / gif2webp:
+  WebPAnimEncoderOptions: kmax <= 0 now disables keyframes,
+  kmax == 1 forces all keyframes. See
+  mux.h and the gif2webp manpage for
+  details.
+- changes from 0.5.2
+  - This release covers CVE-2016- and CVE-2016-9085.
+  - further security related hardening in the tools; fixes to
+gif2webp/AnimEncoder (issues #310, #314, #316, #322),
+cwebp/libwebp (issue #312)
+  - full libwebp (encoder & decoder) iOS framework; libwebpdecoder
+WebP.framework renamed to WebPDecoder.framework (issue #307)
+  - CMake support for Android Studio (2.2)
+  - miscellaneous build related fixes (issue #306, #313)
+  - miscellaneous documentation improvements (issue #225)
+  - minor lossy encoder fixes and improvements
+- changes from 0.5.1
+  - miscellaneous bug fixes (issues #280, #289)
+  - reverted alpha plane encoding with color cache for
+compatibility with libwebp 0.4.0->0.4.3 (issues #291, #298)
+  - lossless encoding performance improvements
+  - memory reduction in both lossless encoding and decoding
+  - force mux output to be in the extended format (VP8X) when
+undefined chunks are present (issue #294)
+  - gradle, cmake build support
+  - workaround for compiler bug causing 64-bit decode failures on
+android devices using clang-3.8 in the r11c NDK
+  - various WebPAnimEncoder improvements
+- disable extras for now. it seems it is not building and
+  installing a library anymore
+
+---

Old:

  libwebp-0.5.0.tar.gz
  libwebp-0.5.0.tar.gz.asc

New:

  libwebp-1.0.0.tar.gz
  libwebp-1.0.0.tar.gz.asc



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.Po3dCa/_old  2018-05-03 12:31:59.445116441 +0200
+++ /var/tmp/diff_new_pack.Po3dCa/_new  2018-05-03 12:31:59.449116299 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libwebp
-Version:0.5.0
+Version:1.0.0
 Release:0
 Summary:Library and tools for the WebP graphics format
 License:BSD-3-Clause
@@ -58,11 +58,11 @@
 developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
-%package -n libwebp6
+%package -n libwebp7
 Summary:Library for the WebP graphics format
 Group:  System/Libraries
 
-%description -n libwebp6
+%description -n libwebp7
 WebP is an image format that does lo

commit libwebp for openSUSE:Factory

2016-02-29 Thread h_root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2016-02-29 09:13:53

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new (New)


Package is "libwebp"

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2015-12-17 
15:52:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2016-02-29 
09:15:51.0 +0100
@@ -1,0 +2,38 @@
+Fri Feb 12 15:34:04 UTC 2016 - mplus...@suse.com
+
+- Update baselibs.conf
+
+---
+Thu Feb 11 15:44:22 UTC 2016 - mplus...@suse.com
+
+- Update to 0.5.0
+  * miscellaneous bug & build fixes (issues #234, #258, #274, #275, 
+#278)
+  * encoder & decoder speed-ups on x86/ARM/MIPS for lossy & 
+lossless
++ note! YUV->RGB conversion was sped-up, but the results will 
+  be slightly different from previous releases
+  * various lossless encoder improvements
+  * gif2webp improvements, -min_size option added
+  * tools fully support input from stdin and output to stdout (issue 
+#168)
+  * New WebPAnimEncoder API for creating animations
+  * New WebPAnimDecoder API for decoding animations
+  * other API changes:
++ libwebp:
+  WebPPictureSmartARGBToYUVA() (-pre 4 in cwebp)
+  WebPConfig::exact (-exact in cwebp; -alpha_cleanup is now the 
+  default)
+  WebPConfig::near_lossless (-near_lossless in cwebp)
+  WebPFree() (free'ing webp allocated memory in other 
+  languages)
+  WebPConfigLosslessPreset()
+  WebPMemoryWriterClear()
++ libwebpdemux: removed experimental fragment related fields 
+  and functions
++ libwebpmux: WebPMuxSetCanvasSize()
+  * new libwebpextras library with some uncommon import functions:
+WebPImportGray/WebPImportRGB565/WebPImportRGB
+- Make building more verbose
+
+---

Old:

  libwebp-0.4.4.tar.gz
  libwebp-0.4.4.tar.gz.asc

New:

  libwebp-0.5.0.tar.gz
  libwebp-0.5.0.tar.gz.asc



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.qWD5Or/_old  2016-02-29 09:15:52.0 +0100
+++ /var/tmp/diff_new_pack.qWD5Or/_new  2016-02-29 09:15:52.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libwebp
-Version:0.4.4
+Version:0.5.0
 Release:0
 Summary:Library and tools for the WebP graphics format
 License:BSD-3-Clause
@@ -58,53 +58,66 @@
 developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
-%package -n libwebp5
+%package -n libwebp6
 Summary:Library for the WebP graphics format
 Group:  System/Libraries
 
-%description -n libwebp5
+%description -n libwebp6
 WebP is an image format that does lossy compression of digital
 photographic images. WebP consists of a codec based on VP8, and a
 container based on RIFF. Webmasters, web developers and browser
 developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
-%package -n libwebpdemux1
+%package -n libwebpdemux2
 Summary:Library for extraction of data and images from WebP container 
files
 Group:  System/Libraries
 
-%description -n libwebpdemux1
+%description -n libwebpdemux2
 The WebP Demux API enables extraction of images and extended format
 data from WebP files. This API currently supports reading of XMP/EXIF
 metadata, ICC profile and animated images.
 
-%package -n libwebpmux1
+%package -n libwebpmux2
 Summary:Library for reading/adding data to WebP container files
 Group:  System/Libraries
 
-%description -n libwebpmux1
+%description -n libwebpmux2
 The WebP Mux API contains methods for adding data to and reading data
 from WebP files. This API currently supports XMP/EXIF metadata, ICC
 profile and animation.
 
-%package -n libwebpdecoder1
+%package -n libwebpdecoder2
 Summary:Library for decoding WebP graphics format
 Group:  System/Libraries
 
-%description -n libwebpdecoder1
+%description -n libwebpdecoder2
 WebP is an image format that does lossy compression of digital
 photographic images. WebP consists of a codec based on VP8, and a
 container based on RIFF. Webmasters, web developers and browser
 developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
+%package -n libwebpextras0
+Summary:Library for decoding WebP graphics format
+Group:  System/Libraries
+
+%description -n libwebpextras0
+WebP is an image format that does lossy compression of digital
+photographic images. WebP consists of a codec based on VP8, and a
+container based on RIFF. Webmaster

commit libwebp for openSUSE:Factory

2015-12-17 Thread h_root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2015-12-17 15:52:43

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new (New)


Package is "libwebp"

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2015-07-05 
17:54:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2015-12-17 
15:52:44.0 +0100
@@ -1,0 +2,10 @@
+Tue Dec  8 19:08:14 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.4.4
+  * rescaling out-of-bounds read fix (issue #254)
+  * various build fixes and improvements (issues #253, #259, #262, #267, #268)
+  * container documentation update
+  * gif2webp transparency fix (issue #245)
+- Add freeglut-devel build requires
+
+---

Old:

  libwebp-0.4.3.tar.gz
  libwebp-0.4.3.tar.gz.asc

New:

  libwebp-0.4.4.tar.gz
  libwebp-0.4.4.tar.gz.asc



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.qyQQ3q/_old  2015-12-17 15:52:45.0 +0100
+++ /var/tmp/diff_new_pack.qyQQ3q/_new  2015-12-17 15:52:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libwebp
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libwebp
-Version:0.4.3
+Version:0.4.4
 Release:0
 Summary:Library and tools for the WebP graphics format
 License:BSD-3-Clause
@@ -30,6 +30,7 @@
 Source3:%name.keyring
 Source4:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  freeglut-devel
 BuildRequires:  giflib-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel

++ libwebp-0.4.3.tar.gz -> libwebp-0.4.4.tar.gz ++
 2288 lines of diff (skipped)




commit libwebp for openSUSE:Factory

2015-07-05 Thread h_root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2015-07-05 17:54:43

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new (New)


Package is "libwebp"

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2015-06-17 
16:15:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2015-07-05 
17:54:44.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 29 16:21:01 UTC 2015 - jeng...@inai.de
+
+- Add libwebp-devel to baselibs.conf [bnc#936417]
+
+---



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.7zQvXJ/_old  2015-07-05 17:54:45.0 +0200
+++ /var/tmp/diff_new_pack.7zQvXJ/_new  2015-07-05 17:54:45.0 +0200
@@ -34,7 +34,7 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
 
 %description
 WebP is an image format that does lossy compression of digital

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.7zQvXJ/_old  2015-07-05 17:54:45.0 +0200
+++ /var/tmp/diff_new_pack.7zQvXJ/_new  2015-07-05 17:54:45.0 +0200
@@ -2,3 +2,9 @@
 libwebpdecoder1
 libwebpdemux1
 libwebpmux1
+libwebp-devel
+   -requires libwebp-
+   requires "libwebp5- = "
+   requires "libwebpdecoder1- = "
+   requires "libwebpdemux1- = "
+   requires "libwebpmux1- = "





commit libwebp for openSUSE:Factory

2015-06-17 Thread h_root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2015-06-17 16:15:36

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new (New)


Package is "libwebp"

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2015-04-02 
16:01:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2015-06-17 
16:15:37.0 +0200
@@ -1,0 +2,6 @@
+Sat Jun 13 10:48:36 UTC 2015 - dmuel...@suse.com
+
+- remove aarch64-disable-neon.diff: compiler was fixed, neon
+  can be compiled now
+
+---

Old:

  aarch64-disable-neon.diff



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.DNci24/_old  2015-06-17 16:15:38.0 +0200
+++ /var/tmp/diff_new_pack.DNci24/_new  2015-06-17 16:15:38.0 +0200
@@ -29,7 +29,6 @@
 Source2:
http://downloads.webmproject.org/releases/webp/%name-%version.tar.gz.asc
 Source3:%name.keyring
 Source4:baselibs.conf
-Patch1: aarch64-disable-neon.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  giflib-devel
 BuildRequires:  libjpeg-devel
@@ -115,7 +114,6 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
 
 %build
 %configure --disable-static \





commit libwebp for openSUSE:Factory

2015-04-02 Thread h_root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2015-04-02 16:01:27

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new (New)


Package is "libwebp"

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2014-10-31 
12:27:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2015-04-02 
16:01:28.0 +0200
@@ -1,0 +2,7 @@
+Sun Mar 29 12:44:43 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 0.4.3
+* lossless decode fix and a multi-threading fix
+* documentation / vwebp updates for animation
+
+---

Old:

  libwebp-0.4.2.tar.gz

New:

  libwebp-0.4.3.tar.gz
  libwebp-0.4.3.tar.gz.asc
  libwebp.keyring



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.m09u77/_old  2015-04-02 16:01:29.0 +0200
+++ /var/tmp/diff_new_pack.m09u77/_new  2015-04-02 16:01:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libwebp
-Version:0.4.2
+Version:0.4.3
 Release:0
 Summary:Library and tools for the WebP graphics format
 License:BSD-3-Clause
@@ -26,9 +26,10 @@
 
 #Git-Clone:http://git.chromium.org/webm/libwebp.git
 Source: 
http://downloads.webmproject.org/releases/webp/%name-%version.tar.gz
-Source2:baselibs.conf
-# PATCH-UPSTREAM-NEVER: incompatible types when initializing type 'int32x4_t' 
using type 'int32x2_t'
-Patch0: aarch64-disable-neon.diff
+Source2:
http://downloads.webmproject.org/releases/webp/%name-%version.tar.gz.asc
+Source3:%name.keyring
+Source4:baselibs.conf
+Patch1: aarch64-disable-neon.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  giflib-devel
 BuildRequires:  libjpeg-devel
@@ -114,7 +115,7 @@
 
 %prep
 %setup -q
-%patch0
+%patch -P 1 -p1
 
 %build
 %configure --disable-static \
@@ -123,9 +124,8 @@
 make %{?_smp_mflags}
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
-rm -f "$b/%_libdir"/*.la;
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 
 %post   -n libwebp5 -p /sbin/ldconfig
 %postun -n libwebp5 -p /sbin/ldconfig

++ aarch64-disable-neon.diff ++
--- /var/tmp/diff_new_pack.m09u77/_old  2015-04-02 16:01:29.0 +0200
+++ /var/tmp/diff_new_pack.m09u77/_new  2015-04-02 16:01:29.0 +0200
@@ -1,11 +1,22 @@
 src/dsp/dsp.h
-+++ src/dsp/dsp.h
-@@ -66,7 +66,7 @@
- #define WEBP_ANDROID_NEON  // Android targets that might support NEON
- #endif
- 
--#if defined(__ARM_NEON__) || defined(WEBP_ANDROID_NEON) || 
defined(__aarch64__)
-+#if defined(__ARM_NEON__) || defined(WEBP_ANDROID_NEON)
+From: dmuel...@suse.com
+Date: Tue Oct 28 06:45:02 UTC 2014
+Upstream: never
+
+incompatible types when initializing type 'int32x4_t' using type 'int32x2_t'
+---
+ src/dsp/dsp.h |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: libwebp-0.4.3/src/dsp/dsp.h
+===
+--- libwebp-0.4.3.orig/src/dsp/dsp.h
 libwebp-0.4.3/src/dsp/dsp.h
+@@ -69,7 +69,7 @@ extern "C" {
+ // The intrinsics currently cause compiler errors with arm-nacl-gcc and the
+ // inline assembly would need to be modified for use with Native Client.
+ #if (defined(__ARM_NEON__) || defined(WEBP_ANDROID_NEON) || \
+- defined(__aarch64__)) && !defined(__native_client__)
++ 0   ) && !defined(__native_client__)
  #define WEBP_USE_NEON
  #endif
  

++ libwebp-0.4.2.tar.gz -> libwebp-0.4.3.tar.gz ++
 11314 lines of diff (skipped)

++ libwebp.keyring ++
pub   4096R/B8232B5D 2011-09-23
uid   [ unknown] WebP release signing key 

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2

mQINBE58xqEBEADG87qwtVN0i6d/YRCns/+RYHQawcxTOtIyOSh69aSjNeVg9wBo
9yoPrGtOOYwbYx/IQ3JZSWMwTj5o2LJfwO8sDXCXDTq+KmJ72RKe6WXIsr6ZP7u4
BO/kz3IOIg+ON9YDYtLssFpJLELJNGGnjVo62gosPxwh2s8FwUyFCUm3yhVKYCee
IfFcxizM5W8MhApdEU9OprPndVpv9U7PLfXk30myG8wkIYR+7VRvbg/HIyuGPf9m
HjJ8Vlv7sezPqtkMtbgCRbmWxvlNd5WIO8fDHfBxQIspuFFIBgpKN8Q1TapApzE2
VLxOxU2ezdAq9Q7uVKfCV2VkDx4tD2aS7Mx7UN0HMz1J47rgHeGc5qnVC0j6s26X
FtwLK6AjGkO8FncAl0A0qu7vipghhS3hlehBvZcWjbgtTdvEa2H4mxZmPWHlNLhk
6Jk6PaahKic1wmNldg9ndr7sSUo3IuFZnsx9QHvWyYolNKah/vAY6YESZKkrDJO8
ksXbyt62uneUowIYNmv1DSVFPewWysjU+VwiEJQVO5H0cUmQlaFNVajuNK5lbN3+
4EXAuEC63RIex0cvekJUuIWkGUkYUHYckwY0iZnfBDR/y4dhPqsFwBCJxBMbAzWn
9gcyEdtS4uD15BngjuFI7DgyVVP5ZQ8iU8sZA6Z2m3Z/wC71xSHrMfYqBQARAQAB
tDdXZWJQIHJlbGVhc2Ugc2lnbmluZyBrZXkgPHdlYnAtZGlzY3Vzc0B3ZWJtcHJv
amVjdC5vcmc+iQI4BBMBAgAiBQJOfMahAhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIe
AQIXgAAKCRD5w9a9uCMrXSHzEACv2zHG0SG/Avp41Mtnen1SUUNgBCEcexfDXhpk
ue

commit libwebp for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2014-10-31 09:39:26

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new (New)


Package is "libwebp"

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2014-08-30 
16:03:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2014-10-31 
12:27:03.0 +0100
@@ -1,0 +2,20 @@
+Wed Oct 29 08:21:16 UTC 2014 - dims...@opensuse.org
+
+- Update baselibs.conf: make it match the currently build library
+  packages.
+
+---
+Tue Oct 28 06:45:02 UTC 2014 - dmuel...@suse.com
+
+- update to 0.4.2:
+  This is a binary compatible release.
+  * Android / gcc build fixes
+  * (Windows) fix reading from stdin and writing to stdout
+  * gif2webp: miscellaneous fixes
+  * fix 'alpha-leak' with lossy compression (issue #220)
+  * the lossless bitstream spec has been amended to reflect the current code
+- add aarch64-disable-neon.diff: work around compile failure with
+  neon on aarch64.
+- add libwebpdecoder1 subpackage
+
+---

Old:

  libwebp-0.4.1.tar.gz

New:

  aarch64-disable-neon.diff
  libwebp-0.4.2.tar.gz



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.1DlP5F/_old  2014-10-31 12:27:04.0 +0100
+++ /var/tmp/diff_new_pack.1DlP5F/_new  2014-10-31 12:27:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libwebp
-Version:0.4.1
+Version:0.4.2
 Release:0
 Summary:Library and tools for the WebP graphics format
 License:BSD-3-Clause
@@ -27,6 +27,8 @@
 #Git-Clone:http://git.chromium.org/webm/libwebp.git
 Source: 
http://downloads.webmproject.org/releases/webp/%name-%version.tar.gz
 Source2:baselibs.conf
+# PATCH-UPSTREAM-NEVER: incompatible types when initializing type 'int32x4_t' 
using type 'int32x2_t'
+Patch0: aarch64-disable-neon.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  giflib-devel
 BuildRequires:  libjpeg-devel
@@ -84,12 +86,24 @@
 from WebP files. This API currently supports XMP/EXIF metadata, ICC
 profile and animation.
 
+%package -n libwebpdecoder1
+Summary:Library for decoding WebP graphics format
+Group:  System/Libraries
+
+%description -n libwebpdecoder1
+WebP is an image format that does lossy compression of digital
+photographic images. WebP consists of a codec based on VP8, and a
+container based on RIFF. Webmasters, web developers and browser
+developers can use WebP to compress, archive and distribute digital
+images more efficiently.
+
 %package devel
 Summary:Development files for libwebp, a library for the WebP format
 Group:  Development/Libraries/C and C++
 Requires:   libwebp5 = %version
 Requires:   libwebpdemux1 = %version
 Requires:   libwebpmux1 = %version
+Requires:   libwebpdecoder1 = %version
 
 %description devel
 WebP is an image format that does lossy compression of digital
@@ -100,9 +114,12 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
-%configure --disable-static --enable-libwebpmux --enable-libwebpdemux
+%configure --disable-static \
+--enable-libwebpmux --enable-libwebpdemux \
+--enable-libwebpdecoder
 make %{?_smp_mflags}
 
 %install
@@ -116,6 +133,8 @@
 %postun -n libwebpdemux1 -p /sbin/ldconfig
 %post   -n libwebpmux1 -p /sbin/ldconfig
 %postun -n libwebpmux1 -p /sbin/ldconfig
+%post   -n libwebpdecoder1 -p /sbin/ldconfig
+%postun -n libwebpdecoder1 -p /sbin/ldconfig
 
 %files -n libwebp-tools
 %defattr(-,root,root)
@@ -134,6 +153,10 @@
 %defattr(-,root,root)
 %_libdir/libwebpmux.so.1*
 
+%files -n libwebpdecoder1
+%defattr(-,root,root)
+%_libdir/libwebpdecoder.so.1*
+
 %files devel
 %defattr(-,root,root)
 %_libdir/libwebp*.so

++ aarch64-disable-neon.diff ++
--- src/dsp/dsp.h
+++ src/dsp/dsp.h
@@ -66,7 +66,7 @@
 #define WEBP_ANDROID_NEON  // Android targets that might support NEON
 #endif
 
-#if defined(__ARM_NEON__) || defined(WEBP_ANDROID_NEON) || defined(__aarch64__)
+#if defined(__ARM_NEON__) || defined(WEBP_ANDROID_NEON)
 #define WEBP_USE_NEON
 #endif
 
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.1DlP5F/_old  2014-10-31 12:27:04.0 +0100
+++ /var/tmp/diff_new_pack.1DlP5F/_new  2014-10-31 12:27:04.0 +0100
@@ -1 +1,4 @@
 libwebp5
+libwebpdecoder1
+libwebpdemux1
+libwebpmux1

++ libwebp-0.4.1.tar.gz -> libwebp-0.4.2.tar.gz ++
 4111 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...

commit libwebp for openSUSE:Factory

2014-08-30 Thread h_root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2014-08-30 16:03:32

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new (New)


Package is "libwebp"

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2014-01-23 
15:48:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2014-08-30 
16:03:39.0 +0200
@@ -1,0 +2,12 @@
+Mon Aug 11 01:50:52 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 0.4.1
+* AArch64 (arm64) & MIPS support/optimizations
+* NEON assembly additions: ~25% faster lossy decode/encode (-m 4);
+  ~10% faster lossless decode;~5-10% faster lossless encode (-m 3/4)
+* dwebp/vwebp can read from stdin
+* cwebp/gif2webp can write to stdout
+* cwebp can read webp files; useful if storing sources as webp
+  lossless
+
+---

Old:

  libwebp-0.4.0.tar.gz

New:

  libwebp-0.4.1.tar.gz



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.m2IcYU/_old  2014-08-30 16:03:41.0 +0200
+++ /var/tmp/diff_new_pack.m2IcYU/_new  2014-08-30 16:03:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libwebp
-Version:0.4.0
+Version:0.4.1
 Release:0
 Summary:Library and tools for the WebP graphics format
 License:BSD-3-Clause
@@ -25,7 +25,7 @@
 Url:https://developers.google.com/speed/webp/
 
 #Git-Clone:http://git.chromium.org/webm/libwebp.git
-Source: https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz
+Source: 
http://downloads.webmproject.org/releases/webp/%name-%version.tar.gz
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  giflib-devel

++ libwebp-0.4.0.tar.gz -> libwebp-0.4.1.tar.gz ++
 30450 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwebp for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2014-01-17 11:04:21

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new (New)


Package is "libwebp"

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2013-06-28 
16:04:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2014-01-23 
15:48:50.0 +0100
@@ -1,0 +2,17 @@
+Thu Jan  9 14:21:55 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 0.4.0
+* improved gif2webp tool
+* numerous fixes, compression improvement and speed-up
+* dither option added to decoder (dwebp -dither 50 ...)
+* improved multi-threaded modes (-mt option)
+* improved filtering strength determination
+* BMP and TIFF format output added to 'dwebp'
+* Significant memory reduction for decoding lossy images with alpha.
+* Intertwined decoding of RGB and alpha for a shorter
+  time-to-first-decoded-pixel.
+* WebPIterator has a new member 'has_alpha' denoting whether the
+  frame contains transparency.
+* Container spec amended with new 'blending method' for animation.
+
+---

Old:

  libwebp-0.3.1.tar.gz

New:

  libwebp-0.4.0.tar.gz



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.iH3o7M/_old  2014-01-23 15:48:51.0 +0100
+++ /var/tmp/diff_new_pack.iH3o7M/_new  2014-01-23 15:48:51.0 +0100
@@ -17,17 +17,15 @@
 
 
 Name:   libwebp
-%define lname  libwebp4
-Version:0.3.1
+Version:0.4.0
 Release:0
-Url:https://developers.google.com/speed/webp/
 Summary:Library and tools for the WebP graphics format
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
+Url:https://developers.google.com/speed/webp/
 
 #Git-Clone:http://git.chromium.org/webm/libwebp.git
-#DL-URL:   https://webp.googlecode.com/files/libwebp-0.3.1.tar.gz
-Source: https://webp.googlecode.com/files/%name-%version.tar.gz
+Source: https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  giflib-devel
@@ -57,31 +55,31 @@
 developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
-%package -n libwebp4
+%package -n libwebp5
 Summary:Library for the WebP graphics format
 Group:  System/Libraries
 
-%description -n libwebp4
+%description -n libwebp5
 WebP is an image format that does lossy compression of digital
 photographic images. WebP consists of a codec based on VP8, and a
 container based on RIFF. Webmasters, web developers and browser
 developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
-%package -n libwebpdemux0
+%package -n libwebpdemux1
 Summary:Library for extraction of data and images from WebP container 
files
 Group:  System/Libraries
 
-%description -n libwebpdemux0
+%description -n libwebpdemux1
 The WebP Demux API enables extraction of images and extended format
 data from WebP files. This API currently supports reading of XMP/EXIF
 metadata, ICC profile and animated images.
 
-%package -n libwebpmux0
+%package -n libwebpmux1
 Summary:Library for reading/adding data to WebP container files
 Group:  System/Libraries
 
-%description -n libwebpmux0
+%description -n libwebpmux1
 The WebP Mux API contains methods for adding data to and reading data
 from WebP files. This API currently supports XMP/EXIF metadata, ICC
 profile and animation.
@@ -89,9 +87,9 @@
 %package devel
 Summary:Development files for libwebp, a library for the WebP format
 Group:  Development/Libraries/C and C++
-Requires:   libwebp4 = %version
-Requires:   libwebpdemux0 = %version
-Requires:   libwebpmux0 = %version
+Requires:   libwebp5 = %version
+Requires:   libwebpdemux1 = %version
+Requires:   libwebpmux1 = %version
 
 %description devel
 WebP is an image format that does lossy compression of digital
@@ -112,29 +110,29 @@
 make install DESTDIR="$b";
 rm -f "$b/%_libdir"/*.la;
 
-%post   -n libwebp4 -p /sbin/ldconfig
-%postun -n libwebp4 -p /sbin/ldconfig
-%post   -n libwebpdemux0 -p /sbin/ldconfig
-%postun -n libwebpdemux0 -p /sbin/ldconfig
-%post   -n libwebpmux0 -p /sbin/ldconfig
-%postun -n libwebpmux0 -p /sbin/ldconfig
+%post   -n libwebp5 -p /sbin/ldconfig
+%postun -n libwebp5 -p /sbin/ldconfig
+%post   -n libwebpdemux1 -p /sbin/ldconfig
+%postun -n libwebpdemux1 -p /sbin/ldconfig
+%post   -n libwebpmux1 -p /sbin/ldconfig
+%postun -n libwebpmux1 -p /sbin/ld

commit libwebp for openSUSE:Factory

2013-06-28 Thread h_root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2013-06-28 16:04:21

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new (New)


Package is "libwebp"

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2013-04-17 
23:05:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2013-06-28 
16:04:25.0 +0200
@@ -1,0 +2,8 @@
+Wed Jun 26 10:22:32 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 0.3.1
+* Add incremental decoding support for images containing
+  ALPH and ICCP chunks.
+- Enable libwebpmux, libwebpdemux
+
+---

Old:

  libwebp-0.3.0.tar.xz

New:

  libwebp-0.3.1.tar.gz



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.IYOq4V/_old  2013-06-28 16:04:26.0 +0200
+++ /var/tmp/diff_new_pack.IYOq4V/_new  2013-06-28 16:04:26.0 +0200
@@ -18,22 +18,23 @@
 
 Name:   libwebp
 %define lname  libwebp4
-Version:0.3.0
+Version:0.3.1
 Release:0
 Url:https://developers.google.com/speed/webp/
 Summary:Library and tools for the WebP graphics format
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 
-#DL-URL:   https://webp.googlecode.com/files/libwebp-0.3.0.tar.gz
-Source: %name-%version.tar.xz
+#Git-Clone:http://git.chromium.org/webm/libwebp.git
+#DL-URL:   https://webp.googlecode.com/files/libwebp-0.3.1.tar.gz
+Source: https://webp.googlecode.com/files/%name-%version.tar.gz
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  giflib-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  pkgconfig
-BuildRequires:  xz
 
 %description
 WebP is an image format that does lossy compression of digital
@@ -56,21 +57,41 @@
 developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
-%package -n %lname
+%package -n libwebp4
 Summary:Library for the WebP graphics format
 Group:  System/Libraries
 
-%description -n %lname
+%description -n libwebp4
 WebP is an image format that does lossy compression of digital
 photographic images. WebP consists of a codec based on VP8, and a
 container based on RIFF. Webmasters, web developers and browser
 developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
+%package -n libwebpdemux0
+Summary:Library for extraction of data and images from WebP container 
files
+Group:  System/Libraries
+
+%description -n libwebpdemux0
+The WebP Demux API enables extraction of images and extended format
+data from WebP files. This API currently supports reading of XMP/EXIF
+metadata, ICC profile and animated images.
+
+%package -n libwebpmux0
+Summary:Library for reading/adding data to WebP container files
+Group:  System/Libraries
+
+%description -n libwebpmux0
+The WebP Mux API contains methods for adding data to and reading data
+from WebP files. This API currently supports XMP/EXIF metadata, ICC
+profile and animation.
+
 %package devel
 Summary:Development files for libwebp, a library for the WebP format
 Group:  Development/Libraries/C and C++
-Requires:   %lname = %version
+Requires:   libwebp4 = %version
+Requires:   libwebpdemux0 = %version
+Requires:   libwebpmux0 = %version
 
 %description devel
 WebP is an image format that does lossy compression of digital
@@ -83,7 +104,7 @@
 %setup -q
 
 %build
-%configure --disable-static
+%configure --disable-static --enable-libwebpmux --enable-libwebpdemux
 make %{?_smp_mflags}
 
 %install
@@ -91,23 +112,34 @@
 make install DESTDIR="$b";
 rm -f "$b/%_libdir"/*.la;
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
+%post   -n libwebp4 -p /sbin/ldconfig
+%postun -n libwebp4 -p /sbin/ldconfig
+%post   -n libwebpdemux0 -p /sbin/ldconfig
+%postun -n libwebpdemux0 -p /sbin/ldconfig
+%post   -n libwebpmux0 -p /sbin/ldconfig
+%postun -n libwebpmux0 -p /sbin/ldconfig
 
 %files -n libwebp-tools
 %defattr(-,root,root)
 %_bindir/*
 %_mandir/man*/*
 
-%files -n %lname
+%files -n libwebp4
 %defattr(-,root,root)
 %_libdir/libwebp.so.4*
 
+%files -n libwebpdemux0
+%defattr(-,root,root)
+%_libdir/libwebpdemux.so.0*
+
+%files -n libwebpmux0
+%defattr(-,root,root)
+%_libdir/libwebpmux.so.0*
+
 %files devel
 %defattr(-,root,root)
-%_libdir/libwebp.so
-%_includedir/webp
-%_libdir/pkgconfig/libwebp.pc
+%_libdir/libwebp*.so
+%_includedir

commit libwebp for openSUSE:Factory

2013-04-17 Thread h_root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2013-04-17 23:05:16

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new (New)


Package is "libwebp", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2012-12-14 
09:42:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2013-04-17 
23:05:18.0 +0200
@@ -1,0 +2,18 @@
+Tue Apr 16 09:49:31 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 0.3.0
+* WebPINewRGB/WebPINewYUVA accept being passed a NULL output buffer
+  and will perform auto-allocation.
+* Default filter option is now "-strong -f 60"
+* Encoding speed-up for lossy methods 3 to 6
+* Alpha encoding can be done in parallel to lossy using
+  `cwebp -mt ...`
+* Color profile, metadata (XMP/EXIF) and animation support in the
+  container was finalized.
+* Various NEON assembly additions
+- Tool updates / additions:
+* gif2webp added
+* vwebp given color profile & animation support
+* cwebp can preserve color profile / metadata with "-metadata"
+
+---

Old:

  libwebp-0.2.1.tar.gz

New:

  libwebp-0.3.0.tar.xz



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.WnsNvF/_old  2013-04-17 23:05:20.0 +0200
+++ /var/tmp/diff_new_pack.WnsNvF/_new  2013-04-17 23:05:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libwebp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,16 @@
 
 Name:   libwebp
 %define lname  libwebp4
-Version:0.2.1
+Version:0.3.0
 Release:0
 Url:https://developers.google.com/speed/webp/
 Summary:Library and tools for the WebP graphics format
 License:BSD-3-Clause
 Group:  System/Libraries
 
-Source0:http://webp.googlecode.com/files/%name-%version.tar.gz
-Source1:baselibs.conf
+#DL-URL:   https://webp.googlecode.com/files/libwebp-0.3.0.tar.gz
+Source: %name-%version.tar.xz
+Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwebp for openSUSE:Factory

2012-12-14 Thread h_root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2012-12-14 09:41:58

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new (New)


Package is "libwebp", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2012-09-10 
15:20:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2012-12-14 
09:42:01.0 +0100
@@ -1,0 +2,19 @@
+Sun Dec  9 13:21:00 UTC 2012 - mailaen...@opensuse.org
+
+- Update to version 0.2.1
+* libwebp: validate chunk size in ParseOptionalChunks
+* cwebp (windows): fix alpha image import on XP
+* autoconf/libwebp: enable dll builds for mingw
+* [cd]webp: always output windows errors
+* fix double to float conversion warning
+* cwebp: fix jpg encodes on XP
+* VP8LAllocateHistogramSet: fix overflow in size calculation
+* GetHistoBits: fix integer overflow
+* EncodeImageInternal: fix uninitialized free
+* fix the -g/O3 discrepancy for 32bit compile
+* fix the BITS=8 case
+* Make *InitSSE2() functions be empty on non-SSE2 platform
+* make *InitSSE2() functions be empty on non-SSE2 platform
+* make VP8DspInitNEON() public
+
+---

Old:

  libwebp-0.2.0.tar.gz

New:

  libwebp-0.2.1.tar.gz



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.PPsTqE/_old  2012-12-14 09:42:03.0 +0100
+++ /var/tmp/diff_new_pack.PPsTqE/_new  2012-12-14 09:42:03.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   libwebp
 %define lname  libwebp4
-Version:0.2.0
+Version:0.2.1
 Release:0
 Url:https://developers.google.com/speed/webp/
 Summary:Library and tools for the WebP graphics format

++ libwebp-0.2.0.tar.gz -> libwebp-0.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwebp-0.2.0/ChangeLog new/libwebp-0.2.1/ChangeLog
--- old/libwebp-0.2.0/ChangeLog 2012-08-16 07:49:03.0 +0200
+++ new/libwebp-0.2.1/ChangeLog 2012-10-31 00:32:36.0 +0100
@@ -1,3 +1,21 @@
+abc0604 Merge "update NEWS" into 0.2.0
+57cf313 update NEWS
+25f585c bump version to 0.2.1
+fed7c04 libwebp: validate chunk size in ParseOptionalChunks
+552cd9b cwebp (windows): fix alpha image import on XP
+b14fea9 autoconf/libwebp: enable dll builds for mingw
+4a8fb27 [cd]webp: always output windows errors
+d662158 fix double to float conversion warning
+72b96a6 cwebp: fix jpg encodes on XP
+734f762 VP8LAllocateHistogramSet: fix overflow in size calculation
+f9cb58f GetHistoBits: fix integer overflow
+b30add2 EncodeImageInternal: fix uninitialized free
+3de58d7 fix the -g/O3 discrepancy for 32bit compile
+77aa7d5 fix the BITS=8 case
+e5970bd Make *InitSSE2() functions be empty on non-SSE2 platform
+ef5cc47 make *InitSSE2() functions be empty on non-SSE2 platform
+c4ea259 make VP8DspInitNEON() public
+4238bc0 Update ChangeLog (v0.2.0)
 c655380 dec/io.c: cosmetics
 fe1958f RGBA: harmonize lossless/lossy alpha values
 681cb30 fix RGBA output w/fancy upsampling
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwebp-0.2.0/NEWS new/libwebp-0.2.1/NEWS
--- old/libwebp-0.2.0/NEWS  2012-08-16 07:49:03.0 +0200
+++ new/libwebp-0.2.1/NEWS  2012-10-31 00:32:36.0 +0100
@@ -1,3 +1,8 @@
+- 10/30/12: version 0.2.1
+  * Various security related fixes
+  * cwebp.exe: fix import errors on Windows XP
+  * enable DLL builds for mingw targets
+
 - 8/3/12: version 0.2.0
   * Add support for ARGB -> YUVA conversion for lossless decoder
 New functions: WebPINewYUVA, WebPIDecGetYUVA
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwebp-0.2.0/README new/libwebp-0.2.1/README
--- old/libwebp-0.2.0/README2012-08-16 07:49:03.0 +0200
+++ new/libwebp-0.2.1/README2012-10-31 00:32:36.0 +0100
@@ -4,7 +4,7 @@
   \__\__/\/\_/__/   ___
 / _/ /\\ /  _ \/ _/
/  \_/   / /   \ \   __/  \__
-   \//\_/_//v0.2.0
+   \//\_/_//v0.2.1
 
 Description:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwebp-0.2.0/configure new/libwebp-0.2.1/configure
--- old/libwebp-0.2.0/configure 2012-08-17 01:24:05.0 +0200
+++ new/libwebp-0.2.1/configure 2012-10-31 01:39:08.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for libwebp 0.2.0.
+# Generated by GNU 

commit libwebp for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2012-09-10 15:20:33

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new (New)


Package is "libwebp", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2012-02-10 
17:17:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2012-09-10 
15:20:35.0 +0200
@@ -1,0 +2,23 @@
+Fri Aug 31 08:57:43 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.2.0:
+* Add support for ARGB -> YUVA conversion for lossless decoder
+* Add stats for lossless and alpha encoding
+* Security related hardening: allocation and size checks
+* Add PAM output support to dwebp
+* Alpha channel encode/decode support
+* Lossless encoder/decoder
+* Add TIFF input support to cwebp
+* Incompatible changes:
+  - The encode ABI has been modified to support alpha encoding
+  - Deprecated function WebPINew() has been removed
+  - Decode function signatures have changed to consistently use
+size_t over int/uint32_t
+  - decode_vp8.h is no longer installed system-wide
+  - cwebp will encode the alpha channel if present.
+* Add libtiff-devel BuildRequires for the new tiff input support.
+* Rename libwebp2 subpackage to libwebp4 (by changing lname
+  defines), following upstreams soname bump (incl. baselibs.conf).
+* No reason to run autogen
+
+---

Old:

  libwebp-0.1.3.tar.gz

New:

  libwebp-0.2.0.tar.gz



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.UHlb79/_old  2012-09-10 15:20:37.0 +0200
+++ /var/tmp/diff_new_pack.UHlb79/_new  2012-09-10 15:20:37.0 +0200
@@ -17,22 +17,20 @@
 
 
 Name:   libwebp
-%define lname  libwebp2
-Version:0.1.3
+%define lname  libwebp4
+Version:0.2.0
 Release:0
-Url:http://webmproject.org/
+Url:https://developers.google.com/speed/webp/
 Summary:Library and tools for the WebP graphics format
 License:BSD-3-Clause
 Group:  System/Libraries
 
-Source0:http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
+Source0:http://webp.googlecode.com/files/%name-%version.tar.gz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
-BuildRequires:  libtool
+BuildRequires:  libtiff-devel
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 
@@ -84,15 +82,13 @@
 %setup -q
 
 %build
-mkdir -p m4
-./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 
 %install
 b="%buildroot";
 make install DESTDIR="$b";
-rm -f "%buildroot/%_libdir"/*.la;
+rm -f "$b/%_libdir"/*.la;
 
 %post -n %lname -p /sbin/ldconfig
 
@@ -105,12 +101,12 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/%{name}*.so.*
+%_libdir/libwebp.so.4*
 
 %files devel
 %defattr(-,root,root)
-%_libdir/%{name}*.so
-%_includedir/*
-%_libdir/pkgconfig/*
+%_libdir/libwebp.so
+%_includedir/webp
+%_libdir/pkgconfig/libwebp.pc
 
 %changelog

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.UHlb79/_old  2012-09-10 15:20:37.0 +0200
+++ /var/tmp/diff_new_pack.UHlb79/_new  2012-09-10 15:20:37.0 +0200
@@ -1 +1 @@
-libwebp2
+libwebp4

++ libwebp-0.1.3.tar.gz -> libwebp-0.2.0.tar.gz ++
 35373 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwebp for openSUSE:Factory

2012-02-10 Thread h_root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2012-02-10 17:17:40

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new (New)


Package is "libwebp", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2011-11-23 
19:36:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2012-02-10 
17:17:46.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 30 12:51:06 UTC 2012 - jeng...@medozas.de
+
+- Rename webp-tools to libwebp-tools to follow scheme of other
+  lib*-tools packages.
+
+---



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.iYVCuL/_old  2012-02-10 17:17:47.0 +0100
+++ /var/tmp/diff_new_pack.iYVCuL/_new  2012-02-10 17:17:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libwebp
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,25 @@
 #
 
 
-
 Name:   libwebp
 %define lname  libwebp2
 Version:0.1.3
-Release:1
-Group:  System/Libraries
+Release:0
 Url:http://webmproject.org/
 Summary:Library and tools for the WebP graphics format
-License:BSD3c
+License:BSD-3-Clause
+Group:  System/Libraries
 
 Source0:http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libjpeg-devel libpng-devel libtool xz
-
-%define debug_package_requires %lname = %version-%release
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libjpeg-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  xz
 
 %description
 WebP is an image format that does lossy compression of digital
@@ -40,11 +43,14 @@
 developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
-%package -n webp-tools
-Group:  Productivity/Archiving/Compression
+%package tools
 Summary:The WebP command line tools
+Group:  Productivity/Archiving/Compression
+#O/P added in 12.2
+Obsoletes:  webp-tools < %version-%release
+Provides:   webp-tools = %version-%release
 
-%description -n webp-tools
+%description tools
 WebP is an image format that does lossy compression of digital
 photographic images. WebP consists of a codec based on VP8, and a
 container based on RIFF. Webmasters, web developers and browser
@@ -52,8 +58,8 @@
 images more efficiently.
 
 %package -n %lname
-Group:  System/Libraries
 Summary:Library for the WebP graphics format
+Group:  System/Libraries
 
 %description -n %lname
 WebP is an image format that does lossy compression of digital
@@ -63,8 +69,8 @@
 images more efficiently.
 
 %package devel
-Group:  Development/Libraries/C and C++
 Summary:Development files for libwebp, a library for the WebP format
+Group:  Development/Libraries/C and C++
 Requires:   %lname = %version
 
 %description devel
@@ -86,13 +92,13 @@
 %install
 b="%buildroot";
 make install DESTDIR="$b";
-find "$b/%_libdir" -type f -name "*.la" -delete;
+rm -f "%buildroot/%_libdir"/*.la;
 
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
-%files -n webp-tools
+%files -n libwebp-tools
 %defattr(-,root,root)
 %_bindir/*
 %_mandir/man*/*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwebp for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2011-11-23 19:36:28

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new (New)


Package is "libwebp", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2011-11-14 
13:16:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2011-11-23 
19:36:29.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 23 09:26:59 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.37bWPQ/_old  2011-11-23 19:36:29.0 +0100
+++ /var/tmp/diff_new_pack.37bWPQ/_new  2011-11-23 19:36:29.0 +0100
@@ -29,7 +29,7 @@
 Source0:http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libjpeg-devel libpng-devel xz
+BuildRequires:  libjpeg-devel libpng-devel libtool xz
 
 %define debug_package_requires %lname = %version-%release
 
@@ -41,7 +41,6 @@
 images more efficiently.
 
 %package -n webp-tools
-
 Group:  Productivity/Archiving/Compression
 Summary:The WebP command line tools
 
@@ -53,7 +52,6 @@
 images more efficiently.
 
 %package -n %lname
-
 Group:  System/Libraries
 Summary:Library for the WebP graphics format
 
@@ -65,7 +63,6 @@
 images more efficiently.
 
 %package devel
-
 Group:  Development/Libraries/C and C++
 Summary:Development files for libwebp, a library for the WebP format
 Requires:   %lname = %version

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwebp for openSUSE:Factory

2011-11-14 Thread h_root
Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2011-11-14 13:16:46

Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and  /work/SRC/openSUSE:Factory/.libwebp.new (New)


Package is "libwebp", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2011-09-23 
02:11:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes 2011-11-14 
13:16:50.0 +0100
@@ -1,0 +2,12 @@
+Mon Oct 31 13:37:08 UTC 2011 - pgaj...@suse.com
+
+- update to 0.1.3:
+  * Advanced decoding APIs.
+  * On-the-fly cropping and rescaling of images.
+  * SSE2 instructions for decoding performance optimizations on x86 based 
platforms.
+  * Support Multi-threaded decoding.
+  * 40% improvement in Decoding performance.
+  * Add support for RGB565, RGBA & ARGB image colorspace.
+  * Better handling of large picture encoding.
+
+---

Old:

  libwebp-0.1.2.tar.gz

New:

  libwebp-0.1.3.tar.gz



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.2dfyCL/_old  2011-11-14 13:16:53.0 +0100
+++ /var/tmp/diff_new_pack.2dfyCL/_new  2011-11-14 13:16:53.0 +0100
@@ -18,8 +18,8 @@
 
 
 Name:   libwebp
-%define lname  libwebp0
-Version:0.1.2
+%define lname  libwebp2
+Version:0.1.3
 Release:1
 Group:  System/Libraries
 Url:http://webmproject.org/

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.2dfyCL/_old  2011-11-14 13:16:53.0 +0100
+++ /var/tmp/diff_new_pack.2dfyCL/_new  2011-11-14 13:16:53.0 +0100
@@ -1 +1 @@
-libwebp0
+libwebp2

++ libwebp-0.1.2.tar.gz -> libwebp-0.1.3.tar.gz ++
 60697 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwebp for openSUSE:Factory

2011-09-20 Thread h_root

Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory
checked in at Tue Sep 20 09:34:34 CEST 2011.




--- libwebp/libwebp.changes 2011-08-06 20:59:10.0 +0200
+++ /mounts/work_src_done/STABLE/libwebp/libwebp.changes2011-09-16 
13:38:03.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 16 11:24:15 UTC 2011 - co...@suse.com
+
+- add baselibs.conf and use original tar
+
+---

calling whatdependson for head-i586


Old:

  libwebp-0.1.2.tar.xz

New:

  baselibs.conf
  libwebp-0.1.2.tar.gz



Other differences:
--
++ libwebp.spec ++
--- /var/tmp/diff_new_pack.LLHpM0/_old  2011-09-20 09:34:31.0 +0200
+++ /var/tmp/diff_new_pack.LLHpM0/_new  2011-09-20 09:34:31.0 +0200
@@ -26,8 +26,8 @@
 Summary:Library and tools for the WebP graphics format
 License:BSD3c
 
-#Source:   http://webp.googlecode.com/files/libwebp-0.1.tar.gz
-Source: %name-%version.tar.xz
+Source0:http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
+Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libjpeg-devel libpng-devel xz
 
@@ -78,13 +78,13 @@
 images more efficiently.
 
 %prep
-%setup -qn %name
+%setup -q
 
 %build
-mkdir -p m4;
-./autogen.sh;
+mkdir -p m4
+./autogen.sh
 %configure --disable-static
-make %{?_smp_mflags};
+make %{?_smp_mflags}
 
 %install
 b="%buildroot";

++ baselibs.conf ++
libwebp0





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwebp for openSUSE:Factory

2011-08-11 Thread h_root

Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory
checked in at Thu Aug 11 12:12:09 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/libwebp/libwebp.changes2011-08-06 
20:59:10.0 +0200
@@ -0,0 +1,5 @@
+---
+Sat Aug  6 18:57:59 UTC 2011 - jeng...@medozas.de
+
+- Rename subpackage libwebp-tools to webp-tools to get out of
+  rpmlint's pedant observation that it does not contain libraries.

calling whatdependson for head-i586


New:

  libwebp-0.1.2.tar.xz
  libwebp.changes
  libwebp.spec



Other differences:
--
++ libwebp.spec ++
#
# spec file for package libwebp
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   libwebp
%define lname   libwebp0
Version:0.1.2
Release:1
Group:  System/Libraries
Url:http://webmproject.org/
Summary:Library and tools for the WebP graphics format
License:BSD3c

#Source:http://webp.googlecode.com/files/libwebp-0.1.tar.gz
Source: %name-%version.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  libjpeg-devel libpng-devel xz

%define debug_package_requires %lname = %version-%release

%description
WebP is an image format that does lossy compression of digital
photographic images. WebP consists of a codec based on VP8, and a
container based on RIFF. Webmasters, web developers and browser
developers can use WebP to compress, archive and distribute digital
images more efficiently.

%package -n webp-tools

Group:  Productivity/Archiving/Compression
Summary:The WebP command line tools

%description -n webp-tools
WebP is an image format that does lossy compression of digital
photographic images. WebP consists of a codec based on VP8, and a
container based on RIFF. Webmasters, web developers and browser
developers can use WebP to compress, archive and distribute digital
images more efficiently.

%package -n %lname

Group:  System/Libraries
Summary:Library for the WebP graphics format

%description -n %lname
WebP is an image format that does lossy compression of digital
photographic images. WebP consists of a codec based on VP8, and a
container based on RIFF. Webmasters, web developers and browser
developers can use WebP to compress, archive and distribute digital
images more efficiently.

%package devel

Group:  Development/Libraries/C and C++
Summary:Development files for libwebp, a library for the WebP format
Requires:   %lname = %version

%description devel
WebP is an image format that does lossy compression of digital
photographic images. WebP consists of a codec based on VP8, and a
container based on RIFF. Webmasters, web developers and browser
developers can use WebP to compress, archive and distribute digital
images more efficiently.

%prep
%setup -qn %name

%build
mkdir -p m4;
./autogen.sh;
%configure --disable-static
make %{?_smp_mflags};

%install
b="%buildroot";
make install DESTDIR="$b";
find "$b/%_libdir" -type f -name "*.la" -delete;

%post -n %lname -p /sbin/ldconfig

%postun -n %lname -p /sbin/ldconfig

%files -n webp-tools
%defattr(-,root,root)
%_bindir/*
%_mandir/man*/*

%files -n %lname
%defattr(-,root,root)
%_libdir/%{name}*.so.*

%files devel
%defattr(-,root,root)
%_libdir/%{name}*.so
%_includedir/*
%_libdir/pkgconfig/*

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org