Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/atk
@ 2007-11-29 13:02 ulf at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: ulf at uclibc.org @ 2007-11-29 13:02 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-11-29 05:02:58 -0800 (Thu, 29 Nov 2007)
New Revision: 20585

Log:
Make atk depend on packets, instead of selecting them

Modified:
   trunk/buildroot/package/atk/Config.in


Changeset:
Modified: trunk/buildroot/package/atk/Config.in
===================================================================
--- trunk/buildroot/package/atk/Config.in	2007-11-29 13:02:38 UTC (rev 20584)
+++ trunk/buildroot/package/atk/Config.in	2007-11-29 13:02:58 UTC (rev 20585)
@@ -1,6 +1,9 @@
 config BR2_PACKAGE_ATK
 	bool "atk"
 	default n
-	select BR2_PACKAGE_LIBGLIB2
+	depends BR2_PACKAGE_LIBGLIB2
 	help
 	  The ATK accessibility toolkit, needed to build GTK+-2.x.
+
+comment "atk		- disabled (requires libglib2)"
+	depends !BR2_PACKAGE_LIBGLIB2

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

* [Buildroot] svn commit: trunk/buildroot/package/atk
@ 2008-03-06 17:54 ninevoltz at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: ninevoltz at uclibc.org @ 2008-03-06 17:54 UTC (permalink / raw)
  To: buildroot

Author: ninevoltz
Date: 2008-03-06 09:54:01 -0800 (Thu, 06 Mar 2008)
New Revision: 21178

Log:
updated makefile for atk

Added:
   trunk/buildroot/package/atk/atk-1.9.1-libdir-la.patch

Removed:
   trunk/buildroot/package/atk/libdir-la.patch

Modified:
   trunk/buildroot/package/atk/Config.in
   trunk/buildroot/package/atk/atk.mk


Changeset:
Modified: trunk/buildroot/package/atk/Config.in
===================================================================
--- trunk/buildroot/package/atk/Config.in	2008-03-06 17:53:35 UTC (rev 21177)
+++ trunk/buildroot/package/atk/Config.in	2008-03-06 17:54:01 UTC (rev 21178)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_ATK
 	bool "atk"
+	select BR2_PACKAGE_PKGCONFIG
 	default n
 	depends BR2_PACKAGE_LIBGLIB2
 	help

Added: trunk/buildroot/package/atk/atk-1.9.1-libdir-la.patch
===================================================================
--- trunk/buildroot/package/atk/atk-1.9.1-libdir-la.patch	                        (rev 0)
+++ trunk/buildroot/package/atk/atk-1.9.1-libdir-la.patch	2008-03-06 17:54:01 UTC (rev 21178)
@@ -0,0 +1,77 @@
+--- atk-1.9.1/ltmain.sh.orig	2004-11-23 09:19:19.000000000 -0700
++++ atk-1.9.1/ltmain.sh	2007-01-13 14:36:53.000000000 -0700
+@@ -231,8 +231,9 @@
+ 	# line option must be used.
+ 	if test -z "$tagname"; then
+ 	  $echo "$modename: unable to infer tagged configuration"
+-	  $echo "$modename: specify a tag with \`--tag'" 1>&2
+-	  exit $EXIT_FAILURE
++	  $echo "$modename: defaulting to \`CC'"
++	  $echo "$modename: if this is not correct, specify a tag with \`--tag'"
++#	  exit $EXIT_FAILURE
+ #        else
+ #          $echo "$modename: using $tagname tagged configuration"
+ 	fi
+@@ -2279,8 +2280,14 @@
+ 	    absdir="$abs_ladir"
+ 	    libdir="$abs_ladir"
+ 	  else
+-	    dir="$libdir"
+-	    absdir="$libdir"
++            # Adding 'libdir' from the .la file to our library search paths
++            # breaks crosscompilation horribly.  We cheat here and don't add
++            # it, instead adding the path where we found the .la.  -CL
++	    dir="$abs_ladir"
++	    absdir="$abs_ladir"
++	    libdir="$abs_ladir"
++	    #dir="$libdir"
++	    #absdir="$libdir"
+ 	  fi
+ 	else
+ 	  if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
+@@ -2754,6 +2761,16 @@
+ 		esac
+ 		if grep "^installed=no" $deplib > /dev/null; then
+ 		  path="$absdir/$objdir"
++#		This interferes with crosscompilation. -CL
++#		else
++#		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
++#		  if test -z "$libdir"; then
++#		    $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
++#		    exit 1
++#		  fi
++#		  if test "$absdir" != "$libdir"; then
++#		    $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2
++#		  fi
+ 		else
+ 		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
+ 		  if test -z "$libdir"; then
+@@ -5141,6 +5158,10 @@
+ 	    # Replace all uninstalled libtool libraries with the installed ones
+ 	    newdependency_libs=
+ 	    for deplib in $dependency_libs; do
++              # Replacing uninstalled with installed can easily break crosscompilation,
++              # since the installed path is generally the wrong architecture.  -CL
++              newdependency_libs="$newdependency_libs $deplib"
++              continue
+ 	      case $deplib in
+ 	      *.la)
+ 		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
+@@ -5459,10 +5480,13 @@
+ 	  # At present, this check doesn't affect windows .dll's that
+ 	  # are installed into $libdir/../bin (currently, that works fine)
+ 	  # but it's something to keep an eye on.
+-	  if test "$inst_prefix_dir" = "$destdir"; then
+-	    $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
+-	    exit $EXIT_FAILURE
+-	  fi
++	  #
++	  # This breaks install into our staging area.  -PB
++	  # 
++	  # if test "$inst_prefix_dir" = "$destdir"; then
++	  #   $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
++	  #   exit $EXIT_FAILURE
++	  # fi
+ 
+ 	  if test -n "$inst_prefix_dir"; then
+ 	    # Stick the inst_prefix_dir data into the link command.

Modified: trunk/buildroot/package/atk/atk.mk
===================================================================
--- trunk/buildroot/package/atk/atk.mk	2008-03-06 17:53:35 UTC (rev 21177)
+++ trunk/buildroot/package/atk/atk.mk	2008-03-06 17:54:01 UTC (rev 21178)
@@ -3,143 +3,59 @@
 # atk
 #
 #############################################################
-ATK_VERSION:=1.9.1
-ATK_SOURCE:=atk-$(ATK_VERSION).tar.bz2
-ATK_SITE:=ftp://ftp.gtk.org/pub/gtk/v2.10/dependencies
-ATK_CAT:=$(BZCAT)
-ATK_DIR:=$(BUILD_DIR)/atk-$(ATK_VERSION)
-ATK_BINARY:=libatk-1.0.a
+ATK_VERSION = 1.9.1
+ATK_SOURCE = atk-$(ATK_VERSION).tar.bz2
+ATK_SITE = ftp://ftp.gtk.org/pub/gtk/v2.10/dependencies
+ATK_AUTORECONF = NO
+ATK_INSTALL_STAGING = YES
+ATK_INSTALL_TARGET = YES
+ATK_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install 
 
-$(DL_DIR)/$(ATK_SOURCE):
-	 $(WGET) -P $(DL_DIR) $(ATK_SITE)/$(ATK_SOURCE)
+ATK_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes \
+		glib_cv_stack_grows=no glib_cv_uscore=no \
+		ac_cv_func_strtod=yes ac_fsusage_space=yes \
+		fu_cv_sys_stat_statfs2_bsize=yes ac_cv_func_closedir_void=no \
+		ac_cv_func_getloadavg=no ac_cv_lib_util_getloadavg=no \
+		ac_cv_lib_getloadavg_getloadavg=no ac_cv_func_getgroups=yes \
+		ac_cv_func_getgroups_works=yes ac_cv_func_chown_works=yes \
+		ac_cv_have_decl_euidaccess=no ac_cv_func_euidaccess=no \
+		ac_cv_have_decl_strnlen=yes ac_cv_func_strnlen_working=yes \
+		ac_cv_func_lstat_dereferences_slashed_symlink=yes ac_cv_func_lstat_empty_string_bug=no \
+		ac_cv_func_stat_empty_string_bug=no vb_cv_func_rename_trailing_slash_bug=no \
+		ac_cv_have_decl_nanosleep=yes jm_cv_func_nanosleep_works=yes \
+		gl_cv_func_working_utimes=yes ac_cv_func_utime_null=yes \
+		ac_cv_have_decl_strerror_r=yes ac_cv_func_strerror_r_char_p=no \
+		jm_cv_func_svid_putenv=yes ac_cv_func_getcwd_null=yes \
+		ac_cv_func_getdelim=yes ac_cv_func_mkstemp=yes \
+		utils_cv_func_mkstemp_limitations=no utils_cv_func_mkdir_trailing_slash_bug=no \
+		ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes \
+		gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes \
+		ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes \
+		jm_cv_func_gettimeofday_clobber=no gl_cv_func_working_readdir=yes \
+		jm_ac_cv_func_link_follows_symlink=no utils_cv_localtime_cache=no \
+		ac_cv_struct_st_mtim_nsec=no gl_cv_func_tzset_clobber=no \
+		gl_cv_func_getcwd_null=yes gl_cv_func_getcwd_path_max=yes \
+		ac_cv_func_fnmatch_gnu=yes am_getline_needs_run_time_check=no \
+		am_cv_func_working_getline=yes gl_cv_func_mkdir_trailing_slash_bug=no \
+		gl_cv_func_mkstemp_limitations=no ac_cv_func_working_mktime=yes \
+		jm_cv_func_working_re_compile_pattern=yes ac_use_included_regex=no \
+		gl_cv_c_restrict=no ac_cv_path_GLIB_GENMARSHAL=/usr/bin/glib-genmarshal \
+		ac_cv_prog_F77=no ac_cv_prog_CXX=no 
 
-atk-source: $(DL_DIR)/$(ATK_SOURCE)
-
-$(ATK_DIR)/.unpacked: $(DL_DIR)/$(ATK_SOURCE)
-	$(ATK_CAT) $(DL_DIR)/$(ATK_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
-	toolchain/patch-kernel.sh $(ATK_DIR) package/atk/ \*.patch*
-	$(CONFIG_UPDATE) $(ATK_DIR)
-	touch $(ATK_DIR)/.unpacked
-
-$(ATK_DIR)/.configured: $(ATK_DIR)/.unpacked
-	(cd $(ATK_DIR); rm -rf config.cache; \
-		$(TARGET_CONFIGURE_OPTS) \
-		$(TARGET_CONFIGURE_ARGS) \
-		ac_cv_func_posix_getpwuid_r=yes \
-		glib_cv_stack_grows=no \
-		glib_cv_uscore=no \
-		ac_cv_func_strtod=yes \
-		ac_fsusage_space=yes \
-		fu_cv_sys_stat_statfs2_bsize=yes \
-		ac_cv_func_closedir_void=no \
-		ac_cv_func_getloadavg=no \
-		ac_cv_lib_util_getloadavg=no \
-		ac_cv_lib_getloadavg_getloadavg=no \
-		ac_cv_func_getgroups=yes \
-		ac_cv_func_getgroups_works=yes \
-		ac_cv_func_chown_works=yes \
-		ac_cv_have_decl_euidaccess=no \
-		ac_cv_func_euidaccess=no \
-		ac_cv_have_decl_strnlen=yes \
-		ac_cv_func_strnlen_working=yes \
-		ac_cv_func_lstat_dereferences_slashed_symlink=yes \
-		ac_cv_func_lstat_empty_string_bug=no \
-		ac_cv_func_stat_empty_string_bug=no \
-		vb_cv_func_rename_trailing_slash_bug=no \
-		ac_cv_have_decl_nanosleep=yes \
-		jm_cv_func_nanosleep_works=yes \
-		gl_cv_func_working_utimes=yes \
-		ac_cv_func_utime_null=yes \
-		ac_cv_have_decl_strerror_r=yes \
-		ac_cv_func_strerror_r_char_p=no \
-		jm_cv_func_svid_putenv=yes \
-		ac_cv_func_getcwd_null=yes \
-		ac_cv_func_getdelim=yes \
-		ac_cv_func_mkstemp=yes \
-		utils_cv_func_mkstemp_limitations=no \
-		utils_cv_func_mkdir_trailing_slash_bug=no \
-		ac_cv_func_memcmp_working=yes \
-		ac_cv_have_decl_malloc=yes \
-		gl_cv_func_malloc_0_nonnull=yes \
-		ac_cv_func_malloc_0_nonnull=yes \
-		ac_cv_func_calloc_0_nonnull=yes \
-		ac_cv_func_realloc_0_nonnull=yes \
-		jm_cv_func_gettimeofday_clobber=no \
-		gl_cv_func_working_readdir=yes \
-		jm_ac_cv_func_link_follows_symlink=no \
-		utils_cv_localtime_cache=no \
-		ac_cv_struct_st_mtim_nsec=no \
-		gl_cv_func_tzset_clobber=no \
-		gl_cv_func_getcwd_null=yes \
-		gl_cv_func_getcwd_path_max=yes \
-		ac_cv_func_fnmatch_gnu=yes \
-		am_getline_needs_run_time_check=no \
-		am_cv_func_working_getline=yes \
-		gl_cv_func_mkdir_trailing_slash_bug=no \
-		gl_cv_func_mkstemp_limitations=no \
-		ac_cv_func_working_mktime=yes \
-		jm_cv_func_working_re_compile_pattern=yes \
-		ac_use_included_regex=no \
-		gl_cv_c_restrict=no \
-		ac_cv_path_GLIB_GENMARSHAL=/usr/bin/glib-genmarshal \
-		ac_cv_prog_F77=no \
-		ac_cv_prog_CXX=no \
-		./configure \
-		--target=$(GNU_TARGET_NAME) \
-		--host=$(REAL_GNU_TARGET_NAME) \
-		--build=$(GNU_HOST_NAME) \
-		--prefix=/usr \
-		--exec-prefix=/usr \
-		--bindir=/usr/bin \
-		--sbindir=/usr/sbin \
-		--libdir=/lib \
-		--libexecdir=/usr/lib \
-		--sysconfdir=/etc \
-		--datadir=/usr/share \
-		--localstatedir=/var \
-		--includedir=/include \
-		--mandir=/usr/man \
-		--infodir=/usr/info \
-		--enable-shared \
-		--enable-static \
-		--with-x \
+ATK_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(REAL_GNU_TARGET_NAME) \
+		--build=$(GNU_HOST_NAME) --prefix=/usr \
+		--exec-prefix=/usr --bindir=/usr/bin \
+		--sbindir=/usr/sbin --libdir=/usr/lib \
+		--libexecdir=/usr/lib --sysconfdir=/etc \
+		--datadir=/usr/share --localstatedir=/var \
+		--includedir=/usr/include --mandir=/usr/man \
+		--infodir=/usr/info --enable-shared \
+		--enable-static --with-x \
 		--x-includes=$(STAGING_DIR)/usr/include/X11 \
 		--x-libraries=$(STAGING_DIR)/usr/lib \
-		--disable-glibtest \
-		--enable-explicit-deps=no \
-		--disable-debug \
-	)
-	touch $(ATK_DIR)/.configured
+		--disable-glibtest --enable-explicit-deps=no \
+		--disable-debug 
 
-$(ATK_DIR)/atk/.libs/$(ATK_BINARY): $(ATK_DIR)/.configured
-	$(MAKE) CC=$(TARGET_CC) -C $(ATK_DIR)
-	touch -c $(ATK_DIR)/atk/.libs/$(ATK_BINARY)
+ATK_DEPENDENCIES = libglib2 pkgconfig
 
-$(STAGING_DIR)/lib/$(ATK_BINARY): $(ATK_DIR)/atk/.libs/$(ATK_BINARY)
-	$(MAKE) DESTDIR=$(STAGING_DIR) -C $(ATK_DIR) install
-	$(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/lib\',g" $(STAGING_DIR)/lib/libatk-1.0.la
-	touch -c $(STAGING_DIR)/lib/$(ATK_BINARY)
-
-$(TARGET_DIR)/lib/libatk-1.0.so.0: $(STAGING_DIR)/lib/$(ATK_BINARY)
-	cp -a $(STAGING_DIR)/lib/libatk-1.0.so $(TARGET_DIR)/lib/
-	cp -a $(STAGING_DIR)/lib/libatk-1.0.so.0* $(TARGET_DIR)/lib/
-	$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/lib/libatk-1.0.so.0.*
-	touch -c $(TARGET_DIR)/lib/libatk-1.0.so.0
-
-atk: libglib2 pkgconfig $(TARGET_DIR)/lib/libatk-1.0.so.0
-
-atk-clean:
-	rm -f $(TARGET_DIR)/lib/$(ATK_BINARY)
-	-$(MAKE) -C $(ATK_DIR) clean
-
-atk-dirclean:
-	rm -rf $(ATK_DIR)
-
-#############################################################
-#
-# Toplevel Makefile options
-#
-#############################################################
-ifeq ($(strip $(BR2_PACKAGE_ATK)),y)
-TARGETS+=atk
-endif
+$(eval $(call AUTOTARGETS,package,atk))

Deleted: trunk/buildroot/package/atk/libdir-la.patch
===================================================================
--- trunk/buildroot/package/atk/libdir-la.patch	2008-03-06 17:53:35 UTC (rev 21177)
+++ trunk/buildroot/package/atk/libdir-la.patch	2008-03-06 17:54:01 UTC (rev 21178)
@@ -1,77 +0,0 @@
---- atk-1.9.1/ltmain.sh.orig	2004-11-23 09:19:19.000000000 -0700
-+++ atk-1.9.1/ltmain.sh	2007-01-13 14:36:53.000000000 -0700
-@@ -231,8 +231,9 @@
- 	# line option must be used.
- 	if test -z "$tagname"; then
- 	  $echo "$modename: unable to infer tagged configuration"
--	  $echo "$modename: specify a tag with \`--tag'" 1>&2
--	  exit $EXIT_FAILURE
-+	  $echo "$modename: defaulting to \`CC'"
-+	  $echo "$modename: if this is not correct, specify a tag with \`--tag'"
-+#	  exit $EXIT_FAILURE
- #        else
- #          $echo "$modename: using $tagname tagged configuration"
- 	fi
-@@ -2279,8 +2280,14 @@
- 	    absdir="$abs_ladir"
- 	    libdir="$abs_ladir"
- 	  else
--	    dir="$libdir"
--	    absdir="$libdir"
-+            # Adding 'libdir' from the .la file to our library search paths
-+            # breaks crosscompilation horribly.  We cheat here and don't add
-+            # it, instead adding the path where we found the .la.  -CL
-+	    dir="$abs_ladir"
-+	    absdir="$abs_ladir"
-+	    libdir="$abs_ladir"
-+	    #dir="$libdir"
-+	    #absdir="$libdir"
- 	  fi
- 	else
- 	  if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
-@@ -2754,6 +2761,16 @@
- 		esac
- 		if grep "^installed=no" $deplib > /dev/null; then
- 		  path="$absdir/$objdir"
-+#		This interferes with crosscompilation. -CL
-+#		else
-+#		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
-+#		  if test -z "$libdir"; then
-+#		    $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
-+#		    exit 1
-+#		  fi
-+#		  if test "$absdir" != "$libdir"; then
-+#		    $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2
-+#		  fi
- 		else
- 		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
- 		  if test -z "$libdir"; then
-@@ -5141,6 +5158,10 @@
- 	    # Replace all uninstalled libtool libraries with the installed ones
- 	    newdependency_libs=
- 	    for deplib in $dependency_libs; do
-+              # Replacing uninstalled with installed can easily break crosscompilation,
-+              # since the installed path is generally the wrong architecture.  -CL
-+              newdependency_libs="$newdependency_libs $deplib"
-+              continue
- 	      case $deplib in
- 	      *.la)
- 		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
-@@ -5459,10 +5480,13 @@
- 	  # At present, this check doesn't affect windows .dll's that
- 	  # are installed into $libdir/../bin (currently, that works fine)
- 	  # but it's something to keep an eye on.
--	  if test "$inst_prefix_dir" = "$destdir"; then
--	    $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
--	    exit $EXIT_FAILURE
--	  fi
-+	  #
-+	  # This breaks install into our staging area.  -PB
-+	  # 
-+	  # if test "$inst_prefix_dir" = "$destdir"; then
-+	  #   $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
-+	  #   exit $EXIT_FAILURE
-+	  # fi
- 
- 	  if test -n "$inst_prefix_dir"; then
- 	    # Stick the inst_prefix_dir data into the link command.

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

* [Buildroot] svn commit: trunk/buildroot/package/atk
@ 2008-07-04  2:23 correa at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: correa at uclibc.org @ 2008-07-04  2:23 UTC (permalink / raw)
  To: buildroot

Author: correa
Date: 2008-07-03 19:23:19 -0700 (Thu, 03 Jul 2008)
New Revision: 22621

Log:
Fix bug #3594: ATK does not always require X support to be compiled

Modified:
   trunk/buildroot/package/atk/atk.mk


Changeset:
Modified: trunk/buildroot/package/atk/atk.mk
===================================================================
--- trunk/buildroot/package/atk/atk.mk	2008-07-04 02:12:21 UTC (rev 22620)
+++ trunk/buildroot/package/atk/atk.mk	2008-07-04 02:23:19 UTC (rev 22621)
@@ -42,6 +42,14 @@
 		gl_cv_c_restrict=no ac_cv_path_GLIB_GENMARSHAL=/usr/bin/glib-genmarshal \
 		ac_cv_prog_F77=no ac_cv_prog_CXX=no 
 
+ifneq ($(BR2_PACKAGE_XSERVER_none),y)
+ATK_CONF_OPT_X = --with-x \
+		--x-includes=$(STAGING_DIR)/usr/include/X11 \
+		--x-libraries=$(STAGING_DIR)/usr/lib
+else
+ATK_CONF_OPT_X = --without-x
+endif
+
 ATK_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(REAL_GNU_TARGET_NAME) \
 		--build=$(GNU_HOST_NAME) --prefix=/usr \
 		--exec-prefix=/usr --bindir=/usr/bin \
@@ -50,9 +58,7 @@
 		--datadir=/usr/share --localstatedir=/var \
 		--includedir=/usr/include --mandir=/usr/man \
 		--infodir=/usr/info --enable-shared \
-		--enable-static --with-x \
-		--x-includes=$(STAGING_DIR)/usr/include/X11 \
-		--x-libraries=$(STAGING_DIR)/usr/lib \
+		--enable-static $(ATK_CONF_OPT_X) \
 		--disable-glibtest --enable-explicit-deps=no \
 		--disable-debug 
 

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

* [Buildroot] svn commit: trunk/buildroot/package/atk
@ 2008-08-26 22:37 jacmet at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: jacmet at uclibc.org @ 2008-08-26 22:37 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-08-26 15:37:20 -0700 (Tue, 26 Aug 2008)
New Revision: 23226

Log:
atk: select libglib2

Modified:
   trunk/buildroot/package/atk/Config.in


Changeset:
Modified: trunk/buildroot/package/atk/Config.in
===================================================================
--- trunk/buildroot/package/atk/Config.in	2008-08-26 21:05:10 UTC (rev 23225)
+++ trunk/buildroot/package/atk/Config.in	2008-08-26 22:37:20 UTC (rev 23226)
@@ -1,9 +1,6 @@
 config BR2_PACKAGE_ATK
 	bool "atk"
 	select BR2_PACKAGE_PKGCONFIG
-	depends on BR2_PACKAGE_LIBGLIB2
+	select BR2_PACKAGE_LIBGLIB2
 	help
 	  The ATK accessibility toolkit, needed to build GTK+-2.x.
-
-comment "atk		- disabled (requires libglib2)"
-	depends on !BR2_PACKAGE_LIBGLIB2

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

* [Buildroot] svn commit: trunk/buildroot/package/atk
@ 2008-08-26 22:37 jacmet at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: jacmet at uclibc.org @ 2008-08-26 22:37 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-08-26 15:37:23 -0700 (Tue, 26 Aug 2008)
New Revision: 23227

Log:
atk: remove redundant configure args

Modified:
   trunk/buildroot/package/atk/atk.mk


Changeset:
Modified: trunk/buildroot/package/atk/atk.mk
===================================================================
--- trunk/buildroot/package/atk/atk.mk	2008-08-26 22:37:20 UTC (rev 23226)
+++ trunk/buildroot/package/atk/atk.mk	2008-08-26 22:37:23 UTC (rev 23227)
@@ -50,14 +50,7 @@
 ATK_CONF_OPT_X = --without-x
 endif
 
-ATK_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(REAL_GNU_TARGET_NAME) \
-		--build=$(GNU_HOST_NAME) --prefix=/usr \
-		--exec-prefix=/usr --bindir=/usr/bin \
-		--sbindir=/usr/sbin --libdir=/usr/lib \
-		--libexecdir=/usr/lib --sysconfdir=/etc \
-		--datadir=/usr/share --localstatedir=/var \
-		--includedir=/usr/include --mandir=/usr/man \
-		--infodir=/usr/info --enable-shared \
+ATK_CONF_OPT =  --enable-shared \
 		--enable-static $(ATK_CONF_OPT_X) \
 		--disable-glibtest --enable-explicit-deps=no \
 		--disable-debug

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

* [Buildroot] svn commit: trunk/buildroot/package/atk
@ 2008-10-21 12:24 laird at uclibc.org
  0 siblings, 0 replies; 6+ messages in thread
From: laird at uclibc.org @ 2008-10-21 12:24 UTC (permalink / raw)
  To: buildroot

Author: laird
Date: 2008-10-21 05:24:12 -0700 (Tue, 21 Oct 2008)
New Revision: 23751

Log:
package/atk/atk.mk: Bounce version 

Bounce version to 1.22.0

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>



Modified:
   trunk/buildroot/package/atk/atk.mk


Changeset:
Modified: trunk/buildroot/package/atk/atk.mk
===================================================================
--- trunk/buildroot/package/atk/atk.mk	2008-10-21 08:56:26 UTC (rev 23750)
+++ trunk/buildroot/package/atk/atk.mk	2008-10-21 12:24:12 UTC (rev 23751)
@@ -3,10 +3,9 @@
 # atk
 #
 #############################################################
-ATK_VERSION = 1.9.1
+ATK_VERSION = 1.22.0
 ATK_SOURCE = atk-$(ATK_VERSION).tar.bz2
-ATK_SITE = ftp://ftp.gtk.org/pub/gtk/v2.10/dependencies
-ATK_AUTORECONF = NO
+ATK_SITE = http://ftp.gnome.org/pub/gnome/sources/atk/1.22/
 ATK_INSTALL_STAGING = YES
 ATK_INSTALL_TARGET = YES
 ATK_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install
@@ -45,7 +44,7 @@
 ifneq ($(BR2_PACKAGE_XSERVER_none),y)
 ATK_CONF_OPT_X = --with-x \
 		--x-includes=$(STAGING_DIR)/usr/include/X11 \
-		--x-libraries=$(STAGING_DIR)/usr/lib
+		--x-libraries=$(STAGING_DIR)/usr/lib --disable-glibtest
 else
 ATK_CONF_OPT_X = --without-x
 endif

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

end of thread, other threads:[~2008-10-21 12:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-21 12:24 [Buildroot] svn commit: trunk/buildroot/package/atk laird at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2008-08-26 22:37 jacmet at uclibc.org
2008-08-26 22:37 jacmet at uclibc.org
2008-07-04  2:23 correa at uclibc.org
2008-03-06 17:54 ninevoltz at uclibc.org
2007-11-29 13:02 ulf at uclibc.org

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