Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Mar 2011 14:01:18 -0700
From:      Charlie Kester <corky1951@comcast.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/155954: [MAINTAINER] multimedia/openshot: add missing dependency
Message-ID:  <20110326210121.797A8106567A@hub.freebsd.org>
Resent-Message-ID: <201103262110.p2QLACZb082793@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155954
>Category:       ports
>Synopsis:       [MAINTAINER] multimedia/openshot: add missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 26 21:10:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Charlie Kester
>Release:        FreeBSD 8.2-RC3 i386
>Organization:
>Environment:
System: FreeBSD atom.local 8.2-RC3 FreeBSD 8.2-RC3 #0: Sat Feb 19 20:09:18 PST 2011 root@atom.local:/usr/obj/usr/src/sys/ATOM i386


	
>Description:
Add missing run-time dependency on py-imaging.  Without this, openshot builds but fails to start.

Use rarian instead of scrollkeeper, following the example of most other gnome ports and thereby avoiding the 
conflict between scrollkeeper and rarian.  

Add pointer to license file.

>How-To-Repeat:
	
>Fix:

	

--- openshot.diff begins here ---
diff -ruN /usr/ports/multimedia/openshot/Makefile ./openshot/Makefile
--- /usr/ports/multimedia/openshot/Makefile	2011-03-05 03:37:07.000000000 -0800
+++ ./openshot/Makefile	2011-03-26 13:48:59.000000000 -0700
@@ -14,13 +14,17 @@
 MAINTAINER=		corky1951@comcast.net
 COMMENT=		A non-linear video editor
 
+LICENSE=		GPLv3
+LICENSE_FILE=		${WRKSRC}/COPYING
+
 RUN_DEPENDS=		ffmpeg:${PORTSDIR}/multimedia/ffmpeg \
 			${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r \
 			${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas \
 			${PYTHON_SITELIBDIR}/httplib2/__init__.py:${PORTSDIR}/www/py-httplib2 \
+			${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \
 			${PYTHON_SITELIBDIR}/_mlt.so:${PORTSDIR}/multimedia/py-mlt \
 			${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \
-			scrollkeeper-install:${PORTSDIR}/textproc/scrollkeeper \
+			scrollkeeper-install:${PORTSDIR}/textproc/rarian \
 			sox:${PORTSDIR}/audio/sox
 
 USE_GNOME=		pygtk2 desktopfileutils
@@ -29,7 +33,6 @@
 USE_GETTEXT=		yes
 INSTALLS_OMF=		yes
 
-LICENSE=		GPLv3
 MAN1=			${PORTNAME}.1 \
 			${PORTNAME}-render.1
 MANCOMPRESSED=		no
--- openshot.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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