summaryrefslogtreecommitdiff
path: root/multimedia/vlc
AgeCommit message (Collapse)AuthorFilesLines
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-02-05pull in the patch for the ASF demuxer security flaw from vlc2, thedrochner3-3/+164
code is almost identical bump PKGREV thanks to Daniel Horecki for the hint
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2013-01-22Fix build with automake-1.13.wiz1-0/+15
2013-01-22Fix build with automake-1.13. Use libdvbpsi0.wiz2-4/+7
2013-01-21Remove unused buildlink3 files.wiz1-46/+0
2013-01-19multimedia/vlc installs libvout_sdl_plugin.la if sdl option is set.riastradh2-3/+4
2012-12-03Fix build - it seems vlc 1.1.3 needs the older ffmpegprlw12-4/+4
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-10-02Increase the minium required version of the "x11/libxcb" package to 1.6.tron1-2/+2
There are at least two packages ("graphics/cairo" and "x11/xlsclients") which require this. And we definitely want to avoid the situation where both the based and "pkgsrc" version get used at the same time. Bump all the packages which use the "x11/libxcb" package except the two which already require version 1.6. For those package remove the manually set minimum required version. Change discussed with Thomas Klausner in private e-mail.
2012-09-23recursive bump from libcdio shlib major change.obache2-4/+4
2012-09-22Recursive revbump from multimedia/libvpx 1.1.0 updateryoon2-4/+4
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-08-30Make the slider work again. The problem here is that NetBSD defines int64_tchristos10-3/+193
as __int64_t, and when moc parses and creates the signal string prototype functions, it uses "int64_t", but when the code that calls them is compiled the strings formed are tokenized, so they become "__int64_t" so there is a mismatch. Fixing the NetBSD headers would be TRT to do, but it is too involved. Instead since the use of int64_t is limited in parameter types, define a new pctime_t as int64_t and use that instead. I think that moc functions should use only qt-specified typedefs to avoid portability problems anyway.
2012-07-13Bump PKGREVISION for xcb-util update/dependency change.wiz2-4/+4
2012-07-05more PKGREV bumps for gnutls updatedrochner1-2/+2
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-4/+4
2012-05-14Add a Linux only PLIST.sbd2-2/+7
Bump PKGREVISION.
2012-05-07Set BUILDLINK_API_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-11Re-enable vcd and cdda plugins, they build fine.shattered2-14/+6
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-28Recursive bump for removal of jpeg/tiff/png buildlink3.mk fileswiz1-2/+2
from SDL_image. If one of these packages needs them, it should include them itself.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd1-2/+2
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache1-1/+2
2012-01-12fix build and PLIST problems with the (optional) SDL plugin,drochner5-7/+31
mostly from PR pkg/45209 by Matthew Mondor
2012-01-10fix PLIST in the !x11 case, from B.ICT A.P. deBROUWER Jr. per PR pkg/45810drochner2-5/+6
Thomas's problem might be modular-vs-native-x11 related. To address this, I've explicitely disabled freetype in the !x11 case so that a native one doesn't get picked up.
2012-01-09update to 1.1.13drochner5-34/+18
changes: -fix for security issue in the TiVo demuxer (was patched in pkgsrc) -bugfixes
2011-12-22add patch from upstream to fix possible double free() in the TiVodrochner3-3/+18
demuxer (with possible security implications) bump PKGREV
2011-11-16Recursive bump for multimedia/ffmpeg buildlink addition.sbd2-4/+4
2011-11-14PR#45527 multimedia/vlc: Fix DragonFly breakage (PLIST)marino2-3/+5
DragonFly builds with two plugins that NetBSD suppresses, but these plugins were not on PLIST although the definition of suitable PLIST variables suggest this was intended originally. The plugins have been conditionally added to the PLIST to properly support DragonFly.
2011-11-11Revert. No revbump, unconditional adding of files that are highlyjoerg1-7/+1
platform specific, adding files that don't belong into a PLIST.
2011-11-11multimedia/vlc: fix PLISTmarino1-1/+7
Tinderbox-dragonfly found six files installed to .destdir that weren't lists on the PLIST. This commit adds those unaccounted files.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-10-07update to 1.1.2drochner7-142/+70
changes: -improvements for audio output on MacOS and with PulseAudio -security fix for HTTP and RTSP server components (was patched in pkgsrc)
2011-10-07Add patch from upstream to fix a NULL dereference vulnerability in thedrochner3-3/+42
HTTP and RTSP server component (possible DOS)
2011-09-12PR/42810 -- make libdca support optional due to its RESTRICTED nature.shattered3-8/+17
2011-09-12update to 1.1.11drochner5-62/+10
changes: -security fixes in real and avi demuxers (were patched in pkgsrc) -minor bugfixes
2011-08-23Recursive bump from gdbm shlib bump.obache1-2/+2
2011-07-23tsk, do not add a comment to the patch after 'make mps'abs1-2/+2
2011-07-23Fix build against pulse-audio - no change for normal buildabs2-1/+16
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache1-2/+2
2011-07-18add patches from upstream to plug 2 security problems:drochner4-2/+54
-heap overflow in the AVI file parser (CVE-2011-2588) -heap overflow in the Real Media file parser (CVE-2011-2587) bump PKGREV