ports/136882: kdenlive (multimedia/kdenlive port) project rendering crashes

Alberto Villa villa.alberto at gmail.com
Mon Aug 3 10:00:11 UTC 2009


The following reply was made to PR ports/136882; it has been noted by GNATS.

From: Alberto Villa <villa.alberto at gmail.com>
To: Wasil Sergejczyk <szelga.wws at gmail.com>
Cc: bug-followup at freebsd.org
Subject: Re: ports/136882: kdenlive (multimedia/kdenlive port) project rendering crashes
Date: Mon, 3 Aug 2009 11:53:21 +0200

 --Boundary-00=_SOrdKm87MbRaoSi
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 here's the patch you suggested. i don't like it, but it should be enough until 
 we fix this upstream
 
 On Monday 03 August 2009 10:43:01 Wasil Sergejczyk wrote:
 > 1. no, /proc is not mounted, usually it's not necessary, so I disabled
 > this. I'll try to run kdenlive with /proc soon.
 
 i can make it work even with /proc unmounted... strange!
 -- 
 Alberto Villa <villa.alberto at gmail.com>
 
 Wiker's Law:
 	Government expands to absorb all
 	available revenue and then some.
 
 --Boundary-00=_SOrdKm87MbRaoSi
 Content-Type: text/plain;
   charset="UTF-8";
   name="kdenlive-0.7.5_1.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="kdenlive-0.7.5_1.txt"
 
 diff -ruN kdenlive/Makefile /usr/ports/multimedia/kdenlive/Makefile
 --- kdenlive/Makefile	2009-08-03 11:06:02.207981591 +0200
 +++ /usr/ports/multimedia/kdenlive/Makefile	2009-08-03 11:41:33.259278591 +0200
 @@ -6,6 +6,7 @@
  
  PORTNAME=	kdenlive
  PORTVERSION=	0.7.5
 +PORTREVISION=	1
  CATEGORIES=	multimedia kde
  MASTER_SITES=	SFE
  
 @@ -51,11 +52,15 @@
  .endif
  
  post-patch:
 +	# do not install the icon and the menu entry
  	${REINPLACE_CMD} -E -e '/${PORTNAME}.(menu|xpm)/d' \
  		${PATCH_WRKSRC}/data/CMakeLists.txt
  	# prevent updating mime during build
  	${REINPLACE_CMD} -e '/^update_xdg_mimetypes/d; /SharedMimeInfo/d' \
  		${PATCH_WRKSRC}/src/mimetypes/CMakeLists.txt
 +	# avoid a crash when kdenlive_render is not in $PATH
 +	${REINPLACE_CMD} -e 's|QCoreApplication::applicationDirPath()|QStrin    g("${PREFIX}/bin")|g' \
 +		${PATCH_WRKSRC}/src/renderwidget.cpp
  
  post-install:
  	@-update-mime-database ${PREFIX}/share/mime
 
 --Boundary-00=_SOrdKm87MbRaoSi--



More information about the freebsd-ports-bugs mailing list