Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2006 05:13:24 -0300 (BRST)
From:      Rainer Alves <rainer.alves@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95795: [UPDATE] graphics/swfdec to 0.3.6
Message-ID:  <200604150813.k3F8DONL036113@valfenda.ibest.com.br>
Resent-Message-ID: <200604150820.k3F8KDfZ031412@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95795
>Category:       ports
>Synopsis:       [UPDATE] graphics/swfdec to 0.3.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 15 08:20:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rainer Alves
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
BrasilTelecom

>Environment:
>Description:

- Update to 0.3.6
- Fix patches
- Take maintainership


>How-To-Repeat:
>Fix:

--- swfdec-0.3.6.diff begins here ---
diff -ruN /usr/ports/graphics/swfdec/Makefile graphics/swfdec/Makefile
--- /usr/ports/graphics/swfdec/Makefile	Fri Apr 14 23:38:52 2006
+++ graphics/swfdec/Makefile	Sat Apr 15 04:29:18 2006
@@ -7,24 +7,21 @@
 #
 
 PORTNAME=	swfdec
-PORTVERSION=	0.3.5
-PORTREVISION=	1
+PORTVERSION=	0.3.6
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.schleef.org/swfdec/download/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	rainer.alves@gmail.com
 COMMENT=	Flash Rendering Library
 
 LIB_DEPENDS=	mad.2:${PORTSDIR}/audio/libmad \
 		oil-0.3.1:${PORTSDIR}/devel/liboil
 
-USE_REINPLACE=	yes
 USE_X_PREFIX=	yes
 USE_SDL=	sdl
 USE_GNOME=	gnomehack gtk20 libartlgpl2
 USE_GSTREAMER=	gconf
 USE_GETOPT_LONG=	yes
-USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
@@ -46,7 +43,7 @@
 
 pre-everything::
 	@${ECHO} ""
-	@${ECHO} "Definde WITH_GIMP to build swf gimp plugin"
+	@${ECHO} "Define WITH_GIMP in order to build the SWF Gimp plugin"
 	@${ECHO} ""
 
 post-patch:
diff -ruN /usr/ports/graphics/swfdec/distinfo graphics/swfdec/distinfo
--- /usr/ports/graphics/swfdec/distinfo	Sun Jan 22 18:05:10 2006
+++ graphics/swfdec/distinfo	Sat Apr 15 04:30:57 2006
@@ -1,3 +1,3 @@
-MD5 (swfdec-0.3.5.tar.gz) = cc40397d7784efee549fb7853b01cac3
-SHA256 (swfdec-0.3.5.tar.gz) = 23094a5ec8f2a23c78e09b5a30dde8d0dc66d3d6488a4b9ea58b3bfb3943c06b
-SIZE (swfdec-0.3.5.tar.gz) = 512041
+MD5 (swfdec-0.3.6.tar.gz) = bcfca3a8ce1d524ebf4d11fd511dedb8
+SHA256 (swfdec-0.3.6.tar.gz) = 6efdff894bd0833223f9ad2b7cf7ef227d0c6fa811d816dffd75e08c7654f56c
+SIZE (swfdec-0.3.6.tar.gz) = 1088131
diff -ruN /usr/ports/graphics/swfdec/files/patch-test_parse.c graphics/swfdec/files/patch-test_parse.c
--- /usr/ports/graphics/swfdec/files/patch-test_parse.c	Wed Dec 31 21:00:00 1969
+++ graphics/swfdec/files/patch-test_parse.c	Sat Apr 15 04:35:00 2006
@@ -0,0 +1,10 @@
+--- test/parse.c.orig	Sat Apr 15 04:33:30 2006
++++ test/parse.c	Sat Apr 15 04:33:48 2006
+@@ -11,6 +11,7 @@
+ #include <swfdec_render.h>
+ #include <swfdec_sprite.h>
+ #include <swfdec_buffer.h>
++#include <sys/signal.h>
+ #include <ucontext.h>
+ #include <sys/mman.h>
+ 
diff -ruN /usr/ports/graphics/swfdec/files/patch-test_render.c graphics/swfdec/files/patch-test_render.c
--- /usr/ports/graphics/swfdec/files/patch-test_render.c	Wed Dec 15 15:50:49 2004
+++ graphics/swfdec/files/patch-test_render.c	Wed Dec 31 21:00:00 1969
@@ -1,10 +0,0 @@
---- test/render.c.orig	Wed Dec 15 12:04:53 2004
-+++ test/render.c	Wed Dec 15 12:42:01 2004
-@@ -12,6 +12,7 @@
- #include <swfdec_render.h>
- #include <swfdec_sprite.h>
- #include <swfdec_buffer.h>
-+#include <sys/signal.h>
- #include <ucontext.h>
- #include <sys/mman.h>
- 
diff -ruN /usr/ports/graphics/swfdec/pkg-plist graphics/swfdec/pkg-plist
--- /usr/ports/graphics/swfdec/pkg-plist	Sun Mar 20 13:07:42 2005
+++ graphics/swfdec/pkg-plist	Sat Apr 15 04:56:02 2006
@@ -1,23 +1,19 @@
-bin/swf_play
-include/swfdec-%%VERSION%%/art.h
 include/swfdec-%%VERSION%%/color.h
 include/swfdec-%%VERSION%%/proto.h
 include/swfdec-%%VERSION%%/swfdec.h
 include/swfdec-%%VERSION%%/swfdec_actions.h
+include/swfdec-%%VERSION%%/swfdec_audio.h
 include/swfdec-%%VERSION%%/swfdec_bits.h
 include/swfdec-%%VERSION%%/swfdec_buffer.h
 include/swfdec-%%VERSION%%/swfdec_button.h
 include/swfdec-%%VERSION%%/swfdec_debug.h
 include/swfdec-%%VERSION%%/swfdec_decoder.h
-include/swfdec-%%VERSION%%/swfdec_display.h
 include/swfdec-%%VERSION%%/swfdec_font.h
 include/swfdec-%%VERSION%%/swfdec_image.h
-include/swfdec-%%VERSION%%/swfdec_internal.h
 include/swfdec-%%VERSION%%/swfdec_layer.h
 include/swfdec-%%VERSION%%/swfdec_object.h
 include/swfdec-%%VERSION%%/swfdec_rect.h
 include/swfdec-%%VERSION%%/swfdec_render.h
-include/swfdec-%%VERSION%%/swfdec_render_libart.h
 include/swfdec-%%VERSION%%/swfdec_shape.h
 include/swfdec-%%VERSION%%/swfdec_sound.h
 include/swfdec-%%VERSION%%/swfdec_sprite.h
--- swfdec-0.3.6.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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