summaryrefslogtreecommitdiff
path: root/multimedia/vlc08
AgeCommit message (Collapse)AuthorFilesLines
2012-10-24Add missing pangox-compat dependency in wxGTK24 and wxGTK26.joerg1-2/+2
Recursive bump for the new dependency.
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-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-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland1-2/+3
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-4/+4
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-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-28More PKGREVISION++ for SDL_imagewiz1-2/+2
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-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache1-2/+2
2011-12-06Make x264 an option.sborrill1-3/+2
Bump PKGREVISION.
2011-12-06Patch to work with new matroska and pngsborrill3-1/+112
2011-12-06Make x264 an optionsborrill2-5/+13
2011-11-16Recursive bump for multimedia/ffmpeg buildlink addition.sbd2-4/+4
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-10-07PKGREV bumps for libmatroska requirement (binary incompatible change)drochner1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14More PKGREVISION bumps for pixman update.wiz1-2/+2
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2009-10-31libcdio updated changed its shlib major version, so bump depends.wiz2-4/+4
Noted by drochner@
2009-08-26bump revision because of graphics/jpeg updatesno2-4/+4
2009-08-09add fix for SA36037, bump PKGREVISION. XXX: not testedkefren3-3/+15
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-02Fix problems with latest x264-devel.sborrill2-8/+29
N.B. vlc08 still does not compile with this change without re-instating ffmpeg-20080727nb8
2009-06-14Remove @dirrm entries from PLISTsjoerg1-49/+1
2009-06-12Bump for ffmpeg update.ahoka2-4/+4
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed1-1/+4
were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-13add esound optionkefren3-6/+14
don't require faad unconditionally bump PKGREVISION
2009-02-27Bump PKGREVISION for libdvbpsi ABI depends bump.wiz1-2/+2
2009-01-30Fix x11 vs SDL PLIST issues. Some files were misallocated and some had asborrill2-6/+7
bogus dependency on SDL because of a missing png buildlink include.
2009-01-30Make sdl and x11 options (like multimedia/vlc).sborrill3-25/+44
N.B. skins and wxwidgets options will be forced off if x11 option is disabled. For backwards compatibilty, enable sdl and x11 by default.
2009-01-29Force a new version of libcdio for API compatibility (otherwise buildingsborrill1-1/+2
the cdda module fails).
2009-01-28Fix build failure in x264.c with the version of x264-devel now in pkgsrcsborrill2-1/+37
2008-12-18Recursive dependency bump for multimedia/x264-devel. It's toughbjs2-2/+4
to know which packages are affected by the update and how, so to be safe, I'm doing a full bump.
2008-09-22Switch to x11/wxGTK26{,-contrib}.joerg1-2/+2
2008-09-15Patch support for img_resample() and friends back into ffmpeg even whensborrill1-7/+0
swscale is enabled. This allows older apps (such as vlc 0.8.6i) to run without a specific ffmpeg package option and thus the swscale option is no longer needed.
2008-09-12Update to 0.8.6i and fixes for CVE-2008-3732, CVE-2008-3794sborrill11-106/+278
2008-09-11ffmpeg-devel -> ffmpegahoka1-2/+2
2008-09-08Revive vlc08 as vlc 0.9.1 is out and the vlc package will be updated.ahoka11-0/+824