Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2009 10:00:11 GMT
From:      Alberto Villa <villa.alberto@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/136882: kdenlive (multimedia/kdenlive port) project rendering crashes
Message-ID:  <200908031000.n73A0BHc094304@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/136882; it has been noted by GNATS.

From: Alberto Villa <villa.alberto@gmail.com>
To: Wasil Sergejczyk <szelga.wws@gmail.com>
Cc: bug-followup@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@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--



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