Date: Fri, 11 Apr 2014 17:03:00 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351010 - head/multimedia/cheese Message-ID: <201404111703.s3BH30Zg045682@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Apr 11 17:03:00 2014 New Revision: 351010 URL: http://svnweb.freebsd.org/changeset/ports/351010 QAT: https://qat.redports.org/buildarchive/r351010/ Log: Support stage Modified: head/multimedia/cheese/Makefile head/multimedia/cheese/pkg-plist Modified: head/multimedia/cheese/Makefile ============================================================================== --- head/multimedia/cheese/Makefile Fri Apr 11 16:59:36 2014 (r351009) +++ head/multimedia/cheese/Makefile Fri Apr 11 17:03:00 2014 (r351010) @@ -13,16 +13,16 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A Photobooth-inspired app for taking pictures and videos from webcam BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - hal.1:${PORTSDIR}/sysutils/hal +LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ + libhal.so:${PORTSDIR}/sysutils/hal USE_XORG= xxf86vm -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix intlhack evolutiondataserver librsvg2 \ +USE_GNOME= gnomeprefix intlhack evolutiondataserver librsvg2 \ gnomedocutils gnomedesktop -USES= gettext gmake pkgconfig +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_GSTREAMER= gconf good ogg theora v4l2 vorbis INSTALLS_OMF= yes +INSTALL_TARGET= install-strip INSTALLS_ICONS= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -32,11 +32,10 @@ LDFLAGS+= -L${LOCALBASE}/lib DOCS= AUTHORS COPYING ChangeLog NEWS README GCONF_SCHEMAS= cheese.schemas -NO_STAGE= yes post-install: - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include <bsd.port.mk> Modified: head/multimedia/cheese/pkg-plist ============================================================================== --- head/multimedia/cheese/pkg-plist Fri Apr 11 16:59:36 2014 (r351009) +++ head/multimedia/cheese/pkg-plist Fri Apr 11 17:03:00 2014 (r351010) @@ -6,6 +6,7 @@ lib/libcheese-gtk.a lib/libcheese-gtk.la lib/libcheese-gtk.so lib/libcheese-gtk.so.18 +lib/libcheese-gtk.so.18.0.0 libdata/pkgconfig/cheese-gtk.pc libexec/cheese/cheese-bugreport.sh share/applications/cheese.desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111703.s3BH30Zg045682>