public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/agg/files/2.5: 03_pkg_config_pic.patch 02_maintainer_mode.patch 04_no_rpath.patch
@ 2009-03-26 14:00 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2009-03-26 14:00 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/03/26 14:00:31

  Added:                03_pkg_config_pic.patch 02_maintainer_mode.patch
                        04_no_rpath.patch
  Log:
  Apply patches from debian. Clean up deps. Move to eapi2. Remove sdl useflag and introduce new gpc useflag.
  (Portage version: 2.2_rc27/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-libs/agg/files/2.5/03_pkg_config_pic.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/files/2.5/03_pkg_config_pic.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/files/2.5/03_pkg_config_pic.patch?rev=1.1&content-type=text/plain

Index: 03_pkg_config_pic.patch
===================================================================

#! /bin/sh /usr/share/dpatch/dpatch-run
## 03_pkg_config_pic.dpatch by  <rene@zero>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad agg-2.3~/libagg.pc.in agg-2.3/libagg.pc.in
--- agg-2.3~/libagg.pc.in	2005-02-18 03:27:48.000000000 +0100
+++ agg-2.3/libagg.pc.in	2006-03-01 18:08:26.906950512 +0100
@@ -6,5 +6,5 @@
 Name: libagg
 Description: Anti Grain Geometry - A High Quality Rendering Engine for C++
 Version: @VERSION@
-Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg
+Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg_pic
 Cflags: -I${includedir}




1.1                  x11-libs/agg/files/2.5/02_maintainer_mode.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/files/2.5/02_maintainer_mode.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/files/2.5/02_maintainer_mode.patch?rev=1.1&content-type=text/plain

Index: 02_maintainer_mode.patch
===================================================================

#! /bin/sh /usr/share/dpatch/dpatch-run
## 02_maintainer_mode.dpatch by  <rodrigo@nul-unu.com>
##
## DP: Use AM_MAINTAINER_MODE, to avoid re-running autotools
## DP: except when explicitely called in debian/rules

@DPATCH@
diff -urNad agg-2.5+dfsg~/configure.in agg-2.5+dfsg/configure.in
--- agg-2.5+dfsg~/configure.in 2007-07-21 19:58:06.966030999 -0500
+++ agg-2.5+dfsg/configure.in  2007-07-21 19:58:33.595695250 -0500
@@ -2,7 +2,7 @@
 AC_CANONICAL_TARGET
 AC_CONFIG_HEADERS(include/config.h)
 AM_INIT_AUTOMAKE(agg, 2.5.0)
-
+AM_MAINTAINER_MODE
 
 dnl Checks for programs.
 AC_PROG_CC




1.1                  x11-libs/agg/files/2.5/04_no_rpath.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/files/2.5/04_no_rpath.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/files/2.5/04_no_rpath.patch?rev=1.1&content-type=text/plain

Index: 04_no_rpath.patch
===================================================================

#! /bin/sh /usr/share/dpatch/dpatch-run
## 04_no_rpath.dpatch by  <rene@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad agg-2.4~/libagg.pc.in agg-2.4/libagg.pc.in
--- agg-2.4~/libagg.pc.in	2006-07-10 11:27:16.000000000 +0200
+++ agg-2.4/libagg.pc.in	2006-07-10 11:28:51.000000000 +0200
@@ -6,5 +6,5 @@
 Name: libagg
 Description: Anti Grain Geometry - A High Quality Rendering Engine for C++
 Version: @VERSION@
-Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg_pic
+Libs: -L${libdir} -lagg_pic
 Cflags: -I${includedir}







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-26 14:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-26 14:00 [gentoo-commits] gentoo-x86 commit in x11-libs/agg/files/2.5: 03_pkg_config_pic.patch 02_maintainer_mode.patch 04_no_rpath.patch Tomas Chvatal (scarabeus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox