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.

--- 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})
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to