summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share
AgeCommit message (Collapse)AuthorFilesLines
2009-01-03Unbreak build with pulseaudio support (configure check failed becauseshattered1-1/+2
of missing glib2 dependency).
2008-12-20Backport PulseAudio driver from MPlayer SVN.jmcneill6-8/+460
2008-12-18Revision bump for x264-devel.bjs1-1/+3
2008-12-18Add patch for new x264.bjs1-0/+41
2008-12-18PKGREVISION bump for packages using mplayer-share due to x264 update.bjs1-1/+2
2008-12-15Add security patch from MPlayer SVN repository to fix a buffer overflowtron2-1/+63
in the TwinVQ media file decoder.
2008-10-20Add a patch for better VCD support from Sergey Svishchev.wiz2-1/+39
Fixes PR 20549.
2008-10-02Apply patch from MPlayer subversion repository to fix CVE-2008-3827.tron2-1/+30
Bump package revisions of "mplayer", "gmplayer" and "mencoder" packages.
2008-09-09Fix corrupt patch-vbjmcneill2-6/+6
2008-09-09regenjmcneill1-4/+4
2008-09-09Add $NetBSD$jmcneill1-0/+2
2008-09-09Enable tv-v4l2 support on NetBSD.jmcneill5-7/+71
2008-09-08Set RESTRICTED and derive NO_* from it.joerg1-4/+5
2008-08-21Add faac option (disabled by defaultabs1-2/+7
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+4
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-11Add a patch for CVE-2008-1558 to mplayer. This fixes a buffer overflow intonnerre2-1/+16
the RealRTSP SDP code which can be exploited to execute arbitrary code remotely.
2008-04-14Add fix for a crash / stack corruption with ASS. Bump revision.joerg2-1/+19
2008-03-25--enable-x264 confuses the configure script, it's better to avoidwiz1-2/+1
it and let it find out for itself. Fixes mencoder build. Reported and fixed by David Sainty.
2008-03-24If using the mplayer-ssse3 option, then include override-as.mk from binutils.tnn1-1/+2
2008-03-16Add x264-devel include, seems to be needed after all.wiz1-1/+2
2008-03-16Add x264 option and default it to on (since it occurs no additionalwiz1-3/+9
dependencies). Bump PKGREVISION.
2008-02-26Missing include of <errno.h>. PR pkg/38105tnn2-1/+14
2008-02-24`xvid' also works on sparc64. Rearrange the options to account for this.jdc1-2/+6
2008-02-13Added "debug" option.rillig1-2/+6
2008-02-08Fix a pbulk scan failure. mplayer is only available with gcc, buttnn1-2/+2
the Makefile.cflags naively checked the value of CC_VERSION which is unset if we're not using gcc. Found with Solaris x86 and sunpro.
2008-02-05add some patches from upstream which fix CVE-2008-0485, CVE-2008-0486drochner5-1/+111
and two unnamed buffer overflows, bump PKGREVISION of affected pkgs
2008-01-03Fix parallel builds by adding dependencies, and reenable them.gdt2-1/+26
2007-12-27Add vidix option, only for Linux.wiz1-4/+15
Fixes build on NetBSD/amd64.
2007-12-21disable ssse3 in the standard case, this makes the pkg build on NetBSDdrochner1-1/+11
because ssse3 needs a newer assembler than we have, add an option to enable it, which pulls in devel/binutils to get a recent assembler
2007-12-21Fix NetBSD-specific bug in "configure" script which broke the detectiontron2-5/+18
of a lot of X11 libraries. Problem noted by Matthias Drochner in private e-mail. Bump package revision because of this fix.
2007-12-21Update "mplayer", "mplayer-share", "mencoder" and "gmplayer" packagestron17-275/+400
to version 1.0rc2 (as 1.0rc10). Changes since version 1.0rc1 (known as 1.0rc9 in "pkgsrc"): - A lot of new audio and video decoders and other improvements - A large number of bug fixes - Updated documentation - Support for Mac OS X Intel Approved by Thomas Klausner (because it fixes the Darwin-i386 build).
2007-12-18Fix inconsistency (using "#pragma pack()" without ever usingtron2-1/+15
"#pragma pack(<n>)". This brings us one step closer to building the "mplayer" package under Mac OS X Intel.
2007-12-15The ability to use DESTDIR correctly should be determined package byheinz2-4/+4
package and not in commonly used Makefile fragments.
2007-09-13apply a security fix from upstream CVS:drochner2-1/+28
Check wLongsPerEntry before using it. This fixes a potential crash for some values of it. As a side effect it works around broken callocs with an integer overflow vulnerability, but using MPlayer on such systems should never be assumed to be safe! This should fix SA26806 (http://secunia.com/advisories/26806/). bump PKGREVISIONs
2007-09-06If the *mplayer* packages are going to default to setting cflagsabs2-11/+9
to target a pentium pro if mplayer-runtime-cpudetection is enabled then at least put it under an option so it can be turned off: mplayer-default-cflags For example, all of my machines are p3 or better, so I prefer to use "-march=pentium3 -mfpmath=sse -msse2", but I still want mplayer-runtime-cpudetection to handle amd64 / Intel core at runtime.
2007-08-15Removed the dependency on binutils. It had never been documented whyrillig1-4/+1
this is needed at all, and why only on NetBSD. If someone knows, please re-add the code and _comment_ it properly.
2007-07-11Enable runtime CPU detection on PowerPC-based platforms, too. This allowstron1-2/+3
using an "mplayer" binary built on a G5 based Mac OS X system on e.g. a G4 based Mac OS X system.
2007-07-05Add patch provided by Nathan Arthur in PR 34980 based on a posting bywiz2-1/+15
Glenn Maynard on ffmpeg-devel that should fix the gmplayer compilation problem on NetBSD-3.x.
2007-06-08Regenerate the "distinfo" for the "mplayer" package, too. Bump thetron1-1/+2
package revision again because the patch didn't get applied previously. Problem pointed out by Geert Hendrickx.
2007-06-07Add patch from the MPlayer SVN repository to fix an overflow in thetron1-0/+31
CDDB code reported in CVE-2007-2948. Bump package revision.
2007-03-09pull in a patch from mplayer CVS to fix buffer overflow in DMO reader, seedrochner2-1/+14
http://lists.grok.org.uk/pipermail/full-disclosure/2007-March/052738.html bump PKGREVISIONs
2007-02-23normalize timeval for select() timeout in udp stream handler, fromdrochner2-1/+17
Mihai Chelaru per PR pkg/35444 bump PKGREVISIONs
2007-01-25add the libdvdnav fixes we have applied to (all?) the other instancesdrochner3-1/+32
here too, just for consistency. The code is not used, due to a --disable-mpdvdkit configure option.
2007-01-09add limit check to real parser (identical to CVE-2006-6172)drochner4-1/+55
from mplayer svn bump PKGREVISIONs
2006-12-27Remove the external vorbis dependency as the internal implementationjoerg1-2/+1
based on tremor is used by default. In the long term, it might end up replaced with the ffmpeg version as well. Noticed in PR 31587. Bump revision.
2006-12-07Move fontconfig/buildlink3.mk to a common makefile fragment, so thatdrochner1-1/+2
mencoder gets it too. Without that, fontconfig vertions from pkg and X11R6 get mixed which is bad. Bump mencoder's PKGREVISION.
2006-11-30Move extra X11 includes to Makefile.common and bump revision of mplayer.joerg1-1/+2
2006-11-30Fix path to cdda_interface.h and cdda_paranoia.h in the #ifndefabs2-1/+17
HAVE_LIBCDIO case
2006-11-10Use find -print | xargs rather than find -exec.tv1-5/+5
2006-11-06DESTDIR support and convert to mdular buildlinks.joerg3-14/+14