Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package:  pixman x11r7
@ 2008-08-26 16:27 laird at uclibc.org
  2008-08-26 19:27 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: laird at uclibc.org @ 2008-08-26 16:27 UTC (permalink / raw)
  To: buildroot

Author: laird
Date: 2008-08-26 09:27:25 -0700 (Tue, 26 Aug 2008)
New Revision: 23210

Log:
Move pixman from package/x11r7/pixman to package/pixman
Means we can now bounce cairo to 1.6.x series.
pixman is not dependant on x libraries what so over so removed
the dependencies section.

Daniel Laird



Added:
   trunk/buildroot/package/pixman/

Removed:
   trunk/buildroot/package/x11r7/pixman/

Modified:
   trunk/buildroot/package/Config.in
   trunk/buildroot/package/pixman/pixman.mk
   trunk/buildroot/package/x11r7/Config.in


Changeset:
Modified: trunk/buildroot/package/Config.in
===================================================================
--- trunk/buildroot/package/Config.in	2008-08-26 15:43:10 UTC (rev 23209)
+++ trunk/buildroot/package/Config.in	2008-08-26 16:27:25 UTC (rev 23210)
@@ -330,6 +330,7 @@
 source "package/libpng/Config.in"
 source "package/libungif/Config.in"
 source "package/lite/Config.in"
+source "package/pixman/Config.in"
 source "package/sdl/Config.in"
 source "package/sdl_image/Config.in"
 source "package/sdl_mixer/Config.in"

Copied: trunk/buildroot/package/pixman (from rev 23208, trunk/buildroot/package/x11r7/pixman)

Modified: trunk/buildroot/package/pixman/pixman.mk
===================================================================
--- trunk/buildroot/package/x11r7/pixman/pixman.mk	2008-08-26 14:52:17 UTC (rev 23208)
+++ trunk/buildroot/package/pixman/pixman.mk	2008-08-26 16:27:25 UTC (rev 23210)
@@ -3,7 +3,6 @@
 # pixman
 #
 ################################################################################
-
 PIXMAN_VERSION = 0.10.0
 PIXMAN_SOURCE = pixman-$(PIXMAN_VERSION).tar.gz
 PIXMAN_SITE = http://cairographics.org/releases/
@@ -12,6 +11,4 @@
 PIXMAN_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install install-data
 PIXMAN_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install install-data
 
-PIXMAN_DEPENDENCIES = xlib_libX11 xlib_libXext xproto_dmxproto
-
-$(eval $(call AUTOTARGETS,package/x11r7,pixman))
+$(eval $(call AUTOTARGETS,package,pixman))

Modified: trunk/buildroot/package/x11r7/Config.in
===================================================================
--- trunk/buildroot/package/x11r7/Config.in	2008-08-26 15:43:10 UTC (rev 23209)
+++ trunk/buildroot/package/x11r7/Config.in	2008-08-26 16:27:25 UTC (rev 23210)
@@ -15,7 +15,6 @@
 	menu "X11R7 Libraries"
 		source package/x11r7/libxcb/Config.in
 		source package/x11r7/mesa3d/Config.in
-		source package/x11r7/pixman/Config.in
 		source package/x11r7/pthread-stubs/Config.in
 		source package/x11r7/xlib_libFS/Config.in
 		source package/x11r7/xlib_libICE/Config.in

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package:  pixman x11r7
  2008-08-26 16:27 [Buildroot] svn commit: trunk/buildroot/package: pixman x11r7 laird at uclibc.org
@ 2008-08-26 19:27 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2008-08-26 19:27 UTC (permalink / raw)
  To: buildroot

>>>>> "laird" == laird  <laird@uclibc.org> writes:

 laird> Author: laird
 laird> Date: 2008-08-26 09:27:25 -0700 (Tue, 26 Aug 2008)
 laird> New Revision: 23210

 laird> Log:
 laird> Move pixman from package/x11r7/pixman to package/pixman
 laird> Means we can now bounce cairo to 1.6.x series.
 laird> pixman is not dependant on x libraries what so over so removed
 laird> the dependencies section.

It could be cool if you styled your commits like:

pixman: move from package/x11r7/ to package/

Pixmand doesn't depend on X libraries, so move it out of x11r7 and
remove the X dependencies.

Then you can see right away what the commit is about in git-shortlog.

 laird>  PIXMAN_VERSION = 0.10.0
 laird>  PIXMAN_SOURCE = pixman-$(PIXMAN_VERSION).tar.gz
 laird>  PIXMAN_SITE = http://cairographics.org/releases/
 laird> @@ -12,6 +11,4 @@
 laird>  PIXMAN_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install install-data
 laird>  PIXMAN_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install install-data
 

I know you didn't change the above 2 lines, but they look fishy. From
a quick look, it seems install-data only installs a subset of install,
so it's redundant. Also install-strip should be used for target to
strip the libs.

I've fixed it in r23211.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-26 19:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-26 16:27 [Buildroot] svn commit: trunk/buildroot/package: pixman x11r7 laird at uclibc.org
2008-08-26 19:27 ` Peter Korsgaard

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