Date: Wed, 19 Aug 2009 01:45:19 -0500 From: its_duff_man@hotmail.com To: "Sergey V. Dyatko" <sergey.dyatko@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: multimedia/avidemux2 Message-ID: <BLU0-SMTP31A27F3FBCEF70FC87636FD2FE0@phx.gbl> In-Reply-To: <20090818225905.43fc730c@notebook> References: <20090818225905.43fc730c@notebook>
next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-00=_/95iKGwHimBKqhK Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit On Tuesday 18 August 2009 14:59:05 Sergey V. Dyatko wrote: > Hi, > > subj is marked as 'BROKEN' (need a update for Qt 4.5). We have qt4-4.5.2 > now. Can you fix avidemux2 build? > With removed 'BROKEN' string on Makefile I got error. Build log: > http://tiger.ipfw.ru/files/avidemux2build.txt > > -- The attached patch got avidemux building again for me. I don't really know cmake, I just used the patch I found at http://trac.macports.org/attachment/ticket/19859/avidemux-2.4.4- cmake.patch.txt There is some extra whitespace and CRs in the file, that the mailer might mess up, so you may have to play with it to get it to apply. --Boundary-00=_/95iKGwHimBKqhK Content-Type: text/plain; charset="ISO-8859-1"; name="patch-avidemux__CMakeLists.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-avidemux__CMakeLists.txt" --- avidemux/CMakeLists.txt.orig 2008-10-03 06:05:09.000000000 -0500 +++ avidemux/CMakeLists.txt 2009-08-15 21:23:20.000000000 -0500 @@ -84,7 +84,6 @@ ADM_audio ADM_script ADM_videoFilter -ADM_filter ADM_video ADM_audiodevice ADM_ocr @@ -93,6 +92,24 @@ FOREACH(_current ${ADM_SUBDIR}) ADD_SUBDIRECTORY(${_current}) +ENDFOREACH(_current ${ADM_SUBDIR}) + +SET(ADM_SUBDIR +ADM_filter +ADM_audiofilter +ADM_editor +ADM_audiocodec +ADM_audio +ADM_script +ADM_videoFilter +ADM_filter +ADM_video +ADM_audiodevice +ADM_ocr +ADM_colorspace +) + +FOREACH(_current ${ADM_SUBDIR}) add_libs_all_targets(${_current}) ENDFOREACH(_current ${ADM_SUBDIR}) --Boundary-00=_/95iKGwHimBKqhK--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BLU0-SMTP31A27F3FBCEF70FC87636FD2FE0>