Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
194f856d
Commit
194f856d
authored
15 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
update urls.
non-universal build on ppc laptop
parent
f2aa1a04
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gtk/build_config.2.14.7.sh
+13
-4
13 additions, 4 deletions
gtk/build_config.2.14.7.sh
with
13 additions
and
4 deletions
gtk/build_config.2.14.7.sh
+
13
−
4
View file @
194f856d
...
...
@@ -2,7 +2,7 @@
####################
# User Configuration
PREFIX
=
/usr/local/gtk+-2.1
0.universal
PREFIX
=
/usr/local/gtk+-2.1
4.ppc
LEAVE_PREVIOUS_BUILD
=
"yes"
CLEAN_BUILD_DIR
=
"no"
...
...
@@ -74,7 +74,7 @@ BUILD_LIST_OF_PACKAGES="m4 autoconf automake"
# everything else
BUILD_LIST_OF_PACKAGES
=
"sed3 sed4 m4 autoconf automake pkg_config expat
\
libtool libpng libjpeg libtiff gettext
\
glib atk freetype fontconfig cairo
\
glib atk freetype fontconfig
pixman
cairo
\
pango gtk gnome_common foocanvas
\
aceconn gd g2 popt"
...
...
@@ -165,6 +165,7 @@ fi
# Follow the link to download file and copy link location of the "direct link"
PACKAGE_expat_URL
=
http://belnet.dl.sourceforge.net/sourceforge/expat
PACKAGE_expat_URL
=
http://mesh.dl.sourceforge.net/sourceforge/expat
PACKAGE_expat_URL
=
http://kent.dl.sourceforge.net/sourceforge/expat
PACKAGE_expat_NAME
=
"expat"
PACKAGE_expat_VERSION
=
2.0.1
PACKAGE_expat_EXT
=
tar.gz
...
...
@@ -193,6 +194,7 @@ PACKAGE_gnome_common_CONFIGURE_OPTS=
# freetype
PACKAGE_freetype_URL
=
http://download.savannah.gnu.org/releases/freetype/
PACKAGE_freetype_URL
=
http://www.very-clever.com/download/nongnu/freetype/
PACKAGE_freetype_NAME
=
"freetype"
PACKAGE_freetype_VERSION
=
2.3.9
PACKAGE_freetype_EXT
=
tar.gz
...
...
@@ -246,7 +248,7 @@ PACKAGE_glib_EXT=tar.gz
PACKAGE_glib_CONFIGURE_OPTS
=
# libatk
PACKAGE_atk_URL
=
ftp://ftp.gnome.org/pub/sources/atk/1.24
PACKAGE_atk_URL
=
ftp://ftp.gnome.org/pub/
gnome/
sources/atk/1.24
PACKAGE_atk_NAME
=
atk
PACKAGE_atk_VERSION
=
1.24.0
PACKAGE_atk_EXT
=
tar.bz2
...
...
@@ -288,6 +290,13 @@ PACKAGE_libtiff_VERSION=3.8.2
PACKAGE_libtiff_EXT
=
tar.gz
PACKAGE_libtiff_CONFIGURE_OPTS
=
# pixman - cairo needs this
PACKAGE_pixman_URL
=
http://cairographics.org/releases/
PACKAGE_pixman_NAME
=
pixman
PACKAGE_pixman_VERSION
=
0.15.16
PACKAGE_pixman_EXT
=
tar.gz
PACKAGE_pixman_CONFIGURE_OPTS
=
# cairo
PACKAGE_cairo_URL
=
http://cairographics.org/releases
PACKAGE_cairo_NAME
=
cairo
...
...
@@ -324,7 +333,7 @@ PACKAGE_gtk_URL=ftp://ftp.gnome.org/pub/gnome/sources/gtk+/2.14
PACKAGE_gtk_NAME
=
"gtk+"
PACKAGE_gtk_VERSION
=
2.14.7
PACKAGE_gtk_EXT
=
tar.bz2
PACKAGE_gtk_CONFIGURE_OPTS
=
PACKAGE_gtk_CONFIGURE_OPTS
=
--without-libjasper
if
[
"x
$UNIVERSAL_BUILD
"
==
"xyes"
]
;
then
PACKAGE_gtk_CONFIGURE_OPTS
=
"--x-includes=
$SDK
/usr/X11R6/includes --x-libraries=
$SDK
/usr/X11R6/lib"
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment