Updating link to change in openSUSE:Factory/pixman revision 8.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=d05b8ca90fa432facda4ff42d4a72060
This commit is contained in:
parent
543ca7bacb
commit
4e1af05265
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:136351db59065aca2c80b901206fd0f0592a0a956330e92b992d1dc0f5d89b0b
|
|
||||||
size 393419
|
|
3
pixman-0.16.0.tar.bz2
Normal file
3
pixman-0.16.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:405c933feba978c66755bb2f781ab84e5bca43d432e0456714cc2517caebdd8f
|
||||||
|
size 402538
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 28 19:01:16 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 0.16.0:
|
||||||
|
+ See http://cgit.freedesktop.org/pixman/log/?id=pixman-0.16.0
|
||||||
|
for changes
|
||||||
|
- Summary of the important changes since 0.14.0:
|
||||||
|
+ Support for PDF blend modes
|
||||||
|
+ A number of fast paths for ARM NEON
|
||||||
|
+ Support for PIXMAN_REPEAT_REFLECT for images
|
||||||
|
+ New image formats:
|
||||||
|
- a2r10g10b10, x2r10g10b10
|
||||||
|
- b8g8r8a8, b8g8r8x8
|
||||||
|
+ Support for MMX and SSE2 on Sun compilers and Solaris
|
||||||
|
+ Support for SSE2 on Windows x64
|
||||||
|
+ A reorganisation of pixman's internals to make future
|
||||||
|
development and maintenance easier
|
||||||
|
+ A substantial expansion of pixman's test suite
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 12 03:56:04 CEST 2009 - vuntz@novell.com
|
Wed Aug 12 03:56:04 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
35
pixman.spec
35
pixman.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pixman (Version 0.15.20)
|
# spec file for package pixman (Version 0.16.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -15,29 +15,22 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: pixman
|
Name: pixman
|
||||||
Version: 0.15.20
|
Version: 0.16.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT License (or similar)
|
License: MIT License (or similar)
|
||||||
BuildRequires: pkgconfig
|
|
||||||
Url: http://xorg.freedesktop.org/
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Group: System/Libraries
|
|
||||||
Summary: Pixel manipulation library
|
Summary: Pixel manipulation library
|
||||||
|
Url: http://xorg.freedesktop.org/
|
||||||
|
Group: System/Libraries
|
||||||
Source: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
Source: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pixman is a pixel manipulation library for X and cairo.
|
Pixman is a pixel manipulation library for X and cairo.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Søren Sandmann
|
|
||||||
|
|
||||||
%package -n libpixman-1-0
|
%package -n libpixman-1-0
|
||||||
License: MIT License (or similar)
|
License: MIT License (or similar)
|
||||||
Summary: Pixel manipulation library
|
Summary: Pixel manipulation library
|
||||||
@ -46,12 +39,6 @@ Group: System/Libraries
|
|||||||
%description -n libpixman-1-0
|
%description -n libpixman-1-0
|
||||||
Pixman is a pixel manipulation library for X and cairo.
|
Pixman is a pixel manipulation library for X and cairo.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Søren Sandmann
|
|
||||||
|
|
||||||
%package -n libpixman-1-0-devel
|
%package -n libpixman-1-0-devel
|
||||||
License: MIT License (or similar)
|
License: MIT License (or similar)
|
||||||
Summary: Pixel manipulation library - development files
|
Summary: Pixel manipulation library - development files
|
||||||
@ -61,14 +48,8 @@ Requires: libpixman-1-0 = %{version}
|
|||||||
%description -n libpixman-1-0-devel
|
%description -n libpixman-1-0-devel
|
||||||
Pixman is a pixel manipulation library for X and cairo.
|
Pixman is a pixel manipulation library for X and cairo.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Søren Sandmann
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#autoreconf -fi
|
#autoreconf -fi
|
||||||
@ -91,7 +72,7 @@ make %{?jobs:-j%jobs}
|
|||||||
rm %{buildroot}%{_libdir}/libpixman-1.la
|
rm %{buildroot}%{_libdir}/libpixman-1.la
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf "$RPM_BUILD_ROOT"
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%post -n libpixman-1-0 -p /sbin/ldconfig
|
%post -n libpixman-1-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user