summaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.3.4.sobomax2001-04-034-78/+25
| | | | Submitted by: David Hill <david@phobia.ms>
* Overhaul QT/KDE support:will2001-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)
* Fix the build on -current (PTHREAD_LIBS conversion victim).sobomax2001-04-023-3/+3
| | | | Prompted by: Michael McGoldrick <mtm98@doc.ic.ac.uk>
* -pthread --> ${PTHREAD_LIBS}sobomax2001-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.
* Add graceful creation/removal of global Skins dir.lioux2001-03-292-0/+5
| | | | Approved by: maintainer
* Allow MAINTAINER to be redefined in slave ports.sobomax2001-03-281-1/+1
| | | | Submitted by: maintainer
* Don't fail on a read-only ${PORTSDIR}kris2001-03-251-1/+1
| | | | Approved by: maintainer
* Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, whatwill2001-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)
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".obrien2001-03-203-5/+3
|
* Add xawtv 3.37, a TV viewing application and a few TV utilities.will2001-03-206-0/+77
| | | | | PR: 25515 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* Add xmms-avi 1.2.2, an avifile based .avi and .asf file playbackwill2001-03-206-0/+58
| | | | | | | plugin for XMMS. Very cool! PR: 24939 Submitted by: Roman Shterenzon <roman@xpert.com>
* - Update patches in sync with rev 1.3 of Makefile and distinfo,lioux2001-03-182-1/+72
| | | | activating the new source files
* - Weird, the new distfile was rolled but no version changedlioux2001-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
* - First import since repocopy from libdixdecore:lioux2001-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
* Fix typo: port created on year 2001, not 20001lioux2001-03-131-1/+1
|
* update to 1.03.sf2001-03-126-71/+11
| | | | | | PR: 25646 Submitted by: John Saunders <john@nlc.net.au> (Non-response from maintainer)
* Fix and sort plistkris2001-03-101-6/+7
|
* follow the standard in the porters handbookijliao2001-03-091-1/+1
| | | | Submitted by: dannyboy
* add vcdtools, enable you to create your own VCDijliao2001-03-086-0/+46
|
* add vcdpadijliao2001-03-086-0/+34
| | | | VCDpad : pad vcd mpegs
* Fix pkg-plistkevlo2001-03-082-38/+0
| | | | Approved by: will
* Clean up ugly wording of instructions on how to use kscd.will2001-03-052-12/+12
| | | | Submitted by: demon (with slight modifications)
* Attempt to fix conflicts with a local getopt.h (specifically, the fix iswill2001-03-052-2/+2
| | | | for libgnugetopt's getopt.h). Not tested, but should work.
* There is no libgcc_r.a anymore.sobomax2001-02-281-1/+1
|
* Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result ofwill2001-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
* Upgrade to mtv 1.2.1kris2001-02-262-2/+2
|
* Upgrade to version 0.53.5lioux2001-02-232-2/+2
| | | | | PR: 25307 Submitted by: maintainer
* Add two missed static libraries.sobomax2001-02-201-0/+2
| | | | Submitted by: "pkg_delete /var/db/pkg/*"
* Update SDL shared library version number.sobomax2001-02-163-3/+3
|
* typo clean up police: \s -> \tlioux2001-02-141-1/+1
|
* Fix typo in CODEC installation detection adhoc rotines:lioux2001-02-132-6/+6
| | | | | | | - Both change CODEC_PORT to a relative reference and update CODEC_DETECTION_FILE to a cleaner syntax. Submitted by: sobomax
* New port of a xmps plugin for Win32 (TM) Codecslioux2001-02-135-0/+45
| | | | Reviewed by: sobomax
* Initial revision of this port. It will now have a history of its own. :)lioux2001-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
* Move all codecs to a port of their own, since the codecs presentlioux2001-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
* Initial importlioux2001-02-125-0/+53
| | | | | | xmps plugin using OpenDivX decoding engine from Project Mayo Initial library numbering 0 (distfile numbering)
* Initial importlioux2001-02-1210-0/+94
| | | | | | | | OpenDivX decoding engine from Project Mayo Initial library numbering 0 (distfile numbering) PR: 25036
* Upgrade to version 0.3.7.kevlo2001-02-083-4/+8
| | | | | | | Besides, I fix MASTER_SITES. PR: 24883 Submitted by: Ports Fury
* Add missed sdl-devel dependency.sobomax2001-02-061-0/+2
| | | | Submitted by: Roman Shterenzon <roman@xpert.com>
* Style fixes for graphics category.olgeni2001-02-052-3/+3
|
* - Update to 0.2.0;sobomax2001-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
* Style: use tabs, not spaces, to indent variables in Makefiles.olgeni2001-02-041-2/+2
| | | | (whitespace only changes)
* Fix typo.kevlo2001-02-011-1/+1
|
* Fix typo in pkg-comment: componets -> componentsolgeni2001-01-311-1/+1
|
* update to 0.53.4.sf2001-01-284-4/+4
| | | | | PR: 24702 Submitted by: maintainer
* update to 0.53.3.sf2001-01-268-42/+74
| | | | | PR: 24631 Submitted by: maintainer
* s/w32/win32/, my fault :Qvanilla2001-01-241-2/+2
| | | | | | And bump version. Submitted by: maintainer
* If the graphics/avifile port is installed, xine can use its win32 libs.alex2001-01-241-1/+1
| | | | | | | | Correct the path to them. PORTREVISION bump. PR: 24579 Submitted by: Roman Shterenzon <roman@xpert.com>
* Set the right win32 path, and bump version.vanilla2001-01-241-0/+2
| | | | | PR: ports/34579 Submitted by: maintainer.
* Upgrade to 0.3.6. Besides, I fix pkg-plist.kevlo2001-01-235-369/+3
| | | | | PR: 24532 Submitted by: MAINTAINER
* Update to 1.6dcpiazza2001-01-222-5/+5
|
OpenPOWER on IntegriCloud