summaryrefslogtreecommitdiff
path: root/multimedia/transcode
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-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-11-17Fix build with ffmpeg>=0.11. gentoo patch from Brennan Shacklettmarkd9-2/+330
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-10update to 1.1.7drochner5-20/+60
changes: -bugfixes -speed improve,memt -new ffmpeg compatibility
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-09-22Recursive revbump from multimedia/libvpx 1.1.0 updateryoon1-2/+2
2012-08-18Recursive revbump from graphics/libwebp update.ryoon1-2/+2
Thank you, obache@.
2012-07-07Clean-up, generally to make it build on Mac OS Xadam2-13/+21
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
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.
2011-11-20Recursive bump for graphics/ImageMagick buildlink addition.sbd1-2/+2
2011-11-16Recursive bump for multimedia/ffmpeg buildlink addition.sbd1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-10-22Recursive revbump after graphics/ImageMagick update.ryoon1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-11-14Shlib major bumped from 3 to 4 at update of ImageMagick-6.6.4.1.obache1-2/+2
Bump ABI_DEPENDS (and recursive bump).
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-03Add two files left out of the PLIST when lzo option is enabled.gls2-3/+5
Should fix PR/43403, noted by Ryo HAYASAKA.
2010-05-08-enable xvid and mpeg2 support explicitely, seems that these aredrochner2-5/+14
not enebled per depault anymore upstream (this doesn't add dependencies, so it doesn't hurt) from Helge Muehlmeier per PR pkg/43267 -make faac support optional (off per default) because the needed library cannot be freely redistributed for patent reasons bump PKGREVISION
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-12-15Recursive bump for libltdljoerg1-1/+2
2009-11-15update to 1.1.5drochner3-9/+18
changes: -v4l improvements -tcdemux: drop the builtin limit of streams selectable for passthrough -Fixed the x264 module to work with libx264 >= 76 -Update the video stabilization plugins to version 0.61 -Made libmpeg2 an optional dependency pkgsrc notes: -v4l is not supported yet -added x264 option (on per default) -libmpeg2 is still mandatory
2009-09-09update to 1.1.4drochner2-7/+6
changes: -Fixed the build system to comply with autoconf 2.64 -Fixed bugs: #16046 (command line option parsing)
2009-08-26bumping revision due graphics/ImageMagick updatesno1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-08-17update to 1.1.3drochner3-7/+12
changes: -Support for CubicKeys4 and Sinc8 zoom algorithms -bugfixes
2009-07-07update to 1.1.2drochner16-272/+71
This is a major update, too much to list here.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2009-06-12Bump for ffmpeg update.ahoka1-2/+2
2008-12-18Recursive dependency bump for multimedia/x264-devel. It's toughbjs1-1/+2
to know which packages are affected by the update and how, so to be safe, I'm doing a full bump.
2008-11-21Changes 1.0.7:adam6-48/+65
* bump FFmpeg libraries requisite to SVN >= 20080705. Drop old header layout support. Drop static linking support (unsupported from ages). Update user documentation accordingly. * make AVIStreamHeader structure (more) 64 bit safe. * keep up with lastest ffmpeg API changes. PkgSrc: * Fix buildling with newer ImageMagick
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-2/+2
2008-09-17filter_tomsmocomp is only present on i386. Mark as DESTDIR safe.joerg2-3/+14
2008-09-15Remove patch which changed configure test forabs4-23/+19
#include <libpostproc/postprocess.h> to #include <postprocess.h> As is no longer needed (and breaks configure) with latest ffmpeg, and instead patch filter_pp.c to include "libpostproc/postprocess.h" instead of "postprocess.h" Bump PKGREVISION
2008-09-11Correct a missed ffmpeg-devel reference.ahoka1-2/+2
2008-09-07ffmpeg-devel -> ffmpegahoka1-2/+3
Bump!
2008-08-26fix build w/o lzodrochner2-1/+32
2008-08-07update to 1.0.6drochner4-12/+47
changes: does not longer require LZOv1 (this was broken in pkgsrc since archivers/lzo is v2)
2008-05-25Reset maintainer on his request.wiz1-2/+2
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-34/+28
through PLIST_SUBST to the plist module.
2008-02-20Enable the ogg, vorbis and theora plugins.xtraeme1-1/+4
2008-02-20Fix typo in the lzo option, noted by wiz@.xtraeme1-2/+2
2008-02-20Do not depend on x264 directly, now that ffmpeg-devel has been fixedxtraeme2-7/+4
all shared libraries for the plugins are created correctly. PKGREVISION++
2008-02-20Update to 1.0.5: bugfixes and misc speedups.xtraeme16-200/+28
2007-12-02Remove Ex-MASTER_SITEs. From Zafer Aydogan.wiz1-4/+1
2007-08-09link "tcmodinfo" against libpthread, so that it can dlopen() pluginsdrochner3-3/+17
which are linked against libpthread bump PKGREVISION
2007-04-17Update to 1.0.3: bugfixes.xtraeme2-8/+10