aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* Move:Maxim Sobolev2001-04-093-3/+3
| | | | | | | | | | devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami Notes: svn path=/head/; revision=41125
* update to 1.6MIHIRA Sanpei Yoshiro2001-04-086-8/+14
| | | | | | | | | | | | | | | | | | | 1.6 Fullscreen video, transportque algorithm, PCM soundfile support, letterbox cropping and hardware acceleration for uncompressed video, and uninterrupted resizes. 1.5.4 64 bit Quicktime. Improved DVD decoding. Documented IDE bug move Web page NOTICE: If you use with 4.x-RELEASE, it need to add ``options USER_LDT'' in your kernel config. Suggested by: Lee Hamilton <lee@subvert.net> Notes: svn path=/head/; revision=41054
* Update to 0.4.3.Maxim Sobolev2001-04-064-22/+3
| | | | Notes: svn path=/head/; revision=40951
* Move regex pthread tweak from pre-patch to post-patch to avoid breakage onMaxim Sobolev2001-04-062-3/+3
| | | | | | | | | 4-*. Prompted by: will Notes: svn path=/head/; revision=40931
* Remove files not found in KDE 2.1.1.Will Andrews2001-04-032-6/+0
| | | | | | | Found by: bento Notes: svn path=/head/; revision=40822
* Update to 0.3.4.Maxim Sobolev2001-04-034-78/+25
| | | | | | | Submitted by: David Hill <david@phobia.ms> Notes: svn path=/head/; revision=40798
* Overhaul QT/KDE support:Will Andrews2001-04-035-22/+8
| | | | | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal) Notes: svn path=/head/; revision=40792
* Fix the build on -current (PTHREAD_LIBS conversion victim).Maxim Sobolev2001-04-023-3/+3
| | | | | | | Prompted by: Michael McGoldrick <mtm98@doc.ic.ac.uk> Notes: svn path=/head/; revision=40730
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-293-4/+4
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Add graceful creation/removal of global Skins dir.Mario Sergio Fujikawa Ferreira2001-03-292-0/+5
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=40513
* Allow MAINTAINER to be redefined in slave ports.Maxim Sobolev2001-03-281-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=40498
* Don't fail on a read-only ${PORTSDIR}Kris Kennaway2001-03-251-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=40379
* Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, whatWill Andrews2001-03-242-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this involves is this: Cull GL from Qt by default, but still provide a Qt+GL library that may or may not have threads. Then also provide a Qt library that has threads but not GL. This allows us to make KDE2 depend on a library that will *not* have threads, ever. Threads will be revisited at a later date. Ports that require GL support need to be updated to use the hacked library, libqtgl.so.4. The net result is that we bloat our qt2 package by 1.5-2.5MB for compatability. Also, static qt will not have GL support. Introduce bsd.kde.mk, which will be tested on bento before becoming fully activated. Replace qt22-static with qt2-static, since it's just a proxy. Update qt-designer to depend on qt23. Also make the old hack to package the correct lib obsolete by using PLIST_SUB instead. Miscellaneous changes: remove LIBQTFILE from CONFIGURE_ENV, it's not used anymore. Solve namespace pollution problems with the devel/pth and devel/libgnugetopt ports. Hopefully. Suggested by: ade, asami, sobomax (bsd.kde.mk) Repocopied by: asami (qt22-static --> qt2-static) Notes: svn path=/head/; revision=40324
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".David E. O'Brien2001-03-203-5/+3
| | | | Notes: svn path=/head/; revision=40120
* Add xawtv 3.37, a TV viewing application and a few TV utilities.Will Andrews2001-03-206-0/+77
| | | | | | | | PR: 25515 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=40078
* Add xmms-avi 1.2.2, an avifile based .avi and .asf file playbackWill Andrews2001-03-206-0/+58
| | | | | | | | | | plugin for XMMS. Very cool! PR: 24939 Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=40077
* - Update patches in sync with rev 1.3 of Makefile and distinfo,Mario Sergio Fujikawa Ferreira2001-03-182-1/+72
| | | | | | | activating the new source files Notes: svn path=/head/; revision=40017
* - Weird, the new distfile was rolled but no version changedMario Sergio Fujikawa Ferreira2001-03-182-1/+2
| | | | | | | | | | | | - Bump PORTREVISION to alert users - Changes: o Several source file copyright notice changes o Changes on the win32 build system o Addition of debug (debug.*) and yuv file storing (store.*) code o Removal of some experimental code Notes: svn path=/head/; revision=40013
* - First import since repocopy from libdixdecore:Mario Sergio Fujikawa Ferreira2001-03-136-25/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Enable port in CATEGORY Makefile 2) Add port into CVSROOT/modules 3) This a port of the developer version of libdivxdecore 4) Fix typo: port created on year 2001, not 20001. 5) Update port to developer Version 4.0 alpha48 2001-02-22. PORTVERSION=0.4.0.48 6) This port downloads a source only CVS tag developer version. Therefore, it comes without the tools necessary to build it (makefile, configure, ...) 7) Inherit (copy) from the non-developer version distfile the structure necessary to build it. Patch it to suit this port specific needs. More specifically, add new source code files to makefile(s): yuv2rgb.c (Changelog #13). 8) Since it is a developer version of another port, it can use some of its structure such as DESCR, PLIST. Therefore local copies are not necessary. - Library changes in new version: o Changelog: 1) Added VO and VOL header in the MPEG-4 bitstream to encore 2) Added YUV input in encore 3) Provided a sample test code for encore 4) Rewrote the bitstream handling in the encore 5) Some cleanup and minor optimize in the modules in encore 6) Fade/Cross Fade Improved 7) Added VO and VOL header parser in decore 8) Added various functions to support the YUV output formats 9) Splitted the YUV to RGB 16 bit conversion routine in 2 different routines (555 and 565 16 bit color mode) in decore 10) Modified the interface to take care of the new characteristics (more output format supported, possibility to change the output format at run-time). These changes are backward compatible (previous API call are still valid) 11) Modified the parser to be able to decode the stream with/without the VOL at the same time 12) Removed all the boring warnings until Level 3 of Visual C++ 13) ANSI C Implementation of the yuv2rgb.c added (2001-01-23, 00:00:00 GMT) o Bugs Corrected: 1) Some bug has been fixed in the post processing algorithm (chrominance deblocking and vertical deblocking) 2) Bug fixed in YUV to RGB 16 bit conversion routine Notes: svn path=/head/; revision=39793
* Fix typo: port created on year 2001, not 20001Mario Sergio Fujikawa Ferreira2001-03-131-1/+1
| | | | Notes: svn path=/head/; revision=39706
* update to 1.03.FUJISHIMA Satsuki2001-03-126-71/+11
| | | | | | | | | PR: 25646 Submitted by: John Saunders <john@nlc.net.au> (Non-response from maintainer) Notes: svn path=/head/; revision=39700
* Fix and sort plistKris Kennaway2001-03-101-6/+7
| | | | Notes: svn path=/head/; revision=39370
* follow the standard in the porters handbookYing-Chieh Liao2001-03-091-1/+1
| | | | | | | Submitted by: dannyboy Notes: svn path=/head/; revision=39291
* add vcdtools, enable you to create your own VCDYing-Chieh Liao2001-03-086-0/+46
| | | | Notes: svn path=/head/; revision=39277
* add vcdpadYing-Chieh Liao2001-03-086-0/+34
| | | | | | | VCDpad : pad vcd mpegs Notes: svn path=/head/; revision=39276
* Fix pkg-plistKevin Lo2001-03-082-38/+0
| | | | | | | Approved by: will Notes: svn path=/head/; revision=39243
* Clean up ugly wording of instructions on how to use kscd.Will Andrews2001-03-052-12/+12
| | | | | | | Submitted by: demon (with slight modifications) Notes: svn path=/head/; revision=39090
* Attempt to fix conflicts with a local getopt.h (specifically, the fix isWill Andrews2001-03-052-2/+2
| | | | | | | for libgnugetopt's getopt.h). Not tested, but should work. Notes: svn path=/head/; revision=39086
* There is no libgcc_r.a anymore.Maxim Sobolev2001-02-281-1/+1
| | | | Notes: svn path=/head/; revision=38885
* Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result ofWill Andrews2001-02-2610-350/+1432
| | | | | | | | | | | | | | | | | | the KDE team's excellent work, I am initiating burn sequence for KDE 1.x. All base KDE1 ports are hereby nuked. I am also reluctantly reassuming maintainership of the KDE2 ports. Official KDE 2.1 packages built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's official ftp mirrors now. Enjoy! Note: It seems that the KDE people rerolled their kdelibs and kdebase packages, and a quick examination of diffs reveal minor changes, but the port should still work. I'll fix the packaging problems that bento runs into. Approved by: kevlo Notes: svn path=/head/; revision=38810
* Upgrade to mtv 1.2.1Kris Kennaway2001-02-262-2/+2
| | | | Notes: svn path=/head/; revision=38717
* Upgrade to version 0.53.5Mario Sergio Fujikawa Ferreira2001-02-232-2/+2
| | | | | | | | PR: 25307 Submitted by: maintainer Notes: svn path=/head/; revision=38650
* Add two missed static libraries.Maxim Sobolev2001-02-201-0/+2
| | | | | | | Submitted by: "pkg_delete /var/db/pkg/*" Notes: svn path=/head/; revision=38514
* Update SDL shared library version number.Maxim Sobolev2001-02-163-3/+3
| | | | Notes: svn path=/head/; revision=38409
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | Notes: svn path=/head/; revision=38321
* Fix typo in CODEC installation detection adhoc rotines:Mario Sergio Fujikawa Ferreira2001-02-132-6/+6
| | | | | | | | | | - Both change CODEC_PORT to a relative reference and update CODEC_DETECTION_FILE to a cleaner syntax. Submitted by: sobomax Notes: svn path=/head/; revision=38293
* New port of a xmps plugin for Win32 (TM) CodecsMario Sergio Fujikawa Ferreira2001-02-135-0/+45
| | | | | | | Reviewed by: sobomax Notes: svn path=/head/; revision=38290
* Initial revision of this port. It will now have a history of its own. :)Mario Sergio Fujikawa Ferreira2001-02-1310-245/+18
| | | | | | | | | | | | | | Remove all non-codec related information. Also, add audio as a secondary category since the codecs cover video as well as audio only types. PR: 25035 Reviewed by: sobomax Approved by: maintainer Notes: svn path=/head/; revision=38289
* Move all codecs to a port of their own, since the codecs presentMario Sergio Fujikawa Ferreira2001-02-133-40/+8
| | | | | | | | | | | | | | | | | | | on this port can be also used by other ports -> graphics/win32-codecs. Therefore, all codec related code will be removed, Depend on that port from now on. A positive side effect is that this port can now produce a package since the RESTRICTED flag (related to the codecs) can be removed. Update LEGAL, win32-codecs instead of avifile is now RESTRICTED. PR: 25035 Reviewed by: sobomax Approved by: maintainer Notes: svn path=/head/; revision=38288
* Initial importMario Sergio Fujikawa Ferreira2001-02-125-0/+53
| | | | | | | | | xmps plugin using OpenDivX decoding engine from Project Mayo Initial library numbering 0 (distfile numbering) Notes: svn path=/head/; revision=38279
* Initial importMario Sergio Fujikawa Ferreira2001-02-1210-0/+94
| | | | | | | | | | | OpenDivX decoding engine from Project Mayo Initial library numbering 0 (distfile numbering) PR: 25036 Notes: svn path=/head/; revision=38278
* Upgrade to version 0.3.7.Kevin Lo2001-02-083-4/+8
| | | | | | | | | | Besides, I fix MASTER_SITES. PR: 24883 Submitted by: Ports Fury Notes: svn path=/head/; revision=38107
* Add missed sdl-devel dependency.Maxim Sobolev2001-02-061-0/+2
| | | | | | | Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=38024
* Style fixes for graphics category.Jimmy Olgeni2001-02-052-3/+3
| | | | Notes: svn path=/head/; revision=37990
* - Update to 0.2.0;Maxim Sobolev2001-02-0422-142/+269
| | | | | | | | | | | | | | | | | - make pkg-descr reflecting reality (no smpeg anymore); - force usual naming conventions for the libraries installed into ${PREFIX}/lib (i.e. .so and .so.xxx, not just .so). Please note that unlike previous, this new version doesn't include ability to play MPEG-1 OOB, so if you use it for than you probably may want to stick with 0.1.3. Also please note that it's still full of stupid bugs and linuxisms (like assumption that OS should zero all unitialized data when loading a program), so beware. Update prompted by: lioux Notes: svn path=/head/; revision=37956
* Style: use tabs, not spaces, to indent variables in Makefiles.Jimmy Olgeni2001-02-041-2/+2
| | | | | | | (whitespace only changes) Notes: svn path=/head/; revision=37952
* Fix typo.Kevin Lo2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=37869
* Fix typo in pkg-comment: componets -> componentsJimmy Olgeni2001-01-311-1/+1
| | | | Notes: svn path=/head/; revision=37849
* update to 0.53.4.FUJISHIMA Satsuki2001-01-284-4/+4
| | | | | | | | PR: 24702 Submitted by: maintainer Notes: svn path=/head/; revision=37700
* update to 0.53.3.FUJISHIMA Satsuki2001-01-268-42/+74
| | | | | | | | PR: 24631 Submitted by: maintainer Notes: svn path=/head/; revision=37610