Skip to content

Commit

Permalink
gdk-pixbuf: readded to -gnome3
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Feb 20, 2013
1 parent cd1cd27 commit 7af65c2
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/gdk-pixbuf/BUILD
@@ -0,0 +1,5 @@
if [ "`get_module_config DOCS`" = "n" ] ; then
sedit "s/SUBDIRS = gdk-pixbuf po docs/SUBDIRS = gdk-pixbuf po/g" Makefile.in
fi &&

default_build
1 change: 1 addition & 0 deletions core/gdk-pixbuf/CONFIGURE
@@ -0,0 +1 @@
mquery DOCS "Build docs?" n
31 changes: 31 additions & 0 deletions core/gdk-pixbuf/DEPENDS
@@ -0,0 +1,31 @@
depends glib-2

optional_depends "tiff" \
"--with-libtiff" \
"--without-libtiff" \
"for TIFF image loader"

optional_depends "%JPEG" \
"--with-libjpeg" \
"--without-libjpeg" \
"for JPEG image loader"

optional_depends "libpng" \
"--with-libpng" \
"--without-libpng" \
"for PNG image loader"

optional_depends "jasper" \
"--with-libjasper" \
"--without-libjasper" \
"for JPEG 2000 image loader"

optional_depends "gobject-introspection" \
"--enable-introspection" \
"--disable-introspection" \
"for gobject introspection support"

optional_depends "libX11" \
"--with-x11" \
"--without-x11" \
"for X11 support (needed by Adobe Acrobat Reader)"
16 changes: 16 additions & 0 deletions core/gdk-pixbuf/DETAILS
@@ -0,0 +1,16 @@
MODULE=gdk-pixbuf
VERSION=2.26.5
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION::4}
SOURCE_VFY=sha1:94f30c417441404dcbe23206dda91730074f9b7d
WEB_SITE=http://live.gnome.org/GObjectIntrospection
ENTERED=20091105
UPDATED=20121231
SHORT="An image loading library used with GNOME"

cat << EOF
The gdk-pixbuf package contains an image loading library used with the
GNOME GUI desktop environment. The GdkPixBuf library provides
image-loading facilities, the rendering of a GdkPixBuf into various
formats (drawables or GdkRGB buffers), and a cache interface.
EOF

0 comments on commit 7af65c2

Please sign in to comment.