summaryrefslogtreecommitdiff
path: root/packages/graphics/gdk-pixbuf/gdk-pixbuf.mk
blob: 7f12299bbc1c325632482a92ab5b6e3205dbb121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
################################################################################
# Embtoolkit
# Copyright(C) 2011 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
################################################################################
#
# \file         gdkpixbuf.mk
# \brief	gdkpixbuf.mk of Embtoolkit
# \author       Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date         July 2011
################################################################################

GDKPIXBUF_NAME		:= gdkpixbuf
GDKPIXBUF_MAJOR_VERSION	:= $(call embtk_get_pkgversion,gdkpixbuf_major)
GDKPIXBUF_VERSION	:= $(call embtk_get_pkgversion,gdkpixbuf)
GDKPIXBUF_SITE		:= http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/$(GDKPIXBUF_MAJOR_VERSION)
GDKPIXBUF_SITE_MIRROR3	:= ftp://ftp.embtoolkit.org/embtoolkit.org/packages-mirror
GDKPIXBUF_PACKAGE	:= gdk-pixbuf-$(GDKPIXBUF_VERSION).tar.bz2
GDKPIXBUF_SRC_DIR	:= $(embtk_pkgb)/gdk-pixbuf-$(GDKPIXBUF_VERSION)
GDKPIXBUF_BUILD_DIR	:= $(embtk_pkgb)/gdk-pixbuf-$(GDKPIXBUF_VERSION)

GDKPIXBUF_BINS		:=
GDKPIXBUF_SBINS		:=
GDKPIXBUF_INCLUDES	:=
GDKPIXBUF_LIBS		:=
GDKPIXBUF_LIBEXECS	:=
GDKPIXBUF_PKGCONFIGS	:=

GDKPIXBUF_CONFIGURE_ENV		:=
GDKPIXBUF_CONFIGURE_OPTS	:= --without-gdiplus --without-libjasper

GDKPIXBUF_DEPS			:= libpng_install libjpeg_install		\
				libtiff_install glib_install

#
# gdk-pixbuf for host development machine.
#

GDKPIXBUF_HOST_NAME		:= $(GDKPIXBUF_NAME)
GDKPIXBUF_HOST_VERSION		:= $(GDKPIXBUF_VERSION)
GDKPIXBUF_HOST_SITE		:= $(GDKPIXBUF_SITE)
GDKPIXBUF_HOST_SITE_MIRROR1	:= $(GDKPIXBUF_SITE_MIRROR1)
GDKPIXBUF_HOST_SITE_MIRROR2	:= $(GDKPIXBUF_SITE_MIRROR2)
GDKPIXBUF_HOST_SITE_MIRROR3	:= $(GDKPIXBUF_SITE_MIRROR3)
GDKPIXBUF_HOST_PACKAGE		:= $(GDKPIXBUF_PACKAGE)
GDKPIXBUF_HOST_SRC_DIR		:= $(embtk_toolsb)/gdk-pixbuf-$(GDKPIXBUF_VERSION)
GDKPIXBUF_HOST_BUILD_DIR	:= $(embtk_toolsb)/gdk-pixbuf-$(GDKPIXBUF_VERSION)

GDKPIXBUF_HOST_SET_RPATH	:= y
GDKPIXBUF_HOST_CONFIGURE_OPTS	:= --without-gdiplus --without-libjasper

GDKPIXBUF_HOST_DEPS		:= libpng_host_install libjpeg_host_install	\
				libtiff_host_install glib_host_install