View | Details | Raw Unified | Return to bug 95795
Collapse All | Expand All

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

Return to bug 95795