Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2013 18:43:18 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r337068 - in branches/2014Q1/graphics/gtimelapse: . files
Message-ID:  <201312201843.rBKIhIbR084493@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Dec 20 18:43:17 2013
New Revision: 337068
URL: http://svnweb.freebsd.org/changeset/ports/337068

Log:
  MFH: r337065
  
  - Fix build with clang
  - Add DESKTOP_ENTRIES
  - Port supports staging
  
  PR:		ports/184874
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
  Approved by:	portmgr (implicit)

Added:
  branches/2014Q1/graphics/gtimelapse/files/
     - copied from r337065, head/graphics/gtimelapse/files/
Modified:
  branches/2014Q1/graphics/gtimelapse/Makefile   (contents, props changed)
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/graphics/gtimelapse/Makefile
==============================================================================
--- branches/2014Q1/graphics/gtimelapse/Makefile	Fri Dec 20 18:41:56 2013	(r337067)
+++ branches/2014Q1/graphics/gtimelapse/Makefile	Fri Dec 20 18:43:17 2013	(r337068)
@@ -3,24 +3,28 @@
 
 PORTNAME=	gtimelapse
 DISTVERSION=	0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/Relase	# yes, this is not a typo (here)
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An application for capturing images to generate timelapse videos
+COMMENT=	Application for capturing images to generate timelapse videos
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	gphoto2.2:${PORTSDIR}/graphics/libgphoto2
+LIB_DEPENDS=	libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
+
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-wx-config=${WX_CONFIG}
 USES=		pkgconfig
 USE_WX=		2.8+
-WRKSRC=		${WRKDIR}/${PORTNAME}
+WX_CONF_ARGS=	absolute
+USE_AUTOTOOLS=	libtoolize aclocal automake autoconf
+LIBTOOLIZE_ARGS=--copy --force
+AUTOMAKE_ARGS=	--add-missing --copy
 
 PLIST_FILES=	bin/${PORTNAME}
 
-NO_STAGE=	yes
+DESKTOP_ENTRIES="gTimelapse" "" "" "${PORTNAME}" "Graphics;GTK;" ""
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312201843.rBKIhIbR084493>