cvs commit: ports/graphics/swfdec Makefile distinfo

Jeremy Messenger mezz7 at cox.net
Thu Aug 7 00:49:50 UTC 2008


On Wed, 06 Aug 2008 17:16:08 -0500, Doug Barton <dougb at freebsd.org> wrote:

> Joe Marcus Clarke wrote:
>> Doug Barton wrote:
>>> Alexander Botero-Lowry wrote:
>>>> alexbl      2008-08-06 17:11:17 UTC
>>>>
>>>>   FreeBSD ports repository
>>>>
>>>>   Modified files:
>>>>     graphics/swfdec      Makefile distinfo   Log:
>>>>    - update to 0.6.8
>>>>     Revision  Changes    Path
>>>>   1.55      +1 -2      ports/graphics/swfdec/Makefile
>>>>   1.20      +3 -3      ports/graphics/swfdec/distinfo
>>>>
>>>> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/graphics/swfdec/Makefile.diff?&r1=1.54&r2=1.55&f=h
>>>>
>>>> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/graphics/swfdec/distinfo.diff?&r1=1.19&r2=1.20&f=h
>>>>
>>>>
>>>
>>> I get the same error as the tinderbox with this update.
>>
>> Try this patch to ffmpeg.  It may not longer apply cleanly, but you
>> should be able to work it out.
>
> Yes to both. :)  I attached a patch against the current state of the
> ports tree. With this change I also needed the attached patch to
> swfdec to get it to compile, but it works now in any case.
>
> Doug

@@ -58,7 +58,10 @@
  	libavutil/mem.h \
  	libavutil/random.h \
  	libavutil/rational.h \
-	libavutil/sha1.h
+	libavutil/sha1.h \
+	libpostproc/postprocess.h \

Are you sure this (postprocess.h) is need? I don't think it's need, since  
it was never in in include/ffmpeg/ before update. If it's actually need,  
then you will need to add this in plist.

Cheers,
Mezz

+	libswscale/rgb2rgb.h \
+	libswscale/swscale.h



-- 
mezz7 at cox.net  -  mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  gnome at FreeBSD.org


More information about the cvs-ports mailing list