summaryrefslogtreecommitdiffstats
path: root/graphics/swfdec
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /graphics/swfdec
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/swfdec')
-rw-r--r--graphics/swfdec/Makefile59
-rw-r--r--graphics/swfdec/distinfo3
-rw-r--r--graphics/swfdec/files/patch-test_parse.c10
-rw-r--r--graphics/swfdec/pkg-descr6
-rw-r--r--graphics/swfdec/pkg-plist34
5 files changed, 0 insertions, 112 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile
deleted file mode 100644
index 21f3c925d..000000000
--- a/graphics/swfdec/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: swfdec
-# Date created: Apr 5, 2003
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= swfdec
-PORTVERSION= 0.3.6
-PORTREVISION= 3
-CATEGORIES= graphics
-MASTER_SITES= http://www.schleef.org/swfdec/download/
-
-MAINTAINER= rainer.alves@gmail.com
-COMMENT= Flash Rendering Library
-
-LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \
- oil-0.3.1:${PORTSDIR}/devel/liboil
-
-USE_XLIB= yes
-USE_SDL= sdl
-USE_GNOME= gnomehack gtk20 libartlgpl2
-USE_GSTREAMER80= gconf
-USE_GETOPT_LONG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --disable-mozilla-plugin
-INSTALLS_SHLIB= yes
-
-PLIST_SUB= VERSION=${PORTVERSION:R}
-
-.if exists(${LOCALBASE}/bin/gimp-2.2)
-WITH_GIMP=yes
-.endif
-
-.if defined(WITH_GIMP)
-LIB_DEPENDS+= gimp-2.0.200:${PORTSDIR}/graphics/gimp
-PLIST_SUB+= GIMP=""
-.else
-PLIST_SUB+= GIMP="@comment "
-.endif
-
-pre-everything::
- @${ECHO} ""
- @${ECHO} "Define WITH_GIMP in order to build the SWF Gimp plugin"
- @${ECHO} ""
-
-post-patch:
-.if !defined(WITH_GIMP)
- @${REINPLACE_CMD} -e 's|gimp-loader||g' ${WRKSRC}/Makefile.in
-.endif
- @${REINPLACE_CMD} -e "s,int16_t,__int16_t," ${WRKSRC}/libswfdec/swfdec_shape.c
- @${REINPLACE_CMD} -e 's|libdir)/gimp/1.3|prefix)/libexec/gimp/2.2|g' ${WRKSRC}/gimp-loader/Makefile.in
- @${REINPLACE_CMD} -e 's|plugin||g' ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG:T}|g" ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/graphics/swfdec/distinfo b/graphics/swfdec/distinfo
deleted file mode 100644
index ab85c3a16..000000000
--- a/graphics/swfdec/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-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 --git a/graphics/swfdec/files/patch-test_parse.c b/graphics/swfdec/files/patch-test_parse.c
deleted file mode 100644
index dbacc9545..000000000
--- a/graphics/swfdec/files/patch-test_parse.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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 --git a/graphics/swfdec/pkg-descr b/graphics/swfdec/pkg-descr
deleted file mode 100644
index 7e094c545..000000000
--- a/graphics/swfdec/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Swfdec is a library for rendering Flash animations and games. It was
-originally designed as a basis library for creating Flash plugins for
-GStreamer, but it is a fully standalone library which only use the
-libart library for drawing.
-
-WWW: http://www.schleef.org/swfdec/
diff --git a/graphics/swfdec/pkg-plist b/graphics/swfdec/pkg-plist
deleted file mode 100644
index d563e90d6..000000000
--- a/graphics/swfdec/pkg-plist
+++ /dev/null
@@ -1,34 +0,0 @@
-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_cache.h
-include/swfdec-%%VERSION%%/swfdec_debug.h
-include/swfdec-%%VERSION%%/swfdec_decoder.h
-include/swfdec-%%VERSION%%/swfdec_font.h
-include/swfdec-%%VERSION%%/swfdec_image.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_shape.h
-include/swfdec-%%VERSION%%/swfdec_sound.h
-include/swfdec-%%VERSION%%/swfdec_sprite.h
-include/swfdec-%%VERSION%%/swfdec_text.h
-include/swfdec-%%VERSION%%/swfdec_transform.h
-include/swfdec-%%VERSION%%/swfdec_types.h
-include/swfdec-%%VERSION%%/tags.h
-lib/gtk-2.0/%%GTK2_VERSION%%/loaders/swf_loader.a
-lib/gtk-2.0/%%GTK2_VERSION%%/loaders/swf_loader.la
-lib/gtk-2.0/%%GTK2_VERSION%%/loaders/swf_loader.so
-lib/libswfdec-%%VERSION%%.a
-lib/libswfdec-%%VERSION%%.la
-lib/libswfdec-%%VERSION%%.so
-lib/libswfdec-%%VERSION%%.so.0
-libdata/pkgconfig/swfdec-%%VERSION%%.pc
-%%GIMP%%libexec/gimp/2.2/plug-ins/swf
-@dirrm include/swfdec-%%VERSION%%