summaryrefslogtreecommitdiffstats
path: root/multimedia/mplayer
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.99.5krion2004-07-238-60/+48
| | | | | PR: ports/69450 Submitted by: maintainer
* Add more PATCH_SITESvs2004-07-121-1/+3
| | | | | | PR: ports/68806 Submitted by: Jonathan Noack Approved by: maintainer
* Apply a vendor-distributed patch to correct a number of stringadamw2004-07-012-1/+7
| | | | | | vulnerabilities, some of which are remotely exploitable. More info at: http://www.mplayerhq.hu/homepage/design7/news.html
* - Respect CFLAGS, fix WITHOUT_RUNTIME_CPUDETECTION knob, stylepav2004-07-012-6/+23
| | | | | | PR: ports/68431 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Approved by: maintainer
* Add a patch that fixes a patch that used to be in the previous versionlofi2004-06-181-0/+18
| | | | | | | of the port and which has been bogusly merged into the upstream sources (but has been corrected now, the next release will be fine, hopefully). This will fix audioid with tv://
* - Autodetect fribidipav2004-06-142-4/+92
| | | | | | | | | - Enable OSD - Disable caca - Fix build with gtk1 Submitted by: Thomas E. Zander <riggs@rrr.de> PR: 67846, 67873, 67875, 67913, 67923
* Update XviD to version 1.0.1, chase shared library bump through dependencies,lofi2004-06-111-1/+1
| | | | | disable xvid support in avifile and bump PORTREVISION in transcode for added dependency on xvid4conf.
* - Update to 0.99.4 (1.0pre4)mezz2004-06-1117-404/+223
| | | | | | | - This version now support XviD 1.x, so it should allow the maintainer to update XviD. Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
* - Fix reopening of audio device after pause under certain circumstancespav2004-05-282-1/+16
| | | | | | | PR: ports/67179 Submitted by: Andriy Gapon <avg@icyb.net.ua> Approved by: maintainer Obtained from: mplayer CVS
* - Add WITH_KERN_HZ knob. It can be useful on slower processors when usingpav2004-05-251-0/+16
| | | | | | | | RTC. PR: ports/67134 Submitted by: michael johnson <ahze@ahze.net> Approved by: maintainer
* Add WITHOUT_GUI option to force mplayer's gtk gui to off and disablelofi2004-04-161-4/+22
| | | | | | | arts audio output if gui is enabled to avoid crashes caused by conflicting versions of glib. Submitted by: maintainer
* - Use /dev/acd0[c] as a default CD/DVD devicepav2004-04-031-0/+34
| | | | | | | | | - Allow people to override default device with DEFAULT_CDROM_DEVICE and DEFAULT_DVD_DEVICE knobs PR: ports/65059 Submitted by: michael johnson <ahze@ahze.net> Approved by: maintainer
* - Remove old SIZE entrieskrion2004-03-311-2/+0
|
* - Fix buffer overflow attack and remote exploit addressed tokrion2004-03-312-4/+5
| | | | | | | mplayer's http parser. PR: ports/64974 Submitted by: maintainer
* SIZEify (maintainer timeout)trevor2004-03-311-0/+2
|
* - Use USE_ICONV knobkrion2004-03-301-2/+2
| | | | Approved by: portmgr
* Fix build with freetype2-2.1.7.marcus2004-03-172-0/+24
| | | | Approved by: maintainer
* Log:znerd2004-03-163-15/+74
| | | | | | | | | | | | [1] Enable DEBUG support [2] Resolve build problems on bento for non-i386 architectures [3] Introduce rtc interoperability PR: 64314 Submitted by: maintainer Reported by: znerd [1] kris [2] Michael Johnson <ahze@ahze.net> [3]
* Chase libdv shared library version bumplioux2004-03-141-2/+2
|
* Properly use SDL everywhere:edwin2004-03-081-2/+3
| | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* This update solves two issues which are important for manykrion2004-02-264-14/+65
| | | | | | | | | | | | | | | | | | | users of mplayer: o bktr driver working. Thanks to Arjan van Leeuwen <avleeuwen@piwebs.com> and Simun Mikecin sime@logos.hr (For me it doesn't work at all, but mplayer's tv never did :-) So I rely on the reports of the users who are successful.) o disables support for libdvdnav as it's not compatible with the new version. The mplayer developers are informed and hunt the problem. o introduces a patch to fix -vo md5: patch-libvo-vo_md5.c Thanks to Christopher Nehren <apeiron@comcast.net> PR: ports/63363 Submitted by: maintainer
* Chase libdvdnav shlib.adamw2004-02-201-2/+2
|
* Remove BROKEN tag, since the problem was fixed by the recent fix to thekris2004-02-191-4/+0
| | | | | | lame port. Tracked down by: "Thomas E. Zander" <riggs@rrr.de>
* Typo: s/supprt/supportblackend2004-02-151-1/+1
|
* BROKEN on 5.x: Does not compilekris2004-02-071-0/+4
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* - Chase libraries for new libvorbis versionkrion2003-12-232-9/+17
| | | | | | | - Correctly detect AMD64 machines PR: 60528 Submitted by: maintainer
* Catch up with libogg/libvorbis version bump.naddy2003-12-201-1/+1
|
* - Unbreak on 5.2-CURRENT after Bt848 includes changepav2003-12-161-3/+16
| | | | | PR: ports/60123 (based on) Submitted by: Vincent <viny@scientiae.net>
* Switch dependency mad -> libmad as more apropriate.bland2003-12-081-2/+2
| | | | Approved by: maintainer
* Chase the libmad/libid3tag shared lib version.marcus2003-12-071-2/+2
|
* Fix build with ungif.marcus2003-11-161-1/+1
| | | | | PR: 59350 Submitted by: maintainer
* o Add missing dependency on libungif. [1]nork2003-11-142-3/+17
| | | | | | | | | o Import latest kame ipv6 patches. o Bump PORTREVISION PR: ports/59145 Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer) Reported by: Pav Lucistnik <pav@oook.cz> [1]
* * Fix autodetection problem for freetype2 which breaks gmplayer for somemarcus2003-10-081-4/+11
| | | | | | | | machines, hopefully satisfying pr/57622 * RUN_DEPENDS on mplayer-skins if compiled WITH_GUI [1] PR: 57687 Suggested by: Jeremy Messenger <mezz7@cox.net> [1]
* Down-rev the libSDL shared lib version since SDL-1.2.6 has not beenmarcus2003-10-031-1/+1
| | | | | | committed yet. Spotted by: Thierry Thomas <thierry@pompo.net>
* * Correct use of SDL, update lib dependency of SDL [1]marcus2003-10-032-2/+25
| | | | | | | | | | * Better DVD device handling for FreeBSD [2] PR: 57475 [1] 57545 Suggested by: Thierry Thomas <thierry@pompo.net> [1] Obtained from: sf [2] Submitted by: maintainer
* * Update to 0.92.marcus2003-09-285-35/+23
| | | | | | | | | | | | - Important fix of a remote buffer overflow attack via asf streaming - Some minor fixes * Check for the updated KAME ipv6-patch. Looks okay. * Change pkg-message, pointing at at a work-in-progress FAQ PR: 57324 57296 Submitted by: Mezz <mezz7@cox.net> (based on) maintainer
* o Chase lib version change of multimedia/xmms. [1]nork2003-09-101-1/+15
| | | | | | | | | | | o Fix build on recent current (by -pthread option is deprecated). [2] o WITH_LANG is added. [2] PR: ports/56630 [1] Submitted by: Guido Berhoerster <ich@guido-berhoerster.org> [1] Tod McQuillin <devin@spamcop.net> [1] Ivanchenko V. I. <webmaster@asiamusic.ru> [1][2] Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer)
* Fix operate with libkse/libthr (-CURRENT).osa2003-09-041-0/+55
| | | | | | Submitted by: deischen Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer) PR: 56358
* Enables the audioid suboption for mplayer -tv.nork2003-08-295-1/+54
| | | | | | PR: ports/56125 Patched by: Nikolay Nikolaev <nicknickolaev@yahoo.com> Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
* Update xvid to latest release and chase library dependencies in portslofi2003-08-121-1/+1
| | | | | | that depend on it. Approved by: arved (Mentor)
* Fix seek in raw DV files over 2Gb.pb2003-08-072-1/+12
| | | | | | Bump PORTREVISION. Reviewed by: riggs@rrr.de (maintainer)
* replace -disable-qtx-codecs with --disable-qtx-codecsoliver2003-07-281-1/+1
| | | | Approved by: maintainer
* Add WITH_XMMS knob for XMMS inputplugin supportlioux2003-06-091-0/+18
| | | | | | PR: 52513 Submitted by: David Yeske <dyeske@yahoo.com> Approved by: maintainer (implicit)
* Add WITH_CDPARANOIA knob which depends on cdparanoia portlioux2003-05-171-0/+13
| | | | | PR: 52350 Submitted by: David Yeske <dyeske@yahoo.com>
* Update ipv6 kame patch to 0.9.0-v6-20030430 versionlioux2003-05-151-1/+1
| | | | | Reminded by: adamw (I had forgotten to update distinfo) Approved by: maintainer (implicitly)
* o Update ipv6 kame patch to 0.9.0-v6-20030430 versionlioux2003-05-151-4/+3
| | | | | | o Bump PORTREVISION Approved by: maintainer (implicit)
* Add WITH_LZO knob and correctly depend on lzo port if it is alreadylioux2003-05-151-0/+13
| | | | | | | | installed PR: 51737 Submitted by: David Yeske <dyeske@yahoo.com> Approved by: maintainer
* Fix a not complete clean dependency on aalib.nork2003-04-251-0/+17
| | | | | | PR: ports/51403 Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer) Suggested by: Dennis Kj_r Jensen <signout@signout.dk>
* Remove USE_GNOMENG.marcus2003-04-201-1/+0
|
OpenPOWER on IntegriCloud