summaryrefslogtreecommitdiff
path: root/multimedia/transcode
AgeCommit message (Collapse)AuthorFilesLines
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
2007-03-08Fixed AWK interpreter in two scripts. PKGREVISION++rillig1-3/+4
2007-02-02transcode-1.0.2nb9: fix subtitler. +libXaw +libXext +libXpm +libXv -SDLabs1-5/+8
2007-02-01explicitly pass --without-x to avoid trying to pick up X includes which are ↵abs1-2/+3
not buildlinked
2007-01-17Very belatedly bump PKGREVISION for all jasper dependencies becausewiz1-2/+2
of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431.
2006-08-24Fix installation on systems with gcc4... looks like the filter_tomsmocompxtraeme2-3/+11
is only built when the compiler is not gcc4.
2006-08-06Reomove BROKEN_IN for packages that built in the latestkristerw1-3/+1
NetBSD 3.0_STABLE/i386 bulk build.
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz1-2/+2
for SDL shlib changes.
2006-05-19To early: just specify language list directly.joerg1-2/+2
2006-05-19Also add C to the language list for completeness.joerg1-2/+2
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-1/+3
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18USE_LANGUAGES+= c++abs1-1/+2
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-03-13Add DragonFly support. Fix errno.joerg20-1/+280
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
Remove deprecated ossaudio.buildlink3.mk.
2006-02-16adapt for ffmpeg-devel now in ffmpegabs1-4/+4
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2