summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
commitd9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch)
tree0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /graphics
parent7c7d7065529de83ad11e25e81432355d363a367e (diff)
downloadmarcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/clutter-gtk3/Makefile3
-rw-r--r--graphics/clutter/Makefile5
-rw-r--r--graphics/cogl/Makefile1
-rw-r--r--graphics/colord-gtk/Makefile9
-rw-r--r--graphics/colord/Makefile7
-rw-r--r--graphics/eog-plugins/Makefile3
-rw-r--r--graphics/eog-plugins3/Makefile9
-rw-r--r--graphics/eog/Makefile7
-rw-r--r--graphics/eog3/Makefile9
-rw-r--r--graphics/evince3/Makefile11
-rw-r--r--graphics/gdk-pixbuf2/Makefile1
-rw-r--r--graphics/gnome-color-manager/Makefile15
-rw-r--r--graphics/gnome-video-effects/Makefile3
-rw-r--r--graphics/libchamplain/Makefile5
-rw-r--r--graphics/libchamplain08/Makefile5
-rw-r--r--graphics/librsvg2/Makefile5
-rw-r--r--graphics/shared-color-profiles/Makefile3
17 files changed, 59 insertions, 42 deletions
diff --git a/graphics/clutter-gtk3/Makefile b/graphics/clutter-gtk3/Makefile
index 733f8c756..c30b2c0d4 100644
--- a/graphics/clutter-gtk3/Makefile
+++ b/graphics/clutter-gtk3/Makefile
@@ -11,8 +11,9 @@ PKGNAMESUFFIX= 3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GTK+ Integration library for Clutter
-LIB_DEPENDS= clutter-1.0:${PORTSDIR}/graphics/clutter
+LIB_DEPENDS= libclutter-1.0.so:${PORTSDIR}/graphics/clutter
+NO_STAGE= yes
LATEST_LINK= clutter-gtk3
USE_XZ= yes
USES= gettext gmake pathfix pkgconfig
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile
index c03c92d85..1faebb1b9 100644
--- a/graphics/clutter/Makefile
+++ b/graphics/clutter/Makefile
@@ -13,9 +13,10 @@ COMMENT= OpenGL based interactive canvas library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= json-glib-1.0:${PORTSDIR}/devel/json-glib \
- cogl:${PORTSDIR}/graphics/cogl
+LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
+ libcogl.so:${PORTSDIR}/graphics/cogl
+NO_STAGE= yes
USES= gettext gmake pathfix pkgconfig
USE_XZ= yes
USE_AUTOTOOLS= libtool
diff --git a/graphics/cogl/Makefile b/graphics/cogl/Makefile
index f58169b85..13f77f695 100644
--- a/graphics/cogl/Makefile
+++ b/graphics/cogl/Makefile
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS= clutter-1.6.[0-9]*
+NO_STAGE= yes
USES= gettext gmake pathfix pkgconfig
USE_XZ= yes
USE_AUTOTOOLS= libtool
diff --git a/graphics/colord-gtk/Makefile b/graphics/colord-gtk/Makefile
index c173beef2..0de43e915 100644
--- a/graphics/colord-gtk/Makefile
+++ b/graphics/colord-gtk/Makefile
@@ -10,11 +10,12 @@ MASTER_SITES= http://www.freedesktop.org/software/colord/releases/
MAINTAINER= kwm@FreeBSD.org
COMMENT= Manage color profiles to accurately color input/output devices
-LIB_DEPENDS= colord:${PORTSDIR}/graphics/colord \
- polkit-gobject-1:${PORTSDIR}/sysutils/polkit \
- dbus-1:${PORTSDIR}/devel/dbus \
- lcms2:${PORTSDIR}/graphics/lcms2
+LIB_DEPENDS= libcolord.so:${PORTSDIR}/graphics/colord \
+ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \
+ libdbus-1.so:${PORTSDIR}/devel/dbus \
+ liblcms2.so:${PORTSDIR}/graphics/lcms2
+NO_STAGE= yes
USE_XZ= yes
USE_GNOME= gnomehier gtk30 intlhack introspection:build
USES= gettext gmake pathfix pkgconfig
diff --git a/graphics/colord/Makefile b/graphics/colord/Makefile
index 1789595b9..783ec208c 100644
--- a/graphics/colord/Makefile
+++ b/graphics/colord/Makefile
@@ -10,13 +10,14 @@ MASTER_SITES= http://www.freedesktop.org/software/colord/releases/
MAINTAINER= kwm@FreeBSD.org
COMMENT= Manage color profiles to accurately color input/output devices
-LIB_DEPENDS= polkit-gobject-1:${PORTSDIR}/sysutils/polkit \
- dbus-1:${PORTSDIR}/devel/dbus \
- lcms2:${PORTSDIR}/graphics/lcms2
+LIB_DEPENDS= libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \
+ libdbus-1.so:${PORTSDIR}/devel/dbus \
+ liblcms2.so:${PORTSDIR}/graphics/lcms2
USERS= colord
GROUPS= colord
+NO_STAGE= yes
USE_XZ= yes
USE_GNOME= gnomehier glib20 intlhack introspection:build
USES= gettext gmake pathfix pkgconfig
diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile
index 0cca8f56a..c5ff187f9 100644
--- a/graphics/eog-plugins/Makefile
+++ b/graphics/eog-plugins/Makefile
@@ -13,11 +13,12 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Plug-ins for the Eye of GNOME image viewer application
BUILD_DEPENDS= eog:${PORTSDIR}/graphics/eog
-LIB_DEPENDS= gdata:${PORTSDIR}/devel/libgdata06
+LIB_DEPENDS= libgdata.so.7:${PORTSDIR}/devel/libgdata06
RUN_DEPENDS= eog:${PORTSDIR}/graphics/eog
CONFLICTS= eog-plugins-3.[0-9]*
+NO_STAGE= yes
USE_BZIP2= yes
USE_GNOME= gnomeprefix intlhack gtk20
WANT_GNOME= yes
diff --git a/graphics/eog-plugins3/Makefile b/graphics/eog-plugins3/Makefile
index a3bc61d20..4c5c8f17a 100644
--- a/graphics/eog-plugins3/Makefile
+++ b/graphics/eog-plugins3/Makefile
@@ -12,13 +12,14 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Plug-ins for the Eye of GNOME image viewer application
BUILD_DEPENDS= eog>=3.6.0:${PORTSDIR}/graphics/eog3
-LIB_DEPENDS= gdata.13:${PORTSDIR}/devel/libgdata \
- exif:${PORTSDIR}/graphics/libexif \
- peas-1.0:${PORTSDIR}/devel/libpeas
+LIB_DEPENDS= libgdata.so.13:${PORTSDIR}/devel/libgdata \
+ libexif.so:${PORTSDIR}/graphics/libexif \
+ libpeas-1.0.so:${PORTSDIR}/devel/libpeas
RUN_DEPENDS= eog>=3.6.0:${PORTSDIR}/graphics/eog3
CONFLICTS= eog-plugins-2.[0-9]*
+NO_STAGE= yes
LATEST_LINK= eog-plugins3
USE_XZ= yes
USE_GNOME= gnomeprefix intlhack gtk30
@@ -37,7 +38,7 @@ CHAMPLAIN_DESC= Champlain map plugin
.if ${PORT_OPTIONS:MCHAMPLAIN}
USE_GL= gl
-LIB_DEPENDS+= champlain-0.12:${PORTSDIR}/graphics/libchamplain
+LIB_DEPENDS+= libchamplain-0.12.so:${PORTSDIR}/graphics/libchamplain
PLIST_SUB+= CHAMPLAIN=""
.else
PLIST_SUB+= CHAMPLAIN="@comment "
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile
index eea3a9551..c6a9b186f 100644
--- a/graphics/eog/Makefile
+++ b/graphics/eog/Makefile
@@ -13,11 +13,12 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= The Eye Of Gnome image viewer
BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
-LIB_DEPENDS= lcms:${PORTSDIR}/graphics/lcms
+LIB_DEPENDS= liblcms.so:${PORTSDIR}/graphics/lcms
RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
CONFLICTS= eog-3.[0-9]*
+NO_STAGE= yes
USE_BZIP2= yes
USE_GNOME= gnomeprefix intlhack librsvg2 gconf2 gnomedesktop
INSTALLS_ICONS= yes
@@ -41,7 +42,7 @@ _WITH_EXIF= no
_WITH_EXEMPI= no
.if ${PORT_OPTIONS:MEXIF}
-LIB_DEPENDS+= exif:${PORTSDIR}/graphics/libexif
+LIB_DEPENDS+= libexif.so:${PORTSDIR}/graphics/libexif
PLIST_SUB+= EXIF=""
_WITH_EXIF= yes
.else
@@ -50,7 +51,7 @@ PLIST_SUB+= EXIF="@comment "
.endif
.if ${PORT_OPTIONS:MEXEMPI}
-LIB_DEPENDS+= exempi:${PORTSDIR}/textproc/exempi
+LIB_DEPENDS+= libexempi.so:${PORTSDIR}/textproc/exempi
_WITH_EXEMPI= yes
.else
CONFIGURE_ARGS+=--without-xmp
diff --git a/graphics/eog3/Makefile b/graphics/eog3/Makefile
index ad2729f26..9769839f7 100644
--- a/graphics/eog3/Makefile
+++ b/graphics/eog3/Makefile
@@ -14,13 +14,14 @@ COMMENT= The Eye Of Gnome image viewer
BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
itstool:${PORTSDIR}/textproc/itstool \
${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
-LIB_DEPENDS= peas-gtk-1.0:${PORTSDIR}/devel/libpeas \
- lcms.1:${PORTSDIR}/graphics/lcms
+LIB_DEPENDS= libpeas-gtk-1.0.so:${PORTSDIR}/devel/libpeas \
+ liblcms.so:${PORTSDIR}/graphics/lcms
RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
CONFLICTS= eog-2.[0-9]*
+NO_STAGE= yes
LATEST_LINK= eog3
USE_XZ= yes
USE_GNOME= gnomeprefix intlhack librsvg2 gtk30 gnomedesktop3 \
@@ -49,7 +50,7 @@ _WITH_EXEMPI= no
.if ${PORT_OPTIONS:MEXIF}
CONFIGURE_ARGS+=--with-libexif
-LIB_DEPENDS+= exif:${PORTSDIR}/graphics/libexif
+LIB_DEPENDS+= libexif.so:${PORTSDIR}/graphics/libexif
PLIST_SUB+= EXIF=""
_WITH_EXIF= yes
.else
@@ -59,7 +60,7 @@ PLIST_SUB+= EXIF="@comment "
.if ${PORT_OPTIONS:MEXEMPI}
CONFIGURE_ARGS+=--with-xmp
-LIB_DEPENDS+= exempi:${PORTSDIR}/textproc/exempi
+LIB_DEPENDS+= libexempi.so:${PORTSDIR}/textproc/exempi
_WITH_EXEMPI= yes
.else
CONFIGURE_ARGS+=--without-xmp
diff --git a/graphics/evince3/Makefile b/graphics/evince3/Makefile
index 901bc49f2..4efe029d0 100644
--- a/graphics/evince3/Makefile
+++ b/graphics/evince3/Makefile
@@ -14,13 +14,14 @@ COMMENT= GNOME 3 multi-format document viewer
BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
itstool:${PORTSDIR}/textproc/itstool \
${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
-LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib \
- spectre:${PORTSDIR}/print/libspectre
+LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \
+ libspectre.so:${PORTSDIR}/print/libspectre
RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
CONFLICTS= evince-2.[0-9]*
+NO_STAGE= yes
LATEST_LINK= evince3
USE_LDCONFIG= yes
USE_XZ= yes
@@ -58,7 +59,7 @@ USE_TEX= latex
CONFIGURE_ARGS+= --enable-dvi
PLIST_SUB+= DVI=""
. if ${PORT_OPTIONS:MT1LIB}
-LIB_DEPENDS+= t1:${PORTSDIR}/devel/t1lib
+LIB_DEPENDS+= libt1.so:${PORTSDIR}/devel/t1lib
CONFIGURE_ARGS+= --enable-t1lib
. else
CONFIGURE_ARGS+= --disable-t1lib
@@ -76,7 +77,7 @@ PLIST_SUB+= NAUTILUS=""
BUILD_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
RUN_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
.if ${PORT_OPTIONS:MKEYRING}
-LIB_DEPENDS+= gnome-keyring:${PORTSDIR}/security/libgnome-keyring
+LIB_DEPENDS+= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
.else
CONFIGURE_ARGS+= --without-keyring
.endif
@@ -93,7 +94,7 @@ PLIST_SUB+= IMPRESS="@comment "
.endif
.if ${PORT_OPTIONS:MDJVU}
-LIB_DEPENDS+= djvulibre:${PORTSDIR}/graphics/djvulibre
+LIB_DEPENDS+= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre
CONFIGURE_ARGS+= --enable-djvu
PLIST_SUB+= DJVU=""
.else
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile
index 0b2f6e659..8bbcdfa78 100644
--- a/graphics/gdk-pixbuf2/Makefile
+++ b/graphics/gdk-pixbuf2/Makefile
@@ -12,6 +12,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= A graphic library for GTK+
+NO_STAGE= yes
LATEST_LINK= gdk-pixbuf2
USE_XZ= yes
USE_XORG= xt xi x11
diff --git a/graphics/gnome-color-manager/Makefile b/graphics/gnome-color-manager/Makefile
index 32d9ece2a..6723ec4e2 100644
--- a/graphics/gnome-color-manager/Makefile
+++ b/graphics/gnome-color-manager/Makefile
@@ -9,17 +9,18 @@ MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
-COMMENT= A session framework for the GNOME desktop to manage color profiles
+COMMENT= Session framework for the GNOME desktop to manage color profiles
BUILD_DEPENDS= docbook2man:${PORTSDIR}/textproc/docbook-utils \
itstool:${PORTSDIR}/textproc/itstool \
${LOCALBASE}/share/sgml/docbook/4.1/dtd/catalog:${PORTSDIR}/textproc/docbook-410
-LIB_DEPENDS= lcms2:${PORTSDIR}/graphics/lcms2 \
- colord:${PORTSDIR}/graphics/colord \
- colord-gtk:${PORTSDIR}/graphics/colord-gtk \
- canberra-gtk3:${PORTSDIR}/audio/libcanberra-gtk3 \
- exif:${PORTSDIR}/graphics/libexif
+LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \
+ libcolord.so:${PORTSDIR}/graphics/colord \
+ libcolord-gtk.so:${PORTSDIR}/graphics/colord-gtk \
+ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
+ libexif.so:${PORTSDIR}/graphics/libexif
+NO_STAGE= yes
USE_XZ= yes
USE_XORG= xrandr
USE_GNOME= gnomedesktop3 gnomeprefix gtk30 intlhack vte3
@@ -42,7 +43,7 @@ RAW_DESC= Enable RAW EXIF support
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MRAW}
-LIB_DEPENDS+= exiv2:${PORTSDIR}/graphics/exiv2
+LIB_DEPENDS+= libexiv2.so:${PORTSDIR}/graphics/exiv2
CONFIGURE_ARGS+=--enable-exiv=yes
PLIST_SUB+= RAW=""
.else
diff --git a/graphics/gnome-video-effects/Makefile b/graphics/gnome-video-effects/Makefile
index 192d51188..36a1f5516 100644
--- a/graphics/gnome-video-effects/Makefile
+++ b/graphics/gnome-video-effects/Makefile
@@ -8,8 +8,9 @@ CATEGORIES= graphics
MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
-COMMENT= A collection of Gstreamer effects
+COMMENT= Collection of Gstreamer effects
+NO_STAGE= yes
USE_BZIP2= yes
USE_GNOME= intlhack
USES= gettext gmake pathfix
diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile
index 4aa68212b..7a96d75ba 100644
--- a/graphics/libchamplain/Makefile
+++ b/graphics/libchamplain/Makefile
@@ -10,9 +10,10 @@ MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= C library aimed to provide a Gtk+ widget to display rasterized maps and markers
-LIB_DEPENDS= clutter-gtk-1.0:${PORTSDIR}/graphics/clutter-gtk3 \
- soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome
+LIB_DEPENDS= libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \
+ libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
+NO_STAGE= yes
USE_XZ= yes
USES= gmake pathfix pkgconfig
USE_GNOME= gtk30 ltverhack gnomehier introspection:build
diff --git a/graphics/libchamplain08/Makefile b/graphics/libchamplain08/Makefile
index 753f8bafb..b07a6dc8e 100644
--- a/graphics/libchamplain08/Makefile
+++ b/graphics/libchamplain08/Makefile
@@ -10,9 +10,10 @@ MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= C library aimed to provide a Gtk+ widget to display rasterized maps and markers
-LIB_DEPENDS= clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk \
- soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome
+LIB_DEPENDS= libclutter-gtk-0.10.so:${PORTSDIR}/graphics/clutter-gtk \
+ libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
+NO_STAGE= yes
LATEST_LINK= libchamplain08
USE_BZIP2= yes
USES= gmake pathfix pkgconfig
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
index 60366e0ed..0e73fb2af 100644
--- a/graphics/librsvg2/Makefile
+++ b/graphics/librsvg2/Makefile
@@ -12,10 +12,11 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library for parsing and rendering SVG vector-graphic files
-LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \
- croco-0.6:${PORTSDIR}/textproc/libcroco
+LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
+ libcroco-0.6.so:${PORTSDIR}/textproc/libcroco
RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
+NO_STAGE= yes
USE_XZ= yes
USES= gettext gmake pathfix pkgconfig
USE_LDCONFIG= yes
diff --git a/graphics/shared-color-profiles/Makefile b/graphics/shared-color-profiles/Makefile
index 3c06aee0d..4c8532720 100644
--- a/graphics/shared-color-profiles/Makefile
+++ b/graphics/shared-color-profiles/Makefile
@@ -1,6 +1,6 @@
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/graphics/shared-color-profiles/Makefile 18393 2013-04-26 21:23:07Z kwm $
PORTNAME= shared-color-profiles
PORTVERSION= 0.1.5
@@ -10,6 +10,7 @@ MASTER_SITES= http://people.freedesktop.org/~hughsient/releases/
MAINTAINER= ahze@FreeBSD.org
COMMENT= Color profiles from contributors for color calibration
+NO_STAGE= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>