summaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* add libdvdcssijliao2001-07-065-0/+47
| | | | Accessing DVDs like a block device w/o having to bother about the decryption
* Add tips:sanpei2001-07-022-0/+24
| | | | | | | - linuxproc - new option format Submitted by: Yoshihiko SARUMARU <mistral@imasy.or.jp>
* Upgrade to mtv 1.2.5kris2001-07-013-18/+19
| | | | | Submitted by: Pete Fritchman <petef@databits.net> PR: ports/28568
* Update to 0.4.4.sobomax2001-06-262-2/+2
|
* Chase increased version number of libxmms.sobomax2001-06-211-1/+1
|
* Update to 1.2.5.sobomax2001-06-219-193/+34
| | | | | PR: 28292 Submitted by: maintainer
* Mark broken by indicating that the maintainer is working on a fix.dougb2001-06-101-0/+2
|
* Display message to warn user archivers/unzip may need to be installedmarkp2001-06-092-0/+3
| | | | | PR: 24417 Reviewed by: will
* Fix build when WINE is installed.roam2001-06-084-9/+26
| | | | | | | | Abort the build when GNU pth is installed. Remove the WITH_MGA knob. PR: 27961 Submitted by: maintainer
* add dumpmpegijliao2001-06-035-0/+31
| | | | Dump frames from mpeg movies
* add enjoympegijliao2001-06-035-0/+56
| | | | An MPEG-1 video player
* * Update to 8.cs2dougb2001-05-293-58/+60
| | | | | | * Slightly modify a comment to prevent it from triggering portlint * Update URL for manual download * Sort and update plist
* upgrade to 0.60.20010429ijliao2001-05-237-111/+73
| | | | | PR: 26987 Submitted by: maintainer
* Don't overwrite CATEGORIES in master ports. Use += instead, so slavessobomax2001-05-221-1/+1
| | | | | would be able to insert their own entries (usually language category) upfront.
* Update to 0.4.3.sobomax2001-05-183-17/+47
| | | | | | PR: 27388 Submitted by: maintainer, sobomax Approved by: maintainer
* upgrade to 0.7bijliao2001-05-182-2/+2
|
* add mpgtxijliao2001-05-156-0/+91
| | | | A command line MPEG audio/video/system file toolbox
* Pass ${CONFIGURE_ENV} to MAKE_ENV too, this fixes a problem withasami2001-04-182-0/+2
| | | | | | configure/build. Submitted by: will
* add vcdimagerijliao2001-04-167-0/+76
| | | | | | | GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool PR: 26606 Submitted by: Harold Gutch <logix@foobar.franken.de>
* Fix MASTER_SITEStom2001-04-131-1/+1
|
* Move:sobomax2001-04-093-3/+3
| | | | | | | devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami
* update to 1.6sanpei2001-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>
* Update to 0.4.3.sobomax2001-04-064-22/+3
|
* Move regex pthread tweak from pre-patch to post-patch to avoid breakage onsobomax2001-04-062-3/+3
| | | | | | 4-*. Prompted by: will
* Remove files not found in KDE 2.1.1.will2001-04-032-6/+0
| | | | Found by: bento
* 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
OpenPOWER on IntegriCloud