Date: Sun, 29 Aug 2010 21:45:20 +0200 From: "Rodrigo OSORIO (ros)" <rodrigo@bebik.net> To: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Cc: FreeBSD Ports Mailing List <ports@freebsd.org> Subject: Re: ports/148691: [NEW PORT] multimedia/gtk-recordmydesktop Message-ID: <4C7AB8D0.5040302@bebik.net> In-Reply-To: <4C7AA925.3070505@yandex.ru> References: <4C7AA925.3070505@yandex.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------080605000802070808090705 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Ruslan Mahmatkhanov wrote: > > Hi! > > Can please anybody with spare time pick this PR: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148691 > > It is hanging around more than one month. It's small and simple, but > useful - it's gtk frontend to multimedia/recordmydesktop - a tool for > creating screencasts. > > Thanks in advance. > Hi, I quickly test your port and it seems some missing dependences. At this point I just notice py-gtk. And of course portlint seems not really happy with some lines in your makefile. Here is a patch with suggested 'fixes'. - regards Rodrigo OSORIO --------------080605000802070808090705 Content-Type: text/plain; name="Makefile.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.patch" --- Makefile 2010-08-29 21:34:42.000000000 +0200 +++ Makefile.new 2010-08-29 21:37:11.000000000 +0200 @@ -2,6 +2,7 @@ # Date created: 16 July 2010 # Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> # +# $FreeBSD$ # PORTNAME= gtk-recordmydesktop @@ -14,6 +15,7 @@ COMMENT= GTK+ frontend to recordMyDesktop RUN_DEPENDS= ${LOCALBASE}/bin/recordmydesktop:${PORTSDIR}/multimedia/recordmydesktop +BUILD_DEPENDS= py-gtk2>=2.4:${PORTSDIR}/x11-toolkits/py-gtk2 GNU_CONFIGURE= yes USE_GMAKE= yes --------------080605000802070808090705--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C7AB8D0.5040302>