diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-09-30 08:58:22 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-09-30 08:58:22 +0000 |
commit | 2778716571b572673d6e14c640ee11826a43efdf (patch) | |
tree | 352b0e441f5e463d9704267c075dfec856538309 /graphics | |
parent | 1b3195a29c64bb1fd9e2ce5a0f90a922782f4bed (diff) | |
download | ports-2778716571b572673d6e14c640ee11826a43efdf.tar.gz ports-2778716571b572673d6e14c640ee11826a43efdf.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 2 | ||||
-rw-r--r-- | graphics/flashplayer/Makefile | 32 | ||||
-rw-r--r-- | graphics/flashplayer/distinfo | 2 | ||||
-rw-r--r-- | graphics/flashplayer/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/libflash/Makefile | 38 | ||||
-rw-r--r-- | graphics/libflash/distinfo | 2 | ||||
-rw-r--r-- | graphics/libflash/files/patch-ah | 24 | ||||
-rw-r--r-- | graphics/libflash/files/patch-ai | 23 | ||||
-rw-r--r-- | graphics/libflash/files/patch-configure | 11 | ||||
-rw-r--r-- | graphics/libflash/files/patch-graphic16.h | 11 | ||||
-rw-r--r-- | graphics/libflash/files/patch-graphic24.h | 11 | ||||
-rw-r--r-- | graphics/libflash/files/patch-graphic32.h | 11 | ||||
-rw-r--r-- | graphics/libflash/files/patch-lib::Makefile.in | 11 | ||||
-rw-r--r-- | graphics/libflash/files/patch-matrix.h | 18 | ||||
-rw-r--r-- | graphics/libflash/files/patch-sound.h | 15 | ||||
-rw-r--r-- | graphics/libflash/files/patch-swf.h | 12 | ||||
-rw-r--r-- | graphics/libflash/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/libflash/pkg-plist | 5 |
18 files changed, 0 insertions, 243 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6f8cb0a8d37f..1b3c49035ae0 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -180,7 +180,6 @@ SUBDIR += fig2sxd SUBDIR += figurine SUBDIR += flam3 - SUBDIR += flashplayer SUBDIR += flasm SUBDIR += fli2gif SUBDIR += flip @@ -445,7 +444,6 @@ SUBDIR += libemf SUBDIR += libexif SUBDIR += libexif-gtk - SUBDIR += libflash SUBDIR += libfpx SUBDIR += libgeotiff SUBDIR += libgfx diff --git a/graphics/flashplayer/Makefile b/graphics/flashplayer/Makefile deleted file mode 100644 index f63bf653e837..000000000000 --- a/graphics/flashplayer/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: flashplayer -# Date created: 2 October 1999 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= flashplayer -PORTVERSION= 0.4.13 -PORTREVISION= 5 -CATEGORIES= graphics -MASTER_SITES= SF/gplflash/gplflash/${PORTVERSION} -DISTNAME= gplflash-${PORTVERSION} - -MAINTAINER= llwang@infor.org -COMMENT= GPL standalone Flash (TM) player - -DEPRECATED= Depends on deprecated ../libflash -EXPIRATION_DATE= 2011-09-30 - -LIB_DEPENDS= flash.0:${PORTSDIR}/graphics/libflash - -WRKSRC= ${WRKDIR}/${DISTNAME}/player -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_XORG= x11 xaw xkbfile -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_WRKSRC= ${WRKDIR}/${DISTNAME} -PLIST_FILES= bin/swfplayer - -.include <bsd.port.mk> diff --git a/graphics/flashplayer/distinfo b/graphics/flashplayer/distinfo deleted file mode 100644 index ce7741ec0433..000000000000 --- a/graphics/flashplayer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gplflash-0.4.13.tar.bz2) = c249c02b5f5325125ec3f331c0bc2b8fa47d9315bdf3b0d0aeb08511ddafcd5c -SIZE (gplflash-0.4.13.tar.bz2) = 323128 diff --git a/graphics/flashplayer/pkg-descr b/graphics/flashplayer/pkg-descr deleted file mode 100644 index d3a0c928da7f..000000000000 --- a/graphics/flashplayer/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is GPL standalone Flash (TM) Player, that comes with FlashLib -(libflash) distribution. - -Author: Olivier Debon <olivier@debon.net> -WWW: http://gplflash.sourceforge.net/ - -The Netscape plugin is also available as a separate port. diff --git a/graphics/libflash/Makefile b/graphics/libflash/Makefile deleted file mode 100644 index 883ee5545284..000000000000 --- a/graphics/libflash/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: FlashLib -# Date created: 10 October 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= libflash -PORTVERSION= 0.4.13 -PORTREVISION= 5 -CATEGORIES= graphics -MASTER_SITES= SF/gplflash/gplflash/${PORTVERSION} -DISTNAME= gplflash-${PORTVERSION} - -MAINTAINER= llwang@infor.org -COMMENT= GPL Flash (TM) Library - -# Depended on by graphics/flashplayer, www/flashplugin-mozilla, also DEPRECATED -DEPRECATED= gplflash is no longer supported. Please use gnash instead -EXPIRATION_DATE= 2011-09-30 - -LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ - jpeg.11:${PORTSDIR}/graphics/jpeg - -USE_XORG= x11 xext xkbfile xt -WRKSRC= ${WRKDIR}/${DISTNAME}/lib -USE_AUTOTOOLS= libtool -PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_WRKSRC= ${WRKDIR}/${DISTNAME} -USE_BZIP2= yes -USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' ${WRKSRC}/swf.h - -.include <bsd.port.mk> diff --git a/graphics/libflash/distinfo b/graphics/libflash/distinfo deleted file mode 100644 index ce7741ec0433..000000000000 --- a/graphics/libflash/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gplflash-0.4.13.tar.bz2) = c249c02b5f5325125ec3f331c0bc2b8fa47d9315bdf3b0d0aeb08511ddafcd5c -SIZE (gplflash-0.4.13.tar.bz2) = 323128 diff --git a/graphics/libflash/files/patch-ah b/graphics/libflash/files/patch-ah deleted file mode 100644 index d261e922672f..000000000000 --- a/graphics/libflash/files/patch-ah +++ /dev/null @@ -1,24 +0,0 @@ ---- lib/cxform.cc.orig Tue May 2 04:18:33 2000 -+++ lib/cxform.cc Thu Oct 12 14:44:03 2000 -@@ -26,6 +26,10 @@ - static char *rcsid = "$Id"; - #endif - -+#ifdef __FreeBSD__ -+#include <ieeefp.h> -+#endif -+ - long - Cxform::getRed(long v) { - long val; -@@ -69,6 +73,10 @@ - Color - Cxform::getColor(Color color) { - Color newColor; -+ -+#ifdef __FreeBSD__ -+ fpsetmask(0); -+#endif - - newColor.red = getRed(color.red); - newColor.green = getGreen(color.green); diff --git a/graphics/libflash/files/patch-ai b/graphics/libflash/files/patch-ai deleted file mode 100644 index afbe537fd99b..000000000000 --- a/graphics/libflash/files/patch-ai +++ /dev/null @@ -1,23 +0,0 @@ ---- lib/sound.cc.orig Sat Oct 16 03:16:19 2004 -+++ lib/sound.cc Sat Oct 23 17:44:05 2004 -@@ -20,7 +20,7 @@ - // Author : Olivier Debon <odebon@club-internet.fr> - // - --#if ! defined(__linux__) -+#if ! defined(__linux__) && ! defined(__FreeBSD__) - #warning no sound support for your OS in lib/sound.cc - #define NOSOUND - #endif -@@ -33,6 +33,11 @@ - #ifndef NOSOUND - #ifdef __linux__ - #include <linux/soundcard.h> -+#else -+#ifdef __FreeBSD__ -+#include <sys/param.h> -+#include <sys/soundcard.h> -+#endif - #endif - #endif - diff --git a/graphics/libflash/files/patch-configure b/graphics/libflash/files/patch-configure deleted file mode 100644 index cfe5a0d9a69f..000000000000 --- a/graphics/libflash/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Fri Oct 15 13:35:02 2004 -+++ configure Wed Nov 17 16:04:44 2004 -@@ -1529,7 +1529,7 @@ - - # libtool versioning - LT_RELEASE=$FLASH_MAJOR_VERSION.$FLASH_MINOR_VERSION --LT_CURRENT=`expr $FLASH_MICRO_VERSION - $FLASH_INTERFACE_AGE` -+LT_CURRENT=$FLASH_MAJOR_VERSION - LT_REVISION=$FLASH_INTERFACE_AGE - LT_AGE=`expr $FLASH_BINARY_AGE - $FLASH_INTERFACE_AGE` - diff --git a/graphics/libflash/files/patch-graphic16.h b/graphics/libflash/files/patch-graphic16.h deleted file mode 100644 index 07f6556d1e39..000000000000 --- a/graphics/libflash/files/patch-graphic16.h +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/graphic16.h Fri May 25 15:04:22 2007 -+++ lib2/graphic16.h Fri May 25 15:05:53 2007 -@@ -24,7 +24,7 @@ - - class GraphicDevice16: public GraphicDevice { - private: -- long GraphicDevice16::allocColor(Color color); -+ long allocColor(Color color); - - public: - GraphicDevice16(FlashDisplay *fd); diff --git a/graphics/libflash/files/patch-graphic24.h b/graphics/libflash/files/patch-graphic24.h deleted file mode 100644 index 8be94d090e5f..000000000000 --- a/graphics/libflash/files/patch-graphic24.h +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/graphic24.h Fri May 25 15:04:22 2007 -+++ lib2/graphic24.h Fri May 25 15:06:00 2007 -@@ -24,7 +24,7 @@ - - class GraphicDevice24: public GraphicDevice { - private: -- long GraphicDevice24::allocColor(Color color); -+ long allocColor(Color color); - - public: - GraphicDevice24(FlashDisplay *fd); diff --git a/graphics/libflash/files/patch-graphic32.h b/graphics/libflash/files/patch-graphic32.h deleted file mode 100644 index d788e38ac2b0..000000000000 --- a/graphics/libflash/files/patch-graphic32.h +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/graphic32.h Fri May 25 15:04:22 2007 -+++ lib2/graphic32.h Fri May 25 15:06:05 2007 -@@ -24,7 +24,7 @@ - - class GraphicDevice32: public GraphicDevice { - private: -- long GraphicDevice32::allocColor(Color color); -+ long allocColor(Color color); - - public: - GraphicDevice32(FlashDisplay *fd); diff --git a/graphics/libflash/files/patch-lib::Makefile.in b/graphics/libflash/files/patch-lib::Makefile.in deleted file mode 100644 index 691ac1beae1b..000000000000 --- a/graphics/libflash/files/patch-lib::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/Makefile.in.orig Wed Jan 19 12:30:52 2005 -+++ lib/Makefile.in Mon Apr 18 04:59:51 2005 -@@ -256,7 +256,7 @@ - - libflash_includedir = $(includedir) - libflash_la_LDFLAGS = \ -- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -+ -version-info $(LT_CURRENT) \ - -export-dynamic \ - $(LIBJPEG) $(LIBZ) $(LIBMAD) - diff --git a/graphics/libflash/files/patch-matrix.h b/graphics/libflash/files/patch-matrix.h deleted file mode 100644 index 3cb0fd6af337..000000000000 --- a/graphics/libflash/files/patch-matrix.h +++ /dev/null @@ -1,18 +0,0 @@ ---- lib/matrix.h Fri May 25 15:04:22 2007 -+++ lib2/matrix.h Fri May 25 15:05:10 2007 -@@ -33,13 +33,13 @@ - #endif - - inline -- long Matrix::getX(long x, long y) -+ long getX(long x, long y) - { - return (long) (x*a+y*b+tx); - }; - - inline -- long Matrix::getY(long x, long y) -+ long getY(long x, long y) - { - return (long) (x*c+y*d+ty); - }; diff --git a/graphics/libflash/files/patch-sound.h b/graphics/libflash/files/patch-sound.h deleted file mode 100644 index 471c8d0e5076..000000000000 --- a/graphics/libflash/files/patch-sound.h +++ /dev/null @@ -1,15 +0,0 @@ ---- lib/sound.h Fri May 25 15:04:22 2007 -+++ lib2/sound.h Fri May 25 15:05:20 2007 -@@ -103,9 +103,9 @@ - long playSounds(); // Actually play sounds of all instances - long fillSoundBuffer(SoundList *, char *buffer, long bufferSize); // Fill sound buffer - private: -- int SoundMixer::Mp3Scale(mad_fixed_t sample); -- void SoundMixer::Mp3Decompress(SoundList *sl); -- void SoundMixer::uninitMp3Sounds(SoundList *sl); -+ int Mp3Scale(mad_fixed_t sample); -+ void Mp3Decompress(SoundList *sl); -+ void uninitMp3Sounds(SoundList *sl); - }; - - #endif /* _SOUND_H_ */ diff --git a/graphics/libflash/files/patch-swf.h b/graphics/libflash/files/patch-swf.h deleted file mode 100644 index 630fd85a7899..000000000000 --- a/graphics/libflash/files/patch-swf.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/swf.h Fri May 25 15:04:22 2007 -+++ lib2/swf.h Fri May 25 15:08:36 2007 -@@ -199,7 +199,9 @@ - #define true 1 - #endif - -+extern "C" { - extern int shape_size,shape_nb,shaperecord_size,shaperecord_nb,style_size,style_nb; -+}; - - typedef void (*ScanLineFunc)(void *id, long y, long start, long end); - diff --git a/graphics/libflash/pkg-descr b/graphics/libflash/pkg-descr deleted file mode 100644 index f78e1fe5e0ed..000000000000 --- a/graphics/libflash/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -GPL Flash (TM) Library is a set of source codes that allow to play -Flash (TM) movies. - -The core of the library is a graphic renderer that is portable is to -be reused in applications that need to play Flash (TM) movies. - -Author: Olivier Debon <olivier@debon.net> -WWW: http://gplflash.sourceforge.net/ diff --git a/graphics/libflash/pkg-plist b/graphics/libflash/pkg-plist deleted file mode 100644 index f8ed917e92a5..000000000000 --- a/graphics/libflash/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -include/flash.h -lib/libflash.a -lib/libflash.la -lib/libflash.so -lib/libflash.so.0 |