ports/148691: [NEW PORT] multimedia/gtk-recordmydesktop

Rodrigo OSORIO (ros) rodrigo at bebik.net
Sun Aug 29 20:02:16 UTC 2010


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



  
-------------- next part --------------
--- 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 at 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


More information about the freebsd-ports mailing list