aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplayer
Commit message (Collapse)AuthorAgeFilesLines
* - Split the port into mplayer and mencoderSergey Matveychuk2007-08-055-482/+375
| | | | | | | | | | | | - mplayer is now pkg_add'able as it no longer depends on restricted ports - Remove compatibility tweaks for FreeBSD-4 as it is no longer supported - A patch to correct handle amd64 in libdha-pci.c PR: ports/115170 Submitted by: maintainer Notes: svn path=/head/; revision=197165
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* Undo damage from http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/111980Edwin Groothuis2007-06-131-19/+61
| | | | | | | | | and make sure that ports depending on mencoder work again. Approved by: "Thomas E. Zander" <riggs@rrr.de> Notes: svn path=/head/; revision=193379
* - Fix cddb stack overflowMartin Wilke2007-06-072-1/+32
| | | | | | | | | | - Bump PORTREVISION Approved by: so (simon) Security: http://www.vuxml.org/freebsd/3ac80dd2-14df-11dc-bcfc-0016179b2dd5.html Notes: svn path=/head/; revision=192986
* multimedia/mplayer: compilation errorEdwin Groothuis2007-05-311-61/+19
| | | | | | | | | | | mplayer compilation fails with my tinderbox setup. PR: ports/111980 Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> Reviewed by: "Thomas E. Zander" <riggs@rrr.de> Notes: svn path=/head/; revision=192435
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+2
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Rename libdts to libdca and update to 0.0.5Pav Lucistnik2007-05-011-1/+1
| | | | | | | Repocopy by: marcus Notes: svn path=/head/; revision=191320
* Chase with the update of graphics/libcaca, bump the PORTREVISION on theseJeremy Messenger2007-04-291-1/+1
| | | | | | | | | ports. Only two ports that aren't tested and I get no respone back from the maintainer for two weeks. The two ports are graphics/crystalspace(-devel). The rest other ports have been tested or/and submitted by the maintainers (Thanks!). Notes: svn path=/head/; revision=191135
* Enable joystick support.Stefan Walter2007-04-053-2/+56
| | | | | | | | | | PR: 111076 Submitted by: Teemu Korhonen <venefics@mbnet.fi> Patch by: submitter/maintainer Approved by: maintainer Notes: svn path=/head/; revision=189271
* Mplayer contains several snippets of code for improving run-time performanceMartin Wilke2007-03-131-15/+12
| | | | | | | | | | | | | on simd-capable processors. This update corrects a minor flaw in passing arguments to the configure script and introduces a new global OPTION for it. Further, it prevents building very recent 6.x and 7 installations with the binary nvidia driver due to a currently unresolved linking problem with libm. PR: 110246 Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer) Notes: svn path=/head/; revision=187315
* - Fix Buffer overflow vulnerabilityMartin Wilke2007-03-092-1/+11
| | | | | | | | | | | - Bump PORTREVISION Approved by: simon (secteam) Obtained from: mplayer svn Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1246 Notes: svn path=/head/; revision=187026
* Chase libmpcdecMichael Johnson2007-02-261-2/+2
| | | | | | | | PR: ports/109570 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Notes: svn path=/head/; revision=186003
* Chase the shared library version of speex, bump the PORTREVISION.Jeremy Messenger2007-02-231-2/+2
| | | | Notes: svn path=/head/; revision=185771
* Fix amd64 dependency problemJuergen Lock2007-02-091-4/+11
| | | | | | | | | PR: ports/108947 Submitted by: Thomas E. Zander <riggs@rrr.de> Approved by: miwi (mentor, implicit) Notes: svn path=/head/; revision=184742
* Chase comms/lirc update.Alexander Nedotsukov2007-01-191-2/+2
| | | | Notes: svn path=/head/; revision=182771
* - fix build of mplayer with h264 and polyaudio, when an external reference wasIon-Mihai Tetcu2007-01-083-1/+26
| | | | | | | | | | | | | | | | generated to: last_coeff_flag_offset in the polyaudio module, that is static in the h264. - security fix provided by the mplayer development team for a possible remote buffer overflow in rtsp streams - Correct library dependence and OPTIONS for samba support PR: ports/107217 Submitted by: Sergio Lenzi [1], Thomas E. Zander (maintainer) [2] Approved by: maintainer Security: http://www.vuxml.org/freebsd/b2ff68b2-9f29-11db-a4e4-0211d87675b7.hml Notes: svn path=/head/; revision=181790
* - Add WITH_NAS knobGabor Kovesdan2006-12-251-6/+17
| | | | | | | | | | | | | | | - Remove WITH_SKINS, make it on by default when WITH_GUI is defined - Add desktop entry if WITH_GUI is defined - Change some renamed configure options - Bump PORTREVISION PR: ports/106389 Submitted by: Pawel Pekala <c0rn@o2.pl> (with changes from maintainer) Approved by: erwin (mentor), Thomas E. Zander <riggs@rrr.de> (maintainer) Notes: svn path=/head/; revision=180738
* - Fix build on 4.xRong-En Fan2006-12-223-0/+23
| | | | | | | | | PR: ports/106990 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Approved by: Thomas E. Zander <riggs at rrr.de> (maintainer) Notes: svn path=/head/; revision=180442
* - Respect X11BASERong-En Fan2006-12-111-4/+2
| | | | | | | | | | | mplayer's configure only accepts the last --with-extraincdir, and --with-x11libdir is removed in the next version. Therefore, directly change hardcoded /usr/X11R6 in configure. Approved by: portmgr (linimon), Thomas E. Zander <riggs@rrr.de> (maintainer) Notes: svn path=/head/; revision=179501
* - Respect X11BASERong-En Fan2006-12-041-1/+1
| | | | | | | | | PR: ports/106079 Submitted by: rafan Approved by: Thomas E. Zander <riggs at rrr.de> (maintainer) Notes: svn path=/head/; revision=178803
* - Update to 1.0rc1, which brings goodies like native WMV9/VC-1 playback, fasterPav Lucistnik2006-11-209-181/+120
| | | | | | | | | | | h.264 decoding, ability to switch audio stream during DVD playback and much more Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer) Thanks to: itetcu Notes: svn path=/head/; revision=177697
* Fix x264Michael Johnson2006-11-031-4/+6
| | | | Notes: svn path=/head/; revision=176301
* Unbrake build in -DWITHOUT_X11 case by --disable-fontconfig.Ion-Mihai Tetcu2006-10-151-1/+2
| | | | | | | | | | PR: ports/104340 Submitted by: Jeremie Le Hen <jeremie@le-hen.org> Approved by: maintainer (Thomas E. Zander) Approved by: portmgr (clement) Notes: svn path=/head/; revision=175325
* Log from Maintainer:Martin Wilke2006-10-064-26/+36
| | | | | | | | | | | | | | | | | | | | | | | | | mplayer does not necessarily these config files to work properly. They are needed however if one wants to set system-wide defaults different from mplayer's built-in settings. Therefore, o these files have more example character and are now installed in ${PREFIX}/share/mplayer/examples/etc o this is mentioned in files/pkg-message.in Also there are further cleanups: o The port now recognizes the new skin dir accorting to ports/103891. Please commit these two diffs together in order to maintain dependency consistency o pkg-message in the port root dir should be removed from the tree as we are using files/pkg-message.in for quite some time now PR: ports/103892 Submitted by: Denis Eremenko <moonshade@pnhz.kz> Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer) Notes: svn path=/head/; revision=174671
* - Chase x264 updateMichael Johnson2006-10-011-2/+2
| | | | Notes: svn path=/head/; revision=174220
* - Maintainer reports: [1]Shaun Amott2006-09-044-34/+114
| | | | | | | | | | | | | | | | | | | | | | | | | This is a cumulative update to the mplayer port addressing several issues: o imake handling for audio-only-mplayer corrected. o Adapt mplayer to recent x264 API changes. Reported by David Warren. Obtained from official mplayer CVS. o Correct internal libtremor handling on amd64 arch, by Aleksey Salow. o Correct VIDIX playlists on amd64 arch. o Proper handling of the speex codec and the polyp sound server, reported by Ion-Mihai Tetcu. - Fix OPTIONS checking logic - this caused the default package to have way too many dependencies (e.g. Linux, and i386-specific ports). - Fix build on FreeBSD 4.x [2] PR: ports/102493 [1], ports/102570 [2] Submitted by: Thomas E. Zander <riggs@rrr.de> [1], Ports Fury [2] Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer) [2] Notes: svn path=/head/; revision=172225
* - Fix build with x264Michael Johnson2006-08-101-0/+11
| | | | Notes: svn path=/head/; revision=170228
* - Chase x264 libver bumpMichael Johnson2006-08-091-2/+2
| | | | Notes: svn path=/head/; revision=170207
* Apply some user-requested changes to the mplayer port:Ion-Mihai Tetcu2006-08-042-13/+21
| | | | | | | | | | | | o Have mga xvidix driver autodetect memory, reported by Andre Albsmeier o Remove PKGSUFFIX stuff, instead port name is always "mplayer" o Use win32 real player codecs if the user prohibits linux-realplayer interaction PR: ports/101224 Submitted by: Thomas E. Zander (maintainer) Notes: svn path=/head/; revision=169692
* - Update to the latest mplayer release, 1.0pre8.Ion-Mihai Tetcu2006-07-1217-1049/+299
| | | | | | | | | | | | - OPTIONify - Due to some changes in the official developent tree, some of our local patches became obsolete and where removed. PR: ports/99871 Submitted by: maintainer Notes: svn path=/head/; revision=167552
* When compiling mplayer against x264, configure says it's unavailableAndrey Slusar2006-06-152-2/+8
| | | | | | | | | | | | | | because it does not link the test-program with -pthread. Remove the static -lx264 and replaces it with the accurate `pkg-config --libs x264`, so the linker finds all the symbols needed. After that, mencoder can finally encode x264-movies. PR: ports/98914 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> Approved by: maintainer Notes: svn path=/head/; revision=165511
* Track track linux-realplayer codecs path changeIon-Mihai Tetcu2006-06-121-2/+2
| | | | | | | | | PR: 98763 Submitted by: Juergen Lock Approved by: maintainer Notes: svn path=/head/; revision=165172
* - Fix build on 7.0Sergey Matveychuk2006-05-271-0/+14
| | | | | | | | Submitted by: glebius Approved by: portmgr (krion) Notes: svn path=/head/; revision=163615
* - Provide a knob to build mplayer without ipv6 protocol family supportAndrew Pantyukhin2006-05-151-1/+13
| | | | | | | | | | PR: ports/96950 Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer) Suggested by: Dennis Cabooter <dennis@rootxs.nl> Approved by: krion (mentor) Notes: svn path=/head/; revision=162485
* Fix typos in comments.Christian Brueffer2006-05-141-3/+3
| | | | Notes: svn path=/head/; revision=162377
* - Chase x264 libver bumpMichael Johnson2006-05-101-3/+3
| | | | Notes: svn path=/head/; revision=161916
* - Update PORTREVISION and libtheora version reflecting multimedia/libtheora ↵Marcus Alves Grando2006-05-071-3/+3
| | | | | | | | | update. - portlint(1) while here Notes: svn path=/head/; revision=161539
* Re-enable GTK2 support with patch from Mplayer CVS found viaTom McLaughlin2006-04-172-24/+25
| | | | | | | | | | | | | | | www.ubuntuforums.org. This is not the old gtk2 patch used before but the current gtk2 support in Mplayer's CVS. Unlike gtk12 support, gtk20 support will not be autodetected since it's still an unofficial patch. Please use WITH_GTK2 to use. PR: 95558 Submitted by: Me Approved by: Maintainer Obtained from: http://www.ubuntuforums.org/archive/index.php/t-78037.html Notes: svn path=/head/; revision=159764
* - Add security patchMarcus Alves Grando2006-04-082-2/+70
| | | | | | | | | | | - Bump PORTREVISION Approved by: maintainer Obtained from: Mplayer CVS Security: VuXML c7526a14-c4dc-11da-9699-00123ffe8333 Notes: svn path=/head/; revision=159127
* Fix mplayer vulnerability (heap overflow) in the ASF demuxerVasil Dimov2006-03-092-1/+38
| | | | | | | | | | | | | | Arbitrary remote code execution under the user ID running the player when streaming an ASF file from a malicious server. PR: ports/93767 Submitted by: "Thomas E. Zander" <riggs@rrr.de> (maintainer) Approved by: portmgr (erwin) Obtained from: mplayer CVS repo: http://www1.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/libmpdemux/demuxer.h.diff?r2=1.90&r1=1.87&f=u Security: heap overflow in the ASF demuxer (http://www.mplayerhq.hu/design7/news.html#vuln13, http://bugs.gentoo.org/show_bug.cgi?id=122029) Notes: svn path=/head/; revision=157050
* Bump PORTREVISION for new gtk-12 library location, post libtool.Ade Lovett2006-02-281-1/+1
| | | | | | | | | PR: 93959 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156912
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154114
* - Add support for version 2 audio atoms in QuickTime containersPav Lucistnik2006-01-092-1/+61
| | | | | | | | | | | | This fixes a lot of trailers from apple.com, especially HD ones which come with 5.1 AAC audio. Approved by: maintainer Obtained from: mplayer-dev mailing list http://www1.mplayerhq.hu/pipermail/mplayer-dev-eng/2005-December/039393.html Notes: svn path=/head/; revision=153148
* - Fix find commandPav Lucistnik2006-01-091-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=153144
* Bump PORTREVISION to chase the cdparanoia shared library updateMarkus Brueffer2006-01-061-1/+1
| | | | Notes: svn path=/head/; revision=152907
* Use BT848SFMT ioctl instead of METEORSFMT (which is incorrect). AllowsSam Lawrance2005-12-162-1/+75
| | | | | | | | | | | setting norm=SECAM which previously did not work. Bump PORTREVISION. PR: ports/90001 Submitted by: Vladimir Kushnir <vkushnir@i.kiev.ua> Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer) Notes: svn path=/head/; revision=151305
* - Remove hardcoded gcc in scripts and Makefiles.Florent Thoumie2005-11-291-0/+9
| | | | | | | | | PR: ports/89027 Submitted by: lioux Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=149933
* [fix] multimedia/mplayer: no bsdbt848 driver compiled inEdwin Groothuis2005-11-093-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On recent FreeBSD installing multimedia/mplayer port doesn't compile-in bsdbt848 driver. Cause for this is in the mplayer's 'configure' script that uses the following code to autodetect the presense of the system bt848 driver: if defined(__NetBSD__) #include <dev/ic/bt8xx.h> #else #include <machine/ioctl_bt848.h> #endif On FreeBSD /usr/include/machine/ioctl_bt848.h is replaced with /usr/include/dev/bktr/ioctl_bt848.h, so 'configure' script doesn't find it. Be warned that if you upgraded your FreeBSD installation from the older version, you will still have /usr/include/machine/ioctl_bt848.h installed on your system (make installworld doesn't delete old files) and configure script will not need patching to be able to find the system bt848 driver. In the fix section I attached a patched 'files/patch-ad' file. [...] Hi again, I've prepared a diff to solve the issue. Besides this, PORTREVISION is bumped to reflect the change and distinfo contains sha256 sum. Would you please confirm that it works on amd64, go for the commit and close the pr?! Submitted by: Simun Mikecin <numisemis@yahoo.com> Approved by: "Thomas E. Zander" <riggs@rrr.de> Reviewed by: Simun Mikecin <numisemis@yahoo.com> PR: ports/87853 Notes: svn path=/head/; revision=147750
* - Correctly detect infrared control interface lircFlorent Thoumie2005-09-282-4/+33
| | | | | | | | | | | (by Daniel O'Connor <doconnor@gsoft.com.au>). - Remove obsolete "--disable-tremor" from CONFIGURE_ARGS. PR: ports/86664 Submitted by: maintainer Notes: svn path=/head/; revision=143680
* Add support to DTS decodingMarcus Alves Grando2005-09-241-0/+12
| | | | | | | | | PR: ports/86473 Submitted by: bh@izb.knu.ac.kr Approved by: pav (mentor), riggs@rrr.de (maintainer) Notes: svn path=/head/; revision=143497