OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Apr-2008 08:09:06
Branch: HEAD Handle: 2008041207090500
Modified files:
openpkg-src/libpixman libpixman.spec
Log:
upgrading package: libpixman 0.1.6 -> 0.10.0
Summary:
Revision Changes Path
1.14 +7 -10 openpkg-src/libpixman/libpixman.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libpixman/libpixman.spec
============================================================================
$ cvs diff -u -r1.13 -r1.14 libpixman.spec
--- openpkg-src/libpixman/libpixman.spec 1 Jan 2008 14:57:12 -0000
1.13
+++ openpkg-src/libpixman/libpixman.spec 12 Apr 2008 06:09:05 -0000
1.14
@@ -31,11 +31,11 @@
Class: EVAL
Group: XWindow
License: MIT-style
-Version: 0.1.6
-Release: 20080101
+Version: 0.10.0
+Release: 20080412
# list of sources
-Source0: http://cairographics.org/snapshots/libpixman-%{version}.tar.gz
+Source0: http://cairographics.org/releases/pixman-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -46,21 +46,18 @@
AutoReqProv: no
%description
- Libpixman is the pixel manipulation library of the Cairo project.
+ pixman is the pixel manipulation library of the Cairo project.
It provides pixel region and image compositing APIs.
%track
prog libpixman = {
version = %{version}
- url = http://cairographics.org/snapshots/
- regex = libpixman-(__VER__)\.tar\.gz
+ url = http://cairographics.org/releases/
+ regex = pixman-(__VER__)\.tar\.gz
}
%prep
- %setup -q
- %{l_shtool} subst \
- -e 's;\(# if defined (__OpenBSD__)\);\1 || defined (__FreeBSD__);' \
- src/pixman.h
+ %setup -q -n pixman-%{version}
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]