[154428] trunk/dports/graphics/gdk-pixbuf/Portfile

devans at macports.org devans at macports.org
Sat Oct 29 03:43:20 CEST 2016


Revision: 154428
          https://trac.macports.org/changeset/154428
Author:   devans at macports.org
Date:     2016-10-29 03:43:20 +0200 (Sat, 29 Oct 2016)
Log Message:
-----------
gdk-pixbuf: mark gtk1 port obsolete replaced by gdk-pixbuf2, a gtk2 implementation (#52735).

Modified Paths:
--------------
    trunk/dports/graphics/gdk-pixbuf/Portfile

Modified: trunk/dports/graphics/gdk-pixbuf/Portfile
===================================================================
--- trunk/dports/graphics/gdk-pixbuf/Portfile	2016-10-29 01:37:08 UTC (rev 154427)
+++ trunk/dports/graphics/gdk-pixbuf/Portfile	2016-10-29 01:43:20 UTC (rev 154428)
@@ -1,44 +1,13 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
 name            gdk-pixbuf
+replaced_by     gdk-pixbuf2
 version         0.22.0
 set branch      [join [lrange [split ${version} .] 0 1] .]
-revision        9
+revision        10
 categories      graphics
-maintainers     nomaintainer
-license         LGPL
 
-description     generic image handling library for Gtk+ programs
-homepage        http://www.gnome.org/
-platforms       darwin
-
-long_description The GdkPixBuf library provides a number of features, \
-                 such as image loading facilities, a cache interface, \
-                 and rendering of a GdkPixBuf into various formats.
-
-master_sites    gnome:sources/${name}/${branch}
-
-use_bzip2       yes
-checksums       md5 05fcb68ceaa338614ab650c775efc2f2
-
-depends_build   port:tiff port:jpeg port:libpng \
-                port:glib1 port:gtk1
-
-universal_variant no
-
-patchfiles      patch-Makefile.in.diff patch-configure.diff \
-                patch-ltmain.sh.diff patch-gdk-pixbuf-Makefile.in.diff \
-                patch-underquoting.diff patch-libpng-1.5.diff
-
-configure.cflags-append "-L${prefix}/lib"
-configure.env           LIBS="-L${prefix}/lib"
-configure.args  --with-html-dir=${prefix}/share/doc/$name --disable-gtk-doc
-
-# ccache: invalid option -- d
-configure.ccache no
-
-livecheck.type  gnome
-livecheck.regex {LATEST-IS-(0\.\d*[02468](?:\.\d+)*)}
+PortGroup       obsolete 1.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161029/2e8abc27/attachment-0002.html>


More information about the macports-changes mailing list