OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Jun-2007 18:22:25
Branch: HEAD Handle: 2007061117222203
Added files:
openpkg-src/audiofile audiofile.patch
openpkg-src/gdk-pixbuf gdk-pixbuf.patch
openpkg-src/gtk gtk.patch
openpkg-src/imlib imlib.patch
Modified files:
openpkg-src/aalib aalib.patch aalib.spec
openpkg-src/audiofile audiofile.spec
openpkg-src/gdk-pixbuf gdk-pixbuf.spec
openpkg-src/glib glib.patch glib.spec
openpkg-src/gtk gtk.spec
openpkg-src/imlib imlib.spec
openpkg-src/orbit orbit.patch orbit.spec
openpkg-src/xdelta xdelta.patch xdelta.spec
Log:
defeat aclocal underquoted definition warning
Summary:
Revision Changes Path
1.4 +14 -0 openpkg-src/aalib/aalib.patch
1.15 +1 -1 openpkg-src/aalib/aalib.spec
1.1 +13 -0 openpkg-src/audiofile/audiofile.patch
1.25 +3 -1 openpkg-src/audiofile/audiofile.spec
1.1 +13 -0 openpkg-src/gdk-pixbuf/gdk-pixbuf.patch
1.36 +3 -1 openpkg-src/gdk-pixbuf/gdk-pixbuf.spec
1.2 +14 -0 openpkg-src/glib/glib.patch
1.39 +1 -1 openpkg-src/glib/glib.spec
1.1 +13 -0 openpkg-src/gtk/gtk.patch
1.40 +3 -1 openpkg-src/gtk/gtk.spec
1.1 +22 -0 openpkg-src/imlib/imlib.patch
1.43 +3 -1 openpkg-src/imlib/imlib.spec
1.2 +26 -0 openpkg-src/orbit/orbit.patch
1.49 +1 -1 openpkg-src/orbit/orbit.spec
1.2 +13 -0 openpkg-src/xdelta/xdelta.patch
1.46 +1 -1 openpkg-src/xdelta/xdelta.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/aalib/aalib.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 aalib.patch
--- openpkg-src/aalib/aalib.patch 3 May 2005 14:33:02 -0000 1.3
+++ openpkg-src/aalib/aalib.patch 11 Jun 2007 16:22:25 -0000 1.4
@@ -144,3 +144,17 @@
LIBS="$LIBS -L$withval/lib -lgpm"
cat >> confdefs.h <<\EOF
#define GPM_MOUSEDRIVER 1
+
+Index: aalib.m4
+--- aalib.m4.orig 2001-04-26 16:37:31 +0200
++++ aalib.m4 2007-06-11 18:05:51 +0200
+@@ -9,7 +9,7 @@
+ dnl AM_PATH_AALIB([MINIMUM-VERSION, [ACTION-IF-FOUND [,
ACTION-IF-NOT-FOUND]]])
+ dnl Test for AALIB, and define AALIB_CFLAGS and AALIB_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_AALIB,
++AC_DEFUN([AM_PATH_AALIB],
+ [dnl
+ dnl Get the cflags and libraries from the aalib-config script
+ dnl
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/aalib/aalib.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 aalib.spec
--- openpkg-src/aalib/aalib.spec 1 Jan 2007 17:36:26 -0000 1.14
+++ openpkg-src/aalib/aalib.spec 11 Jun 2007 16:22:25 -0000 1.15
@@ -37,7 +37,7 @@
Group: Graphics
License: LGPL
Version: %{V_dist}
-Release: 20061013
+Release: 20070611
# list of sources
Source0:
http://switch.dl.sourceforge.net/aa-project/aalib-%{version}.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/audiofile/audiofile.patch
============================================================================
$ cvs diff -u -r0 -r1.1 audiofile.patch
--- /dev/null 2007-06-11 18:22:00 +0200
+++ audiofile.patch 2007-06-11 18:22:24 +0200
@@ -0,0 +1,13 @@
+Index: audiofile.m4
+--- audiofile.m4.orig 2004-03-06 07:39:23 +0100
++++ audiofile.m4 2007-06-11 17:39:30 +0200
+@@ -9,7 +9,7 @@
+ dnl AM_PATH_AUDIOFILE([MINIMUM-VERSION, [ACTION-IF-FOUND [,
ACTION-IF-NOT-FOUND]]])
+ dnl Test for Audio File Library, and define AUDIOFILE_CFLAGS and
AUDIOFILE_LIBS.
+ dnl
+-AC_DEFUN(AM_PATH_AUDIOFILE,
++AC_DEFUN([AM_PATH_AUDIOFILE],
+ [dnl
+ dnl Get compiler flags and libraries from the audiofile-config script.
+ dnl
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/audiofile/audiofile.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 audiofile.spec
--- openpkg-src/audiofile/audiofile.spec 1 Jan 2007 17:36:41 -0000
1.24
+++ openpkg-src/audiofile/audiofile.spec 11 Jun 2007 16:22:23 -0000
1.25
@@ -33,10 +33,11 @@
Group: Audio
License: LGPL
Version: 0.2.6
-Release: 20061013
+Release: 20070611
# list of sources
Source0:
http://www.68k.org/~michael/audiofile/audiofile-%{version}.tar.gz
+Patch0: audiofile.patch
# build information
Prefix: %{l_prefix}
@@ -62,6 +63,7 @@
%prep
%setup -q
+ %patch -p0
chmod a+x install-sh
%build
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gdk-pixbuf/gdk-pixbuf.patch
============================================================================
$ cvs diff -u -r0 -r1.1 gdk-pixbuf.patch
--- /dev/null 2007-06-11 18:22:00 +0200
+++ gdk-pixbuf.patch 2007-06-11 18:22:24 +0200
@@ -0,0 +1,13 @@
+Index: gdk-pixbuf.m4
+--- gdk-pixbuf.m4.orig 2001-02-22 23:57:21 +0100
++++ gdk-pixbuf.m4 2007-06-11 18:09:32 +0200
+@@ -9,7 +9,7 @@
+ dnl AM_PATH_GDK_PIXBUF([MINIMUM-VERSION, [ACTION-IF-FOUND [,
ACTION-IF-NOT-FOUND]]])
+ dnl Test for GDK_PIXBUF, and define GDK_PIXBUF_CFLAGS and GDK_PIXBUF_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_GDK_PIXBUF,
++AC_DEFUN([AM_PATH_GDK_PIXBUF],
+ [dnl
+ dnl Get the cflags and libraries from the gdk-pixbuf-config script
+ dnl
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gdk-pixbuf/gdk-pixbuf.spec
============================================================================
$ cvs diff -u -r1.35 -r1.36 gdk-pixbuf.spec
--- openpkg-src/gdk-pixbuf/gdk-pixbuf.spec 1 Jan 2007 17:38:03 -0000
1.35
+++ openpkg-src/gdk-pixbuf/gdk-pixbuf.spec 11 Jun 2007 16:22:24 -0000
1.36
@@ -37,10 +37,11 @@
Group: XWindow
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20061016
+Release: 20070611
# list of sources
Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/%{V_major}/gdk-pixbuf-%{version}.tar.bz2
+Patch0: gdk-pixbuf.patch
# build information
Prefix: %{l_prefix}
@@ -64,6 +65,7 @@
%prep
%setup -q
+ %patch -p0
%build
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/glib/glib.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 glib.patch
--- openpkg-src/glib/glib.patch 28 Apr 2004 08:29:04 -0000 1.1
+++ openpkg-src/glib/glib.patch 11 Jun 2007 16:22:24 -0000 1.2
@@ -15,3 +15,17 @@
#define G_GNUC_FUNCTION __FUNCTION__
#define G_GNUC_PRETTY_FUNCTION __PRETTY_FUNCTION__
#else /* !__GNUC__ */
+
+Index: glib.m4
+--- glib.m4.orig 1998-12-31 21:58:03 +0100
++++ glib.m4 2007-06-11 17:26:21 +0200
+@@ -5,7 +5,7 @@
+ dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if "gmodule" or
+ dnl gthread is specified in MODULES, pass to glib-config
+ dnl
+-AC_DEFUN(AM_PATH_GLIB,
++AC_DEFUN([AM_PATH_GLIB],
+ [dnl
+ dnl Get the cflags and libraries from the glib-config script
+ dnl
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/glib/glib.spec
============================================================================
$ cvs diff -u -r1.38 -r1.39 glib.spec
--- openpkg-src/glib/glib.spec 1 Jan 2007 17:38:11 -0000 1.38
+++ openpkg-src/glib/glib.spec 11 Jun 2007 16:22:24 -0000 1.39
@@ -37,7 +37,7 @@
Group: Algorithm
License: GPL
Version: %{V_glib_major}.%{V_glib_minor}
-Release: 20061013
+Release: 20070611
# package options
%option with_threads no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gtk/gtk.patch
============================================================================
$ cvs diff -u -r0 -r1.1 gtk.patch
--- /dev/null 2007-06-11 18:22:00 +0200
+++ gtk.patch 2007-06-11 18:22:25 +0200
@@ -0,0 +1,13 @@
+Index: gtk.m4
+--- gtk.m4.orig 1999-02-18 17:43:35 +0100
++++ gtk.m4 2007-06-11 18:02:58 +0200
+@@ -4,7 +4,7 @@
+ dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND
[, MODULES]]]])
+ dnl Test for GTK, and define GTK_CFLAGS and GTK_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_GTK,
++AC_DEFUN([AM_PATH_GTK],
+ [dnl
+ dnl Get the cflags and libraries from the gtk-config script
+ dnl
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gtk/gtk.spec
============================================================================
$ cvs diff -u -r1.39 -r1.40 gtk.spec
--- openpkg-src/gtk/gtk.spec 1 Jan 2007 17:38:26 -0000 1.39
+++ openpkg-src/gtk/gtk.spec 11 Jun 2007 16:22:25 -0000 1.40
@@ -33,10 +33,11 @@
Group: XWindow
License: GPL
Version: 1.2.10
-Release: 20061016
+Release: 20070611
# list of sources
Source0: ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-%{version}.tar.gz
+Patch0: gtk.patch
# build information
Prefix: %{l_prefix}
@@ -60,6 +61,7 @@
%prep
%setup -q -n gtk+-%{version}
+ %patch -p0
%{l_prefix}/bin/config install .
%build
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/imlib/imlib.patch
============================================================================
$ cvs diff -u -r0 -r1.1 imlib.patch
--- /dev/null 2007-06-11 18:22:00 +0200
+++ imlib.patch 2007-06-11 18:22:23 +0200
@@ -0,0 +1,22 @@
+Index: imlib-1.9.15/imlib.m4
+--- imlib-1.9.15/imlib.m4.orig 2004-08-27 18:03:11 +0200
++++ imlib-1.9.15/imlib.m4 2007-06-11 18:07:10 +0200
+@@ -6,7 +6,7 @@
+ dnl AM_PATH_IMLIB([MINIMUM-VERSION, [ACTION-IF-FOUND [,
ACTION-IF-NOT-FOUND]]])
+ dnl Test for IMLIB, and define IMLIB_CFLAGS and IMLIB_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_IMLIB,
++AC_DEFUN([AM_PATH_IMLIB],
+ [dnl
+ dnl Get the cflags and libraries from the imlib-config script
+ dnl
+@@ -164,7 +164,7 @@
+ ])
+
+ # Check for gdk-imlib
+-AC_DEFUN(AM_PATH_GDK_IMLIB,
++AC_DEFUN([AM_PATH_GDK_IMLIB],
+ [dnl
+ dnl Get the cflags and libraries from the imlib-config script
+ dnl
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/imlib/imlib.spec
============================================================================
$ cvs diff -u -r1.42 -r1.43 imlib.spec
--- openpkg-src/imlib/imlib.spec 6 May 2007 14:55:09 -0000 1.42
+++ openpkg-src/imlib/imlib.spec 11 Jun 2007 16:22:23 -0000 1.43
@@ -39,11 +39,12 @@
Group: XWindow
License: GPL
Version: %{V_imlib2_major}.%{V_imlib2_minor}
-Release: 20070506
+Release: 20070611
# list of sources
Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/imlib/%{V_imlib1_major}/imlib-%{V_imlib1_major}.%{V_imlib1_minor}.tar.gz
Source1:
http://switch.dl.sourceforge.net/enlightenment/imlib2-%{V_imlib2_major}.%{V_imlib2_minor}.tar.gz
+Patch0: imlib.patch
# build information
Prefix: %{l_prefix}
@@ -91,6 +92,7 @@
%prep
%setup -q -c
%setup -q -D -T -a 1
+ %patch -p0
%{l_shtool} subst \
-e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
imlib2-%{V_imlib2_major}.%{V_imlib2_minor}/configure \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/orbit/orbit.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 orbit.patch
--- openpkg-src/orbit/orbit.patch 2 Jul 2002 17:39:34 -0000 1.1
+++ openpkg-src/orbit/orbit.patch 11 Jun 2007 16:22:23 -0000 1.2
@@ -12,3 +12,29 @@
#endif
/* Define if you have the `basename' function. */
+
+Index: ORBit.m4
+--- ORBit.m4.orig 2002-06-06 13:07:26 +0200
++++ ORBit.m4 2007-06-11 17:57:33 +0200
+@@ -1,7 +1,7 @@
+ dnl AM_PATH_ORBIT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND
[, MODULES]]]])
+ dnl Test for ORBit, and define ORBIT_CFLAGS and ORBIT_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_ORBIT,
++AC_DEFUN([AM_PATH_ORBIT],
+ [dnl
+ dnl Get the cflags and libraries from the orbit-config script
+ dnl
+Index: libIDL.m4.in
+--- libIDL/libIDL.m4.in.orig 2002-06-06 13:07:29 +0200
++++ libIDL/libIDL.m4.in 2007-06-11 17:59:38 +0200
+@@ -3,7 +3,7 @@
+ dnl AM_PATH_LIBIDL([MINIMUM-VERSION, [ACTION-IF-FOUND [,
ACTION-IF-NOT-FOUND [, MODULES]]]])
+ dnl Test for LIBIDL, and define LIBIDL_CFLAGS and LIBIDL_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_LIBIDL,
++AC_DEFUN([AM_PATH_LIBIDL],
+ [dnl
+ dnl Get the cflags and libraries from the libIDL-config script
+ dnl
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/orbit/orbit.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 orbit.spec
--- openpkg-src/orbit/orbit.spec 1 Jan 2007 17:40:30 -0000 1.48
+++ openpkg-src/orbit/orbit.spec 11 Jun 2007 16:22:23 -0000 1.49
@@ -33,7 +33,7 @@
Group: RPC
License: GPL
Version: 0.5.17
-Release: 20061013
+Release: 20070611
# list of sources
Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/ORBit/0.5/ORBit-%{version}.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xdelta/xdelta.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 xdelta.patch
--- openpkg-src/xdelta/xdelta.patch 23 Sep 2005 12:45:12 -0000 1.1
+++ openpkg-src/xdelta/xdelta.patch 11 Jun 2007 16:22:22 -0000 1.2
@@ -10,3 +10,16 @@
#define XD_PAGE_SIZE (1<<20)
+Index: xdelta.m4
+--- xdelta.m4.orig 2001-06-12 05:16:37 +0200
++++ xdelta.m4 2007-06-11 17:54:00 +0200
+@@ -4,7 +4,7 @@
+ dnl AM_PATH_XDELTA([MINIMUM-VERSION, [ACTION-IF-FOUND [,
ACTION-IF-NOT-FOUND [, MODULES]]]])
+ dnl Test for XDELTA, and define XDELTA_CFLAGS and XDELTA_LIBS, if "gmodule"
or
+ dnl
+-AC_DEFUN(AM_PATH_XDELTA,
++AC_DEFUN([AM_PATH_XDELTA],
+ [dnl
+ dnl Get the cflags and libraries from the xdelta-config script
+ dnl
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xdelta/xdelta.spec
============================================================================
$ cvs diff -u -r1.45 -r1.46 xdelta.spec
--- openpkg-src/xdelta/xdelta.spec 1 Jan 2007 17:42:57 -0000 1.45
+++ openpkg-src/xdelta/xdelta.spec 11 Jun 2007 16:22:22 -0000 1.46
@@ -37,7 +37,7 @@
Group: Patching
License: GPL
Version: %{V_v1}
-Release: 20061013
+Release: 20070611
# package options
%option with_v3 no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]