diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-14 06:16:03 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-14 06:16:03 +0800 |
commit | 0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb (patch) | |
tree | 6b11e595eeffb33f4c45d29539cf32b175ebde4b /multimedia | |
parent | 6fae69c8aced596c875c612c27f2d0d1a2820922 (diff) | |
download | marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.gz marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.zst marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.zip |
Add introspection USE_GNOME component.
Either introspection => both build and run dependancy or
choosable with :build/:run modifiers.
This also adds a MAKE_ENV to set the HOME to ${WRKDIR} so the .cache dir
isn't created in the /root dir anymore.
Convert all users in MC.
Reported by: bapt/miwi
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18467 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/cheese3/Makefile | 5 | ||||
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 5 | ||||
-rw-r--r-- | multimedia/totem3/Makefile | 3 |
3 files changed, 5 insertions, 8 deletions
diff --git a/multimedia/cheese3/Makefile b/multimedia/cheese3/Makefile index 8af126168..77fc33255 100644 --- a/multimedia/cheese3/Makefile +++ b/multimedia/cheese3/Makefile @@ -13,8 +13,7 @@ COMMENT= A Photobooth-inspired app for taking pictures and videos from webcam BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat \ ${LOCALBASE}/libdata/pkgconfig/gnome-video-effects.pc:${PORTSDIR}/graphics/gnome-video-effects \ vala>=0.14.0:${PORTSDIR}/lang/vala \ - itstool:${PORTSDIR}/textproc/itstool \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection + itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= canberra-gtk3:${PORTSDIR}/audio/libcanberra-gtk3 \ hal:${PORTSDIR}/sysutils/hal \ gee.2:${PORTSDIR}/devel/libgee06 \ @@ -29,7 +28,7 @@ USE_XORG= xxf86vm x11 USE_XZ= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack evolutiondataserver3 librsvg2 \ - gnomedesktop3 libxml2:build + gnomedesktop3 libxml2:build introspection:build USES= gettext pathfix pkgconfig # USE_GSTREAMER= bad gconf good jpeg ogg theora v4l2 vorbis USE_GSTREAMER1= bad good jpeg ogg theora v4l2 diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index cb93b5540..e3723ba38 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -11,15 +11,14 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GObject-based library to parse a host of playlist formats -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= gmime-2.4:${PORTSDIR}/mail/gmime24 \ soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection USE_XZ= yes USE_GMAKE= yes USES= pathfix gettext -USE_GNOME= gnomeprefix glib20 libxml2 intlhack ltverhack gnomehier +USE_GNOME= gnomeprefix glib20 libxml2 intlhack ltverhack gnomehier \ + introspection USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --enable-libarchive diff --git a/multimedia/totem3/Makefile b/multimedia/totem3/Makefile index 772d4751d..0646e10fa 100644 --- a/multimedia/totem3/Makefile +++ b/multimedia/totem3/Makefile @@ -13,7 +13,6 @@ COMMENT= A gstreamer-based video player for the GNOME 3 Desktop BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= gdata.13:${PORTSDIR}/devel/libgdata \ dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ clutter-gst-2.0:${PORTSDIR}/multimedia/clutter-gst \ @@ -33,7 +32,7 @@ USE_XORG= x11 xproto xtst ice sm USE_XZ= yes USES= gettext pathfix pkgconfig desktop-file-utils USE_GNOME= gnomeprefix intlhack gtk30 libxml2 nautilus3 ltverhack \ - pygobject3 gnomedocutils gnomehier + pygobject3 gnomedocutils gnomehier introspection:build USE_GSTREAMER1= core good bad soup ugly INSTALLS_ICONS= yes USE_GMAKE= yes |