summaryrefslogtreecommitdiff
path: root/graphics/libflash
AgeCommit message (Collapse)AuthorFilesLines
2003-09-28Fix GCC 3.3.1 related build problem.tron2-4/+4
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-17Remove '#ifdef __linux__' around '#include <math.h>'. Fixes build under gcc3.abs2-6/+4
2003-03-14On Linux, we need to include <math.h> in one instance.jschauma2-1/+13
Note that after this, the package installs cleanly without a problem, indicating that jlam's fixes for PR pkg/19735 worked and the PR most likely can be closed.
2003-01-30Bump PKGREVISIONs of libflash, flashplayer, and moz-flash. Thesejlam13-123/+154
packages can now use audio/oss for OSS audio support. Convert to use buildlink2 and make libflash.so link against the proper libraries so that all inter-library dependencies are recorded. Also build moz-flash using libtool instead of guessing at the link command for the shared module.
2003-01-30sortjlam1-14/+14
2002-07-11Updated libflash to 0.4.10nb3abs11-157/+170
Updated moz-flash to 1.0nb2 Updated flashplayer to 0.4.10nb1 Do not immediately dereference a null pointer after reporting 'Unsupported depth' - return 0 and let the calling function handle it. Avoids coredumps on 8bit displays. They still do not display the flash, but at least its more graceful. Fixes pkg/14827 from Greg A. Woods
2002-01-03Obey CFLAGSabs9-113/+107
2001-12-03Make sure to actually GC the shm descriptor.mycroft2-5/+13
2001-12-03Trim the patch so it doesn't include an $Id$ tag. This is an awful hack.mycroft2-5/+4
2001-12-03Regen.mycroft1-2/+2
2001-12-03++PKGREVISIONmycroft1-2/+2
2001-12-03Use 44100, 22050, 11025 and 5512Hz, not rounded variants.mycroft2-8/+44
2001-12-02The plugin code needs -fPIC -lXt -lX11 -lossaudio to build a working module.mycroft2-7/+7
2001-12-01Bump to libflash-0.4.10nb1:hubertf3-7/+26
Add a patch needed for moz-flash so this package can also be used from X11BASE. Patch contributed by Johan Danielsson <joda@pdc.kth.se> in PR #14794
2001-11-23Pass the environment down through the custom do-build and do-installagc1-3/+3
targets, otherwise the LIBTOOL definition doesn't get passed on.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-13/+11
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+3
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-08-28Initial import of libflash-0.4.10, a GPL library for playing Flash[tm]rh15-0/+230
movies. Provided in private mail by hubertf with some changes by myself to split up the package into separate library, player, and plugin parts.