checked in
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=22
This commit is contained in:
parent
324a381dd7
commit
543ca7bacb
3
pixman-0.15.20.tar.bz2
Normal file
3
pixman-0.15.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:136351db59065aca2c80b901206fd0f0592a0a956330e92b992d1dc0f5d89b0b
|
||||||
|
size 393419
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:405c933feba978c66755bb2f781ab84e5bca43d432e0456714cc2517caebdd8f
|
|
||||||
size 402538
|
|
@ -1,22 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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.16.0)
|
# spec file for package pixman (Version 0.15.20)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -15,22 +15,29 @@
|
|||||||
# 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.16.0
|
Version: 0.15.20
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT License (or similar)
|
License: MIT License (or similar)
|
||||||
Summary: Pixel manipulation library
|
|
||||||
Url: http://xorg.freedesktop.org/
|
|
||||||
Group: System/Libraries
|
|
||||||
Source: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
Url: http://xorg.freedesktop.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Group: System/Libraries
|
||||||
|
Summary: Pixel manipulation library
|
||||||
|
Source: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
%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
|
||||||
@ -39,6 +46,12 @@ 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
|
||||||
@ -48,8 +61,14 @@ 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 -q
|
%setup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#autoreconf -fi
|
#autoreconf -fi
|
||||||
@ -72,7 +91,7 @@ make %{?jobs:-j%jobs}
|
|||||||
rm %{buildroot}%{_libdir}/libpixman-1.la
|
rm %{buildroot}%{_libdir}/libpixman-1.la
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf "$RPM_BUILD_ROOT"
|
||||||
|
|
||||||
%post -n libpixman-1-0 -p /sbin/ldconfig
|
%post -n libpixman-1-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user